@charset "UTF-8";
/*!
Theme Name: Ciestra Child
Theme URI: https://motopress.com/products/ciestra
Author: MotoPress
Author URI: https://motopress.com
Description: Ciestra is a single property rental WordPress theme packaged with the ultimate booking plugin.
Version: 0.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ciestra
Template: ciestra
*/

/* GENERAL STYLING */
.button {
  background-color: #7BA97D !important;
}

.button:hover {
  background-color: #668668 !important;
}

a:hover, a:focus, a:active {
  color: #668668 !important;
}

input[type="submit"] {
  background: #7BA97D;
}

.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #7BA97D;
  background: #7BA97D;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus {
  border-color: #7BA97D !important;
}

.slick-prev:hover:after, .slick-next:hover:after {
  background: #7BA97D !important;
}

.slick-dots .slick-active button:after, .slick-dots li:hover button:after {
  background: #7BA97D !important;
}

.slick-dots .slick-active button:after, .slick-dots li:hover button:after {
  box-shadow: 0 0 0 4px rgba(0, 124, 152, 0.25) !important;
  background: #7BA97D !important;
}

a.more-link,
a.more-link:hover {
  /*color: #7BA97D;*/
}

a.more-link:after,
a.more-link:hover:after {
  /*background: #7BA97D;*/
}

#masthead {
  max-width: 1400px;
  margin: 0 auto;
}

.amenities-slider .type-cptp-amenity .post-thumbnail:after {
  background: #EDF7F6;
}

.header-wrapper {
  /*border-bottom: 1px solid #ddd;*/
  background: #7BA97D;
}

.site-branding .custom-logo-link .custom-logo {
  max-width: 190px;
  margin-top: -10px;
}

.lang-item {
    display: inline-block;
    margin-bottom: 16px;
    list-style: none;
}

.language-switcher .lang-item-en a {
  background: url(images/us.svg) no-repeat;
  font-size: 0;
  width: 20px;
  height: 15px;
  display: block;
}

.language-switcher .lang-item-el a {
  background: url(images/el.svg) no-repeat;
  font-size: 0;
  width: 20px;
  height: 15px;
  display: block;
}

.fp-page-header-wrapper .front-page-nav-menus .front-page-socials li a:hover {
  color: #7BA97D;
}

/* CALENDAR */
.datepick-popup .mphb-datepick-popup .datepick-month td .datepick-today,
.mphb-calendar .datepick-ctrl a, .datepick-popup .datepick-ctrl a {
  color: #7BA97D !important;
}

.datepick-popup .mphb-datepick-popup .datepick-month td a.datepick-highlight,
.mphb-calendar.mphb-datepick .datepick-month td .datepick-selected,
.datepick-popup .mphb-datepick-popup .datepick-month td .datepick-selected {
  background-color: #7BA97D !important;
  color: #ffffff !important;
}

.page .elementor-widget-button a.elementor-button,
.page .elementor-widget-button .elementor-button,
.testimonials-wrapper .entry-content:before,
a.more-link {
  /*background-color: #E3B505 !important;*/
}

/* Amenities */
.slick-list .amenities-wrapper .type-cptp-amenity .amenity-wrapper {
  border: 0 none !important;
}

@media (min-width: 992px) {
  .amenities-slider .type-cptp-amenity .entry-header {
      margin-top: 9.625rem!important;
  }
}

.cptp-amenity {
  margin-bottom: 0px;
}

/* Testimonials */
.cptp-testimonial {
  margin-top: 0!important;
}

/* Facilities */

