/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

:root {
	--color-base: #ffffff;
	--container-box: 1096px;
	--content-box: 800px;
	--content-box-2: 650px;
	--transition-default: all 0.3s ease;
	--box-shadow-default: 0 4px 12px rgba(0, 0, 0, 0.14);
	--border-radius-10: 10px;
	--border-radius-20: 20px;
	--border-radius-32: 32px;
	--border-section: 140px;
	--border-img: 40px;
	--border-img-2: 120px;
	--let-spac: -0.01em;
	--vk-offcanvas-top: 90px;
}

/* GLOBAL */
.vk_title-color {
	color: #E52713;
}

.vk_menu-icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
}


/* BUTTONS */
.vk_menu-btn a {
	font-size: 15px;
	font-weight: 500;
	color: #eae4d8 !important;
	background-color: #5a6d5d;
	border: 1px solid #5a6d5d;
	padding: 15px 24px;
	border-radius: 10px;
	line-height: 1.5;
	transition: var(--transition-default);
/* 	display: flex;
	align-items: center; */
}
.vk_menu-btn a:hover {
	color: #5a6d5d !important;
	background-color: transparent;
}
/* .vk_menu-btn a::before {
	content: "";
	width: 24px;
	height: 24px;
	background: url('/wp-content/uploads/2026/01/user-interface.svg') center center;
	background-repeat: no-repeat;
	background-size: contain;
	filter: brightness(0) saturate(100%) invert(95%) sepia(3%) saturate(410%) hue-rotate(345deg) brightness(96%) contrast(90%);
	transition: var(--transition-default);
	margin-right: 10px;
}
.vk_menu-btn a:hover::before {
	filter: none;
} */

/* BREADCRUMBS */
.vk_breadcrumbs a {
	color: #EAE4D8;
	text-decoration: none;
}
.vk_breadcrumbs .separator {
	margin: 0 5px;
}

/* HEADER */
.vk_header-menu.brxe-nav-menu .bricks-nav-menu {
    align-items: center;
}

/* CENIK */
.vk_price--item small {
    font-size: 14px;
	font-style: normal;
}
.vk_price--item-left small {
	margin-left: 16px;
	white-space: nowrap;
}
.vk_price-list-container .vk_price-list-block:nth-last-child(2) {
  border-bottom: none;
}

/* FLUENT FORM */
.fluentform input,
.fluentform textarea {
	color: #4B6355 !important;
	background: transparent !important;
	border-radius: 10px;
	border: 1px solid #5A6D5D !important;
	padding: 16px !important;
}
.fluentform input:focus,
.fluentform textarea:focus {
	background: transparent !important;
}
.fluentform input::placeholder,
.fluentform textarea::placeholder {
	color: #4B6355 !important;
}
.fluentform .ff_t_c {
	color: #4B6355 !important;
}
/* .fluentform .ff-el-form-check-label .ff-el-form-check-input {
	background: transparent !important;
    width: 16px;
    height: 16px;
	margin-right: 8px;
	border-radius: 4px;
} */
.fluentform .ff-el-form-check-label .ff-el-form-check-input {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #5A6D5D;
    border-radius: 4px;
	margin-right: 8px;
    background-color: transparent;
	padding: 0 !important;
}

.fluentform .ff_item_selected .ff-el-form-check-label .ff-el-form-check-input {
	-webkit-appearance: checkbox; /* nebo auto / menutext apod. podle typu */
	appearance: auto;
}

#fluentform_3 fieldset {
	display: flex;
	border-radius: 10px;
	border: 1px solid #FFF !important;
}
#fluentform_3 .ff-el-group {
	margin-bottom: 0;
}
#fluentform_3 input {
	height: 45px;
	color: #fff !important;
	background: transparent !important;
	border-radius: 10px 0 0 10px;
	border: 1px solid #FFF !important;
}
#fluentform_3 input:focus {
	background: transparent !important;
}
#fluentform_3 input::placeholder {
	color: #fff !important;
}
#fluentform_3 button[ type="submit"] {
	height: 45px;
	border-radius: 0 10px 10px 0 !important;
	border-left: none !important;
	transition: var(--transition-default);
}
#fluentform_3 button[ type="submit"]:hover {
	opacity: 1;
}
#fluentform_3_success {
	border-radius: 10px;
}
#fluentform_3_success p {
	color: #fff;
}

/* POST CONTENT */
.vk_post-content h2:first-child {
	margin-top: 0;
}
.vk_post-content h2 {
	margin: 64px 0 32px;
}
.vk_post-content h3 {
	margin: 48px 0 24px;
}
.vk_post-content h4 {
	margin: 32px 0 16px;
}

/* LESSONS */
.vk_lesson--item::before {
	content: "";
	width: 280px;
	height: 200px;
	background: url('/wp-content/uploads/2025/11/hall-mandala-2.svg');
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.1;
}

/* ZAKAZNICKY PORTAL */
.amelia-v2-booking, .amelia-v2-booking #amelia-container {
    background-color: #eae4d8 !important;
}

/* RESPONSIVE */
@media screen and (min-width: 1920px) {
	.vk_welcome-2-section {
		background-position: center center !important;
	}
	.vk_welcome-2-container {
		row-gap: 60vh !important;
	}
}
@media screen and (max-width: 1280px) {
	.vk_menu-btn a {
		padding: 17px 30px;
	}
	.vk_menu-icon {
		width: 24px;
		height: 24px;
		filter: brightness(0) saturate(100%) invert(95%) sepia(3%) saturate(410%) hue-rotate(345deg) brightness(96%) contrast(90%);
	}
}
@media screen and (max-width: 767px) {
	.vk_price--item-left small {
		margin-left: 0;
		display: block;
		margin-top: 16px;
	}
	.vk_price-list-container .vk_price-list-block:nth-last-child(2) {
		border-bottom: 1px solid #4B6355;
	}
}