/*

Theme Name: Destinacija Feričanci
Theme URI: https://drap.hr
Description: Destinacija Feričanci web site theme
Author: Drap d.o.o.
Author URI: https://www.drap.hr
Version: 1.0

*/

.style-text p strong { color: #fff; font-weight: 400; }

section.features h4 { display: flex; align-items: center; color: #fed37c; margin: 0; gap: 5px; }
section.features h4 svg { width: 50px; height: 50px; }
section.features h4 svg > g { fill: #FED37C; }
section.features ul { margin-top: clamp(8px, 0.5vw, 12px); padding-left: 40px; }
section.features ul li { margin-bottom: clamp(12px, 0.75vw, 16px); padding-left: 15px; }

section.features ul.checkmarks { padding-left: 33px; }
section.features ul.checkmarks li { padding-left: 22px; }
section.features ul.checkmarks li::marker { content: '✔'; color: #FED37C; }

.zigzag .style-text h2, .zigzag .style-text h3 { text-wrap: balance; }

.roominfo { gap: 20px; align-items: center; }
.roominfo svg g { fill: #fed37c; }

.collapsed-column { max-height: 0px; overflow: hidden; transition: .3s all ease-in-out; }
.collapsed-column.active { max-height: 300vh; }

.style-text a { text-decoration: none; }

.js-expand-column { font-size: 14px; padding: 16px; }

.hero .hero-content h1 { text-wrap: balance; }

.dropdown-toggle.inactive { visibility: hidden; }

header nav ul .lang { display: flex; gap: 5px; }
header nav ul .lang a { color: rgba(255,255,255,.5); }
header nav ul .lang a.active { color: rgba(255,255,255,1); }
header.mobile-menu nav ul .lang { display: flex; gap: 5px; margin: 10px 0; padding-bottom: 10px; }
header.mobile-menu nav ul .lang a { font-family: "Instrument Sans"; font-size: clamp(15px, 1.2vw, 18px); }

@media screen and (min-width: 769px){

	.cover-img-mobile { display: none; }
}