.facilityGroupIcon {
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.bk-icon {
  fill: #2d7a96;
}

p.fac-sub {
    color: #767676;
    margin-top: -12px;
    margin-left: 29px;
}

.facilitiesChecklistSection {
    margin: 50px 0;
}

.facilitiesChecklistSection li {
    margin-bottom: 1px!important;
}

/* Hide quantity wrapper in /search-results since we only have one room */
.mphb-rooms-quantity-wrapper {
  display: none;
}

.mphb-rooms-added .mphb-confirm-reservation {
  margin-left: 20px;
}

.mphb_sc_search_results-wrapper .mphb-reservation-details {
  display: none;
}

/* Main menu */
.menu-toggle .bars i {
  background: #ffffff;
}

.main-navigation.toggled {
  background: #7BA97D;
  border-top: 1px solid #7BA97D;
}

.main-navigation.toggled .menu-primary-container {
  border-top: 1px solid #7BA97D;
}

.main-navigation a .menu-text {
  padding: 0.61538em 0.4em;
}

.main-navigation .primary-menu > li > a {
  color: #ffffff;
}

.main-navigation .primary-menu > li > a:hover span {
  /*color: #7BA97D;*/
  color: #ffffff;
  transition: all .3s ease;
  text-decoration: underline;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #7BA97D;
}

.main-navigation ul ul a:before {
  background: #7BA97D;
}

.wpml-ls-item {
    margin: 1px 0 !important;
}

/* Slick Dots */
.slick-dots .slick-active button:after, .slick-dots li:hover button:after {
  background: #7BA97D;
  -webkit-box-shadow: 0 0 0 4px rgba(123, 169, 125, 0.25)!important;
  box-shadow: 0 0 0 4px rgba(123, 169, 125, 0.25)!important;
}

/* Testimonials */
.testimonials-wrapper .entry-content:before {
  background-color: #7BA97D!important;
}

/* Social Menu */
.theme-social-menu li a:hover {
    color: #7BA97D;
}

/* Amenitites */
.type-cptp-amenity {
  min-height: 100%;
}

.amenity-wrapper {
  height: 100%;
}

@media (min-width: 992px) {
  .amenities-wrapper.columns-2 .type-cptp-amenity:nth-last-child(-n + 2) {
      margin-bottom: 3.75rem;
  }
}

a.more-link {
  color: #7BA97D;
}

a.more-link:after {
  background: #7BA97D;
}

a.more-link:hover, a.more-link:focus, a.more-link:active {
  /*color: rgba(64, 145, 169, 0.8);*/
  color: #668668;
}

a.more-link:hover:after, a.more-link:focus:after, a.more-link:active:after {
  /*background: rgba(64, 145, 169, 0.8);*/
  background: #668668;
}

/* General */

.navigation.post-navigation .nav-links .nav-previous a:hover .post-title, .navigation.post-navigation .nav-links .nav-next a:hover .post-title {
    color: #7BA97D;
}

a {
  color: #7BA97D;
}

a:hover, a:focus, a:active {
    color: #006579;
}

abbr[title] {
  text-decoration: none;
  display:inline-block;
}

abbr[title]:after {
  content: "";
  width: 100%;
  border-bottom: 1px dotted #545454;
  display: block;
  position: relative;
  top: -11px;
}

.type-page .elementor-text-editor h3 a {
  font-size: 1.5625rem !important;
  font-weight: bold !important;
}

#post-98 .mphb-check-in-date-wrapper label,
#post-98 .mphb-check-out-date-wrapper label {
  color: #000;
  font-size: 14px;
}

@media (min-width: 992px) {
  .fp-page-header-wrapper .fp-entry-header-wrapper header {
    top: 325px;
  }

  .front-page-widget-area .mphb-booking-form .mphb-check-in-date-wrapper,
  .front-page-widget-area .mphb-booking-form .mphb-check-out-date-wrapper {
      -webkit-box-flex: inherit;
      -ms-flex: inherit;
      flex: inherit;
  }
}

/* Slick */

body .mphb-flexslider.flexslider ol.flex-control-nav li, body .flexslider ol.flex-control-nav li {
    margin: 0px 0.15rem!important;
}

body .mphb-flexslider.flexslider ul.flex-direction-nav a:hover, body .flexslider ul.flex-direction-nav a:hover {
    background-color: #7BA97D;
}



