/* Global */
iframe {
  max-width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
.single .field-body .wp-caption {
  max-width: 100%;
}
.field-body {
  font-size: 18px;
  line-height: 1.6em;
}
main {
  padding: 40px 0;
}
.center {
  justify-content: center;
}
.full-width {
  padding-right: 7%;
  padding-left: 7%;
}
.pb30 {
  padding-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.w50 {
  width: 50%;
}
.w48 {
  width: 48%;
}
.w33 {
  width: 33%;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.breadcrumbs {
  margin: 20px 0;
  color: #333;
  font-family: Arial, Helvectica, sans-serif;
  font-size: 14px;
}
.breadcrumbs a {
  color: #333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #999;
}
.field-body {
  padding: 40px 0;
}
.single .post .img {
  margin-top: 60px;
}
.prev-next {
  height: 34px;
  line-height: 34px;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  margin-top: 80px;
  text-align: right;
}
.prev-next a {
  text-decoration: none;
  color: #333;
  font-family: Verdana, sans-serif;
  font-size: 14px;
}
.prev-next a:hover {
  color: #03a9f4;
}
.prev-next a:last-child {
  margin-left: 10px;
}
.soc-icon {
  margin-left: 5px;
}
.dp_pec_date_event_map_canvas,
.dp_pec_date_event_map_overlay {
  display: none;
}
.block-title {
  color: #333;
  font-size: 18px;
}

/* WHO ARE WE */

.who-are-we {
  font-weight: 400;
  line-height: 30px;
  font-size: 20px;
}
.who-are-we .title {
  color: #000080;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

/* CALENDAR */

.home-calendar {
  margin-bottom: 40px;
}
.dp_pec_event_description,
.dp_pec_event_categories {
  display: none !important;
}
.home-calendar .dp_pec_event_location {
  display: none !important;
}

/* Our Meeting Point */

/* Segway */

.segway .text {
  font-weight: 400;
  line-height: 30px;
  font-size: 20px;
}
.segway .text a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

/* Other Tours */

.other-tours {
  text-align: center;
}
.other-tours .title-bg {
  border-top: 1px solid #e0dede;
  border-bottom: 1px solid #e0dede;
  height: 6px;
  margin-bottom: -33px;
}
.other-tours h3 {
  background: #fff;
  display: inline-block;
  padding: 0 20px;
}

/* Blog */

.blog h3 {
  text-align: center;
}
.blog .img {
  width: 29%;
}
.blog .img img {
  width: 320px;
  margin-top: 30px;
}
.blog .text {
  width: 69%;
}
.blog .text a {
  color: #333;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
}
.blog .text a:hover {
  color: #03a9f4;
}
.blog .text a h4 {
  font-weight: normal;
}
.blog .text p {
  color: #333;
  font-size: 13px;
  line-height: 26px;
}

.pagination {
  display: flex;
  justify-content: flex-end;
}
.pagination .page-numbers {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination .page-numbers.current {
  background: #03a9f4;
  color: #fff;
  border: 1px solid #03a9f4;
}
.pagination a.page-numbers {
  border: 1px solid #e0dede;
  color: #333;
  text-decoration: none;
}
.pagination a.page-numbers:hover {
  border: 1px solid #03a9f4;
  color: #03a9f4;
}
.pagination a.page-numbers.prev,
.pagination a.page-numbers.next {
  border: 0;
  padding: 5px 0;
}

/* Footer */

#before-footer {
  background: #fff;
  font-size: 13px;
}
#before-footer .container {
  justify-content: space-between;
}
#before-footer .container a {
  color: #bfbfbf;
  text-decoration: none;
  white-space: nowrap;
  display: block;
}
#before-footer .container a:hover {
  color: #fff;
}

footer {
  background: #aba6b2;
  border-top: 1px solid #9e9e9e;
  color: #fff;
  font-size: 12px;
  padding: 20px 0 30px;
}
footer a {
  color: #fff;
  text-decoration: none;
}

.fixed-link {
  font-family: Arial, Helvectica, sans-serif;
  position: fixed;
  top: 240px;
  left: -42px;
  transform: rotate(90deg);
  background: blue;
  color: #fff;
  padding: 5px 12px 2px;
  font-size: 16px;
}

.fix-lang {
  position: fixed;
  bottom: 95px;
  left: 0;
}
@media (max-height: 400px) {
  .fix-lang {
    left: unset;
    right: 0;
  }
}
.fix-lang a {
  display: block;
  margin-bottom: 10px;
}

#toTop {
  background-color: #333;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  display: none;
  height: 35px;
  position: fixed;
  text-align: center;
  width: 48px;
  font-size: 30px;
  opacity: 0.9;
  z-index: 100000;
  transition: all 0.2s ease-in-out 0;
  line-height: 1;
  right: 5%;
  padding: 10px 0 0;
  cursor: pointer;
}

/* Post */

.single .post .img img {
  width: 100%;
}

/* Menu */

