* {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-weight: 400;
  font-kerning: auto;
  text-align: left;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

:root {
  box-sizing: border-box;
}

html,
body,
main {
  height: 100%;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
  line-height: 1.2;
  background: #fff;
  font-size: 16px;
  color: #626262;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  position: relative;
  display: block;
  width: 100%;
}

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

.path-node #content h4 {
  font-weight: 600;
}

#content article ul:not(.contextual-links) {
  padding: 0 0 10px 30px;
  display: inline-block;
  margin: 0 0 5px;
}

#block-theme-local-tasks .block-content ul:not(.contextual-links) {
  list-style: none;
  /* margin: 0 15px; */
  padding: 0;
}

#block-theme-local-tasks .block-content ul:not(.contextual-links) li a {
  color: #ffff;
}

#block-theme-local-tasks .block-content ul li {
  display: inline-block;
  width: auto;
  margin-right: 1px;
  background: #5ba127;
  padding: 10px;
  border: none;
}

.sub-page h2,
.sub-page h3,
.sub-page h4,
.sub-page h5,
.sub-page h6 {
  margin: 15px 0;
}

.body--has-active-cheese #header:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  z-index: 1 !important;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 25px;
  font-weight: 600;
}

p {
  margin: 10px 0;
}

#subpage #content h3 {
  margin: 20px 0 5px;
}

#subpage p {
  color: #626262;
}

a {
  text-decoration: none;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
}

.path-search #subpage li h3 a,
#subpage .block-content .field--name-body a {
  color: #367e74;
}

.sub-page a:hover {
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

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

.search-help-link {
  display: none;
}

/***Sections***/

.section {
  display: block;
  clear: both;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.layout-container {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
}

#content .container {
  position: relative;
}

.container-fluid {
  padding: 0 30px;
}

#subpage #content-bottom .container-fluid,
#footer .container-fluid,
#sub-footer .container-fluid,
#partners .container-fluid,
.path-frontpage .container-fluid {
  padding: 0 100px;
}

.contextual-region {
  position: static;
}

.flex-grid .views-view-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.flex-grid .views-view-grid .column {
  margin-bottom: 40px;
}

.flex-grid .views-view-grid:before,
.flex-grid .views-view-grid:after {
  display: none;
}

.slick__arrow {
  top: auto;
  bottom: 23px;
  width: 40%;
  right: 0;
  left: auto;
}

.slick__arrow .slick-arrow:before {
  display: none;
}

.slick__arrow .slick-arrow {
  width: 20px;
  height: 20px;
}

.slick__arrow .slick-prev,
.slick__arrow .slick-next {
  background-size: contain;
  height: 50px;
  width: 50px;
}

.slick__arrow .slick-prev {
  background: url("./../images/arrow-left.png") no-repeat center;
  left: 5px;
}

.slick__arrow .slick-next {
  background: url("./../images/arrow-right.png") no-repeat center;
}

.slick-dots {
  color: #d08600;
  width: 160px;
  right: 350px;
  bottom: 10px;
}

.slick-dots li button:before {
  color: rgba(252, 176, 64, 0.85);
  opacity: 1;
}

.slick-dots li button:before {
  display: none;
}


/***Header***/

#header {
  position: relative;
  display: block;
  border-top: 5px solid #5ba127;
  padding: 60px 0 50px;
  background: #ffff;
}

.sticky-menu {
  position: fixed !important;
  transition: background 1s;
  box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 10px 0 rgb(0 0 0 / 1%);
  top: unset !important;
  z-index: 200000000 !important;
  padding: 40px 0 30px !important;
  transition: all 0.4s ease;
}

.path-travel-information #subpage .banner .container-fluid,
.path-stay #subpage .banner .container-fluid,
.path-experience #subpage .banner .container-fluid,
.path-explore #subpage .banner .container-fluid,
#header .container-fluid {
  position: relative;
  padding: 0 100px !important;
}

#header #block-theme-main-menu ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header #block-theme-main-menu .menu li {
  display: inline-block;
  float: left;
}

#header #block-theme-main-menu .menu li a {
  display: inline-block;
  text-decoration: none;
  margin-right: 40px;
  color: #606060;
  font-size: 1.1rem;
  padding: 15px 0;
  font-weight: 700;
}

#header #block-theme-main-menu .menu li a:hover {
  color: #2b2626;
}

.mm-navbar__title>span {
  color: #ffff;
}

#header #block-theme-main-menu .menu li.menu-item:nth-child(1) a {
  background: #9f2118;
  padding: 15px 30px;
  color: #fff;
}

#header #block-theme-main-menu .menu li.menu-item:nth-child(1) a:hover {
  background: #ca160a;
}

#header #block-theme-branding {
  display: inline-block;
  position: absolute;
  top: -35px;
  right: 200px;
}

#header #buttons-wrapper {
  position: absolute;
  top: 0;
  background: #5ba127;
  width: 175px;
  height: 52px;
  right: 0;
}

#header #buttons-wrapper .wrapper {
  width: 120px;
  height: 52px;
  position: relative;
}

#header #search-button {
  position: absolute;
  background: url(./../images/search.png) no-repeat center;
  width: 20px;
  height: 20px;
  background-size: cover;
  top: 15px;
  left: 34px;
  cursor: pointer;
}

#header #menu-button {
  position: absolute;
  top: 15px;
  background: #5ba127 url(./../images/menu.png) no-repeat center;
  width: 35px;
  height: 20px;
  right: 25px;
}


/***Carousel***/

#carousel {
  padding: 0;
}

#carousel #block-views-block-main-image-block-1 .slide__media {
  width: 66.6666%;
  max-height: 840px;
  display: inline-block;
  float: left;
  position: relative;
}

#carousel #block-views-block-main-image-block-1 .slide__caption {
  max-width: 33.3333%;
  display: inline-block;
  float: left;
  z-index: 200;
  position: relative;
}

#carousel #block-views-block-main-image-block-1 .slide__caption .views-field-nothing {
  max-width: 80%;
}

#carousel #block-views-block-main-image-block-1 .slide__caption .views-field-nothing * {
  font-size: 4rem;
  font-weight: 100;
}

#carousel #block-views-block-main-image-block-1 .slide__caption .views-field-nothing strong {
  font-weight: 700;
}

#carousel #block-views-block-main-image-block-1 .slide__caption .views-field-nothing strong {
  font-weight: 700;
  display: block;
}

#carousel #block-views-block-main-image-block-1 .slide__caption .wrapper {
  background: #8c1313;
  color: #fff;
  padding: 30px 50px;
  margin: 20px 0 20px -60px;
  max-width: 80%;
  animation: bg-color 20s 30s infinite;
}

@keyframes bg-color {
  0% {
    background-color: #8c1313;
  }

  25% {
    background-color: #d08600;
  }

  50% {
    background-color: #5ba127;
  }

  75% {
    background-color: #d08600;
  }

  100% {
    background-color: #8c1313;
  }
}

#carousel #block-views-block-main-image-block-1 .slide__caption .wrapper .views-field-title span {
  font-weight: 100;
  display: block;
  margin-bottom: 15px;
  font-size: 2.4rem;
}

#carousel #block-views-block-main-image-block-1 .slide__caption .wrapper .views-field-field-link a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 25px;
  display: inline-block;
  padding: 5px 20px;
  margin-top: 15px;
  text-decoration: none;
}

#carousel #block-views-block-main-image-block-1 .slide__caption .wrapper .views-field-field-link a:hover {
  background: #fff;
  color: #8c1313;
}

#carousel #block-views-block-main-image-block-1 .slick__arrow {
  width: 33.333%;
  float: right;
  display: inline-block;
  position: absolute;
  text-align: left;
  bottom: 25%;
  padding-left: 20px;
}

#carousel #block-views-block-main-image-block-1 .slick__arrow .slick-prev {
  position: relative;
  float: left;
  margin-right: 20px;
}

#carousel #block-views-block-main-image-block-1 .slick__arrow .slick-next {
  position: relative;
  float: left;
}

#subpage #carousel .container-fluid {
  padding: 0;
}

.scroll-down {
  position: absolute;
  bottom: 5%;
  left: 30px;
}

#block-views-block-stay-image-banner-block-1 .views-field-field-images .field-content {
  line-height: 0;
}

.page-node-type-towns-and-villages #carousel::before,
.page-node-type-parks-and-reserves #carousel::before,
.page-node-type-heritage-sites #carousel::before,
.page-node-type-travel-info #carousel::before,
.page-node-type-experiences #carousel::before,
.page-node-type-accommodation #carousel::before {
  position: absolute;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

/***slide counter***/

#frontpage #carousel .slick__slider>.main-dots {
  width: 33.333%;
  float: right;
  position: absolute;
  text-align: left;
  bottom: 15%;
  padding-left: 20px;
  left: auto;
  right: 0;
  height: 10px;
}

#carousel .slick-dots {
  left: 25px;
}

#subpage #carousel .slick-slider {
  margin-bottom: 0;
}

#subpage #carousel .slick-dots {
  position: absolute;
  right: 30px;
  left: unset;
  bottom: -50px;
}

.path-stay #subpage #carousel .slick-dots {
 height: 10px;
}

#wrapper #content .slick-dots {
  left: 100px;
  bottom: -45px;
  height: 20px;
  display: block;
}

.slick-dots li {
  width: auto;
  height: unset;
  top: 0;
}

#frontpage #carousel .slick-dots li.slick-active {
  padding: 0 0 0 4px;
}

.slick-dots li.slick-active {
  position: absolute;
  left: 0;
  margin: 0 0 5px;
  bottom: -7px;
}

#carousel main-dots .slick-dots li.slick-active::after {
  content: "0";
  position: absolute;
  left: 0;
  top: 6px;
  line-height: 1;
  font-weight: 700;
}

.slick-dots li:nth-last-child(1) {
  position: absolute;
  right: 0;
  padding-left: 3px;
}

.slick-dots li:nth-last-child(1)::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: #d08600;
  top: 65%;
  right: 30px;
}

#block-quicktabshomepagetabs .slick-dots li:nth-last-child(1).slick-active::before {
  display: none;
}

.slick-dots li:nth-last-child(1) button,
.slick-dots li.slick-active button {
  display: block;
  font-size: 1rem;
  line-height: 1;
  color: #d08600;
  width: auto;
}

.slick-dots li button {
  display: none;
  font-weight: 700;
}

.scroll-down p a {
  background: url(./../images/down-arrow.png) no-repeat center 0;
  padding: 5rem 5px 0;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  font-size: 0.8rem;
  color: #fff;
  background-size: 17px;
  cursor: pointer;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.46);
}

.float {
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-1.25rem);
  }

  to {
    transform: translateY(0);
  }
}


/***Botswana Live***/

#live {
  background: url(./../images/bw-live-bg.jpg) no-repeat left;
  padding: 0;
  background-size: cover;
  margin: 50px 0 0;
  /* padding-right: 100px; */
}

#live .region-live {
  padding: 0 100px 0 0;
  line-height: 0;
}

#live #block-botswanalivelogo {
  position: relative;
  width: 35%;
  display: inline-block;
  padding: 15px 30px;
}

#live #block-botswanalivelogo::before {
  position: absolute;
  background: url("./../images/bw-logo-bg1.png") repeat center left;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: skewX(-30deg);
  left: -35px;
}

#live #block-botswanalivelogo .field--name-body {
  text-align: right;
  padding-right: 50px;
  display: block;
}

#live #block-botswanalivelogo .field--name-body p {
  position: relative;
  z-index: 2;
  display: inline-block;
}

#live #block-botswanalivelogo .field--name-body p img {
  width: auto;
}

#live #block-botswanalive {
  width: 60%;
  display: inline-block;
  position: relative;
  vertical-align: 15px;
}

#live #block-botswanalive .field--name-body p.welcome {
  font-size: 1rem;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.46);
}

#live #block-botswanalive .field--name-body p.link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  height: 47px;
}

#live #block-botswanalive .field--name-body p.link a {
  background-color: rgb(215, 7, 26);
  z-index: 213;
  font-size: 0.95rem;
  color: #fff;
  line-height: 1.2;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  padding: 14px 20px;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.19, 1, .22, 1);
}

#live #block-botswanalive .field--name-body p.link a:hover {
  background-color: rgb(160 3 17);
  transform: scale3d(1.1, 1.1, 1.1);
}


/***Content Top***/

#content-top {
  padding-bottom: 85px;
  background: #f6f8f9;
}

#content-top #block-views-block-home-page-content-top-block-1 {
  padding-top: 100px;
  max-width: 1600px;
  margin: 0 auto;
}

#content-top #block-views-block-home-page-content-top-block-1 .column-item * {
  text-align: center;
}

#content-top #block-views-block-home-page-content-top-block-1 .column-item:nth-child(2) {
  border-left: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
}

#content-top #block-views-block-home-page-content-top-block-1 .column-item h3 {
  font-size: 1.7rem;
  color: rgb(100, 100, 100);
  line-height: 1.2;
  margin-bottom: 30px;
  font-weight: 700;
}

#content-top #block-views-block-home-page-content-top-block-1 .column-item .views-field-body p {
  font-size: 0.95rem;
  color: rgb(98, 98, 98);
  line-height: 1.2;
}

.path-user #user-login-form #edit-submit,
.page-node-type-webform #edit-actions #edit-submit,
.page-node-type-page #node-reviews-form .button {
  background-color: #5ba127;
  border: none;
  cursor: pointer;
}

#content #captcha img {
  display: block !important;
}

.path-user #user-login-form #edit-submit,
.page-node-type-webform #content #edit-actions #edit-submit,
.page-node-type-page #node-reviews-form .button,
#content-top #block-views-block-home-page-content-top-block-1 .column-item .views-field-field-link a {
  font-size: 0.95rem;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  border-radius: 40px;
  text-decoration: none;
  padding: 10px 40px;
  display: inline-block;
  margin-top: 20px;
}

#content-top #block-views-block-home-page-content-top-block-1 .column-item .views-field-field-link a {
  background-color: #9d1919;
  border: 1px solid #9d1919;
  transition: transform .3s cubic-bezier(.19, 1, .22, 1);
}

