/*
 Theme Name:   Hello Child
 Theme URI:    https://spl.audio/hello-child/
 Description:  Hello Child Theme
 Author:       Frank Herzog
 Author URI:   https://spl.audio
 Template:     hello
 Version:      1.0.0
 License:      GNU General Public License v3 or later
 License URI:  https://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  hello-child
*/

* {
	font-variant-ligatures: none !important;
}

/* GDPR Cookie Consent */

.wt-cli-element a {
	color: #f78d2b !important;
}
.wt-cli-element h5 {
	font-weight: 400;
}
.cli_style {
	padding: 10px !important;
}

/* Polylang Connect for Elementor */

nav.cpel-switcher__nav li.cpel-switcher__lang {
	margin-top: 10px;
}
nav.cpel-switcher__nav .cpel-switcher__toggle {
	padding: 5px 5px 5px 10px;
}
nav.cpel-switcher__nav li.cpel-switcher__lang {
	padding: 5px 5px 5px 10px;
	background-color: rgba(0, 0, 0, 0.64);
}
nav.cpel-switcher__nav .cpel-switcher__flag img {
	border: rgb(128, 128, 128) 1px solid;
}

.language-question {
	z-index: 9999;
	background-color: #222;
	text-align: center;
	border-bottom: solid 1px #333;
}
.language-question .question {
	max-width: 1140px;
	margin: 30px auto;
	color: #f2f2f2;
	font-weight: 200;
}
.language-question a.button {
	padding: 10px;
	border: solid 1px #f78d2b;
	border-radius: 5px;
}
.language-question a.button img {
	width: 40px;
	vertical-align: middle;
	margin-left: 20px;
}
.language-question a.answer-yes {
}
.language-question a.answer-no {
	margin-left: 100px;
	color: #bbb;
	border-color: #bbb !important;
}

body {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 300;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.cc-revoke {
	opacity: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 1rem;
	font-weight: 200;
	line-height: 1.4 !important;
}

p {
	margin-bottom: 1.2rem;
	font-size: 1.1em;
}
ul {
	margin-bottom: 20px;
}
ul li {
	margin-bottom: 10px;
	font-size: 1.1em;
}
a {
	background-color: transparent;
	text-decoration: none;
	color: #f78d2b;
}
a:hover,
a:active {
	/* text-decoration: underline; */
	color: #f78d2b;
}

.elementor-249,
.elementor-253,
.elementor-28697,
.elementor-28735 {
	margin-top: auto;
}

button,
[type='submit'],
[type='button'] {
	color: #f78d2b;
	border: 1px solid #f78d2b;
}
button:hover,
button:focus,
[type='submit']:hover,
[type='submit']:focus,
[type='button']:hover,
[type='button']:focus {
	background-color: #f78d2b;
}

.right-top-corner {
	position: absolute;
	top: 84px;
	right: 3%;
	z-index: 9999;
	width: 200px;
}

.hundred-twenty-volt {
	/* width: 120px; */
}
.hundred-twenty-volt .img-center {
	display: block;
	margin: 10px auto 20px auto;
	width: 50%;
}
.hundred-twenty-volt img {
	/* width: 150px; */
}

.discontinued {
	text-align: center;
	font-size: 14px;
	background-color: #f78d2b;
	color: #fff;
	padding: 5px 10px;
	text-transform: uppercase;
	border-radius: 5px;
}
@media screen and (max-width: 767px) {
	.right-top-corner {
		right: 2%;
		top: 80px;
		width: 150px;
	}
	.discontinued {
		font-size: 10px;
	}
}

.dyncontel-swiper figcaption {
	font-weight: 300;
	padding-top: 6px;
}

/* Technical Data ********************************************/
.spl_technical_data_print {
	text-align: right;
}
.spl_technical_data_print a {
	font-size: 12px;
	color: #ddd;
}

.spl_technical_data {
	margin-top: -3rem;
	box-sizing: border-box;
	display: flex;
	flex-flow: row wrap;
}
.spl_technical_data h4 {
	font-size: 1.2rem;
	font-weight: 400;
	width: 100%;
	padding: 1rem 0.7rem;
	margin-top: 3rem;
	background-color: #ddd;
}
.dark .spl_technical_data h4 {
	background-color: rgba(200, 200, 200, 0.4) !important;
	color: #ddd;
}
.spl_technical_data .row {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	padding: 0.5rem 0.7rem;
}
.dark .spl_technical_data .row {
	color: #ddd;
}
.spl_technical_data .row:nth-child(odd) {
	background-color: #f2f2f2 !important;
}
.dark .spl_technical_data .row:nth-child(odd) {
	background-color: rgba(250, 250, 250, 0.12) !important;
}

.spl_technical_data .technical-description {
	flex-grow: 1;
	flex-basis: 50%;
}
.spl_technical_data .technical-value-unit {
	flex-grow: 1;
	flex-basis: 50%;
}

.spl_technical_data .acf-technical-postext {
	margin-top: 1.4rem;
	font-size: 0.7em;
}
.dark .spl_technical_data .acf-technical-postext {
	color: #ddd;
}
@media screen and (max-width: 500px) {
	.spl_technical_data .technical-description {
		font-weight: 500;
		flex-grow: 1;
		flex-basis: 100%;
	}
	.spl_technical_data .technical-value-unit {
		flex-grow: 1;
		flex-basis: 100%;
	}
	.spl_technical_data h4 {
		font-size: 1rem !important;
	}
}
h2.spl_technical_data_print_title {
	font-size: 1.2rem;
	text-align: center;
}
.page-id-20722 h1 {
	display: none;
}

@media print {
	h2.spl_technical_data_print_title {
		margin-top: -2rem;
		margin-bottom: -0.5rem;
	}
	.spl_technical_data_print {
		display: none;
	}
	.spl_technical_data {
		margin-top: 0;
	}
	.elementor-location-header {
		display: none;
	}
	.spl_technical_data h4 {
		font-size: 0.7rem;
		padding: 0.5rem 0.3rem;
		margin-top: 1rem;
		background-color: #ddd !important;
		margin-bottom: 0;
	}
	.spl_technical_data .row {
		padding: 0.1rem 0.1rem;
		font-size: 0.6rem;
	}
	.spl_technical_data .acf-technical-postext {
		font-size: 0.5rem;
	}
	/* .elementor-element-1f62570,
	.elementor-249 {
		display: none;
	} */
}

/* Reviews ********************************************/

div.spl_review {
	box-sizing: border-box;
	display: flex;
	flex-flow: row wrap;
	/* justify-content: space-between; */
}
div.spl_review .spl-listing-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 50%;
	padding: 10px;
	position: relative;
}
div.spl_review.six .spl-listing-item {
	width: 16.6%;
	padding-left: 5px;
	padding-right: 5px;
}
div.spl_review.five .spl-listing-item {
	width: 20%;
	padding-left: 5px;
	padding-right: 5px;
}
div.spl_review.four .spl-listing-item {
	width: 25%;
}
div.spl_review.three .spl-listing-item {
	width: 33.3%;
}
div.spl_review.two .spl-listing-item {
	width: 50%;
}
div.spl_review .spl-listing-item .spl_review_preview {
	position: relative;
}
div.spl_review .spl-listing-item .spl_review_preview img {
	width: 100%;
	border: 1px solid #ddd;
}
div.spl_review .spl-listing-item .award {
	position: absolute;
	max-width: 66%;
	bottom: 0;
	right: 5%;
}
div.spl_review.five .spl-listing-item .award,
div.spl_review.six .spl-listing-item .award {
	max-width: 46%;
}
div.spl_review .spl-listing-item .award img {
	box-shadow: 0 0 0 10px rgba(255, 255, 255, 1);
	border: 1px solid black;
	transform: rotate(-7deg);
	background-color: white;
	/* max-height: 20%; */
}
div.spl_review .spl-listing-item h6 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
}
div.spl_review.five .spl-listing-item h6,
div.spl_review.six .spl-listing-item h6 {
	font-size: 0.8em;
}
div.spl_review .spl-listing-item h6 img {
	/* width: 34px; */
	height: 21px;
	margin-left: 10px;
	margin-top: -2px;
	opacity: 0.8;
	border: 1px solid #ddd;
}

