/*
 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
*/

/* GLOBAL */
html {
	scroll-padding-top: 128px;
}
header#brx-header {
    z-index: 999;
}
ul#menu-header-menu {
    align-items: center;
}
.vk_header-menu.show-mobile-menu .vk_menu-btn {
	padding: 0px !important;
}
.vk_header-menu.show-mobile-menu .vk_menu-btn {
	padding-left: 0px !important;
	padding-right: 30px !important;
}
.vk_header-menu.show-mobile-menu .vk_menu-btn:hover {
	color: #ffffff !important;
	background-color: #131312 !important;
	border-radius: 0 !important;
}

/* CALENDAR */
.vk-ev-title {
    white-space: normal !important;
}

/* BUTTONS */
.vk_menu-btn {
	color: #ffffff !important;
	background: #131312;
	display: inline-flex;
	padding: 14px 22px;
	border: 2px solid #131312;
	align-items: baseline;
	gap: 10px;
	border-radius: 16px;
	transition: var(--vk-transition-default);
}
.vk_menu-btn:hover {
	color: #131312 !important;
	background: #ffffff;
}

/* MENU */
#menu-header-menu .vk_menu-btn {
	display: none;
}

/* FLUENT FORM */
#fluentform_3 fieldset {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 15px !important;
}
#fluentform_3 .ff-el-group {
    margin-bottom: 0;
}
#fluentform_3 .ff-t-container {
  margin: 0 !important;
  flex: 1 1 auto !important;
  min-width: 200px !important;
}
#fluentform_3 .ff_submit_btn_wrapper {
  margin: 0 !important;
  flex: 0 0 auto !important;
}
#fluentform_3 .ff-el-group:has(.ff-el-form-check) {
  flex-basis: 100% !important;
  margin: 0 !important;
  order: 3 !important;
}
#fluentform_3 input[type="email"] {
  background-color: #ffffff !important;
  color: #676767 !important;
  font-family: "Miriam Libre", sans-serif !important;
  font-size: 16px !important;
  padding: 0 20px !important;
  border-radius: 16px !important;
  border: 1.5px solid #F4DD60 !important;
  width: 100% !important;
  min-width: 320px;
  height: 43px !important;
  box-sizing: border-box !important;
}
#fluentform_4 input[type="email"] {
  background-color: #ffffff !important;
  color: #676767 !important;
  font-family: "Miriam Libre", sans-serif !important;
  font-size: 16px !important;
  padding: 0 20px !important;
  border-radius: 16px !important;
  border: 1px solid transparent !important;
  width: 100% !important;
  height: 43px !important;
  box-sizing: border-box !important;
}
#fluentform_3 .ff-btn-submit {
  background-color: #131312 !important;
  color: #ffffff !important;
  font-family: "Miriam Libre", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 16px 24px !important;
  border-radius: 16px !important;
  border: none !important;
  cursor: pointer !important;
  height: 43px !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
	line-height: 1 !important;
}
#fluentform_3 .ff-el-form-check-label,
#fluentform_4 .ff-el-form-check-label {
  display: flex !important;
  align-items: start !important;
  gap: 10px !important;
  color: #131312 !important;
  font-size: 14px !important;
  cursor: pointer !important;
}
#fluentform_3 .ff_tc_checkbox,
#fluentform_4 .ff_tc_checkbox {
	display: flex !important;
	align-items: center !important;
}
#fluentform_3 .ff_t_c,
#fluentform_4 .ff_t_c {
	font-weight: 400 !important;
	color: #131312 !important;
	text-decoration: none !important;
	padding: 0 !important;
}
#fluentform_3 .ff_t_c a,
#fluentform_4 .ff_t_c a,
#fluentform_3 .ff_t_c u,
#fluentform_4 .ff_t_c u {
	font-weight: 700 !important;
	color: #131312 !important;
	text-decoration: underline !important;
}
#fluentform_3 input[type="checkbox"],
#fluentform_4 input[type="checkbox"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 18px !important;
  height: 18px !important;
  padding: 0 !important; /* Toto vynuluje ten nechtěný obdélník */
  background-color: transparent !important;
  border: 2px solid #131312 !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  position: relative !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
  box-sizing: border-box !important;
}
#fluentform_3 input[type="checkbox"]:checked,
#fluentform_4 input[type="checkbox"]:checked {
  background-color: #131312 !important;
  border-color: #131312 !important;
}
#fluentform_3 .ff-el-tc label.ff_tc_label>span,
#fluentform_4 .ff-el-tc label.ff_tc_label>span {
    padding-top: 4px !important;
    padding-left: 3px !important;
}
/* ÚPRAVA ZDE: Dokonalé vycentrování fajfky */
#fluentform_3 input[type="checkbox"]:checked::after,
#fluentform_4 input[type="checkbox"]:checked::after {
  content: '' !important;
  position: absolute !important;
  left: 50% !important;
  top: 45% !important;
  width: 5px !important;
  height: 10px !important;
  border: solid white !important;
  border-width: 0 2px 2px 0 !important;
  transform: translate(-50%, -50%) rotate(45deg) !important;
}
#fluentform_3 .ff-el-input--label,
#fluentform_4 .ff-el-input--label {
  display: none !important;
}

