/*
Theme Name: Blazie Website kadence theme
Template: kadence
*/ 

@media screen and (max-width: 600px) {
  #sub-header-bar {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 0;
    width: 28%;
		max-height: 1px;
    display: none;
		overflow: hidden;
  }
}

#sub-header-bar {
	background-color: var(--global-palette1);
	color: var(--global-palette4);
	display: flex;
}

#sub-header-bar a {
	color: var(--global-palette3);
}

#sub-header-bar .sub-header-content {
	margin: auto;
}

/* GENERAL */

* {
    box-sizing: border-box;
}

img {
    overflow-clip-margin: content-box;
    overflow: clip;
}

.dark-background {
	background-color: var(--global-palette7);
}

/*
 * Footer right menu extra spacing
 */
#nav_menu-4 {
	margin-bottom: 1rem;
}
.site-footer-section {
	margin-left: auto;
	margin-right: auto;
}
/*
 * Testimonials
*/

blockquote.testimonial, blockquote.testimonial-full {
	border: none;
	margin-bottom: 4rem;
	justify-content: center;
	align-items: center;
	display: flex;
}

blockquote cite {
	font-style: normal;
    font-weight: normal;
    font-size: 1.25rem;
    font-family: var(--global-body-font-family);
    color: var(--global-palette3);
}

blockquote p.testimonial-excerpt, 
blockquote p.testimonial-full {
	font-weight: 500;
	margin-bottom: 0.5rem;
	max-width: 30em;
}

blockquote p.testimonial-excerpt {
    font-weight: 700;
    font-size: 2.25rem;
}

blockquote.testimonial-full span.testimonial-author {
	font-size: 1rem;
}

/*
 * Services Blocks
*/

.wp-block-column:has(article.service-article) {
	padding: 2rem;
	border-color: var(--global-palette1);
	border-left-style: solid;
	border-radius: 0.25rem;
	border-width: 1rem;
	background-color: var(--global-palette8);
}

/* Hide cookie tab */
#cmplz-manage-consent, 
/* Hide yescookie button */
.cky-btn-revisit-wrapper {
	display:none !important;
}

/*
 * Contact Form 7 group spacing
 */
.wpcf7cf_group h3 {
	margin-top: 1.5rem;
}
.extra-space-bottom {
	margin-bottom: 1.5rem;
}

.required-star {
	color: red;
}

.wpcf7 textarea {
	max-width: 75%;
}

/*
 * hide cart sad face
*/
.wp-block-heading.has-text-align-center.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
	display: none;
}

/*
 * Home page, remove the hero banner
 */
.page-id-280 .page-hero-section {
	display: none;
}

/*
 * Home Page Client logos banner
 */
.client-logo-outer {
    margin-right: auto;
    margin-left: auto;
    max-width: 48rem;
}

.home-client-logo-container {
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
}

.home-client-logo {
    padding: 1rem;
    width: 20%;
    box-sizing: border-box;
    display: block;
    unicode-bidi: isolate;
}

.home-client-logo img {
    width: 100%;
    
    object-fit: cover;
}
