/*
Theme Name: Hello Biz Child
Theme URI: https://github.com/elementor/hello-biz-child/
Description: Hello Biz Child is a child theme of Hello Biz, created by Elementor team
Author: Elementor Team
Template: hello-biz
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 1.0.0
Stable tag: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-biz-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

/* Make WP Admin Bar top. Some sticky nav stylesheet currently takes z-index precedence over WP Admin bar */
#wpadminbar {
	z-index: 99999999999 !important;
}

.product-filter-form {
	
}

h4.wpgb-facet-title {
color: var(--e-global-color-secondary);
font-family: "Barlow Condensed" !important;
font-size: 20px !important;
font-style: normal !important;
font-weight: 600 !important;
line-height: normal !important;
text-transform: uppercase !important;
}



.wpgb-radio-label, .wpgb-checkbox-label, .wpgb-checkbox-label span {
	font-family: "Montserrat", Sans-serif;
	font-size: 15px;
	color: #fff !important;
}

.wpgb-facet .wpgb-radio-facet .wpgb-radio-control {
  border: 1px solid #232323;
  border-radius: 2px !important; 
  background-color: transparent;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background-color 0.25s ease;
}


.wpgb-facet .wpgb-radio[aria-pressed="true"] .wpgb-radio-control {
  background-color: #232323;
}

.wpgb-facet .wpgb-radio-facet .wpgb-radio-control:after {
  content: none;
}

.wpgb-facet .wpgb-radio[aria-pressed="true"] .wpgb-radio-control::before {
  content: "\f00c"; /* Unicode for fa-check */
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 5 Free" !important;
  font-weight: 900; /* solid style */
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

.wpgb-facet .wpgb-radio-control, .wpgb-facet .wpgb-checkbox-control {
	background: #fff !important;
}

.wpgb-facet.wpgb-style-1 .wpgb-radio[aria-pressed="true"] .wpgb-radio-control {
  border-color: #C81F36 !important;
  background-color: #C81F36 !important; /* keep dark background for white checkmark */
}


.wpgb-facet.wpgb-style-1 .wpgb-checkbox-facet .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-control {
      border-color: #C81F36 !important;
  background-color: #C81F36 !important; 
}

.wpgb-facet .wpgb-radio-facet .wpgb-radio-control:after {
  display: none !important;
}

.wpgb-facet .wpgb-hierarchical-list li {
    margin: 16px 0 0;
}

.wp-grid-builder .wpgb-card .wpgb-card-body, .wp-grid-builder .wpgb-card .wpgb-card-footer {
	background: rgba(0,0,0,0) !important;
}


.wp-grid-builder .wpgb-card  .wpgb-card-footer {
	display:none;
}

.wp-grid-builder .wpgb-card .wpgb-card-body {
	padding-top:20px;
}

.wpgb-card-body h3.wpgb-block-1 {
	    font-family: "Montserrat", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #000000 !important;
    text-align: left !important;
}

.wpgb-card-footer a.wpgb-block-2 strong {
	    font-family: "Montserrat", Sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 21px;
	color: var(--e-global-color-primary);
}

.wp-grid-builder .wpgb-card-1 .wpgb-block-2 {
    color: #ffe02b !important;
    text-align: center !important;
    font-family: "Barlow Condensed" !important;
    font-size: 28px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
    text-transform: uppercase !important;
}




.wp-grid-builder .wpgb-card [class*=wpgb-block-] {
    transition-duration: 300ms !important;
}



.wpgb-facet.wpgb-style-1 .wpgb-pagination .wpgb-page>a {
    color: #808080 !important;
    border: 1px solid #C5C5C5 !important;
	background: #fff !important;
}

.wpgb-facet.wpgb-style-1 .wpgb-pagination .wpgb-page>a[aria-current=true] {
    background: #C8102E !important;
    color: #fff !important;
}




.wp-grid-builder .wpgb-card-1 .wpgb-block-2 {
    color: #ffe02b !important;
    text-align: center !important;
    font-family: "Barlow Condensed" !important;
    font-size: 28px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
    text-transform: uppercase !important;
}

.wp-grid-builder .wpgb-card-1 .wpgb-block-2:hover {
    transform: translateY(-3%);
	
}

.wp-grid-builder .wpgb-card-1:hover .wpgb-block-2 {
	color: #c81f36 !important;
}


@media and (min-width:768px) and (max-width:1024px) {	
	h4.wpgb-facet-title {
		font-size: 19px !important;
	}
	.wp-grid-builder .wpgb-card-1 .wpgb-block-2 {
    	font-size: 24px !important;
	}
}

@media and (max-width:767px) {	
	h4.wpgb-facet-title {
		font-size: 18px !important;
	}
	.wp-grid-builder .wpgb-card-1 .wpgb-block-2 {
    	font-size: 20px !important;
	}
}



/* Recipe Overrides */

.post-type-archive-recipes .wp-grid-builder .wpgb-card .wpgb-card-body {
	background: #C81F36 !important;
	padding: 30px !important;
	border-radius: 0 0 15px 15px !important;
	align-items: center;
    display: flex;
	justify-content: center;
}

.post-type-archive-recipes .wp-grid-builder .wpgb-card-1 .wpgb-block-2 {
    font-size: 30px !important;
}

.post-type-archive-recipes .wp-grid-builder .wpgb-card .wpgb-card-media-thumbnail {
	border-radius: 15px 15px 0 0 !important;
}

.post-type-archive-recipes .wpgb-facet.wpgb-style-1 .wpgb-pagination .wpgb-page>a {
    color: #808080 !important;
    border: 0px !important;
	font-weight: 700 !important;
	transition: 300ms !important;
}

.post-type-archive-recipes .wpgb-facet.wpgb-style-1 .wpgb-pagination .wpgb-page>a:hover {
    background: #e7e7e7 !important;
}

.post-type-archive-recipes .wpgb-facet.wpgb-style-1 .wpgb-pagination .wpgb-page>a[aria-current=true] {
	color: #fff !important;
}


.post-type-archive-recipes .wp-grid-builder .wpgb-card-1 .wpgb-block-2 {
    color: #fff !important;
}

.post-type-archive-recipes .wp-grid-builder .wpgb-card-1:hover .wpgb-block-2 {
	color: #fff !important;
}

@media (min-width: 768px) and (max-width: 1024px)  {
.post-type-archive-recipes .wp-grid-builder .wpgb-card .wpgb-card-body {
	padding: 25px !important;
}
	.post-type-archive-recipes .wp-grid-builder .wpgb-card-1 .wpgb-block-2 {
    font-size: 26px !important;
}
}

@media (max-width:767px) {
.post-type-archive-recipes .wp-grid-builder .wpgb-card .wpgb-card-body {
	padding: 30px !important;
}
		.post-type-archive-recipes .wp-grid-builder .wpgb-card-1 .wpgb-block-2 {
    font-size: 22px !important;
}
}



