/*
Theme Name:   abolire child theme
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   https://villas.designerd.gr
Template:     abolire
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  abolire-child
*/

/* Write here your own personal stylesheet */

/* new */
.list-property-wrap{
    flex-wrap: wrap;
}

.list-property-wrap ul {
    color: white;
    flex-basis: 50%;
}

.list-property-wrap div,
.list-property-wrap ul {
    color: white;
}

.list-property-wrap div {
    flex-basis: 50%;
}

.list-property-wrap div li:hover,
.list-property-wrap ul li:hover {
    color: #dcc397;
}

.list-property-wrap strong {
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
}

.list-property-wrap ul + strong {
    margin-top: 20px;
}

.list-property-wrap ul {
    padding-left: 0;
    margin-right: 10px;
}

.list-property-wrap li {
    line-height: 1.3;
    list-style-type: none;
    margin-bottom: 8px;
}

div.widget-video.style1 .widget-video-bg {
    min-height: 340px;
}

.transparent-logo > img {
    height: auto;
    width: 169px;
}

.has-transparent-logo > img {
    height: auto;
    width: 94px;
}

#apus-header-mobile .logo a {
    display: block;
}

#apus-header-mobile .logo img {
    height: auto;
    width: 94px;
}

div.elementor-element:has(a.schedule-visit-btn) {
    width: auto;
}

.elementor-widget-wrap > .elementor-element.book-now {
    width: auto;
}

a.schedule-visit-btn, 
div.header-mobile .ali-right .schedule-visit-btn{
    display: inline-block;
    background: black;
    color: #fff;
    padding: 10px 20px;
    font-weight: 700;
}

i.flaticon-calendar,
span.flaticon-calendar {
    color: #fff;
    display: inline-block;
    margin-left: 15px;
}

a.schedule-visit-btn:hover, 
div.header-mobile .ali-right .schedule-visit-btn:hover{
    color: #514C49;
}

.schedule-visit-btn:hover i.flaticon-calendar,
.schedule-visit-btn:hover span.flaticon-calendar {
    color: #514C49;
}

div.elementor-lightbox .elementor-swiper-button-next, .elementor-lightbox .elementor-swiper-button-prev {
    width: 5%;
}

.elementor-widget-container .apus-header-call-to-action > * {
    font-size: 16px;
}

.elementor-widget-wrap.elementor-element-populated {
    align-content: center;
}

.last-p {
    margin-bottom: 0;
}

.arrow-theme.tparrows {
    z-index: 100000;
}

.leaflet-marker-icon.marker-cluster div span {
    border: 4px solid #53585A;
    display: block;
    background: #DCC398;
    width: 32px;
    height: 32px;
    line-height: 24px;
    text-align: center;
    font-weight: 700;
    border-radius: 30px;
    color: #53585A;
    transition: background .3s ease-in-out;
}

.leaflet-marker-icon.marker-cluster:hover div span {
    background: #fff;
}

.leaflet-marker-icon.marker-cluster div span:before {
    content: "+";
}

.header-mobile {
    top: 0;
    position: absolute;
    z-index: 10;
    width: 100%;
    left: 0;
}

div.widget-video .widget-video-bg {
    background-position: 50% 50%;
}

input[type=date]::-webkit-calendar-picker-indicator {
    display: unset!important;
}

label[for=your-message] {
    width: 100%;
}

.apus-schedule-visit-form label {
    display: none;
}

.widget-features-box .features-box-image.icon i::before,
.widget-features-box .features-box-image.icon span::before {
    font-size: 50px;
    margin: 0px;
}

.video-wrapper-inner .popup-video span::before {
    margin: 0px;
    font-size: 14px;
}

div.sticky-header {
    z-index: 10000;
}

div#apus-mobile-menu .btn-toggle-canvas {
    background: #000;
}

html body {
    color: #717171;
}

div.apus-footer-custom-text ul li span, 
div.apus-footer-custom-text ul li a,
div.apus-footer a,
div.apus-footer {
    color: #d6d6d6;
}

.home .widget-revslider > *,
.elementor-widget-apus_element_revslider .widget-revslider > * {
    background: #000;
}

div.slick-carousel .slick-dots li button {
    color: #000;
}

/* old */
.apus-breadscrumb {
	margin-bottom:0!important;
}

