/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.gform_wrapper form div .gform-button {
	height: fit-content !important;
	background-color: var(--theme-palette-color-1) !important;
	color: var(--theme-palette-color-3) !important;
	padding: 10px 15px !important;
	text-transform: uppercase !important;
	font-weight: 600 !important;
}

.gform_wrapper form div .gform-button:hover {
	background-color: var(--theme-palette-color-2) !important;
}

.gform_wrapper form .gform_fields {
	row-gap: 15px !important;
}

.gform_wrapper form .gform_fields .gfield_required {
	color: var(--theme-palette-color-3) !important;
}

.gform_wrapper form .gfield_html {
	font-size: 13px !important;
}

.gform_wrapper form .gfield_html a {
	color: var(--theme-palette-color-3) !important;
	text-decoration: underline !important;
}

.yoast-breadcrumbs span, .yoast-breadcrumbs a {
	font-size: 12px;
}

.yoast-breadcrumbs .breadcrumb_last {
	font-weight: 600;
}

@media screen and (min-width: 640px) {
	.two-column-checkboxes .gfield_checkbox {
		display: block !important;
		column-count: 2 !important;
	}

	.two-column-checkboxes .gfield_checkbox .gchoice {
		margin-bottom: 10px !important;
	}
}

@media screen and (max-width: 639px) {
	#footer .gform_fields {
		display: flex !important;
	}

	#footer .gform_wrapper form .gfield--input-type-email input {
		width: 230px !important;
	}
}

.team-member-query .team-member .wp-block-group {
	display: flex;
	flex-direction: column;
	gap: 10px;
	background-color: var(--theme-palette-color-6);
	padding: var(--card-inner-spacing, 30px);
}

.team-member-query figure {
	overflow: hidden;
}

.team-member-query img {
	aspect-ratio: 265 / 397;
	object-fit: cover;
	transform: scale(1.1);
	transition: opacity .5s ease, transform .5s ease;
}

.team-member-query img:hover {
	transform: scale(1);
}

.team-member-query .wp-block-post-title {
	margin-bottom: 0;
	line-height: 1;
}

.team-member-query .team-member-position {
	margin-bottom: 0;
	line-height: 1;
}

.team-member-query .team-member-socials {
	margin-top: 15px;
}

.team-member-socials {
	display: flex;
	gap: 10px;
}

.team-member-socials a {
	display: flex;
	height: fit-content;
	background: var(--theme-palette-color-1);
	border-radius: 100%;
	padding: 12px;
	color: var(--theme-palette-color-4, #272E2A) !important;
}

.team-member-socials a:hover {
	box-shadow: 0 4px 10px -2px #0003;
	transform: translateY(-4px);
	background: var(--theme-palette-color-2);
}

.team-member-socials a svg {
	height: 17px;
	width: 17px;
}

.ct-pagination .page-numbers:hover {
	color: var(--theme-palette-color-4, #272E2A) !important;
}

.gform_wrapper form .gform_body input:not(.gform-button) {
	background-color: #FFF !important;
}

.sticky-sidebar > .stk-column-wrapper > .stk-block-content {
	position: sticky !important;
	top: 100px !important;
}

.ct-breadcrumbs span {
	font-size: 12px !important;
	text-transform: capitalize !important;
	font-weight: 400 !important;
}

.ct-breadcrumbs span a {
	color: var(--theme-palette-color-3) !important;
}

.ct-breadcrumbs span a:hover {
	color: var(--theme-palette-color-1) !important;
}

.ct-breadcrumbs span.last-item span {
	font-weight: 600 !important;
}

.ct-breadcrumbs span .ct-separator {
	margin: 0 3px !important;
}

#footer .gform_wrapper form .gform-button {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	text-transform: capitalize !important;
}

#footer .gform_wrapper form .gfield--input-type-email input {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

#footer .gform_wrapper .gform_validation_errors {
	border-color: #FFF !important;
	margin-bottom: 0 !important;
}

#footer .gform_wrapper .gform_submission_error {
	color: #FFF !important;
}

#footer .gform_wrapper .gform_submission_error .gform-icon {
	color: #FFF !important;
	border-color: #FFF !important;
}

#footer .gform_wrapper .gfield--input-type-email .gfield_validation_message {
	color: #FFF !important;
	position: absolute !important;
}

.menu-button > a .ct-toggle-dropdown-desktop {
	display: none;
}

#offcanvas .widget_nav_menu .menu-item > a {
	font-weight: 600;
	color: #131B17;
	font-size: 16px;
}

#offcanvas .widget_nav_menu .menu-item > a:hover {
	color: #06B059;
}

#footer [data-row="top"] .gform_fields {
	align-items: flex-end;
	gap: 0;
}

#footer [data-row="top"] .gform_fields .gfield_required {
	color: #909091;
}

.gform_wrapper form input {
	border-radius: 6px !important;
}

#menu-utility-navigation i {
	margin-top: 0;
}

#menu-utility-navigation a:hover span {
	text-decoration: underline;
}

.gf-dark-bg .gform_wrapper  .gform_validation_errors {
	border-color: #FFF !important;
	outline-color: #FFF !important;
}

.gf-dark-bg .gform_wrapper .gform_submission_error {
	color: #FFF !important;
}

.gf-dark-bg .gform_wrapper .gfield_validation_message {
	color: #FFF !important;
}

.gf-dark-bg .gform_wrapper .gform-icon--circle-error {
	color: #FFF !important;
	border-color: #FFF !important;
}

.team-member-query .wp-block-post-template .team-member {
	background-color: var(--theme-palette-color-6);
}

#footer .gform_wrapper .ginput_container input {
	color: #131b17;
}

@media screen and (max-width: 499px) {
	.team-member-contact-wrapper {
		flex-direction: column;
		align-items: self-start;
		gap: 30px !important;
	}
}

@media screen and (max-width: 999px) {
	.menu-button > a {
		padding: 7px 10px !important;
	}
}

@media screen and (max-width: 1024px) {
	.team-member-query .wp-block-post-template {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
