/*
Theme Name:     Griffin Vintage Furniture Custom Theme
Theme URI:      https://griffinvintagefurniture.com
Template:       kadence
Author:         Ctrl + F
Author URI:     https://ctrlf.ca
Description:    Kadence Child Theme for Griffin Vintage Furniture
Version:        1.0.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/


/* Griffin Hero Overlay */
.griffin-hero-overlay .kt-row-layout-overlay {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 100%) !important;
	opacity: 1 !important;
}

/* Force font weight since we cannot change in Kadence */
h1, h2, h3, h4, h5, h6 {
	font-weight: 400 !important;
}

/* Home Handpicked Products Block - Remove box shadow for the specific block with class 'home-handpicked' */
.home-handpicked .entry.loop-entry {
	box-shadow: none !important;
	border: none !important;
}

.home-handpicked .wc-block-grid__product-title {
	font-size: 22px !important;
}

.home-handpicked .woocommerce-Price-amount.amount {
	font-size: 15px;
}

/* Shop - Secondary Sidebar - remove bullet and padding */
.has-left-sidebar #secondary .wc-block-product-categories-list-item {
	list-style-type: none;
}

.has-left-sidebar #secondary ul.wc-block-product-categories-list {
	padding-left: 0;
	margin-left: 0;
}

.shop-sidebar-categories {
	text-transform: uppercase;
}

/* Hide the workshop category in the shop sidebar */
.wc-block-product-categories-list li.wc-block-product-categories-list-item a[href*="workshops"] {
	display: none;
}

/* Additional Button CSS */
.resources-continue-reading,
.shop-sidebar-categories {
	font-weight: 500;
	letter-spacing: 0.1em;
}

/* FAQs */
.kt-accordion-inner-wrap {
	row-gap: 0;
}

button.kt-blocks-accordion-header {
	padding-right: 0 !important;
}

.kt-accodion-icon-style-basic .kt-blocks-accordion-icon-trigger:before {
	height: 2px;
	width: 16px;
}

.kt-accodion-icon-style-basic .kt-blocks-accordion-icon-trigger::after {
	width: 16px;
	height: 2px;
}

/* Gravity Forms */
.gform_required_legend {
	display: none !important;
}

.ginput_container input,
.ginput_container select,
.ginput_container textarea {
	border: 1px solid #E1E1E1 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

.gform_drop_area {
	border: 1px dashed #E1E1E1 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

.gform-footer .gform_button,
.gform_drop_area .button {
	background: var(--global-palette-btn-bg) !important;
	padding: 16px 32px !important;
	font-size: 15px !important;
	letter-spacing: 0.1em !important;
	font-family: Poppins, sans-serif !important;
	text-transform: uppercase !important;
	border-radius: 0 !important;
}

.gform-footer .gform_button:hover {
	background: var(--global-palette-btn-bg-hover) !important;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area::before {
	color: var(--global-palette-btn-bg) !important;
}