/*
Theme Name:     Bytes.co Kadence Child
Theme URI:      n/a
Template:       kadence
Author:         Bytes.co
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

.site-header {
	border-bottom: 1px solid rgba(14, 20, 40, 0.1);
}

.site-main > .wpc-custom-selected-terms {
	display: none;
}

.call-out.menu-item {
	width: calc(100% + 54px);
	margin-left: -27px;
}

.call-out.menu-item a {
	color: var(--global-palette4) !important;
	background: var(--global-palette2) !important;
	padding-left: 33px;
}

body.search .page-title {
	font-size: 46px;
}

.archive .content-area, .blog .content-area {
	margin-top: 0;
}

.single .site-main h2 {
	font-size: 36px;
}

.single .site-main h3 {
	font-size: 30px;
}

.single .site-main h4 {
	font-size: 24px;
}

.wpc-filters-widget-wrapper {
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 15px;
	justify-content: space-between;
}

.wpc-filters-widget-wrapper .wpc-filter-title {
	font-weight: 700;
	font-size: 14px;
}

.wpc-filters-widget-wrapper .wpc-filters-section {
	margin-bottom: 0;
}

.wpc-filters-widget-wrapper .wpc-filters-widget-select {
	padding: 4px 10px;
	margin-bottom: 0;
	width: 250px !important;
}

.wpc-filters-widget-wrapper .wpc-instead-of-posts-found {
	display: none;
}

.wp-block-post-terms a {
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	color: var(--global-palette4);
	background: var(--global-palette8);
	padding: 2px 12px;
	border-radius: 4px;
}

.single .entry-header {
	margin-bottom: 0;
}

.single .entry-content {
	margin-top: 5px;
}

.single .content-area {
	margin-top: 4rem;
}

.taxonomies-wrap {
	gap: 12px;
}

.wpc-filter-chip a {
	border-color: var(--global-palette4) !important;
}

.custom-archive-loop-item .wp-block-post-excerpt, .custom-archive-loop-item .wp-block-post-title {
	max-width: 600px;
}

.wp-block-post-terms__separator {
	visibility: hidden;
	display: inline-block;
	width: 12px;
}

.custom-archive-loop-item.portfolio-item:hover {
	transform: scale(1.025);
	transition: 500ms;
}

.loop-entry.type-post .entry-title a:hover {
	color: var(--global-palette1);
}

.loop-entry.type-post .post-thumbnail:hover img {
	transform: scale(1.1);
	transition: 500ms;
}

.single-post .entry-taxonomies a:hover {
	color: var(--global-palette6) !important;
}

.kb-section-has-overlay .gfield_required {
	color: #FFF !important;
}

.kb-section-has-overlay .gform_validation_errors {
	border-color: #FFF !important;
	outline-color: #FFF !important;
}

.kb-section-has-overlay .gform_validation_errors .gform-icon {
	border-color: #FFF !important;
}

.kb-section-has-overlay .gform_validation_errors * {
	color: #FFF !important;
}

.kb-section-has-overlay .gfield_validation_message {
	color: #FFF !important;
}

.kb-section-has-overlay .gform_confirmation_message {
	color: #FFF !important;
}

.kb-section-has-overlay .gfield--type-html, .kb-section-has-overlay .gfield--type-html a {
	color: #FFF !important;
}

.kb-section-has-link:hover h3 {
	color: var(--global-palette1) !important;
}

.kb-section-has-link:hover .wp-block-kadence-image {
	overflow: hidden;
}

.kb-section-has-link:hover .wp-block-kadence-image img {
	transform: scale(1.1);
	transition: 500ms;
}

.footer-locations .wp-block-kadence-advancedheading {
	text-align: left;
}

@media screen and (max-width: 1024px) {
	body.search .page-title {
		font-size: 40px;
	}

	.single .site-main h2 {
		font-size: 32px;
	}

	.single .site-main h3 {
		font-size: 26px;
	}

	.single .site-main h4 {
		font-size: 22px;
	}

	.footer-locations {
		flex-direction: column !important;
		gap: 30px !important;
	}
}

@media screen and (max-width: 767px) {
	body.search .page-title {
		font-size: 34px;
	}

	.single .site-main h2 {
		font-size: 30px;
	}

	.single .site-main h3 {
		font-size: 24px;
	}

	.single .site-main h4 {
		font-size: 20px;
	}

	.wpc-filters-widget-wrapper .wpc-filters-widget-select {
		width: calc(100vw - 50px) !important;
	}

	.custom-archive-loop-item.portfolio-item .wp-block-post-featured-image {
		aspect-ratio: 2/1 !important;
	}
}

@media screen and (max-width: 500px) {
  .gform_wrapper * {
    font-size: 16px !important;
  }
}