/* Dark Mode */

div.elementor-element.dark-mode .spl_review .spl-listing-item h6 {
	color: #ddd;
}

@media screen and (max-width: 1024px) {
	div.spl_review.six .spl-listing-item,
	div.spl_review.five .spl-listing-item {
		width: 33.3%;
		padding: 10px;
	}
}
@media screen and (max-width: 767px) {
	div.spl_review.six .spl-listing-item,
	div.spl_review.five .spl-listing-item,
	div.spl_review.four .spl-listing-item,
	div.spl_review.three .spl-listing-item {
		width: 50%;
		padding: 10px;
	}
}

/* Manuals ********************************************/

div.spl_manuals {
	box-sizing: border-box;
	display: flex;
	flex-flow: row wrap;
	/* justify-content: space-between; */
}
div.spl_manuals .spl-listing-item {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 50%;
	padding: 10px;
	position: relative;
}
div.spl_manuals.six .spl-listing-item {
	width: 16.6%;
	padding-left: 5px;
	padding-right: 5px;
}
div.spl_manuals.five .spl-listing-item {
	width: 20%;
	padding-left: 5px;
	padding-right: 5px;
}
div.spl_manuals.four .spl-listing-item {
	width: 25%;
}
div.spl_manuals.three .spl-listing-item {
	width: 33.3%;
}
div.spl_manuals.two .spl-listing-item {
	width: 50%;
}
div.spl_manuals .spl-listing-item .spl_manual_preview {
	position: relative;
}
div.spl_manuals .spl-listing-item .spl_manual_preview img {
	width: 100%;
	border: 1px solid #bbb;
}
div.spl_manuals .spl-listing-item h6 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
}
div.spl_manuals.five .spl-listing-item h6,
div.spl_manuals.six .spl-listing-item h6 {
	font-size: 0.8em;
}
.dark div.spl_manuals .spl-listing-item h6 {
	color: #ddd;
}
div.spl_manuals .spl-listing-item h6 img {
	/* width: 34px; */
	height: 21px;
	margin-left: 10px;
	margin-top: -2px;
	opacity: 0.8;
	border: 1px solid #ddd;
}
.dark div.spl_manuals .spl-listing-item h6 img {
	/* border: 4px solid #ddd; */
	box-shadow: 0 0 30px 10px #333;
	opacity: 1;
}
@media screen and (max-width: 1024px) {
	div.spl_manuals.six .spl-listing-item,
	div.spl_manuals.five .spl-listing-item {
		width: 33.3%;
		padding: 10px;
	}
}
@media screen and (max-width: 767px) {
	div.spl_manuals.six .spl-listing-item,
	div.spl_manuals.five .spl-listing-item,
	div.spl_manuals.four .spl-listing-item,
	div.spl_manuals.three .spl-listing-item {
		width: 50%;
		padding: 10px;
	}
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-video-container {
	box-shadow: none !important;
}

/* Newsletter */

form table tbody tr td label input[type='checkbox'] {
	margin-right: 10px !important;
}

/* Forms */

.gform_body .gfield {
	background-color: #eee;
	padding: 1em !important;
}

.gform_body .gfield.gfield_html {
	background-color: transparent !important;
	padding: 0 !important;
}