#content-top #block-views-block-home-page-content-top-block-1 .column-item .views-field-field-link a:hover {
  background-color: #7D1414;
  border: 1px solid #7D1414;
  transform: scale3d(1.1, 1.1, 1.1);
}

.webform-submission-form .form-select.required,
.webform-submission-form textarea.required,
.page-node-type-webform input.required {
  background: #ffffff url(../images/asterisk.png) no-repeat left 6px top 6px !important;
  background-size: 8px !important;
}


/***form***/

.js-form-item-email-address,
.js-form-item-full-name,
#webform-submission-accommodation-facilities-feedbac-node-300-add-form .fieldset-wrapper .form-item,
#webform-submission-accommodation-facilities-feedbac-node-300-add-form .js-form-type-date {
  display: inline-block;
  width: 49.82%;
}

#webform-submission-accommodation-facilities-feedbac-node-300-add-form .form-item-name-of-the-accommodation-facility-used {
  display: none;
}


#webform-submission-accommodation-facilities-feedbac-node-300-add-form fieldset {
  padding-left: 0;
  padding-right: 0;
}

#webform-submission-accommodation-facilities-feedbac-node-300-add-form .fieldset-wrapper {
  background: #5ba12721;
  padding: 5px;
  border-radius: 4px;
}

.form-item-guest-receive-personal-attention-from-staff {
  width: 100% !important;
}

legend .fieldset-legend {
  font-weight: 600 !important;
}

fieldset .radios--wrapper legend {
  width: 50%;
}

.form-composite.webform-fieldset--title-inline .fieldset-wrapper,
.form-composite.webform-fieldset--title-inline .fieldset-wrapper>div {
  display: inline-flex;
}

#webform-submission-accommodation-facilities-feedbac-node-300-add-form .js-form-type-radio label {
  padding: 10px;
}

#webform-submission-accommodation-facilities-feedbac-node-300-add-form .js-form-type-radio {
  position: relative;
  width: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
}

#webform-submission-accommodation-facilities-feedbac-node-300-add-form .form-radio {
  margin: 0;
}

form fieldset {
  border: none;
}


/**Content**/

.path-frontpage #content {
  background: #ececec url("./../images/content-pattern.png") repeat center;
  padding: 85px 0;
  background-attachment: fixed;
}

#subpage #content .view {
  margin: 40px 0 0;
}

.page-node-type-events #block-theme-content {
  position: relative;
  display: block;
}

.page-node-type-events #block-theme-content .bootstrap-basic-image-gallery img {
  max-height: 500px;
  object-fit: cover;
}

.page-node-type-events #block-theme-content .bootstrap-basic-image-gallery {
  line-height: 0;
}

.page-node-type-events #block-theme-content #details {
  background: #9f2118e8;
  width: 300px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 20px;
}

.page-node-type-events #block-theme-content #details .field--name-body p,
.page-node-type-events #block-theme-content #details .field {
  color: #ffff;
}

.page-node-type-events #block-theme-content #details .field--name-field-type-event {
  font-size: 1.125rem;
  font-weight: 600;
}

.page-node-type-events #block-theme-content #details .field--name-field-venue,
.page-node-type-events #block-theme-content #details .field--name-field-date {
  margin: 10px 0 0;
  display: inline-block;
  padding: 10px 40px;
}

.page-node-type-events #block-theme-content #details .field--name-field-date {
  background: #9f2118 url("./../images/clock.png") no-repeat top 0 left 0;
  background-size: 32px !important;
}

.page-node-type-events #block-theme-content #details .field--name-field-venue {
  background: #9f2118 url("./../images/venue.png") no-repeat top 0 left 0;
  background-size: 40px !important;
}

#content {
  padding: 30px 0 85px;
}

#content .container-fluid #block-quicktabshomepagetabs {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}

#content .container-fluid #block-quicktabshomepagetabs .slick__slider {
  padding: 0 70px;
}

#content .container-fluid #block-quicktabshomepagetabs .slick__arrow {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  height: 50px;
  margin: auto;
}

#block-quicktabshomepagetabs #quicktabs-homepage_tabs .more-link {
  display: block;
  clear: both;
  text-align: right;
  padding-right: 80px;
  margin-top: 20px;
}

.path-travel-information #block-views-block-share-your-experience-block-1 .more-link a {
  position: absolute;
  right: 0;
  bottom: 20px;
}

.page-node-type-accommodation #lef-column .field__item {
  margin-bottom: 10px;
}

.page-node-type-accommodation #block-views-block-stay-block-1-2 .more-link a,
.path-travel-information #block-views-block-share-your-experience-block-1 .more-link a,
#block-quicktabshomepagetabs #quicktabs-homepage_tabs .more-link a {
  font-size: 0.95rem;
  color: rgb(208, 134, 0);
  line-height: 1.2;
  background: url("./../images/small-arrow-orange.png") no-repeat right center;
  text-decoration: none;
  padding-right: 30px;
  transition: all .3s ease-in;
}

.page-node-type-accommodation #block-views-block-stay-block-1-2 .more-link a:hover,
.path-travel-information #block-views-block-share-your-experience-block-1 .more-link:hover,
#block-quicktabshomepagetabs #quicktabs-homepage_tabs .more-link a:hover {
  text-decoration: underline;
}

#block-quicktabshomepagetabs #quicktabs-homepage_tabs ul.quicktabs-tabs {
  margin: 0;
  padding: 0 0 30px 70px;
}

#block-quicktabshomepagetabs #quicktabs-homepage_tabs ul.quicktabs-tabs li {
  position: relative;
  display: inline-block;
  margin-right: 40px;
}

#block-quicktabshomepagetabs #quicktabs-homepage_tabs ul.quicktabs-tabs li a {
  color: #d08600;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #d08600;
  padding: 20px 50px 20px 100px;
  border-radius: 45px;
  font-size: 12px;
  position: relative;
  display: inline-block;
  font-weight: 700;
}

#block-quicktabshomepagetabs #quicktabs-homepage_tabs ul.quicktabs-tabs li a:before {
  position: absolute;
  left: 45px;
  top: 0;
  right: 0;
  height: 30px;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  margin: auto 0;
  background-size: contain;
  bottom: 0;
  background-position: left center;
  line-height: 1;
}

#block-quicktabshomepagetabs #quicktabs-homepage_tabs ul.quicktabs-tabs li:nth-child(2) a:before {
  height: 18px;
}

#block-quicktabshomepagetabs #quicktabs-homepage_tabs ul.quicktabs-tabs li:nth-child(3) a:before {
  height: 24px;
}

#block-quicktabshomepagetabs #quicktabs-homepage_tabs ul.quicktabs-tabs li:nth-child(1) a:before {
  background-image: url("./../images/explore-tab.png");
}

#block-quicktabshomepagetabs #quicktabs-homepage_tabs ul.quicktabs-tabs li:nth-child(2) a:before {
  background-image: url("./../images/experience-tab.png");
}

#block-quicktabshomepagetabs #quicktabs-homepage_tabs ul.quicktabs-tabs li:nth-child(3) a:before {
  background-image: url("./../images/stay-tab.png");
}

#block-quicktabshomepagetabs #quicktabs-homepage_tabs ul.quicktabs-tabs li a:hover,
#block-quicktabshomepagetabs #quicktabs-homepage_tabs ul.quicktabs-tabs li.active a {
  color: #fff;
  background-color: #d08600;
}

#block-quicktabshomepagetabs #quicktabs-homepage_tabs ul.quicktabs-tabs li:hover a:before,
#block-quicktabshomepagetabs #quicktabs-homepage_tabs ul.quicktabs-tabs li.active a:before {
  filter: brightness(0) invert(1);
}

#block-quicktabshomepagetabs #quicktabs-homepage_tabs .quicktabs-main .slide__content {
  position: relative;
}

#block-quicktabshomepagetabs #quicktabs-homepage_tabs .quicktabs-main .slide__content .slide__media .media {
  margin: 0 !important;
  z-index: -1;
}


/* #slick-views-explore-block-2-1-slider .slide__content .slide__media, */

#subpage #carousel .slick-slide,
#block-quicktabshomepagetabs #quicktabs-homepage_tabs .quicktabs-main .slick-slide,
#block-quicktabshomepagetabs #quicktabs-homepage_tabs .quicktabs-main .slick-slide {
  margin: 0 10px;
}

#subpage #carousel .slide__content .slide__media,
#block-quicktabshomepagetabs #quicktabs-homepage_tabs .quicktabs-main .slide__content .slide__media .media,
#block-quicktabshomepagetabs #quicktabs-homepage_tabs .quicktabs-main .slide__content .slide__media {
  position: relative;
  isolation: isolate;
  border-radius: 10px;
  overflow: hidden;
}

#block-quicktabshomepagetabs #quicktabs-homepage_tabs .quicktabs-main .slick-slide .slide__caption {
  padding: 15px;
}

#subpage #carousel .slide__content .slide__media::before,
#block-quicktabshomepagetabs #quicktabs-homepage_tabs .quicktabs-main .slide__content .slide__media::before {
  content: "";
  position: absolute;
  height: 35%;
  /* background-image: linear-gradient(transparent, black); */
  background: linear-gradient(to top, #000 15%, transparent 60%);
  bottom: 0 !important;
  left: 0;
  right: 0;
  z-index: 1;
}

#subpage #carousel .blazy .media,
#subpage #carousel .slick .slide__content .slide__media img,
#block-quicktabshomepagetabs #quicktabs-homepage_tabs .quicktabs-main .slide__content .slide__media img {
  border-radius: 10px;
  overflow: hidden;
  min-height: 360px;
}

#subpage #carousel .view-header {
  width: 400px;
  left: 0;
  position: absolute;
  bottom: 0;
  padding: 0 30px;
}

.path-experience #carousel .view-header,
.path-stay #carousel .view-header,
.path-travel-information #carousel .view-header,
.path-explore #carousel .view-header {
  margin-bottom: 120px;
}

.path-stay #carousel .view-footer {
  position: absolute;
  bottom: 0;
  left: 30px;
}

#subpage #carousel .view-header p {
  margin-top: 60px;
}

#block-quicktabshomepagetabs #quicktabs-homepage_tabs .quicktabs-main .slide__content .slide__caption {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: auto;
}

#block-quicktabshomepagetabs #quicktabs-homepage_tabs .quicktabs-main .slide__content .slide__caption .views-field-title a {
  font-size: 1.18rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.2;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.68);
  text-decoration: none;
}

#block-quicktabshomepagetabs #quicktabs-homepage_tabs .quicktabs-main .slide__content .slide__caption .views-field-title a:hover {
  text-decoration: underline;
}


/***Content Bottom***/

#frontpage #wrapper {
  background: #f6f8f9 !important;
  padding-bottom: 50px;
}

.path-frontpage #content-bottom {
  padding: 100px 0;
  background: #f6f8f9;
}

.path-frontpage #content-bottom:before {
  content: "";
  background: #e2e2e2;
  height: 45%;
  width: 45%;
  position: absolute;
  bottom: 45px;
  left: 0;
  display: inline-block;
}

#content-bottom .block h2 {
  font-size: 1.75rem;
  color: rgb(91, 161, 39);
  line-height: 1.2;
  font-weight: 700;
}

.path-travel-information #content-bottom .block h2,
.path-node #content-bottom .block h2 {
  padding: 0 10px;
}

.node-294 #block-theme-content .field--name-field-image {
  display: none;
}

#content-bottom #block-views-block-travel-information-block-1 .views-view-grid * {
  line-height: 0;
}

#content-bottom #block-views-block-travel-information-block-1 .views-view-grid .column-item {
  padding: 0;
}

#content-bottom #block-views-block-travel-information-block-1 .views-view-grid .column-item .inner-column {
  position: relative;
  display: block;
}

#content-bottom #block-views-block-travel-information-block-1 .wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}

#content-bottom #block-views-block-travel-information-block-1 .wrapper .inner-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

#content-bottom #block-views-block-travel-information-block-1 .wrapper:hover {
  background: #d08600;
}

#content-bottom #block-views-block-travel-information-block-1 .wrapper * {
  text-align: center;
}

#content-bottom #block-views-block-travel-information-block-1 .wrapper .views-field-title a {
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
  max-width: 80%;
  text-align: center;
  margin: 10px auto 0;
  line-height: 1.2;
}

#block-views-block-share-your-experience-block-1 .view-content .slide__content .slide__media {
  width: 40%;
  float: left;
}

#block-views-block-share-your-experience-block-1 .view-content .slide__content .slide__caption {
  width: 60%;
  float: left;
  padding: 0;
}

.path-travel-information .slick__arrow {
  display: none;
}

#block-views-block-travel-information-block-1,
#block-views-block-share-your-experience-block-1 {
  position: relative;
  display: block;
}

#block-views-block-travel-information-block-1 {
  padding-right: 30px;
}

#block-views-block-share-your-experience-block-1 {
  padding-left: 30px;
}

#block-views-block-travel-information-block-1 h2,
#block-views-block-share-your-experience-block-1 h2 {
  margin: 0 0 40px;
}

.page-node-type-accommodation #block-views-block-stay-block-5 {
  position: relative;
}

.page-node-type-accommodation .more-link {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

#block-views-block-travel-information-block-1 .block-content .more-link,
#block-views-block-share-your-experience-block-1 .block-content .view-header {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

#block-views-block-travel-information-block-1 .block-content .more-link {
  right: 30px;
}

.path-frontpage #block-views-block-share-your-experience-block-1 .more-link {
  display: none !important;
}

.path-travel-information #block-views-block-share-your-experience-block-2 .block-content .view-header {
  position: absolute;
  top: 0;
  right: 127px;
}

.feedback-link p a,
.path-stay .view-footer p a,
.path-travel-information #block-views-block-share-your-experience-block-2 .block-content .view-header a,
.page-node-type-accommodation .more-link a,
#block-views-block-share-your-experience-block-2 .more-link a,
#block-views-block-travel-information-block-1 .block-content .more-link a,
#block-views-block-share-your-experience-block-1 .block-content .view-header a {
  font-size: 0.95rem;
  color: rgb(91, 161, 39);
  line-height: 1.2;
  border: 1px solid rgb(91, 161, 39);
  padding: 7px 20px;
  border-radius: 20px;
  text-decoration: none;
  display: inline-block;
}