/* Booking Page */
@media (min-width: 992px) {
  .hentry .book-image img {
      -webkit-box-shadow: 20px 20px 0 #7BA97D;
      box-shadow: 20px 20px 0 #7BA97D;
      margin-right: -55px;
  }
}

/* Home Page */

.elementor-widget-button .elementor-button {
    background-color: #7BA97D; !important;
}

.mphb_widget_search-check-in-date label,
.mphb_widget_search-check-out-date label {
  color: #000!important;
}

.page .fp-page-header-wrapper .fp-entry-header-wrapper:before,
.elementor-98 .elementor-element.elementor-element-4c34e45 {
  /*background-color: #EDF7F6 !important;*/
  background-color: #7BA97D !important;
}

.fp-page-header-wrapper .front-page-nav-menus .front-page-contacts-container ul li a:hover, .fp-page-header-wrapper .front-page-nav-menus .front-page-contacts-container ul li a:focus {
  color: #7BA97D;
}

.fp-page-header-wrapper .front-page-nav-menus .front-page-contacts-container ul li {
  margin-bottom: 0;
}

.fp-page-header-wrapper .front-page-nav-menus .front-page-contacts-container ul li:before {
  font-family: FontAwesome;
  content: "\f095";
  font-size: 17px;
  bottom: -2px;
  position: relative;
}

.front-page-widget-area .widget label {
  color: #7BA97D;
}

.front-page-widget-area {
  background: #7BA97D !important;
}

.hentry .entry-title a:hover {
  color: #7BA97D;
}

.hentry .amenity-wrapper .entry-content p {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.hentry .amenity-wrapper .entry-content p .more-link {
  width: auto;
  display: block;
  width: fit-content;
  margin-top: 10px;
}

.site .elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
  color: #357B94;
}

@media (min-width: 992px) {
  .front-page-widget-area .mphb_widget_search-check-in-date label,
  .front-page-widget-area .mphb_widget_search-check-out-date label {
    color: #ffffff;
  }
}

@media (min-width: 992px) and (max-width: 1240px) {
  .mphb_widget_search-children,
  .mphb_widget_search-adults {

  }
}

img.front-big-screen {
  display: none;
}

.front-page-contacts-container{
  margin-top: -80px;
  padding-bottom: 0px;
}

@media (min-width: 992px) {
/*  img.front-big-screen {
    display: block;
    position: relative;
    left: 99px;
    width: 1153px;
    max-width: unset;
  }
*/
  .fp-page-header-wrapper .fp-entry-header-wrapper .post-thumbnail {
    max-width: initial;
  }

  .fp-page-header-wrapper {
      padding: 0;
  }

  .front-page-contacts-container{
    margin-top: -52px;
    padding: 0 1.5rem 0 1rem!important;
  }
}

.lang-item:not(.current-lang) a {
    opacity: 0.5;
}

.lang-item:not(.current-lang) a:hover {
    opacity: 1;
}

@media (min-width: 992px) {
  body.page .page > .entry-header {
      margin: 0 0 2rem;
  }
}

/* Hide banner image overflow */
.content-area.front-page {
    overflow-x: hidden;
}

.content-area {
    padding-top: 5rem;
    padding-bottom: 0rem;
}

/* Footer */

.site-footer {
    padding: 1.5rem 0 1.5rem;
}


.home .site-footer {
  margin-top: -25px;
  border: 0;
}

.site-footer .wrapper > * {
    margin-bottom: 1.75rem;
}

#copyright {
  width: 150px;
  margin: auto;
}

.ns-star {
  display: inline;
  height: 11px;
  margin-right: -33px;
  margin-left: 5px;
  position: relative;
  fill: #ffffff;
  top: 1px;
}

.site-info,
.site-info a {
  color: #ffffff !important;
}

.footer-widget-area .wp-image-30 {
  width: 140px;
}

.site-footer .theme-social-menu li a {
    padding: 0 .5rem;
  color: inherit;
  position: relative;
  background: #3b5998;
  color: white;
  display: block;
  border-radius: 3px;
  transition: background-color 0.3s ease;
  height: 28px;
  width: 28px;
}