div.widget-tabs.style3 .widget-title {
	margin-bottom: 30px;
}

div.widget-tabs .widget-content .nav-tabs{
	margin-bottom: 20px;
}
div.widget-tabs.style3 .widget-content .apartment-info-list.columns-2{
	width: 100%;
}
div.widget-tabs.style3{
	padding: 30px 95px 20px;
}
div.widget-tabs.style3 .widget-content .nav-tabs > li > a {
    color: #fff;
    background-color: #636869;
}
div.widget-tabs.style3 .widget-content .nav-tabs > li > a:hover {
    color: #dcc397;
    background-color: #fff;
}
div.widget-tabs .widget-content .nav-tabs > li.active > a {
    color: #fff;
    pointer-events: none;
    background-color: #dcc397;
    background-color: black;
}

.features-box-villas .widget-features-box .row {
    display: flex;
}

.features-box-villas .widget-features-box .row .item{
    flex-basis: 25%;
    margin-bottom: 20px;
}

a:hover.link-to-home {
    color: white;
}

h3.text-extra-large {
    font-size: 200px;
}

.social-footer-portokoufo a {
    margin-right: 15px;
    opacity: 0.7;
    
}

.social-footer-portokoufo img {
    width: 26px;
    height: auto;
}

.social-footer-portokoufo a:hover {
    opacity: 1;
}

ul.megamenu > li.active > a {
    color: black;
}

