/*
Theme Name: Gay Hotel Pattaya
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1779332214
Updated: 2026-05-21 04:56:54
*/

body {
	text-shadow: 0px 1px 0px rgba(255,255,255,0.4);
}

.sticky,
.sticky .logo img {
	transition: all 0.3s ease-out;
}

.sticky.elementor-sticky--effects {
	min-height: 90px !important;
}

.sticky.elementor-sticky--effects .logo img {
	max-width: 200px;
}

#menu-head nav ul li a,
a {
	transition: all 0.5s ease;
}

#blog-post article h3 a:hover {
	color: #C76110;
}

.elementor-post__excerpt {
	border-bottom: 1px solid #e4ca01;
}

.elementor-post__read-more {
	background: #FFF;
	padding: .375rem .75rem;
	border-radius: 3px;
}

.elementor-pagination .page-numbers {
	background: rgba(0,0,0,0.2);
	padding: 4px 10px;
}

.elementor-pagination .page-numbers.current {
	background: #000;
}

span.page-numbers.prev,
span.page-numbers.next {
	display: none !important;
}

.gallery,
.wp-block-gallery {
	display: grid !important;
	grid-template-columns: repeat(6,1fr);
	column-gap: 5px !important;
}

.wp-block-gallery .wp-block-image {
	width: 100% !important;
}

.gallery .gallery-item a img {
	width: 100%;
}

.room-rate {
	transition: all 0.3s ease;
}

.room-rate:hover {
	transform: scale(0.95);
}

.form-control {
	border: 1px solid #ced4da !important;
	border-radius: .25rem !important;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.sticky.elementor-sticky--effects .logo img {
		max-width: 160px;
	}
	
	.gallery,
	.wp-block-gallery {
		grid-template-columns: repeat(3,1fr);
	}

	.gallery .gallery-item {
		margin: 0 !important;
	}
}

@media only screen and (max-width: 767px) {
	.sticky.elementor-sticky--effects {
		min-height: 80px !important;
	}

	.sticky.elementor-sticky--effects .logo img {
		max-width: 150px;
	}
	
	.gallery,
	.wp-block-gallery {
		grid-template-columns: repeat(1,1fr);
	}

	.gallery .gallery-item {
		margin: 0 !important;
	}
}