@media (min-width: 1200px) {
  header .menu .menu-item-has-children .sub-menu > li > .sub-menu {
    display: none;
  }
  header .menu .menu-item-has-children .sub-menu:hover > li > .sub-menu {
    display: block;
    margin-top: -5px;
  }
}

/* Related Posts */

.related-posts {
  text-align: center;
}
.related-posts .item {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 20px 10px;
}
.related-posts .item img {
  display: block;
}
.related-posts .item .mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background: #03a9f4cc;
  color: #333;
}
.related-posts .item:hover .mask {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 170px;
}

@media (max-width: 799px) {
  .breadcrumbs {
    line-height: 30px;
    font-size: 16px;
  }
  .tripadvisor-link {
    display: block;
    margin-top: 30px;
  }
  .copyrights {
    margin-bottom: 15px;
  }
  .soc-icon {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.guides .item {
  margin-top: 30px;
}
.guides .photo {
  text-align: center;
}
.guides .photo img {
  border-radius: 100%;
}
.guides .name h2 {
  font-weight: normal;
}

/* Modal */

.book-now {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}
.book-now .fon {
  background: #f6fcff;
  opacity: 0.8;
  position: fixed;
  width: 100%;
  height: 100%;
}
.book-now .modal-window {
  font-family: Verdana, sans-serif;
  box-sizing: border-box;
  border: 2px solid #aeaeae;
  background: #f6fcff;
  position: fixed;
  top: 80px;
  left: 50%;
  margin-left: -300px;
  width: 600px;
  max-width: 100%;
  min-height: 250px;
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.5);
}
.book-now .modal-window .title {
  padding: 15px 40px;
  border-bottom: 1px solid #aeaeae;
  background: #fff;
  font-weight: bold;
}
.book-now .modal-window .body {
  font-size: 15px;
}
.book-now .modal-window .body .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 40px 20px;
  border-bottom: 1px solid #aeaeae;
}
.book-now .modal-window .body .bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 40px;
  background: #fff;
}
.book-now .modal-window .form-name,
.book-now .modal-window .form-email {
  width: 47%;
  margin: 10px 0 20px;
  padding: 6px 5px 5px;
}
.book-now .modal-window .form-event-date {
  margin: 0 0 20px;
  padding: 6px 5px 5px;
}
.book-now .modal-window .form-quantity {
  padding: 6px 5px 5px;
}
.book-now .modal-window .form-accept {
  -ms-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  margin: 10px 20px 0 10px;
}
.closeblock {
  cursor: pointer;
  position: absolute;
  line-height: 46px;
  font-size: 34px;
  transform: rotate(45deg);
  text-align: center;
  top: 1px;
  right: 9px;
  font-weight: bold;
  color: #999;
}
.closeblock:hover {
  color: #000;
}
.accept {
  width: 67%;
  display: flex;
}
.send-booking {
  width: 25%;
  display: block;
  background: #2196f3;
  border: 0;
  border-radius: 36px;
  height: 36px;
  color: #fff;
  font-size: 16px;
  box-shadow: 1px 2px 2px #ccc;
}
.send-booking:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
@media (max-width: 799px) {
  .book-now .modal-window {
    top: 2%;
    left: 2%;
    margin-left: 0;
    width: 96%;
  }
}
@media (max-width: 399px) {
  .accept {
    width: 100%;
    margin: 0 0 20px;
  }
  .send-booking {
    width: 100%;
    margin: 0 0 20px;
  }
  .book-now .modal-window .form-name,
  .book-now .modal-window .form-email {
    width: 100%;
    margin: 10px 0 20px;
  }
}

/* Events Calendar */