.site-footer .theme-social-menu li a:hover {
  color: white;
  background: #8b9dc3;
}

.site-footer .theme-social-menu li a:before {
  position: relative;
  top: 7px;
  left: 4px;
}

.page-id-9 #mphb-services-details-0 {
  display: none;
}

@media (max-width: 767px) {
  .fp-page-header-wrapper .fp-entry-header-wrapper .post-thumbnail img {
      min-height: auto;
      -o-object-fit: none;
      object-fit: none;
      width: 100%;
      padding-bottom: 133px;
  }
}
/*
@media (min-width: 768px) {
  .fp-page-header-wrapper .fp-entry-header-wrapper .post-thumbnail img {
      min-height: unset;
      -o-object-fit: initial;
      object-fit: none;
      padding-bottom: 80px;
}
*/

.elementor-widget .mphb_sc_rooms-wrapper .type-mphb_room_type .room-images-wrapper > *:after,
.amenities-slider .type-cptp-amenity .post-thumbnail:after {
  background: #7BA97D !important;
}

@media (min-width: 992px) {
  .single-mphb_room_type .hentry .post-thumbnail img,
  .single-room-type .mphb-reservation-form,
  .single-cptp-amenity .hentry .post-thumbnail img {
    box-shadow: 40px 40px 0 #7BA97D !important;
  }

  .tax-mphb_room_type_facility .hentry .post-thumbnail img ,
  .post-type-archive .hentry .post-thumbnail img {
    box-shadow: 40px 40px 0 #7BA97D !important;
  }

  .tax-mphb_room_type_facility .hentry .post-thumbnail:hover img,
  .post-type-archive .hentry a.post-thumbnail:hover img {
    box-shadow: 20px 20px 0 #7BA97D !important;
  }
}

@media (min-width: 768px) {
  .single-mphb_room_type .hentry .post-thumbnail img,
  .single-room-type .mphb-reservation-form,
  .single-cptp-amenity .hentry .post-thumbnail img {
    box-shadow: 20px 20px 0 #7BA97D !important;
  }

  .tax-mphb_room_type_facility .hentry .post-thumbnail img ,
  .post-type-archive .hentry .post-thumbnail img {
    box-shadow: 20px 20px 0 #7BA97D !important;
  }
}

@media (max-width: 767px) {
  .single-mphb_room_type .hentry .post-thumbnail img,
  .single-room-type .mphb-reservation-form,
  .single-cptp-amenity .hentry .post-thumbnail img {
    box-shadow: 10px 10px 0 #7BA97D !important;
  }

  .tax-mphb_room_type_facility .hentry .post-thumbnail img ,
  .post-type-archive .hentry .post-thumbnail img {
    box-shadow: 10px 10px 0 #7BA97D !important;
  }

}


.single-mphb_room_type .mphb-calendar-title,
.single-mphb_room_type .mphb-calendar,
.mphb-regular-price {
  /*display: none !important;*/
}

footer,
.elementor-widget .mphb_sc_rooms-wrapper .type-mphb_room_type .room-description-wrapper .mphb-view-details-button {
  background: #7BA97D !important;
}

.elementor-widget .mphb_sc_rooms-wrapper .type-mphb_room_type .room-description-wrapper .mphb-view-details-button:hover {
  background: #668668 !important;
  color: #ffffff !important;
}


.footer-menu  li a {
  color: #ffffff;
}

.site-header {
  border-bottom: none;
}

body .mphb-flexslider.flexslider ul.flex-direction-nav a,
body .flexslider ul.flex-direction-nav a,
.slick-prev:after,
.slick-next:after {
 background: #7BA97D !important;
}

body .mphb-flexslider.flexslider ul.flex-direction-nav a:hover,
body .flexslider ul.flex-direction-nav a:hover,
.slick-prev:hover:after, .slick-next:hover:after {
  background-color: #668668 !important;
}