.feedback-link p a,
.path-stay .view-footer p a,
.path-travel-information #block-views-block-share-your-experience-block-2 .block-content .view-header a,
.page-node-type-accommodation .more-link a,
#block-views-block-travel-information-block-1 .block-content .more-link a:hover,
#block-views-block-share-your-experience-block-1 .block-content .view-header a:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(91, 161, 39);
}

.visible #block-theme-search .form-actions input:hover,
#search-block-form #edit-actions #edit-submit:hover,
.feedback-link p a:hover,
.path-user #user-login-form #edit-submit:hover,
.page-node-type-webform #edit-actions #edit-submit:hover,
.page-node-type-page #node-reviews-form .button .feedback-link p a:hover,
.path-stay .view-footer p a:hover,
.path-travel-information #block-views-block-share-your-experience-block-2 .block-content .view-header a:hover,
.page-node-type-accommodation .more-link a:hover {
  background-color: #48801F;
}

#block-views-block-share-your-experience-block-1 .slick__arrow {
  height: auto;
  width: 100%;
  position: relative;
  top: unset;
  bottom: 0;
  margin-top: -69px;
}

#block-views-block-share-your-experience-block-1 .slick__arrow .slick-prev,
#block-views-block-share-your-experience-block-1 .slick__arrow .slick-next {
  height: 69px;
  width: 70px;
  border-radius: 0;
}

#block-views-block-share-your-experience-block-1 .slick__arrow .slick-prev {
  background: #5ba127 url(./../images/green-arrow-left.png) no-repeat center;
  background-size: auto;
  left: 0;
}

#block-views-block-share-your-experience-block-1 .slick__arrow .slick-next {
  background: #5ba127 url(./../images/green-arrow-right.png) no-repeat center;
  background-size: auto;
  right: 0;
  left: unset;
}

#block-views-block-share-your-experience-block-1 .slick__slider,
#block-views-block-share-your-experience-block-1 .slick__slider {
  padding: 0 70px;
}

#block-views-block-share-your-experience-block-1 .views-field-title {
  background: rgba(91, 161, 39, 0.7);
  position: absolute;
  left: 0;
  display: inline-block;
  z-index: 200;
  bottom: 30px;
  width: 100%;
  padding: 24px 20px;
}

#block-views-block-share-your-experience-block-1 .views-field-title span {
  font-size: 1rem;
  color: rgb(249, 249, 249);
  font-weight: bold;
  max-width: 200px !important;
  display: inline-block;
}

#block-views-block-share-your-experience-block-1 .views-field-field-fu .field-content {
  padding: 20px 20px 0;
  font-size: 1.4rem;
  color: rgb(70, 70, 70);
  font-weight: bold;
  line-height: 1.2;
}

#block-views-block-share-your-experience-block-1 .views-field-field-country .field-content {
  font-size: 0.8rem;
  color: rgb(70, 70, 70);
  line-height: 1.2;
  padding: 0 20px 20px 20px;
  display: block;
  position: relative;
}

#block-views-block-share-your-experience-block-1 .slick-initialized .slick-slide {
  position: relative;
}

#block-views-block-share-your-experience-block-1 .views-field-body {
  background: #464646;
  padding: 20px 20px 60px 20px;
  z-index: 250;
  position: absolute;
  bottom: 30px;
  display: block;
}

#block-views-block-share-your-experience-block-1 .views-field-body::before {
  content: "";
  position: absolute;
  background: url(./../images/left-quote.png) no-repeat center;
  width: 50px;
  height: 50px;
  top: 0;
  left: 12px;
  z-index: -1000 !important;
}

#block-views-block-share-your-experience-block-1 .views-field-body p {
  font-size: 0.95rem;
  color: rgb(249, 249, 249);
  line-height: 1.2;
}

#block-views-block-share-your-experience-block-1 .views-field-view-node {
  background: #464646;
  position: absolute;
  bottom: 54px;
  display: block;
  padding: 0 20px 20px 20px;
  z-index: 300;
}

.all-reviews .bottom-field .views-field-view-node a,
#block-views-block-share-your-experience-block-1 .views-field-view-node a {
  position: relative;
  padding-right: 40px;
  display: inline-block;
  font-size: 0.95rem;
  color: rgb(249, 249, 249);
  line-height: 1.2;
  text-decoration: none;
  background: url("./../images/small-right-arrow-white.png") no-repeat right center;
}

#block-views-block-share-your-experience-block-1 .views-field-view-node a:hover {
  text-decoration: underline;
}


/*Partners*/

#partners {
  padding: 20px 0;
}

#block-views-block-partners-block-2 h2,
#block-views-block-partners-block-1 h2 {
  font-size: 1.8rem;
  color: rgb(91, 161, 39);
  line-height: 1.2;
  font-weight: 700;
  padding-left: 15px;
}

#block-views-block-partners-block-1 .view-content .views-row {
  float: left;
  display: inline-block;
  width: 10%;
  padding: 0 10px;
}

#block-views-block-partners-block-1 .view-content .views-row * {
  text-align: center;
}

#block-views-block-partners-block-2 .slick__slide {
  position: relative;
  visibility: visible;
  height: 100px;
}

#block-views-block-partners-block-2 .slick__slide .slide__content {
  position: absolute;
  top: 0;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#block-views-block-partners-block-2 img,
#block-views-block-partners-block-1 .view-content .views-row img {
  height: 75px;
  width: auto;
  filter: grayscale(1);
}

#block-views-block-partners-block-2 .slick-list {
  height: 140px;
}

#block-views-block-partners-block-2 img:hover {
  filter: grayscale(0);
}

/***Sub Footer***/

#sub-footer {
  background: #2f2f2f;
  padding: 0 0 30px;
}

#sub-footer #block-socialmedialinks {
  display: inline-block;
  float: left;
  padding: 50px 10px 40px;
  background: #9d1919;
  top: -40px;
  margin-right: 50px;
}

#sub-footer #block-aboutsubfooter {
  display: inline-block;
  float: left;
  padding: 50px 0 20px 0;
}

#sub-footer #block-aboutsubfooter .field--name-body p a,
#sub-footer #block-aboutsubfooter .field--name-body p {
  font-size: 0.9rem;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  margin: 4px 0;
}

#sub-footer #block-aboutsubfooter .field--name-body p:nth-last-child(2) {
  margin: 25px 0 0;
}

#sub-footer #block-aboutsubfooter .field--name-body p img {
  margin-bottom: 30px;
  width: auto;
}

#sub-footer #block-subfootermenu {
  display: inline-block;
  float: right;
  padding: 0 20px;
}

#sub-footer #block-subfootermenu .field--name-body {
  padding-top: 100px;
}

#sub-footer #block-subfootermenu .field--name-body p {
  margin-bottom: 25px;
}

#sub-footer #block-subfootermenu .field--name-body p a {
  font-size: 0.95rem;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
}

#footer p a:hover,
#sub-footer #block-subfootermenu .field--name-body p a:hover {
  color: #5ba127 !important;
}


/***Footer***/

#footer {
  background: #2f2f2f;
  padding: 0;
}

#footer .region.region-footer:before {
  content: "";
  border-top: 1px solid #fff;
  height: 1px;
  display: block;
  margin: 0 15px;
}

#footer #block-copyright .field--name-body p {
  display: inline-block;
  color: #fff;
  font-size: 0.8rem;
  margin-right: 15px;
}

#footer #block-mindqblock .field--name-body p {
  text-align: right;
  color: #fff;
}

#footer #block-copyright .field--name-body p a,
#footer #block-mindqblock .field--name-body p a {
  font-size: 0.8rem;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-decoration: none;
}

#footer #block-copyright .field--name-body p a::before {
  content: "•";
  display: inline-block;
  font-weight: bold;
  color: #ffffff;
  width: 15px;
}

.search-info {
  display: none;
}


/**Subpage**/

#subpage #wrapper {
  background: #f6f8f9;
}

.route-userlogin #carousel,
.path-guest-report #carousel,
.path-events #carousel,
.path-search #carousel,
.path-media-room #carousel,
.path-reviews #carousel,
.path-publications #subpage #carousel,
.path-international-events #subpage #carousel,
.path-tenders #subpage #carousel,
.path-local-events #subpage #carousel,
.path-community-projects #subpage #carousel,
.path-tourism-offices #subpage #carousel,
.path-job-opportunities #subpage #carousel,
.path-tenders #subpage #carousel,
.path-node #subpage #carousel {
  background: #fcfdfd url(./../images/subpage-pattern.png) repeat center;
  padding: 0;
  line-height: 0;
}

#block-views-block-node-banner-block-1 .views-field-field-image .field-content,
#block-views-block-sub-page-image-block-3 .views-field-field-image .field-content,
#block-views-block-sub-page-image-block-1 .views-field-field-image .field-content {
  text-align: right;
}

#block-theme-page-title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  transform: translateY(-50%);
}

#block-theme-page-title .block-content h1 {
  display: inline-block;
  padding: 5px 30px;
  max-width: 60%;
}

.path-tourism-offices #content {
  padding-top: 40px;
}

.page-node-type-tourism-offices .block-content h1 span,
.page-node-type-publications .block-content h1 span,
.route-entitynodewebformconfirmation #block-theme-page-title .block-content h1,
.page-node-type-reviews #block-theme-page-title .block-content h1 span,
.page-node-type-community-projects #block-theme-page-title .block-content h1 span,
.page-node-type-events #block-theme-page-title .block-content h1 span,
.page-node-type-webform #block-theme-page-title .block-content h1 span,
.path-guest-report #block-theme-page-title .block-content h1,
.path-publications #block-theme-page-title .block-content h1,
.path-events #block-theme-page-title .block-content h1,
.path-user #block-theme-page-title .block-content h1,
.path-search #block-theme-page-title .block-content h1,
.path-media-room #block-theme-page-title .block-content h1,
.path-community-projects #block-theme-page-title .block-content h1,
.path-tourism-offices #block-theme-page-title .block-content h1,
.path-job-opportunities #block-theme-page-title .block-content h1,
.path-tenders #block-theme-page-title .block-content h1,
.path-local-events #block-theme-page-title .block-content h1,
.path-international-events #block-theme-page-title .block-content h1,
.path-reviews #block-theme-page-title .block-content h1,
.page-node-type-page #block-theme-page-title .block-content h1 span {
  background: #5ba127;
  border-left: 15px solid #5ba127;
  border-right: 15px solid #5ba127;
  border-top: 5px solid #5ba127;
  border-bottom: 5px solid #5ba127;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

#block-theme-page-title .block-content h1,
#block-theme-page-title .block-content h1 span {
  font-size: 2.95rem;
  color: rgb(255, 255, 255);
  font-weight: 700;
  line-height: 1.1;
  padding: 0;
}

#block-theme-page-title .block-content h1 span {
  display: inline;
}

#block-theme-local-tasks ul:not(.contextual-links) {
  padding: 0;
}

#block-theme-local-tasks ul:not(.contextual-links) li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}

/***Index Pages****/

#subpage #carousel .slick__slide,
#subpage #carousel .row {
  position: relative;
  display: block;
}

.path-stay .view-footer p a {
  margin-top: 5px;
}

.feedback-link p a {
  margin: 15px;
}

.feedback-link p {
  width: 33.3%;
  float: right;
}


.user-logged-in .feedback-link p {
  top: 160px;
}

.feedback-link p {
  position: absolute;
  top: 90px;
  right: 0;
}

.path-stay #block-theme-page-title,
.path-travel-information #block-theme-page-title,
.path-info #block-theme-page-title,
.path-experience #block-theme-page-title,
.path-explore #block-theme-page-title {
  position: absolute;
  top: 112px;
  left: 0;
  right: unset;
  max-width: 600px;
  padding: 0;
}

.path-stay #block-theme-page-title h1 {
  max-width: 75%;
}

#subpage #carousel .slick .slide__content .slide__media {
  border-radius: 10px;
}

#block-views-block-share-your-experience-block-2 #block-views-block-experience-block-1 .slick__slide,
#block-views-block-stay-block-5 .slick__slider .slick__slide,
#subpage #carousel .slick .slide__content .slide__media {
  position: relative;
  margin: 0 10px;
  overflow: hidden;
}

.path-events .column-item img,
.path-media-room .column-item img {
  width: 100%;
}

.path-events .column-item>div,
.path-media-room .column-item>div {
  position: relative;
  display: block;
  isolation: isolate;
  overflow: hidden;
  line-height: 0;
  margin: 20px 0;
}

.path-events .column-item .views-field-title span,
.path-media-room .column-item .views-field-title span {
  color: #ffff;
  font-weight: 600;
  font-size: 1.5rem;
  text-shadow: 2px 2px 2px rgb(0 0 0 / 50%);
}

.path-events .column-item>div::before,
.path-media-room .column-item>div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.path-media-room .column-item:nth-child(1)>div::before {
  background: linear-gradient(rgba(131, 94, 88, 0.7), rgba(165, 62, 46, 0.7));
}

.path-events .column-item:nth-child(1)>div::before,
.path-media-room .column-item:nth-child(2)>div::before {
  background: linear-gradient(rgba(208, 149, 7, 0.7), rgba(208, 149, 7, 0.7));
}

.path-events .column-item:nth-child(2)>div::before,
.path-media-room .column-item:nth-child(3)>div::before {
  background: linear-gradient(rgba(76, 126, 38, 0.7), rgba(76, 126, 38, 0.7));
}

.path-media-room .column-item .views-field-field-index-image img:hover {
  transition: all 1s;
  transform: scale(1.15);
}

.path-events .column-item .wrapper,
.path-media-room .column-item .wrapper {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  text-align: center;
}

.path-events .column-item .views-field-field-link,
.path-media-room .column-item .views-field-field-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000000 !important;
}

.path-events .column-item .views-field-title,
.path-media-room .column-item .views-field-title {
  text-align: center;
}

