/* 
Theme Name: Palm Stay Bali
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Palm Stay Bali is a child theme of Hello Elementor, created by Elementor team
Author: WPValet Team
Author URI: https://wpvalet.co/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Header */
.psb-header > .e-con-inner,
.psb-header > .e-con-inner .elementor-widget-theme-site-logo img{
	transition: all 0.3s ease;
}
.psb-header.elementor-sticky--effects{
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
}

.psb-header.elementor-sticky--effects > .e-con-inner{
	padding: 20px 0;
}

.psb-header.elementor-sticky--effects > .e-con-inner .elementor-widget-theme-site-logo img{
	width: 80%;
}

/* Properties */
.psb-property-gallery__img .elementor-swiper-button{
	background: #fff;
    padding: 18px;
    border: 1px solid #DFDFDF;
    border-radius: 100px;
}

.psb-property-gallery__img .elementor-swiper-button-prev{
	margin-left: 8%;
}

.psb-property-gallery__img .elementor-swiper-button-next{
	margin-right: 8%;
}

.psb-property-content p,
.psb-property-content ul,
.psb-property-content ol{
	margin-bottom: 16px;
}

.psb-property-content p:last-child{
	margin-bottom: 0;
}

.psb-property-read-more a,
.psb-share__button li span,
.psb-copy-link__btn li span{
	cursor: pointer;
}

@media(max-width: 767px){
	.psb-property-gallery__img .elementor-swiper-button{
		padding: 12px;
	}
}