.home .mphb-room-type-images {
  height: 100%;
}

.home .site-content .mphb-flexslider ul.slides img {
  height: auto;
}


@media (min-width: 992px) {
  .page-id-9 .site-content.wrapper,
  .error404 .site-content.wrapper,
  .page-id-250 .site-content.wrapper {
    min-height: 680px;
  }
}

.button.btn-404 {
  margin-top: 40px;
  display: inline-flex;
}

.button.btn-404:hover {
  color:#ffffff !important;
}

.cookie_action_close_header:hover {
  color: #ffffff !important;
}

.mphb-price-period {
  pointer-events: none;
}

.custom_html-2 {
  position: relative;
}

.datepicker.datepicker-dropdown.dropdown-menu {
  width: 300px !important;
}

.datepicker > div {
  display: block !important;
}

.booking-price span {
  color: #7BA97D !important;
}

.widget-area .widget_custom_html {
  box-shadow: 10px 10px 0 #7BA97D !important;
}
/*
.mphb-reservation-form-title,
.mphb-booking-form {
  display: none !important;
}

.booking-cal .cal-content .cal-month.viewType3, .booking-cal .cal-content .cal-month.viewType6, .booking-cal .cal-content .cal-month.viewType12 {
  width: 100% !important;
}
*/

.entry-header.cst-entry-header-ns {
  mix-blend-mode: revert;
  background: rgba(255, 255, 255, 0.5) !important;
  width: 52%;
  padding: 2.5rem;
}

.entry-header.cst-entry-header-ns h1 {
  font-size: 1.9375rem;
  margin: 0;
}

@media (max-width: 991px) {
  .fp-entry-header {
    display: flex;
    height: 29vw;
  }

  #header-video {
    width: 100vw;
  }

  .entry-header.cst-entry-header-ns {
    display: none !important;
  }
}

#header-video {
  width: 100vw;
}

.nst-cst-header {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .nst-cst-header {
    justify-content: center;
    padding: 10px 0;
    flex-direction: column;
    align-items: center;
  }

  .nst-cst-nav-container {
    width: 100%;

  }
}

@media (min-width: 992px) {
  .nst-cst-header {
    /*padding: 15px 30px 0 0;*/
    padding: 0.61538em 0.4em;
    flex-direction: row;
    /*justify-content: center;*/
  }

  .nst-cst-header .mail-container {
    margin-right: 10px;
  }
}

.nst-cst-header .phone-container,
.nst-cst-header .mail-container {
  display: flex;
  align-items: center;
}


.nst-cst-header .phone-container:before,
.nst-cst-header .mail-container:before {
  font-family: FontAwesome;
  font-size: 17px;
  margin-right: 8px;
  position: relative;
  color: #ffffff;

}

.nst-cst-header .phone-container:before {
  content: "\f095";
}

.nst-cst-header .mail-container:before {
  content: "\f0e0";
}

.nst-cst-header a {
  color: #ffffff;
  font-weight: 600;
  display: flex;
  align-items: center;
}
/*.nst-cst-header a*/

.nst-cst-header a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}

#primary {
  padding-top: 0 !important;
}

#primary .front-page-contacts-container {
  display: none;
}


.fp-page-header-wrapper:not(.nst-cst-header) {
  display: none;
}

.header-container {
  max-width: 1280px;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 60%;
  transform: translate(-50%, -50%);
}

.video-wrapper {
  position: relative;
}

.home .site-main  .hentry  >.entry-content {
  margin-top: -10px !important;
}

.home .site-main  .elementor-element-4c34e45 {
  margin-top: 0 !important;
}

@media (min-width: 1024px) {
.nst-cst-header {
	float: right;
	padding:0 1rem 0 !important;
}
}
/* Header Mobile - Tablet */

@media (max-width: 991px) {
  .main-navigation .primary-menu > li > a {
    color: #222;
  }
}


@media (max-width: 768px) {
.site-header .site-branding {
	padding: 1rem 0 .5rem !important;
	}
}