.path-events .column-item .views-field-field-icon,
.path-media-room .column-item .views-field-field-icon {
  width: auto !important;
  margin-bottom: 30px;
}

.path-events .column-item .views-field-field-link a,
.path-media-room .column-item .views-field-field-link a {
  width: 100% !important;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 1%;
}

.path-media-room .column-item:hover>div::before,
.path-events .column-item:hover>div::before {
  background: rgba(0, 0, 0, 0.8);
}

.path-media-room .column-item>div:hover,
.path-events .column-item>div:hover {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.8);
}

#block-views-block-stay-block-5 .slick__slide img,
.path-community-projects .column-item img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}

#block-views-block-stay-block-5 .slick__slider .slide__content .slide__media,
.path-reviews .column-item .views-field-field-image img,
#block-views-block-share-your-experience-block-2 img,
#block-views-block-stay-block-5 .slide__content .slide__media img,
.events .views-field-field-images img,
.index-column .views-field-field-images img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.index-column .views-field-field-images {
  line-height: 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

#block-views-block-stay-block-5 .slide__content:hover .slide__media img,
#block-quicktabshomepagetabs #quicktabs-homepage_tabs .slide__content:hover .slide__media img,
#block-quicktabshomepagetabs #quicktabs-homepage_tabs .slide__content .slide__media img:hover,
#subpage #carousel .slick .slide__content .slide__media img:hover,
.index-column:hover .views-field-field-images img {
  transition: all 1s;
  transform: scale(1.15);
}

.path-travel-information #content-bottom {
  background: #e2e2e2;
}

#block-views-block-share-your-experience-block-2 {
  position: relative;
}

.path-community-projects .column-item .wrapper,
.path-reviews .column-item .wrapper,
#block-views-block-share-your-experience-block-2 .column-item .wrapper,
.events .wrapper,
.index-column .wrapper {
  padding: 20px;
}

.path-travel-information #block-views-block-travel-information-block-2 .slide__description,
.path-travel-information #block-theme-content .index-column .wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

#block-views-block-travel-information-block-2 .slide__caption .views-field,
.path-travel-information .column-item .wrapper .views-field {
  width: auto !important;
}

#block-views-block-travel-information-block-2 .slide__caption .views-field-title {
  padding-top: 0 !important;
}

#block-views-block-travel-information-block-2 .slide__caption .views-field-title,
.path-travel-information .column-item .views-field-title {
  padding: 0 0 0 5px;
}

.path-travel-information .column-item .views-field-title a {
  color: #ffff !important;
}

.path-community-projects .column-item .views-field-view-node a {
  padding: 5px 20px;
  background: #d08600;
  display: inline-block;
  border-radius: 50px;
  color: #ffff;
}

.path-community-projects .column-item .views-field-view-node a:hover {
  background: #A66B00;
}

.slide__caption .views-field-type span,
.path-reviews .views-field-view-node a,
#block-views-block-share-your-experience-block-2 .views-field-view-node a,
.path-explore .explore .views-field-type span {
  padding: 5px 10px;
  background: #5ba127;
  display: inline-block;
  border-radius: 50px;
  color: #ffff;
}

.path-reviews .views-field-view-node a {
  padding: 5px 20px !important;
}

#block-views-block-share-your-experience-block-2 .views-field-view-node a:hover,
.path-reviews .views-field-view-node a:hover {
  background: #3c6a1a;
}

.path-stay .content-wrapper {
  position: relative;
  display: block;
}

.show-tab #block-views-block-tourism-offices-block-2,
.show-tab #block-views-block-stay-block-3 {
  display: none !important;
}

.show-tab #block-views-block-tourism-offices-block-1,
.show-tab .block-views-blockstay-block-4 {
  display: block !important;
  padding-top: 10px;
}

.path-stay .content-wrapper .geolocation-map-wrapper {
  margin-top: 50px;
}

.path-guest-report #content .container {
  width: 100%;
  padding: 0 5%;
}

.path-guest-report #block-theme-content table thead th {
  font-size: 15px;
}

.path-guest-report #block-theme-content #views-exposed-form-guest-report-page-1 #edit-submit-guest-report,
.path-guest-report .view-content>table {
  display: none !important;
}

.path-guest-report #views-exposed-form-guest-report-page-1 #webform-submission-field-filter,
.path-guest-report #views-exposed-form-guest-report-page-1 .form-actions,
.path-guest-report #views-exposed-form-guest-report-page-1 .js-form-item,
.path-stay .content-wrapper .bef-exposed-form .js-form-item-title,
.path-stay .content-wrapper .bef-exposed-form .js-form-type-select,
#block-theme-content .bef-exposed-form .js-form-type-select {
  margin: 0 10px 10px;
  display: inline-block;
}

.path-stay .content-wrapper .js-form-item label,
.path-stay #block-theme-content .js-form-type-select label {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
}

.path-stay .content-wrapper .bef-exposed-form .js-form-item-title ::placeholder,
.path-stay .content-wrapper .js-form-item,
.path-stay .content-wrapper .js-form-type-select {
  color: #d08800;
  display: inline-block;
}

.path-stay .content-wrapper .bef-exposed-form .js-form-item-title input,
.path-stay .content-wrapper .bef-exposed-form .js-form-item-title input,
.path-stay .content-wrapper .js-form-item select {
  border: 1.5px solid #d08800;
  color: #d08800;
}

.path-guest-report .js-form-item,
.path-guest-report #block-theme-content .js-form-type-select,
.path-publications #block-theme-content .js-form-type-select,
.path-explore #block-theme-content .js-form-type-select {
  color: #5ba127;
}

.path-guest-report .js-form-item input,
.path-guest-report #block-theme-content .js-form-item select,
.path-publications #block-theme-content .js-form-item select,
.path-explore #block-theme-content .js-form-item select {
  border: 1.5px solid #5ba127;
  color: #5ba127;
}

#slick-views-explore-block-1-2-slider .slide__caption .views-field-title,
.path-explore .slide__caption .views-field-title {
  margin: 10px 5px 0;
}

.path-guest-report #views-exposed-form-guest-report-page-1 .js-form-item input,
.path-stay .content-wrapper .form-text,
.path-stay .content-wrapper .bef-exposed-form .js-form-item-title input,
.path-stay .content-wrapper .js-form-item select,
#block-theme-content .js-form-item select {
  display: inline-block;
  outline: none;
  background: transparent;
  height: 2rem;
  font-weight: 400;
}

.path-guest-report .btn {
  border: none;
  height: 2rem;
  padding: 0 20px;
  color: #fff;
  background: #5ba127;
  cursor: pointer;
}

.path-guest-report #d-report1 .logo {
  position: relative;
  display: block;
  height: 65px;
  margin-top: 10px;
}

.path-guest-report #d-report1 .logo img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}

#report-graph {
  height: 100vh;
  position: relative;
  display: block;
}

#report-graph #myChart {
  max-width: 100% !important;
  /* transform: rotate(90deg);
    margin-top: 200px !important; */
}

.path-guest-report #d-report1 .re {
  font-size: 1.2rem;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  width: 100%;
}

.path-guest-report .p_address span {
  width: 130px;
  font-weight: 400 !important;
  display: block;
}

.path-guest-report .sign img {
  width: 130px;
}

.path-guest-report #d-report1 p span {
  font-weight: 700;
}

.path-guest-report #d-report1 h4,
.path-guest-report #d-report1 h3 {
  margin: 10px 0 0;
  color: #5ba127;
}

.path-guest-report .all-average .btn {
  margin-right: 20px;
}

.path-guest-report .view-filters {
  text-align: center;
}

.path-guest-report .view-filters form {
  display: inline-block;
}

.path-guest-report .view-filters form label {
  display: block !important;
  margin-bottom: 10px;
  font-weight: 600;
}

.path-guest-report .view-filters form .form-select {
  min-width: 300px;
}

#subpage #carousel .slide__content .slide__caption {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: auto;
  padding: 20px;
}

#subpage #carousel .slide__content .slide__caption a {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.4rem;
}

#block-views-block-stay-block-1-2 .slick__slider .slide__caption,
#block-views-block-share-your-experience-block-2 .slide__caption,
#block-views-block-stay-block-5 .slide__caption {
  position: relative;
  margin: 0 0 15px;
  padding: 20px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}

#block-views-block-share-your-experience-block-2 .slick__arrow,
#block-views-block-stay-block-1-2 .slick__slider .slick__arrow {
  display: none;
}

.path-local-events .events,
.path-experience #content .container .index-column,
.path-stay #content .container .index-column,
.path-travel-information #content .container .index-column,
.path-info #content .container .index-column,
.path-explore #content .container .index-column {
  margin: 10px 0;
}

.path-local-events   .events .views-field-field-date {
    margin-bottom: 5px;
}

.path-local-events .events .views-field-field-date .field-content{
  font-size: 0.8rem;
  font-weight: 600;
  color: #5ba127;
}

.path-reviews .column-item>div,
#block-views-block-share-your-experience-block-2 .column-item>div,
.path-community-projects .column-item>div,
.events>div,
.index-column>div {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 6px 14px 0px #e9ebec;
  -webkit-box-shadow: 1px 6px 14px 0px #e9ebec;
  max-width: 320px;
  height: 100%;
}
.path-reviews .column-item{
  margin: 0 0 30px;
}
.path-community-projects .column-item .views-field-title {
  margin-bottom: 30px;
}

.path-community-projects .column-item .views-field-view-node {
  position: absolute;
  bottom: 10px;
  display: block !important;
}

.path-travel-information .column-item>div {
  background: #5ba127 !important;
}

#subpage #carousel {
  padding: 0;
}

.path-travel-information #carousel .container-fluid::before,
.path-experience #carousel .container-fluid::before,
.path-explore #carousel .container-fluid::before,
.path-stay #carousel .container-fluid::before {
  position: absolute;
  content: "";
  right: 0;
  width: 85%;
  height: 80%;
  bottom: 0;
  top: auto;
  display: block;
}

.all-reviews,
.path-travel-information #carousel .container-fluid::before,
.page-node-type-accommodation .stay-sidebar .inner-siderbar,
.path-stay #carousel .container-fluid::before,
.path-explore #carousel .container-fluid::before,
.path-experience #carousel .container-fluid::before {
  box-shadow: 1px 4px 9px 6px #dddd;
  -webkit-box-shadow: 1px 4px 9px 6px #dddd;
  background-attachment: fixed !important;
}

.path-stay #carousel .container-fluid::before {
  background: #fcfdfd url(./../images/stay-bg.png) repeat center;
}

.path-explore #carousel .container-fluid::before {
  background: #fcfdfd url(./../images/explore-bg.png) repeat center;
}

.path-travel-information #carousel .container-fluid::before,
.path-experience #carousel .container-fluid::before {
  background: #fcfdfd url(./../images/subpage-pattern.png) repeat center;
}

.path-community-projects .column-item .wrapper .views-field-title a {
  color: #d08800;
  font-weight: 600;
}

.path-reviews .views-field-title span,
#block-views-block-share-your-experience-block-2 .slide__caption .views-field-title {
  margin-bottom: 5px;
}

.path-reviews .views-field-title span,
#block-views-block-share-your-experience-block-2 .slide__caption .views-field-title span,
.events .wrapper .views-field a,
#block-views-block-stay-block-5 .slide__caption .views-field-title a,
.index-column .wrapper .views-field a {
  color: #606060;
  font-weight: 600;
}

.path-stay .content-wrapper {
  position: relative;
}

.path-tourism-offices .content-wrapper .stay-tabs,
.path-stay .content-wrapper .stay-tabs,
#block-views-block-share-your-experience-block-2 .more-link {
  position: absolute;
  top: 0;
  right: 0;
}

.path-stay .content-wrapper .views-view-grid {
  margin-top: 10px;
}

.path-tourism-offices .content-wrapper #block-views-block-tourism-offices-block-1 {
  padding: 0 15px;
  margin: 50px 0;
}

.path-tourism-offices .content-wrapper .stay-tabs,
.path-stay .content-wrapper .stay-tabs {
  right: 15px;
  line-height: 0;
  margin: 0;
}

#block-views-block-share-your-experience-block-2 .more-link a:hover {
  text-decoration: underline;
}

.path-tourism-offices #quicktabs-tourism_offices .quicktabs-tabs,
.path-stay .content-wrapper #quicktabs-stay_quick .quicktabs-tabs {
  text-align: right;
}

.content-wrapper #quicktabs-stay_quick .quicktabs-tabs {
  position: relative;
  padding: 0;
  margin: 0;
  float: right;
  z-index: 10000000 !important;
}

.path-stay .content-wrapper #quicktabs-tabpage-stay_quick-1 {
  padding-top: 10px;
}

.path-stay .content-wrapper #quicktabs-stay_quick .map.active .quicktabs-tabs {
  position: relative !important;
}

.path-stay .content-wrapper #quicktabs-stay_quick .bef-exposed-form {
  position: relative;
}

.path-tourism-offices ul.quicktabs-tabs li,
.path-stay .content-wrapper ul.quicktabs-tabs li {
  padding: 0;
}

.path-tourism-offices .content-wrapper .stay-tabs a,
.path-stay .content-wrapper .stay-tabs a,
.path-tourism-offices ul.quicktabs-tabs li a,
.path-stay .content-wrapper ul.quicktabs-tabs li a {
  display: inline-block;
  font-size: 1%;
  color: transparent;
  padding: 18px 20px;
  width: 40px;
  height: auto;
}


.path-tourism-offices .content-wrapper .stay-tabs,
.path-tourism-offices ul.quicktabs-tabs li a {
  background-color: #5ba127;
}

.path-stay .content-wrapper .stay-tabs,
.path-stay .content-wrapper ul.quicktabs-tabs li a {
  background-color: #d08800;
}

.path-stay .content-wrapper .stay-tabs #grid,
.path-stay .content-wrapper ul.quicktabs-tabs .spage a {
  background: #d08800 url(./../images/grid-stay.png) no-repeat center;
}