.calendar-body-wrap {
  border: 1px solid #e6e6e6;
  border-bottom: 1px solid #e9e9e9;
  background: #f9f9f9;
  -moz-box-shadow: 0px 3px 2px #d6d6d6;
  -webkit-box-shadow: 0px 3px 2px #d6d6d6;
  box-shadow: 0px 3px 2px #d6d6d6;
}
.calendar-top {
  border-bottom: 1px solid #e6e6e6;
  background: #f5f5f5;
  padding: 10px;
}
.calendar-body {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.calendar-body .item {
  width: 49%;
  border: 1px solid #e6e6e6;
  -moz-box-shadow: 0 1px 2px #ccc;
  -ms-box-shadow: 0 1px 2px #ccc;
  -webkit-box-shadow: 0 1px 2px #ccc;
  box-shadow: 0 1px 2px #ccc;
  background: #fff;
  margin: 5px 2px;
}
.calendar-body .item .date,
.calendar-body .item .time {
  position: relative;
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  background-color: #757575;
  color: #fff;
  width: fit-content;
  padding: 1px 10px 1px 32px;
  font-weight: bold;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  line-height: 150%;
  margin: 0 10px 5px;
}
.calendar-body .item .date {
  margin: 10px 10px 5px;
}
.calendar-body .item .date:before {
  content: "";
  background: url(../img/calendar-solid.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 10px;
  width: 14px;
  height: 14px;
}
.calendar-body .item .time:before {
  content: "";
  background: url(../img/clock-solid.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 10px;
  width: 14px;
  height: 14px;
}
.calendar-body .item .title a {
  display: block;
  margin: 10px 10px 5px;
  text-decoration: none;
  color: #999;
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
}
.calendar-body .item .event-book {
  position: relative;
  background: #2196f3;
  border: 0;
  color: #fff;
  float: left;
  font-size: 15px;
  font-family: verdana, arial, sans-serif;
  font-weight: bold;
  margin: 0 10px 10px;
  cursor: pointer;
  padding: 0 10px 0 32px;
  line-height: 32px;
  outline: none;
  box-shadow: 1px 2px 2px #ccc;
  text-decoration: none;
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.calendar-body .item .event-book:before {
  content: "";
  background: url(../img/calendar-solid.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 8px;
  left: 9px;
  width: 14px;
  height: 16px;
}
@media (max-width: 799px) {
  .calendar-body .item {
    width: 98%;
    margin: 2px 0;
  }
}
.page-id-7128 .field-body {
  text-align: center;
}
.single-pec-events .event-book {
  position: relative;
  background: #2196f3;
  border: 0;
  color: #fff;
  font-size: 15px;
  font-family: verdana, arial, sans-serif;
  font-weight: bold;
  margin: 40px 0 0;
  cursor: pointer;
  padding: 0 10px 0 32px;
  line-height: 32px;
  outline: none;
  box-shadow: 1px 2px 2px #ccc;
  text-decoration: none;
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.single-pec-events .event-book:before {
  content: "";
  background: url(../img/calendar-solid.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 8px;
  left: 9px;
  width: 14px;
  height: 16px;
}
.single-pec-events .tour-info {
  margin: 40px 0 0;
}
.taxonomy-description {
  margin: 60px 0 0;
  line-height: 1.5;
  font-size: 18px;
}
.more-tours {
  display: block;
  margin: 10px 0;
  color: #2196f3;
  font-size: 16px;
}

/* Footer Menu */
#menu-footer-menu {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 799px) {
  #menu-footer-menu {
    justify-content: center;
  }
}
#menu-footer-menu li {
  list-style: none;
  border-right: 1px solid #bfbfbf;
  padding: 0 4px;
  margin: 0 0 10px;
}
#menu-footer-menu li:first-child {
  padding: 0 4px 0 0;
}
#menu-footer-menu li:last-child {
  border-right: none;
}
#menu-footer-menu li a {
  text-transform: uppercase;
}

/* Cookies */

#cookies {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background: #363839;
  color: #8c8989;
  font-family: Verdana;
  font-size: 16px;
}
#cookies .warning {
  margin: auto 15px;
}
#cookies .btn {
  margin: 0 15px;
  box-shadow: inset 0 1px 0 #fff, 0 5px 0 #525287, 1px 7px 7px 3px #0000004d;
  padding: 17px 40px;
  line-height: 21px;
  font-size: 18px;
  color: #fff;
  background: #6d6daa;
  display: inline-block;
  cursor: pointer;
}
a.view-all {
  color: #2196f3;
  line-height: 40px;
}
a.view-all:hover {
  color: #0f6eb9;
}
.weather {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 26px;
}
.weather-current,
.weather-tomorrow {
  color: #fff;
  font-size: 26px;
  margin: 10px 25px 0;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.4);
  display: inline-block;
}
.weather-current .label,
.weather-tomorrow .label {
  font-size: 16px;
  padding: 7px;
}
.explanation {
  color: #666;
  margin: 10px 0 0;
}
.eventer-ticket-remaining {
  display: none;
}
.single-eventer .eventer-tickets-info li:nth-child(3) {
  display: none;
}

.sitemap-item-8146 {
  display: none;
}
@media (max-width: 990px) {
  .fc-basic-view:not(.fc-basicDay-view) .fc-body .fc-row {
    height: 45px !important;
    min-height: 45px;
  }
  .fc
    .fc-basic-view:not(.fc-basicDay-view)
    .fc-row
    .fc-content-skeleton
    td.fc-event-container {
    height: 0;
  }
  .fc
    .fc-basic-view:not(.fc-basicDay-view)
    .fc-row
    .fc-content-skeleton
    td.fc-event-container
    > a {
    display: none;
  }
  .fc-unthemed td.fc-today,
  .fc-unthemed td.fc-future {
    background: #3a87ad !important;
    color: #fff;
    border-color: #ddd !important;
  }
  .fc-basicDay-view .fc-content-skeleton {
    background: #fff;
  }
  .fc-basicDay-view .fc-day-grid-event {
    margin-bottom: 6px;
  }
  .breadcrumbs .breadcrumbs__link-calendar {
    font-weight: bold;
    color: #fff;
    background: #3a87ad;
    border-radius: 3px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 480px) {
  .fc-week tr > td > .fc-day-grid-event {
    height: unset;
  }
}
