/*
Theme Name: Carsten
Theme URI: https://carsten.qodeinteractive.com
Description: Hotel Booking WordPress Theme
Author: Elated Themes
Author URI: https://qodeinteractive.com
Text Domain: carsten
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

#qodef-page-footer .widget a:not(.qodef-button) {
    color: #fff;
}
#qodef-page-footer .widget:not(.widget_carsten_core_title_widget) {
    color: #d1dedf;
}
.qodef-button.qodef-layout--filled.qodef-html--link {
	background-color: #90a9ac;
}
.qodef-button.qodef-layout--filled.qodef-html--link:hover {
	background-color: #6e8789;
}
.qodef-page-title .qodef-m-content {
    justify-content: end;
}
/* GALLERY */
#gallery-1 .gallery-item,
#gallery-2 .gallery-item,
#gallery-3 .gallery-item,
#gallery-4 .gallery-item,
#gallery-5 .gallery-item,
#gallery-6 .gallery-item {
	padding:0 5px;
}
.elementor img {
	width: 100%;
}

/* CONTACT FORM */
.\31 00left {
	width: 100%;
	float:left;
}
.\32 column {
	width: 50%;
	padding: 0 10px;
	float:left;
}
/* CHECK OUT */
.woocommerce-form-coupon-toggle,
#qodef-room-list-sidebar .qodef-room-reservation-filter.qodef-layout--vertical{
    display: none;
}

@media (max-width: 768px) {
.\32 column {
	width:100%;
	padding:0;
	}	
	
	#gallery-1.gallery-columns-6 .gallery-item,
	#gallery-2.gallery-columns-6 .gallery-item,
	#gallery-3.gallery-columns-6 .gallery-item,
	#gallery-4.gallery-columns-6 .gallery-item,
	#gallery-5.gallery-columns-6 .gallery-item,
	#gallery-6.gallery-columns-6 .gallery-item {
    width: 33%;
}
}

@media only screen and (max-width: 1024px) {
    .qodef-pricing-slider-wrapper .swiper-button-next, .qodef-pricing-slider-wrapper .swiper-button-prev{
       display: block; 
    }
}
@media (max-width: 870px) {
	.qodef-grid>.qodef-grid-inner {
		row-gap: 15px;
	}
}