.path-stay .content-wrapper .stay-tabs #grid.active,
.path-stay .content-wrapper ul.quicktabs-tabs #quicktabs-tab-stay_quick-0.active a {
  background: #d08800 url(./../images/grid-stay-active.png) no-repeat center;
}

.path-stay .content-wrapper .stay-tabs #map,
.path-stay .content-wrapper ul.quicktabs-tabs .map a {
  background: #d08800 url(./../images/menu-map.png) no-repeat center;
}

.path-stay .content-wrapper .stay-tabs #map.active,
.path-stay .content-wrapper ul.quicktabs-tabs #quicktabs-tab-stay_quick-1.active a {
  background: #d08800 url(./../images/map-explore-active.png) no-repeat center;
}

.path-stay .view-header h1,
#subpage #carousel .view-header h1 {
  font-size: 2.95rem;
  font-weight: 700;
  margin: 10px 0;
}

.starrating .rate-image {
  padding: 12px;
}

.starrating .star1-on {
  background: url(./../images/favourites-star.png) no-repeat 0px 0px;
}

.starrating .star-off {
  background: url(./../images/empty-star.png) no-repeat 0px 0px;
}

.path-tourism-offices .content-wrapper #map {
  background: #5ba127 url(./../images/menu-map.png) no-repeat center;
}

.path-tourism-offices .content-wrapper #grid {
  background: #5ba127 url(./../images/grid-stay.png) no-repeat center;
}

.path-tourism-offices .content-wrapper #grid.active {
  background: #5ba127 url(./../images/grid-stay-active.png) no-repeat center;
}

.path-tourism-offices .content-wrapper #map.active {
  background: #5ba127 url(./../images/map-explore-active.png) no-repeat center;
}


/***Subpage slide***/

#block-views-block-travel-information-block-2,
#block-views-block-experience-block-1,
#block-views-block-stay-block-2,
#block-views-block-explore-block-2 {
  position: relative;
  float: right;
  margin: 20px 0;
  width: 100%;
  padding-left: 25%;
  padding-bottom: 90px;
}

.slick img {
  width: 100%;
}

#content .views-view-grid,
#content .views-view-grid {
  display: flex;
  flex-wrap: wrap;
}

#block-views-block-share-your-experience-block-2 .views-view-grid .views-field,
#slick-views-stay-block-1-1 .slide__caption .views-field,
#block-views-block-stay-block-5 .slide__caption .views-field,
#subpage #carousel .slide__content .views-field,
#content .views-view-grid .views-field {
  display: inline-block;
  width: 100%;
}

.view-community-projects .views-field-title {
  margin: 5px 0;
}

.path-travel-information .views-field-field-icon {
  float: left;
  margin: 0 9px 0 0;
  line-height: 0;
}

.path-travel-information .wrapper .views-field-title {
  display: block !important;
}


#block-views-block-share-your-experience-block-2 .slide__content {
  margin: 0 10px;
}

.page-node-type-experiences #block-views-block-sub-page-image-block-1,
.page-node-type-accommodation #block-views-block-sub-page-image-block-1 {
  display: none !important;
}

.page-node-type-accommodation .stay-sidebar .field--name-field-star-rating {
  background: #5ba127;
  padding: 20px;
}

.page-node-type-accommodation .stay-sidebar .field--name-field-star-rating .field__label {
  color: #ffff;
  display: inline-block;
  margin: 0 30px 0 0;
  font-weight: 600;
  font-size: 1rem;
}

.page-node-type-accommodation .stay-sidebar .field--name-field-star-rating .field__item {
  display: inline-block;
  vertical-align: text-bottom;
}

.page-node-type-accommodation .stay-sidebar .inner-siderbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: #ffff;
  padding: 20px;
}

.path-tourism-offices #content .column-item {
  margin: 10px 0;
}

.path-tourism-offices #content .column-item>div {
  position: relative;
  background: #ffff;
  padding: 20px;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.page-node-type-accommodation .stay-sidebar .inner-siderbar .field .field__item {
  word-break: break-word;
}

.page-node-type-accommodation .stay-sidebar .inner-siderbar .field {
  flex-basis: 45%;
  margin: 10px 5px 0;
}

.path-tourism-offices #content .column-item .views-label,
.page-node-type-accommodation .stay-sidebar .inner-siderbar .field .field__label {
  color: #9f2118;
  font-weight: 700;
}

.page-node-type-accommodation .field--name-field-services .field__label {
  color: #9f2017;
  font-weight: 600;
  width: 100%;
  border-bottom: 2px solid #9f2017;
  padding: 0 0 10px;
}

.page-node-type-accommodation .field--type-starrating,
.page-node-type-accommodation #content #left-column .field {
  margin: 30px 0;
}

.path-tourism-offices #content .column-item .views-field-title span {
  font-size: 1.5rem;
  font-weight: 600;
  color: #5ba127;
}

.path-tourism-offices #content .column-item .views-field {
  margin: 10px 0;
}

.path-tourism-offices #content .column-item div a,
.page-node-type-accommodation .stay-sidebar .field .field__item a {
  text-decoration: none;
  color: #686868;
}

.page-node-type-accommodation #view-services {
  position: relative;
  display: block;
}

.page-node-type-accommodation .view-services::after {
  display: block;
  clear: both;
  content: "";

}

.page-node-type-accommodation #view-services h4 {
  line-height: 1;
  display: inline-block;
  color: #9f2017;
  width: 100%;
  border-bottom: 0.5px solid #9f2017;
  padding: 0 0 20px;
  font-size: 1.2rem;
}

.page-node-type-accommodation #view-services .field {
  width: 25%;
  float: left;
  font-size: 14px;
  margin: 10px 0 !important;
}

.page-node-type-accommodation #view-services .field .field__label {
  padding: 70px 5px 0;
  width: fit-content;
}