/* CALENDAR */
.vk-cal-controls,
.vk-cal-legend {
	justify-content: center !important;
}
.vk-cal-controls {
	margin-bottom: 32px !important;
}
.vk-cal-legend {
	margin-bottom: 64px !important;
}

.vk-nav-btn {
    font-size: 0 !important;
    color: #ffffff !important;
    background-color: #131312 !important;
    border: none !important;
    background-image: url('/wp-content/uploads/2026/05/CaretRight.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 24px !important;
    width: 43px !important;
    height: 43px !important;
    cursor: pointer !important;
    transition: opacity 0.2s ease !important;
	border-radius: 16px !important;
}
.vk-cal-nav .vk-nav-btn:first-child {
    transform: rotate(180deg) !important;
}
.vk-nav-btn:disabled {
    opacity: 0.2 !important;
    cursor: not-allowed !important;
}
.vk-leg-all,
.vk-leg-item {
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 1 !important;
	letter-spacing: 0.56px !important;
	text-transform: uppercase !important;
	border: 1.5px solid #131312 !important;
	border-radius: 8px !important;
	background-color: transparent !important;
	color: #131312 !important;
	padding: 8px 12px !important;
}
.vk-leg-all.active,
.vk-leg-item.active {
	background-color: #131312 !important;
	color: #ffffff !important;
}
.vk-cal-head {
	display: none !important;
}
.vk-cal-box {
    background: #FFFEF7 !important;
    border-radius: 16px !important;
	border: 1.5px solid #F1F0EA !important;
    padding: 0 !important;
    box-shadow: none !important;
}
.vk-cal-grid {
    background: #F1F0EA !important;
    border-radius: 16px !important;
}

@media screen and (max-width: 991px) {
	#menu-header-menu .vk_menu-btn {
		display: block;
	}
	.vk_header-menu .vk_menu-btn {
		padding: 0px !important;
	}
	.vk_header-menu .vk_menu-btn {
		padding-left: 0px !important;
		padding-right: 30px !important;
	}
	.vk_header-menu .vk_menu-btn:hover {
		color: #ffffff !important;
		background-color: #131312 !important;
		border-radius: 0 !important;
	}
}
@media screen and (max-width: 768px) {
	body input[type="text"],
    body input[type="email"],
    body input[type="tel"],
    body input[type="number"],
    body input[type="password"],
    body select,
    body textarea,
    body .el-input__inner,
    body .am-input,
    body .am-select-input,
    body .am-employee-panel input,
    body .el-date-editor input,
    body .el-range-input,
    body .am-filter-wrapper input,
    body .v-calendar input,
    body .flatpickr-input {
        font-size: 16px !important;
        touch-action: manipulation !important;
    }
}
@media screen and (max-width: 480px) {
	html {
		scroll-padding-top: 96px;
	}
	
	.vk-cal-grid {
		border-radius: 8px !important;
		padding: 10px;
	}
}