/* */
@media screen and (max-width: 767px) {
    .features-box-villas .widget-features-box .row .item{
        flex-basis: 50%;
    }
    .features-box-villas .widget-features-box .row {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1600px) {
    div.widget-tabs.style3{
        padding: 30px 65px 20px;
    }
}

@media screen and (max-width: 1200px) {
    div.widget-tabs.style3{
        padding: 30px 35px 20px;
    }
}

@media screen and (min-width: 1024px) {
    div.widget-video.style1 .widget-video-bg{
        min-height: 785px;
    }
    div.widget-tabs .widget-content .nav-tabs > li > a {
        line-height: 2.85em;
    }
}

@media screen and (max-width: 600px) {
    div.widget-tabs.style3{
        padding: 30px 0px 20px;
    }
    .widget-tabs.style3 .widget-content .nav-tabs {
        flex-wrap: wrap;
    }
    .widget-tabs .widget-content .nav-tabs > li {
        flex-basis: 50%;
    }
    .features-box-villas .widget-features-box .row .item{
        flex-basis: 100%;
    }
    .widget-features-box .row .item .item-inner{
        text-align: center!important;
    }
}


@media only screen and (min-width: 1168px) {
    .video-wrapper-inner .popup-video span::before {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) {
    .video-wrapper-inner .popup-video span::before {
        font-size: 18px;
    }
}

/* Booking plugin styling */

.mphb_sc_checkout-form p {
    margin: 0px 0 5px;
}

.mphb_sc_checkout-form .mphb-reserve-rooms-details {border-top: 1px solid #dcc397;border-bottom: 1px solid #dcc397;margin: 30px 0;}

.mphb_sc_checkout-form .mphb-room-number {
    display: none;
}

ul.mphb_sc_checkout-services-list.mphb_checkout-services-list {
    margin-bottom: 0;
}

.mphb_sc_checkout-form .mphb-room-details {
    padding: 30px 0;
}

.mphb_sc_checkout-form p.mphb-room-type-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 30px;
    font-family: 'Tinos';
}

.mphb_sc_checkout-form label {
    display: block;
    margin-bottom: 10px;
}

.mphb_sc_checkout-form input[type=text], .mphb_sc_checkout-form textarea, .mphb_sc_checkout-form input[type=email], .mphb_sc_checkout-form select {
    background-color: transparent!important;
    border: 1px solid #d6b884 !important;
    min-width: 335px;
    margin-bottom: 20px;
    max-width: 335px;
}
@media (max-width: 599px){
	.mphb_sc_checkout-form input[type=text], .mphb_sc_checkout-form textarea, .mphb_sc_checkout-form input[type=email], .mphb_sc_checkout-form select {
		min-width: 320px;
	    max-width: 320px;
	}
}
.mphb_sc_checkout-form input[type=submit]{
	font-weight: 700;
}

.mphb_sc_checkout-form .mphb-services-details {
    background: #f3f3f3;
    padding: 20px;
}

.mphb_sc_checkout-form .mphb-services-details h4 {
    margin: 0 0 10px;
    color: #717171;
}
.mphb_sc_checkout-form .mphb-services-details ul{
	padding-left: 20px;
}
@media (max-width: 599px){
	.mphb_sc_checkout-form .mphb-services-details ul{
		padding-left: 10px;
	}
}
.mphb_sc_checkout-form .mphb-services-details ul li label {
    margin-bottom: 0;
    color: #717171;
    font-weight: 500;
}

.mphb_sc_checkout-form table tbody tr td, .mphb_sc_checkout-form table tfoot tr th {
    border: 1px solid #d6b884;
}
.mphb_sc_checkout-form table tbody tr th{
    border: 1px solid #d6b884;
    font-weight: 700;
    color: #53585a;
}

.mphb_sc_checkout-form .mphb-room-price-breakdown-wrapper h4.mphb-price-breakdown-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    margin: 0 0 30px;
    font-family: 'Tinos';
}
.mphb_sc_checkout-form .mphb-room-price-breakdown-wrapper{
    margin: 0 0 30px!important;
}
.mphb_sc_checkout-form .mphb-customer-details{
    margin: 30px 0 35px!important;
    border-top: 1px solid #d6b884;
}
.mphb_sc_checkout-form .mphb-customer-details .mphb-required-fields-tip{
	margin-bottom: 10px;
}
.mphb_sc_checkout-form .mphb-customer-details br{
	line-height: 0;
	height: 0;
	display: none;
}
.mphb_sc_checkout-form p.mphb-total-price {
    margin: 0;
    border-top: 1px solid #d6b884;
    padding-top: 30px;
}

.mphb_sc_checkout-form p.mphb-total-price output {
    font-size: 20px;
    padding: 0;
}

.mphb_sc_checkout-form p.mphb-errors-wrapper {
    background: #f3f3f3;
    padding: 5px 10px;
    color: #e63838;
    margin: 10px 0 0;
}
.mphb_sc_checkout-form .mphb_sc_checkout-submit-wrapper{
	margin-top: 25px;
}

/* Room listing template styling */

.mphb-room-type .room-content-wrap {
	border: 1px solid #DCC397;
	display: flex;
}

.mphb-room-type .room-content-wrap > * {
	padding: 20px;
	border-right: 1px solid #DCC397;
}

.mphb-room-type .room-content-wrap .mphb-room-type-images {
	flex-basis: 33%;
}

.mphb-room-type .room-content-wrap .room-content-details {
	flex-basis: 42%;
}

.mphb-room-type .room-content-wrap .room-price-booking-wrap {
	flex-basis: 25%;
}

.room-price-booking-wrap .mphb-button {
    font-weight: 700;
}

.mphb-room-type .room-content-wrap > :last-child {
	border: 0;
}

.mphb-room-type .mphb-room-type-details-title {
	margin-top: 0;
}

.mphb-room-type .mphb-regular-price .mphb-price {
	font-weight: 700;
}

.mphb-room-type .mphb-regular-price .mphb-price-period {
	font-style: italic;
}

.mphb-room-type .mphb-room-type-details-title {
	display: none;
}

.mphb-room-type-images .mphb-gallery-thumbnails-slider .gallery-item {
	max-width: 100px;
	height: auto;
}

@media screen and (min-width: 992px ) {
    .mphb-room-type .mphb-confirm-reservation {
        margin-top: 10px;
    }

    .mphb-room-type .mphb-rooms-reservation-message-wrapper {
        display: flex;
        gap: 10px;
        flex-direction: column-reverse;
        margin-bottom: 20px;
    }

    .mphb-room-type .mphb-rooms-reservation-message {
        margin-bottom: 0;
    }
    
}

@media screen and (max-width: 991px ) {
	.mphb-room-type .room-content-wrap {
		flex-direction: column;
	}

	.mphb-room-type .room-content-wrap > * {
		border-right: 0;
		border-bottom: 1px solid #DCC397;
	}
}

.mphb_sc_search_results-wrapper  .mphb-recommendation-title,
.mphb_sc_search_results-wrapper  #mphb-recommendation,
.mphb_sc_search_results-wrapper  #mphb-reservation-cart {
    display: none;
}