.page-node-type-accommodation #view-services .field--name-field-scenic-flights .field__label {
  background: url(./../images/helicopter.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-rhino-tracking .field__label {
  background: url(./../images/rhino-tracking.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-internet-services .field__label {
  background: url(./../images/internet-services.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-jogging-track .field__label {
  background: url(./../images/jogging-track.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-massage-parlour .field__label {
  background: url(./../images/massage-parlour.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-mobile-safaris .field__label {
  background: url(./../images/mobile-safaris.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-night-game-drives .field__label {
  background: url(./../images/game-drive.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-quad-bikes .field__label {
  background: url(./../images/quad-bikes.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-satellite-television .field__label {
  background: url(./../images/satellite-television.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-house-boat .field__label {
  background: url(./../images/house-boat.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-scenic-flights .field__label {
  background: url(./../images/scenic-flights.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-self-catering-facility .field__label {
  background: url(./../images/self-catering-facility.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-squash-court .field__label {
  background: url(./../images/squash.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-swimming-pool- .field__label {
  background: url(./../images/swimming-pool.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-tennis-court .field__label {
  background: url(./../images/tennis-court.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-tennis-court .field__label {
  background: url(./../images/tennis-court.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-walking-safaris .field__label {
  background: url(./../images/walking-safaris.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-wi-fi .field__label {
  background: url(./../images/Wi-Fi.png) no-repeat top 0 center;
  padding-left: 20px;
  padding-right: 20px;
}

.page-node-type-accommodation #view-services .field--name-field-hunting-safari .field__label {
  background: url(./../images/hunting-safari.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-hot-air-balloon .field__label {
  background: url(./../images/hot-air-balloon.png) no-repeat top 0 center;
}


.page-node-type-accommodation #view-services .field--name-field-air-conditioner .field__label {
  background: url(./../images/air-conditioner.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-camel-riding .field__label {
  background: url(./../images/camel.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-airport-transfers .field__label {
  background: url(./../images/airport-tranfers.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-bar .field__label {
  background: url(./../images/bar.png) no-repeat top 0 center;
  padding-left: 20px;
  padding-right: 20px;
}

.page-node-type-accommodation #view-services .field--name-field-beach-volleyball .field__label {
  background: url(./../images/beach-volleyball.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-beauty-parlour .field__label {
  background: url(./../images/beauty-parlour.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-bird-watching .field__label {
  background: url(./../images/bird-viewing.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-business-center .field__label {
  background: url(./../images/business-center.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-camping .field__label {
  background: url(./../images/camping.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-horse-riding .field__label {
  background: url(./../images/horseback-harafi.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-casino .field__label {
  background: url(./../images/casino.png) no-repeat top 0 center;
  padding-left: 20px;
  padding-right: 20px;
}

.page-node-type-accommodation #view-services .field--name-field-conference-room .field__label {
  background: url(./../images/conference-room.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-curio-shop .field__label {
  background: url(./../images/curio-shop.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-elephant-back-safari .field__label {
  background: url(./../images/Elephant-Back-Safari.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-fishing .field__label {
  background: url(./../images/fishing.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-golf-course .field__label {
  background: url(./../images/golf-course.png) no-repeat top 0 center;
}


.page-node-type-accommodation #view-services .field--name-field-gymnasium .field__label {
  background: url(./../images/Gymnasium.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-restaurant .field__label {
  background: url(./../images/Restaurant.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-boat-cruise .field__label {
  background: url(./../images/boat.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-game-drive .field__label {
  background: url(./../images/jeep.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-bird-watching .field__label {
  background: url(./../images/flamingo.png) no-repeat top 0 center;
}


.page-node-type-accommodation #view-services .field--name-field-horse-back-riding .field__label {
  background: url(./../images/riding.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-mokoro-dug-canoe- .field__label {
  background: url(./../images/mokoro.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field--name-field-mokoro-dug-canoe- .field__label {
  background: url(./../images/mokoro.png) no-repeat top 0 center;
}

.page-node-type-accommodation #view-services .field .field__item {
  display: none !important;
}

/**At a Glance**/

#block-theme-content table {
  border-collapse: collapse;
  margin: 20px 0 40px;
  width: 100%;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}

#block-theme-content table .views-field a {
  color: #626262;
  text-decoration: underline;
}

#block-theme-content table .views-field a:hover {
  color: #5ba127;
}

.graph-report {
  margin: 50px 0;
}

.parent-average table thead,
#block-theme-content table thead {
  background: #5ba127;
}

.path-guest-report table thead th {
  font-size: 1rem !important;
}

.path-guest-report table thead th,
#block-theme-content table thead th {
  font-size: 1.3rem;
  padding: 20px;
  font-weight: 700;
  color: #ffff;
}

.all-average .parent-average .f-graph {
  display: none;
}

.parent-average tbody tr:nth-child(odd),
#block-theme-content tbody tr:nth-child(odd) {
  background: #ffff;
}

.parent-average tbody tr:nth-child(Even) {
  background: #b0b2b3;
}

.parent-average table {
  background-color: #5ba127;
}

.parent-average table tbody {
  background: #b0b2b3;
}

.parent-average table tbody tr td {
  color: #000;
  font-weight: 400 !important;
}

/*#block-theme-content table tbody tr td*/
.parent-average table tbody tr td:nth-child(1),
.node-198 #block-theme-content table tbody tr td:nth-child(1) {
  font-weight: 600;
}

.parent-average table tbody tr td {
  padding: 5px 20px !important;
  font-size: 15px !important;
}

.parent-average table tbody tr td {
  border: none;
}

#block-theme-content table tbody tr td {
  padding: 15px 20px;
  border: 1px solid #f6f8f9;
  border-top: none;
  border-bottom: none;
  border-left: none;
}

.page-node-type-reviews .field__label {
  font-weight: 600;
}

.page-node-type-reviews .field {
  margin-bottom: 10px;
}

.page-node-type-reviews .field__label,
.page-node-type-reviews .field__item {
  display: inline-block;
}

/***accomodation node***/

.path-travel-information #content-bottom,
.page-node-type-accommodation #content-bottom {
  background: url(./../images/content-bottom-bg.png) repeat center;
  padding: 60px 0;
}

.page-node-type-accommodation #carousel .container-fluid {
  padding: 0 !important;
}

.page-node-type-accommodation #block-theme-page-title {
  right: unset;
  left: 0;
  top: 20%;
  padding-left: 100px;
  width: 100%;
  transform: translateY(0);
}

.page-node-type-parks-and-reserves #block-theme-page-title h1,
.page-node-type-towns-and-villages #block-theme-page-title h1,
.page-node-type-heritage-sites #block-theme-page-title h1,
.page-node-type-travel-info #block-theme-page-title h1,
.page-node-type-experiences #block-theme-page-title h1 {
  padding: 0 !important;
  max-width: 100%;
}

.page-node-type-parks-and-reserves #block-theme-page-title,
.page-node-type-towns-and-villages #block-theme-page-title,
.page-node-type-heritage-sites #block-theme-page-title,
.page-node-type-travel-info #block-theme-page-title,
.page-node-type-experiences #block-theme-page-title {
  position: absolute;
  left: 0;
  right: unset;
  padding-left: 100px;
}

.page-node-type-accommodation #block-views-block-stay-image-banner-block-1 .views-field-field-star-rating {
  position: absolute;
  bottom: 40%;
  left: 0;
  right: unset;
  padding-left: 100px;
  margin-top: -40px;
  z-index: 2;
}

.page-node-type-accommodation #block-views-block-stay-image-banner-block-1 .views-field-field-eco-certification {
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 100px;
  width: 300px;
  height: 150px;
  transform: translateY(-50%);
  z-index: 1;
}

#block-views-block-stay-image-banner-block-1 .views-field-field-eco-certification .Eco-Tourism,
#block-views-block-stay-image-banner-block-1 .views-field-field-eco-certification .Green,
#block-views-block-stay-image-banner-block-1 .views-field-field-eco-certification .Green.Plus {
  font-size: 0;
  background-size: 159px;
  display: block;
  height: 100px;
  width: auto;
}

#block-views-block-stay-image-banner-block-1 .views-field-field-eco-certification .Eco-Tourism {
  background: url("./../images/eco.png") no-repeat center;
}

#block-views-block-stay-image-banner-block-1 .views-field-field-eco-certification .Green.Plus {
  background: url("./../images/green+.png") no-repeat center;
}

#block-views-block-stay-image-banner-block-1 .views-field-field-eco-certification .Green {
  background: url("./../images/green.png") no-repeat center;
}

.page-node-type-accommodation #block-theme-page-title .block-content h1 {
  max-width: 100% !important;
  padding: 0;
  margin: 0;
}

.page-node-type-parks-and-reserves #block-theme-page-title .block-content h1 span,
.page-node-type-heritage-sites #block-theme-page-title .block-content h1 span,
.page-node-type-travel-info #block-theme-page-title .block-content h1 span,
.page-node-type-experiences #block-theme-page-title .block-content h1 span,
.page-node-type-accommodation #block-theme-page-title .block-content h1 span {
  background: none;
  border: none;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.page-node-type-accommodation .field--name-field-star-rating {
  margin-bottom: 70px;
}

/**Search**/

#header .visible #block-theme-search {
  position: absolute;
  text-align: right;
  top: 0;
  display: inline-block;
  bottom: 0;
  right: 30px;
  transition: all 3s;
}

.content-layout #block-theme-search {
  top: 85px;
}

#header .sticky-menu #block-theme-search {
  top: 71px;
}

#block-theme-search form {
  width: 1000px;
}

.visible #block-theme-search form {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  margin: auto;
  display: block;
  border-radius: 50px;
}

#block-theme-search {
  transform: translateY(-100%);
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}

.visible #block-theme-search {
  position: fixed;
  width: 100%;
  top: 0 !important;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
  cursor: url(./../images/close-icon.png), progress;
  transform: translateY(0);
}

#block-theme-search .content {
  display: block;
  width: 0;
  height: 0;
  float: right;
  overflow: hidden;
}

.path-search #block-theme-content ol li {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 4px;
  margin: 20px 0;
}

.path-search #search-form {
  position: relative;
  display: block;
}

.path-search #search-form label,
#block-theme-search .form-actions input {
  display: none;
}

.path-search #search-form .visible #block-theme-search .form-actions {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.path-search #search-form #edit-submit,
.visible #block-theme-search .form-actions input {
  position: absolute;
  display: inline-block !important;
  background: #5ba127 url(./../images/search.png) no-repeat center;
  color: transparent;
  z-index: 11 !important;
  padding: 18px 40px;
  outline: none;
  border: none;
  border-radius: 0 50px 50px 0;
  right: -2px;
  cursor: pointer;
  font-size: 1.125rem;
  top: 0;

}

#block-theme-search.visible .content {
  display: block !important;
  width: 100%;
  margin-top: 0;
  height: inherit;
  overflow: visible;
  transition: all 0.5s ease-out;
}

.path-search #search-form .form-item input,
.visible #block-theme-search .form-item input {
  width: 100%;
  border: none;
  border-radius: 50px;
  padding: 18px 18px 18px 25px;
  background-color: #e1e1e1;
  font-size: 1.125rem;
  outline: none;
}

/***Image Modal***/

.modal-content {
  background: none;
  border: none;
  box-shadow: unset !important;
  padding: 0 !important;
}

.bootstrap-basic-image-gallery .thumbnails {
  margin: 10px 0;
}

.icon-prev {
  background: url(./../images/left-arrow.png) no-repeat center;
  background-size: 25px;
  outline: none;
}

.icon-next {
  background: url(./../images/right-arrow.png) no-repeat center;
  background-size: 25px;
  outline: none;
}

.bootstrap-basic-image-gallery .modal.carousel {
  background: rgba(0, 0, 0, 0.6);
}

#block-theme-content .field__item>.bootstrap-basic-image-gallery .main-image img {
  position: relative;
  display: block;
  cursor: url(./../images/plus.png), progress;
}

.modal-body .carousel,
.modal-body,
.carousel-inner {
  position: unset !important;
}

.carousel-control {
  width: unset !important;
}

.modal-footer {
  position: absolute;
  top: -50px;
  right: 0;
  border: none;
  padding: 0 15px;
}

.modal-footer .btn {
  background: url(./../images/close-icon.png) no-repeat center;
  background-size: 25px;
  outline: none !important;
  font-size: 1%;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
}

.carousel-indicators {
  display: none !important;
}

.modal-header,
.icon-prev::before,
.icon-next::before {
  display: none !important;
}

.modal-dialog {
  top: 20%;
  width: 60%;
}

/***Secondary Menu***/

.cheeseburger-menu__backdrop {
  z-index: unset;
}

#block-cheeseburgermenu {
  z-index: 1;
}

.block-cheeseburgermenu-container--is-open {
  transform: translateX(0);
  z-index: 201 !important;
}

.body--has-active-cheese {
  overflow: unset;
  overflow-x: hidden;
}

#block-cheeseburgermenutrigger {
  position: absolute;
  display: block;
  width: 120px;
  right: 40px;
  top: 0;
}

.dropdown::after,
.dropdown::before {
  background: #ffff;
}

.cheeseburger-menu__mainmenu .cheeseburger-menu__item--is-expanded ul li:hover {
  background: #5ba127;
  border-radius: 10px;
}

.body--has-active-cheese #sub-footer #block-subfootermenu p a:hover,
.cheeseburger-parent span:hover,
.cheeseburger-menu__mainmenu .cheeseburger-menu__item--is-expanded ul li a:hover {
  text-decoration: none;
  color: #9f2118 !important;
}

.cheeseburger-menu__item--is-expanded>ul {
  padding: 20px;
}

.cheeseburger-parent>.cheeseburger-menu__item-label span {
  font-size: 1.5rem;
  font-weight: 600;
}

.cheeseburger-menu__item>ul {
  border-radius: 10px;
}

.cheeseburger-menu__item-label {
  padding: 10px;
}

.cheeseburger-menu__mainmenu>li.cheeseburger-parent .cheeseburger-menu__item-label {
  color: #fff;
}

.responsive-menu-toggle-icon:before,
.responsive-menu-toggle-icon:after,
.responsive-menu-toggle-icon span.icon,
#block-cheeseburgermenutrigger .block-cheeseburgermenu__trigger-element {
  position: absolute !important;
  display: block;
  height: 40px;
  width: 40px;
  text-decoration: none;
  z-index: 1 !important;
  right: 0;
  top: 4px;
  cursor: pointer;
  background: transparent url(./../images/menu.png) no-repeat center;
  z-index: 200 !important;
}

.body--has-active-cheese .block-cheeseburgermenu__trigger-element {
  background: transparent url(./../images/close-icon.png) no-repeat center !important;
}

#block-cheeseburgermenutrigger .block-cheeseburgermenu__trigger-element span {
  display: none;
}

.block-cheeseburgermenu-container {
  position: fixed;
  transform: translateX(100%);
  top: 130px !important;
  left: unset;
  right: 0;
}

.user-logged-in .block-cheeseburgermenu-container {
    top: 208px !important;
}

.block-cheeseburgermenu-container--is-open {
  transform: translateX(0);
}

.cheeseburger-menu__side-menu {
  display: none;
}

.block-cheeseburgermenu-container--with-navigation {
  padding: 30px;
}

/**pager**/

.pager {
  position: relative;
  width: fit-content;
  margin: 50px 0 0 20px;
}

ul.pager__items {
  display: flex;
  display: flex;
  padding: 0;
  overflow: hidden;
  width: fit-content;
}

.pager li {
  list-style: none;
  display: inline-block;
  padding: 10px 20px;
  background-color: #d08800;
  border: 1px solid #d08800;
}

.pager li:hover {
  background-color: #ae7200;
}

.pager li a {
  border-radius: 0;
  text-decoration: none;
  color: #fff;
}

.pager li.is-active {
  background-color: #9f2118;
  border: 1px solid #9f2118;
}

.pager .pager__item--next a span,
.pager .pager__item--previous a span {
  display: block;
}

/**webform**/

.path-user #user-login-form,
.page-node-type-page #node-reviews-form,
.page-node-type-webform .webform-submission-form {
  display: block;
  margin: 20px auto;
  padding: 20px;
  background: #5ba12721;
  border-radius: 5px;
}

.page-node-type-webform .webform-submission-form .js-form-item {
  padding-left: 5px;
  padding-right: 5px;
}

.page-node-type-page #node-reviews-form #edit-body-0-format {
  display: none;
}

.path-user #user-login-form label,
.page-node-type-webform .js-form-type-select label,
legend .fieldset-legend,
.page-node-type-page #node-reviews-form label,
.page-node-type-webform .webform-submission-form label {
  padding: 5px;
  font-size: 1rem;
  font-weight: 500;
}

.page-node-type-page #node-reviews-form .js-form-item .button {
  margin: 0 0 10px;
}

.page-node-type-webform .webform-submission-form .form-actions {
  text-align: center;
}

.path-user #user-login-form .js-form-item .form-text,
.page-node-type-webform .webform-submission-form .form-select,
.page-node-type-page #node-reviews-form .js-form-item .form-text,
.page-node-type-page #node-reviews-form .js-form-item .form-file,
.page-node-type-page #node-reviews-form .js-form-item textarea,
.webform-submission-form .js-form-item textarea,
.page-node-type-webform .webform-submission-form .js-form-item input {
  width: 100%;
  display: inline-block;
  padding: 15px 15px;
  background: #fff;
  outline: none;
  margin: 5px 0 15px 0;
  font-size: 1rem;
  max-width: 100%;
  border-radius: 10px;
  border-radius: 5px;
  border: 1px solid #5ba127;
}

/**reviews**/

.all-reviews {
  position: relative;
  margin-top: 20px;
  padding: 0;
  background: #ffff;
  border-radius: 0 10px 0 0;
}

.all-reviews .views-field-field-image {
  position: relative;
  display: inline-block;
}

.all-reviews .reviewer-details {
  position: relative;
  float: right;
  width: 76%;
  height: auto;
  padding: 10px;
}

.all-reviews .reviewer-details .views-field-title span {
  color: #626262;
  font-size: 1.2rem;
  font-weight: 700;
}

.all-reviews .bottom-field {
  background: #626262;
  color: #ffff;
  padding: 10px;
  margin: -4px 0 0;
}

.all-reviews .bottom-field p {
  color: #ffff !important;
}


/***nice select***/

.nice-select {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: inline-block;
  outline: none;
  padding-left: 18px !important;
  padding-right: 30px !important;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  border: 1.5px solid;
  padding: 5px;
}

.nice-select:after {
  border-bottom: 2px solid #967f50;
  border-right: 2px solid #967f50;
  content: "";
  display: block;
  height: 10px;
  margin-top: -7px;
  pointer-events: none;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 10px;
  right: 10px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  overflow-y: scroll;
  max-height: 600px;
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  box-shadow: 1px 2px 8px 2px rgb(0 0 0 / 10%);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow-y: scroll;
  max-height: 600px;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  color: #555555 !important;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.mm-panel ul li,
.mm-panel,
.mm-navbar {
  background: #5ba127;
  border-color: #d08800;
}


/*Responsive Design*/

@media (min-width: 1755px) {

  .path-stay #carousel .view-header .path-travel-information #carousel .view-header,
  .path-info #carousel .view-header,
  .path-explore #carousel .view-header {
    bottom: 0 !important;
  }

  .path-experience #subpage #carousel .view-header {
    bottom: 0;
  }
}

@media (max-width: 1755px) {
  #carousel #block-views-block-main-image-block-1 .slide__caption .views-field-nothing * {
    font-size: 2.5rem;
  }

  #carousel #block-views-block-main-image-block-1 .slide__caption .wrapper .views-field-title span {
    font-size: 1.56rem;
  }

  #carousel #block-views-block-main-image-block-1 .slide__caption .wrapper {
    max-width: 100%;
  }

  .path-experience #subpage #carousel .view-header {
    bottom: 0;
  }

  .path-experience #carousel #block-theme-page-title {
    top: 75px !important;
  }

  /* #block-views-block-share-your-experience-block-1 .views-field-body {
    bottom: unset;
  } */

  #live #block-botswanalivelogo {
    width: 29%;
  }

  #live #block-botswanalive {
    width: 69%;
  }
}

@media (min-width: 1600px) {

  .path-experience #content .container,
  .path-stay #content .container,
  .path-travel-information #content .container,
  .path-info #content .container,
  .path-explore #content .container {
    width: auto;
    max-width: 1700px;
    padding: 0 100px;
  }

  .path-experience #content .container .index-column,
  .path-stay #content .container .index-column,
  .path-travel-information #content .container .index-column,
  .path-info #content .container .index-column,
  .path-explore #content .container .index-column {
    width: 20%;
  }
}

@media (max-width: 1600px) {

  #block-views-block-travel-information-block-2,
  #block-views-block-experience-block-1,
  #block-views-block-stay-block-2,
  #block-views-block-explore-block-2 {
    padding-left: 26%;
  }

  #block-views-block-share-your-experience-block-1 .views-field-title span {
    font-size: 15px;
    max-width: 150px !important;
  }

  #block-views-block-share-your-experience-block-1 .views-field-title,
  #block-views-block-share-your-experience-block-1 .views-field-view-node,
  #block-views-block-share-your-experience-block-1 .views-field-body {
    bottom: 10px;
  }

  #block-views-block-share-your-experience-block-1 .slick__arrow {
    margin-top: -50px;
  }
}

@media (min-width: 1755px) {
  #carousel #block-views-block-main-image-block-1 .slide__caption .wrapper {
    max-width: 100%;
  }
}

@media (max-width: 1550px) {
  #header {
    padding: 45px 0 35px;
  }

  #header #block-theme-branding img {
    width: 75%;
  }

  #live .region-live {
    padding: 0;
  }

  #header #block-theme-branding {
    top: -20px;
    right: 150px;
  }

  #subpage #carousel .view-header {
    width: 350px;
    bottom: 0;
  }

  #live #block-botswanalivelogo .field--name-body p img {
    max-width: 200px;
  }

  .path-stay .view-header {
    width: 27% !important;
  }

  .path-stay .view-header h1,
  #subpage #carousel .view-header h1 {
    font-size: 2rem;
  }

  #block-views-block-node-banner-block-1 .views-field-field-image .field-content img,
  #subpage #carousel #block-views-block-sub-page-image-block-3 .views-field-field-image img,
  #subpage #carousel #block-views-block-sub-page-image-block-1 .views-field-field-image img {
    width: 66%;
    text-align: right;
  }

  #carousel #block-views-block-main-image-block-1 .slide__media {
    height: auto;
  }

  #carousel #block-views-block-main-image-block-1 .slick__arrow {
    bottom: 86px;
  }

  #frontpage #carousel .slick__slider>.main-dots {
    bottom: 1%;
  }

  #carousel #block-views-block-main-image-block-1 .slide__caption .wrapper {
    max-width: 100%;
  }

  #block-quicktabshomepagetabs #quicktabs-homepage_tabs .quicktabs-main .slide__content .slide__caption {
    bottom: 2px;
  }

  #block-quicktabshomepagetabs #quicktabs-homepage_tabs .quicktabs-main .slide__content .slide__media .media {
    min-height: 360px;
  }

  #slick-views-share-your-experience-block-1-3 .slide__media .media img,
  #slick-views-share-your-experience-block-1-3 .slide__media .media {
    min-height: 270px;
  }

  #block-quicktabshomepagetabs #quicktabs-homepage_tabs .quicktabs-main .slide__content .slide__caption .views-field-title a {
    font-size: 1rem;
  }

  #block-quicktabshomepagetabs #quicktabs-homepage_tabs ul.quicktabs-tabs li a {
    padding: 20px 46px 20px 100px;
  }

  .path-experience #block-theme-page-title {
    top: 81px;
  }

  #subpage #carousel .view-header {
    width: 23%;
  }

  /**content-bottom***/
  #content-bottom #block-views-block-travel-information-block-1 .wrapper .views-field-title a {
    font-size: 0.8rem;
  }

  #subpage #carousel .slide__content .slide__caption a {
    font-size: 1.2rem;
  }

  #subpage #content {
    padding: 20px 0 40px;
  }


  #carousel #block-views-block-main-image-block-1 .slide__media {
    max-height: 640px;
  }

  #live {
    padding-right: 50px;
  }

  .path-stay #block-theme-page-title h1 {
    max-width: 63%;
  }

  .modal-dialog {
    width: 80%;
  }
}

@media (max-width: 1450px) {
  #live {
    padding-right: 0;
  }

  /* #live #block-botswanalive {
    width: 74%;
  } */

  #live #block-botswanalivelogo {
    width: 24%;
  }
}

@media (max-width: 1400px) {

  .path-stay .view-header h1,
  #carousel #block-theme-page-title h1 {
    font-size: 2.5rem;
  }

  .path-stay #block-theme-page-title h1 {
    max-width: 65%;
  }

  #block-theme-page-title .block-content h1 {
    max-width: 55%;
  }

  #header #block-theme-main-menu .menu li a {
    font-size: 1rem;
  }
}

@media (max-width: 1367px) {

  html,
  body,
  main,
  * {
    font-size: 15px;
  }

  #header {
    padding: 40px 0 35px;
  }

  #carousel #block-views-block-main-image-block-1 .slide__caption {
    max-width: 39.3333%;
    padding: 10px;
  }

  #carousel #block-views-block-main-image-block-1 .slide__media {
    width: 60.6666%;
  }

  #carousel #block-views-block-main-image-block-1 .slide__caption .views-field-nothing * {
    font-size: 2rem;
  }

  #carousel #block-views-block-main-image-block-1 .slide__caption .wrapper {
    padding: 30px 30px;
    margin-top: 10px;
  }

  #carousel #block-views-block-main-image-block-1 .slick__arrow {
    width: 39.3333%;
    bottom: 100px;
  }

  #frontpage #carousel .slick__slider>.main-dots {
    width: 39.3333%;
    bottom: 40px;
  }

  #carousel .slick-dots {
    bottom: 0;
  }

  .path-travel-information #subpage .banner .container-fluid,
  .path-stay #subpage .banner .container-fluid,
  .path-experience #subpage .banner .container-fluid,
  .path-explore #subpage .banner .container-fluid,
  #header .container-fluid {
    padding: 0 50px !important;
  }

  #subpage #content-bottom .container-fluid,
  #footer .container-fluid,
  #sub-footer .container-fluid,
  #partners .container-fluid,
  .path-frontpage .container-fluid {
    padding: 0 50px;
  }

  .path-media-room #block-theme-page-title .block-content h1,
  .path-community-projects #block-theme-page-title .block-content h1,
  .path-tourism-offices #block-theme-page-title .block-content h1,
  .path-job-opportunities #block-theme-page-title .block-content h1,
  .path-tenders #block-theme-page-title .block-content h1,
  .path-local-events #block-theme-page-title .block-content h1,
  .path-international-events #block-theme-page-title .block-content h1,
  .path-reviews #block-theme-page-title .block-content h1,
  #block-theme-page-title .block-content h1 span {
    font-size: 2rem;
  }

  /* .visible #block-theme-search .form-item input {
    padding: 19px 18px 18px 25px;
  } */
}

@media (max-width: 1300px) {

  page-node-type-parks-and-reserves #block-theme-page-title,
  .page-node-type-towns-and-villages #block-theme-page-title,
  .page-node-type-heritage-sites #block-theme-page-title,
  .page-node-type-travel-info #block-theme-page-title,
  .page-node-type-experiences #block-theme-page-title,
  .page-node-type-accommodation #block-views-block-stay-image-banner-block-1 .views-field-field-star-rating,
  .page-node-type-accommodation #block-theme-page-title {
    padding-left: 40px;
  }

  #carousel #block-views-block-main-image-block-1 .slick__arrow {
    bottom: 60px;
  }

  #frontpage #carousel .slick__slider>.main-dots {
    bottom: 7px;
  }

  #live #block-botswanalivelogo {
    width: 20%;
  }

  #live #block-botswanalive {
    width: 77%;
  }

  #live #block-botswanalive .field--name-body p.welcome {
    margin-left: -20px;
  }

  #live #block-botswanalive .field--name-body p.link a {
    font-size: 0.8rem;
    padding: 12px;
    z-index: 2;
    position: relative;
    margin-top: 3px;
  }

  #live #block-botswanalivelogo .field--name-body p img {
    max-width: 165px;
  }
}

@media (max-width: 1200px) {
  #header {
    height: 100px;
  }

  #carousel #block-views-block-main-image-block-1 .slide__caption {
    padding: 0;
  }

  #frontpage #carousel .slick__slider>.main-dots {
    bottom: 35px;
  }

  #carousel .main-dots .slick-dots {
    right: 60px;
    left: unset;
  }

  #block-views-block-stay-image-banner-block-1 img {
    height: 165px;
    object-fit: cover;
  }

  #header #block-theme-branding {
    right: unset;
  }

  #header #buttons-wrapper {
    height: 47px;
  }

  #block-views-block-travel-information-block-1,
  #block-views-block-share-your-experience-block-1 {
    width: 100%;
    margin: 20px 0;
  }

  #slick-views-share-your-experience-block-1-3 {
    max-width: 800px;
    margin: 0 auto;
  }

  #carousel #block-views-block-main-image-block-1 .slide__caption .views-field-nothing {
    padding: 10px 15px 0;
  }

  #carousel #block-views-block-main-image-block-1 .slide__caption .wrapper {
    padding: 20px;
    margin-top: 0;
  }

  #carousel #block-views-block-main-image-block-1 .slick__arrow {
    bottom: 40px;
  }

  #carousel #block-views-block-main-image-block-1 .slide__caption .views-field-nothing * {
    font-size: 1.8rem;
  }

  .path-frontpage #content-bottom::before {
    display: none;
  }

  #block-responsivemenumobileicon a .label,
  #block-cheeseburgermenutrigger .block-cheeseburgermenu__trigger-element,
  #block-cheeseburgermenu,
  #header #block-theme-main-menu {
    display: none;
  }

  #block-responsivemenumobileicon {
    display: block;
    position: absolute;
    height: 60px !important;
    width: 40px;
    right: 61px;
    top: 0;
  }

  #block-views-block-partners-block-1 .view-content .views-row {
    width: calc(100% / 5);
    margin: 10px 0;
  }

  .path-stay .view-header h1,
  #subpage #carousel .view-header h1 {
    font-size: 2rem;
  }

  #block-theme-page-title .block-content h1 {
    max-width: 100%;
  }

  #subpage #carousel {
    overflow: hidden;
  }

  #subpage #carousel .view-header {
    width: 28%;
  }

  .path-stay .view-header {
    width: 300px;
  }

  #live #block-botswanalivelogo::before {
    transform: skew(0);
    left: 0;
  }

  #live #block-botswanalive .field--name-body p.welcome {
    margin-left: 0;
  }

  #live #block-botswanalive .field--name-body p.welcome {
    font-size: 0.9rem;
    max-width: 85%;
    line-height: 1;
    text-align: center;
  }

  #subpage #carousel .slick .slide__content .slide__media {
    margin: 0;
  }

  #subpage #carousel .slide__content .slide__caption a {
    max-width: 85%;
    line-height: 1;
  }

  #webform-submission-accommodation-facilities-feedbac-node-300-add-form .js-form-item {
    width: 100% !important;
  }

  .path-experience #carousel .view-header,
  .path-stay #carousel .view-header,
  .path-travel-information #carousel .view-header,
  .path-explore #carousel .view-header {
    margin-bottom: 100px;
  }

  #live #block-botswanalive {
    vertical-align: 11px;
  }

  #views-exposed-form-stay-block-3 {
    width: 90%;
  }

  .modal-dialog {
    width: 90%;
  }
}

@media (max-width: 1027px) {
  #carousel #block-views-block-main-image-block-1 .slide__caption .views-field-nothing * {
    font-size: 1.3rem;
  }

  #live #block-botswanalive .field--name-body p.welcome {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .modal-dialog {
    width: 100% !important;
  }

  .carousel-control.right {
    right: 35%;
  }


  .carousel-control.left {
    left: 35%;
  }

  #carousel #block-views-block-main-image-block-1 .slide__caption {
    float: unset;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
    left: 0;
    margin: 0 auto;
    max-width: 100%;
  }

  #subpage #carousel .slide__content .slide__caption a {
    font-size: 1rem;
  }

  #carousel #block-views-block-main-image-block-1 .slide__media {
    width: 100%;
    max-height: 500px;
  }

  #carousel #block-views-block-main-image-block-1 .slide__caption .views-field-nothing * {
    font-size: 2rem;
    color: #fff;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 50%);
  }

  #carousel #block-views-block-main-image-block-1 .slide__caption .wrapper {
    margin: 0;
  }

  #frontpage #carousel .slick__slider>.main-dots {
    display: none;
  }

  #block-theme-search form {
    max-width: 500px;
  }

  #content-top #block-views-block-home-page-content-top-block-1 .column-item h3 {
    font-size: 1.3rem;
  }

  #block-views-block-partners-block-2 h2,
  #block-views-block-partners-block-1 h2,
  #content-bottom .block h2 {
    font-size: 1.5rem;
  }


  #content-top #block-views-block-home-page-content-top-block-1 .column-item {
    margin: 20px 0;
  }

  #content-top #block-views-block-home-page-content-top-block-1 .column-item:nth-child(2) {
    border: none;
  }

  #block-quicktabshomepagetabs #quicktabs-homepage_tabs ul.quicktabs-tabs li {
    margin-right: 10px;
  }

  #block-quicktabshomepagetabs #quicktabs-homepage_tabs ul.quicktabs-tabs li a::before {
    left: 20px;
  }

  #block-quicktabshomepagetabs #quicktabs-homepage_tabs ul.quicktabs-tabs li a {
    padding: 20px 28px 20px 60px;
  }

  .sticky-menu #block-theme-branding {
    left: 50px;
    transition: 4s;
  }

  #block-views-block-partners-block-1 .view-content .views-row {
    width: calc(100% / 3);
  }

  .page-node-type-experiences #block-views-block-experience-block-3 .views-field-field-images img,
  .page-node-type-parks-and-reserves #block-views-block-explore-block-3 .views-field-field-images img,
  .page-node-type-travel-info #block-views-block-travel-information-block-3 .views-field-field-images img,
  #block-views-block-stay-image-banner-block-1 .views-field-field-images img {
    min-height: 100px;
  }

  .path-travel-information #carousel .container-fluid::before,
  .path-experience #carousel .container-fluid::before,
  .path-explore #carousel .container-fluid::before,
  .path-stay #carousel .container-fluid::before {
    height: 100%;
    width: 100%;
  }

  #block-views-block-travel-information-block-2,
  #block-views-block-experience-block-1,
  #block-views-block-explore-block-2 {
    padding-bottom: 40px;
  }

  #subpage #carousel .view-header {
    width: 100% !important;
    top: 0;
    bottom: unset;
    height: 100%;
  }

  #subpage #carousel .view-header {
    position: relative;
    margin-bottom: 50px;
    padding-left: 15px;
  }

  #subpage #carousel .view-header p {
    position: absolute;
    bottom: 0;
    left: 30px;
  }

  #block-theme-page-title .block-content h1 {
    max-width: 100%;
  }

  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
  }

  .path-media-room #block-theme-page-title .block-content h1,
  .path-community-projects #block-theme-page-title .block-content h1,
  .path-tourism-offices #block-theme-page-title .block-content h1,
  .path-job-opportunities #block-theme-page-title .block-content h1,
  .path-tenders #block-theme-page-title .block-content h1,
  .path-local-events #block-theme-page-title .block-content h1,
  .path-international-events #block-theme-page-title .block-content h1,
  .path-reviews #block-theme-page-title .block-content h1,
  #block-theme-page-title .block-content h1 span {
    font-size: 2rem;
  }

  #block-views-block-travel-information-block-2,
  #block-views-block-experience-block-1,
  #block-views-block-stay-block-2,
  #block-views-block-explore-block-2 {
    padding-left: 0;
  }

  .path-stay #block-theme-page-title h1,
  .path-travel-information #block-theme-page-title h1,
  .path-info #block-theme-page-title h1,
  .path-experience #block-theme-page-title h1,
  .path-explore #block-theme-page-title h1 {
    max-width: 50%;
  }

  .feedback-link p {
    float: unset;
  }

  .page-node-type-accommodation .region-content {
    margin-bottom: 100px;
  }

  .page-node-type-accommodation .feedback-link p {
    position: absolute;
    bottom: 0;
    left: 0;
    top: unset;
    width: 100%;
  }

  .page-node-type-accommodation .field--name-field-star-rating {
    margin-bottom: 30px;
  }

  #live {
    padding-right: 0px;
  }

  #live #block-botswanalive .field--name-body p.welcome {
    max-width: 65%;
    margin-left: 68px;
  }

  #live #block-botswanalivelogo .field--name-body p img {
    min-width: 150px;
  }

  #live #block-botswanalivelogo::before {
    width: 250px;
    left: -40px;
  }

  #sub-footer #block-subfootermenu {
    padding: 0;
  }

  #views-exposed-form-guest-report-page-1 {
    width: 100%;
  }

  .path-stay #views-exposed-form-stay-block-3 {
    padding-top: 50px;
    width: 100%;
  }

  .path-guest-report #views-exposed-form-guest-report-page-1 #webform-submission-field-filter,
  .path-guest-report #views-exposed-form-guest-report-page-1 .js-form-item input,
  .nice-select,
  .path-guest-report #views-exposed-form-guest-report-page-1 .js-form-item,
  .path-stay .content-wrapper .bef-exposed-form .js-form-item-title,
  .path-stay .content-wrapper .js-form-type-select,
  .path-stay .content-wrapper .bef-exposed-form .js-form-item-title input {
    width: 100%;
  }

  .path-guest-report #views-exposed-form-guest-report-page-1 #webform-submission-field-filter,
  .path-guest-report #views-exposed-form-guest-report-page-1 .form-actions,
  .path-guest-report #views-exposed-form-guest-report-page-1 .js-form-item,
  .path-stay .content-wrapper .bef-exposed-form .js-form-item-title,
  .path-stay .content-wrapper .bef-exposed-form .js-form-type-select,
  #block-theme-content .bef-exposed-form .js-form-type-select {
    margin: 10px 0;
  }

  .path-stay .content-wrapper .stay-tabs {
    right: 0;
  }
}

@media (max-width: 767px) {
  #live #block-botswanalive {
    vertical-align: 18px;
    width: 77%;
  }

  .path-stay #subpage #carousel .slick-dots {
    bottom: -25px;
  }

  #header {
    padding: 20px 0;
  }

  #header #block-theme-branding {
    top: unset;
    right: unset;
    left: 10px;
    max-width: 159px;
  }

  #header #block-theme-branding img {
    padding: 0;
  }

  .sticky-menu {
    display: none;
  }

  .scroll-down {
    display: none;
  }

  #carousel #block-views-block-main-image-block-1 .slide__caption {
    width: 80%;
  }

  #carousel #block-views-block-main-image-block-1 .slide__caption .views-field-nothing * {
    font-size: 2rem;
    padding: 5px;
  }

  #block-views-block-node-banner-block-1 .views-field-field-image .field-content img,
  #subpage #carousel #block-views-block-sub-page-image-block-3 .views-field-field-image img,
  #subpage #carousel #block-views-block-sub-page-image-block-1 .views-field-field-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  #block-theme-page-title .block-content h1 span {
    font-size: 1.5rem;
  }

  #carousel #block-views-block-main-image-block-1 .slide__media img {
    height: 80%;
  }

  #carousel #block-views-block-main-image-block-1 .slide__caption {
    top: unset;
    transform: translateY(0);
    bottom: 5px;
  }

  #carousel #block-views-block-main-image-block-1 .slick__arrow {
    padding-left: 2px;
    top: 40% !important;
    width: 95%;
    inset: 0;
    top: 0px;
    margin: 0 auto;
  }

  #carousel #block-views-block-main-image-block-1 .slide__caption .views-field-nothing {
    padding: 0 0 0 36px;
  }

  #carousel #block-views-block-main-image-block-1 .slick__arrow .slick-prev,
  #carousel #block-views-block-main-image-block-1 .slick__arrow .slick-next {
    float: unset;
    position: absolute;
  }

  #carousel #block-views-block-main-image-block-1 .slick__arrow .slick-next {
    right: 0;
  }

  #carousel #block-views-block-main-image-block-1 .slide__media {
    width: 100%;
    max-height: 100%;
  }

  #carousel #block-views-block-main-image-block-1 .media {
    height: 75vh;
  }

  #block-theme-search form {
    margin: auto 20px !important;
    width: auto;
  }

  #block-views-block-travel-information-block-1,
  #block-views-block-share-your-experience-block-1 {
    padding-bottom: 50px;
  }

  #subpage #content-bottom .container-fluid,
  #footer .container-fluid,
  #sub-footer .container-fluid,
  #partners .container-fluid,
  .path-frontpage .container-fluid {
    padding: 0 20px;
  }

  #block-views-block-travel-information-block-1 .block-content .more-link,
  #block-views-block-share-your-experience-block-1 .block-content .view-header {
    right: 0;
    left: 0;
    text-align: center;
    bottom: -50px;
    top: unset;
  }

  #block-views-block-travel-information-block-1 .views-view-grid {
    max-width: 538px;
    margin: 0 auto;
  }

  #slick-views-share-your-experience-block-1-3 .slide__media .media img {
    min-height: unset;
  }

  #block-views-block-share-your-experience-block-1 .view-content .slide__content .slide__caption,
  #block-views-block-share-your-experience-block-1 .view-content .slide__content .slide__media {
    width: auto;
    float: unset;
  }

  .path-travel-information #subpage .banner .container-fluid,
  .path-stay #subpage .banner .container-fluid,
  .path-experience #subpage .banner .container-fluid,
  .path-explore #subpage .banner .container-fluid,
  #header .container-fluid {
    padding: 0 20px !important;
  }

  #subpage #carousel .view-header {
    width: 30%;
  }

  #live #block-botswanalive .field--name-body p.welcome {
    display: none;
  }

  #block-quicktabshomepagetabs #quicktabs-homepage_tabs ul.quicktabs-tabs {
    margin: 0 auto 20px;
    padding: 0;
    text-align: center;
    max-width: fit-content;
    overflow: hidden;
    border-radius: 50px;
    border: 1px solid #d08600;
  }

  #block-quicktabshomepagetabs #quicktabs-homepage_tabs ul.quicktabs-tabs li {
    padding: 0;
    margin: 0;
  }

  #block-quicktabshomepagetabs #quicktabs-homepage_tabs ul.quicktabs-tabs li a:hover {
    background-color: transparent;
  }

  #block-quicktabshomepagetabs #quicktabs-homepage_tabs ul.quicktabs-tabs li.active a {
    color: #fff;
    background-color: #d08600;
    font-size: 11.5px;
    padding: 20px 28px 23px 60px;
  }

  #block-quicktabshomepagetabs #quicktabs-homepage_tabs ul.quicktabs-tabs li a {
    padding: 20px 28px 23px 60px;
    color: transparent;
    text-indent: 0%;
    border-radius: unset;
    font-size: 0;
    border: none;
  }

  .path-frontpage #content-bottom,
  #frontpage #content {
    padding: 30px 0;
  }

  #subpage #carousel .slick-slide,
  #block-quicktabshomepagetabs #quicktabs-homepage_tabs .quicktabs-main .slick__slide,
  #subpage #carousel .blazy .media,
  #subpage #carousel .slick .slide__content .slide__media img,
  #block-quicktabshomepagetabs #quicktabs-homepage_tabs .quicktabs-main .slide__content .slide__media img {
    max-width: 320px;
    min-height: unset;
  }

  #block-responsivemenumobileicon {
    right: 25px;
  }

  #header #buttons-wrapper {
    width: 130px;
  }

  .path-reviews .column-item>div,
  #block-views-block-share-your-experience-block-2 .column-item>div,
  .path-community-projects .column-item>div,
  .events>div,
  .index-column>div {
    margin: 20px auto;
  }

  .path-stay #block-theme-page-title,
  .path-travel-information #block-theme-page-title,
  .path-info #block-theme-page-title,
  .path-experience #block-theme-page-title,
  .path-explore #block-theme-page-title {
    top: unset;
    bottom: 0;
  }

  #block-theme-page-title .block-content h1 {
    max-width: 100%;
  }

  .path-travel-information #subpage #carousel .row,
  .path-experience #subpage #carousel .row,
  .path-explore #subpage #carousel .row,
  .stay #subpage #carousel .row {
    padding: 0 0 70px;
  }

  ul.pager__items {
    padding: 0;
    margin: 0 auto;
  }

  .pager li {
    padding: 10px 10px;
  }

  .pager {
    width: 100%;
    margin: 50px auto;
  }

  #sub-footer #block-aboutsubfooter {
    float: unset;
    padding: 50px 0 20px 75px;
  }

  #sub-footer #block-socialmedialinks {
    padding: 50px 10px 40px;
    top: 0;
    position: absolute;
    left: 10px;
  }

  #sub-footer #block-subfootermenu {
    float: unset;
    padding-left: 75px;
  }

  #sub-footer #block-subfootermenu .field--name-body {
    padding: 0;
  }

  #footer #block-mindqblock .field--name-body p {
    text-align: left;
  }

  #content .container {
    padding: 0 30px;
  }

  .path-stay .view-header h1,
  #carousel #block-theme-page-title h1 {
    font-size: 1.3rem;
  }

  #content .container-fluid #block-quicktabshomepagetabs .slick__slider {
    padding: 0;
  }

  #quicktabs-homepage_tabs .slick-slide>div {
    position: relative;
    text-align: center;
  }

  html {
    overflow-x: hidden;
    position: relative;
  }

  #block-views-block-share-your-experience-block-1 .slick__arrow {
    display: none;
  }

  #block-views-block-share-your-experience-block-1 .slick__slider {
    padding: 0 10px;
  }

  #block-views-block-share-your-experience-block-1 .slide__content {
    width: 350px;
    margin: 0 auto;
  }

  #block-views-block-travel-information-block-1 .block-content,
  #block-views-block-share-your-experience-block-1 .block-content {
    position: relative;
  }

  #live #block-botswanalive .field--name-body p.link {
    right: 40px;
  }

  #views-exposed-form-stay-block-3 {
    width: 100%;
  }

  .page-node-type-accommodation #block-theme-page-title,
  .page-node-type-accommodation #block-views-block-stay-image-banner-block-1 .views-field-field-star-rating {
    padding-left: 40px;
  }

  #content-bottom .block h2,
  .path-node #content-bottom .block h2 {
    text-align: center;
    font-size: 1.3rem;
  }

  .path-travel-information #block-views-block-share-your-experience-block-2 .block-content .view-header {
    top: unset;
    right: unset;
    bottom: 0;
    left: 10px;
  }

  #block-views-block-stay-block-5 .slick__slide,
  #block-views-block-share-your-experience-block-2 .slick__slide {
    max-width: 300px;
  }

  .page-node-type-accommodation .more-link {
    top: unset;
    right: unset;
    bottom: 0;
    width: 100%;
    text-align: center;
  }

  #block-views-block-share-your-experience-block-2 .more-link {
    top: unset;
    bottom: 0;
    right: 10px;
  }

  #block-views-block-share-your-experience-block-2,
  .page-node-type-accommodation #block-views-block-stay-block-5 {
    padding-bottom: 75px;
  }

  #block-quicktabshomepagetabs #quicktabs-homepage_tabs .more-link {
    text-align: center;
    padding-right: 0;
  }

  .visible #block-theme-search .form-actions input {
    padding: 18px;
  }

  .path-events .column-item>div,
  .path-media-room .column-item>div {
    max-width: 360px;
    margin: 20px auto;
  }

  .page-node-type-events #block-theme-content #details {
    width: 100%;
    position: relative;
  }

  #content-bottom #slick-views-share-your-experience-block-1-3 .views-field-title,
  #content-bottom #slick-views-share-your-experience-block-1-3 .views-field-field-fu,
  #content-bottom #slick-views-share-your-experience-block-1-3 .views-field-field-country {
    display: none;
  }

  #block-views-block-share-your-experience-block-1 .views-field-view-node,
  #block-views-block-share-your-experience-block-1 .views-field-body {
    bottom: 0;
  }

  .page-node-type-accommodation #view-services .field {
    width: 50%;
  }
  
  .page-node-type-accommodation #block-views-block-stay-image-banner-block-1 .views-field-field-eco-certification{
    display: none;
  }

}

@media (max-width: 500px) {

  #block-views-block-stay-block-5 .slick__slide,
  #block-views-block-share-your-experience-block-2 .slick__slide {
    max-width: 100%;

  }

  .path-stay .content-wrapper #quicktabs-stay_quick .bef-exposed-form {
    top: -18px;
  }

  .path-stay .content-wrapper .js-form-type-select label,
  #block-theme-content .js-form-type-select label {
    display: block;
    font-size: 1rem;
  }

  .path-media-room #block-theme-page-title .block-content h1,
  .path-community-projects #block-theme-page-title .block-content h1,
  .path-tourism-offices #block-theme-page-title .block-content h1,
  .path-job-opportunities #block-theme-page-title .block-content h1,
  .path-tenders #block-theme-page-title .block-content h1,
  .path-local-events #block-theme-page-title .block-content h1,
  .path-international-events #block-theme-page-title .block-content h1,
  .path-reviews #block-theme-page-title .block-content h1,
  #block-theme-page-title .block-content h1 span {
    font-size: 1rem;
  }

  #carousel #block-views-block-main-image-block-1 .media {
    height: 100vh;
  }

  #carousel #block-views-block-main-image-block-1 .slide__media img {
    height: 70%;
  }

  #content-bottom .container-fluid {
    padding: 0;
  }

  #block-views-block-share-your-experience-block-1 {
    padding: 0 30px 50px;
  }

  #frontpage h2 {
    text-align: center;
  }
}

@media (max-width: 400px) {
  .page-node-type-accommodation #view-services .field {
    width: 100%;
  }

  #block-views-block-share-your-experience-block-1 .slide__content {
    width: auto;
  }

  #live #block-botswanalive .field--name-body p.link {
    right: 0;
  }
}