/*
 Theme Name:   PEC Solar Child
 Theme URI:    https://pro-ec.de
 Description:  PEC Solar
 Template:     pecsolar
 Version:      1.0.0
 Text Domain:  pecsolar
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
*/

/* COLOR PALETTE
 *
 * RED DARK		#750411
 * RED NORMAL	#c10b20
 * RED LIGHT	#ff2942
 *
 * GREEN DARK	#007519
 * GREEN NORMAL	#0cc233
 *
 * GREY DARKER	#1E2124
 * GREY DARK	#242422
 * GREY NORMAL	#bdbdb1
 * GREY LIGHT	#dadada
 */

/* FONT WEIGHTS
 *
 * NEUE HAAS GROTESK: 200, 300, 400, 600, 700, 800
 *
 */

body {
	font-family:"SF Pro Display";
	font-size:0.9rem;
	color:#444444;
	width:100vw;
}
section {
	overflow:hidden;
}
@media(min-width:1200px) {
	.hero,
	.box {
		margin-right:0vw;
		margin-left:0vw;
	}
}
@media(max-width:1440px) {
	.container {
		max-width:1440px;
	}
}
@media(min-width:1441px) {
	.container {
		max-width:1360px;
	}
}

/*
 * Header/Navigation
 * -
 */
.header {
	/*background-color:rgba(19,19,19,0.7);*/
	/*background-color:#f6f4ef;*/
	background-color:#fdfcfb;
	top:34px;
	height:62px;
	/*border-bottom:1px solid #cbc8c2;*/
}
.sub-header {
	background-color:#232323;
	top:0;
	height:34px;
	z-index:999;
}

/*
 * Text, BG & Link Styles
 * -
 */
.text-black { color:#131313 !important; }
.text-grey-1 { color:#3f4040 !important; }
.text-grey-2 { color:#6a6969 !important; }
.text-grey-3 { color:#908f8f !important; }
.text-grey-4 { color:#bbbbba !important; }
.text-orange { color:#f28a48 !important; }
.text-red { color:#e94f40 !important; }
.text-green { color:#82c493 !important; }
.text-yellow { color:#f2bc57 !important; }
.text-blue { color:#477ec0 !important; }
.text-muted { color:#565656 !important; }
.text-muted-light { color:#a9abb0 !important; }

.bg-black { background-color:#131313 !important; }
.bg-black-alt { background-color:#232323 !important; }
.bg-grey-1 { background-color:#3f4040 !important; }
.bg-grey-2 { background-color:#6a6969 !important; }
.bg-grey-3 { background-color:#908f8f !important; }
.bg-grey-4 { background-color:#bbbbba !important; }
.bg-grey-5 { background-color:#f5f5f5 !important; }
.bg-orange { background-color:#f28a48 !important; }
.bg-red { background-color:#e94f40 !important; }
.bg-green { background-color:#82c493 !important; }
.bg-yellow { background-color:#f2bc57 !important; }
.bg-blue { background-color:#477ec0 !important; }
.bg-gradient { background:linear-gradient(35deg, #ea5048, #f28a48) !important; }

.img-layer-gradient {
	background:linear-gradient(35deg, #ea5048, #f28a48);
	display:inline-block;
}
.img-layer-gradient img {
	padding-left:1.5rem;
	padding-bottom:1.5rem;
	margin-right:-1rem;
	margin-top:-1rem;
	border-radius:75px;
}

.rounded-6 {
	border-radius:75px;
}
.opacity-95 {
	opacity:0.95;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"NHD Pro";
}
h1 {
	font-weight:600 !important;
}
h2, h3, .h2, .h3 {
	font-weight:700 !important;
}
h5, .h5 {
	font-weight:400 !important;
}
a:not(.nav-link):not(.nav-cat):not(.text-dark):not(.dropdown-item):not(.btn):not(.btn-video):not(.btn-scroll-top):not(.link-scroll):not(.badge):not(.page-link):not(.btn-tag):not(.nav-sub-link):not(.text-black):not(.poi-icon):not(.trust-wrapper):not(.collapse-link):not(.city-card a):not(.faq-link) {
	color:#f28a48;
}
.lead {
	font-size:1.2rem;
}
.scroll-teaser {
	background-color:#f6f4ef;
}
.dropdown-item {
	font-weight:400;
	font-size:0.9rem !important;
	color:#232323 !important;
}
.dropdown-item.sub {
	font-size:0.8rem !important;
	color:#232323 !important;
}
.dropdown-item:hover {
	color:#232323 !important;
	text-decoration:underline;
}
.dropdown-toggle::after {
	content:" " !important;
}
@media (min-width:1200px) {
	.dropdown-toggle::after {
		content:"\e916" !important;
		vertical-align:-1px !important;
	}
}
button:hover {
	background-color:#131313 !important;
}
.text-gradient {
	background:-webkit-linear-gradient(35deg, #ea5048, #f28a48);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
.material-symbols-outlined.bp-hero {
	font-size:3rem;
	background:-webkit-linear-gradient(35deg, #ea5048, #f28a48);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
section.instagram a img {
	filter:grayscale(100%);
}
section.instagram a:hover img {
	filter:grayscale(0%);
}
section.partner img {
	filter:grayscale(100%);
	opacity:0.5;
	transition:opacity 0.6s;
	height:70px;
}
section.partner img:hover {
	filter:grayscale(0%);
	opacity:1;
	transition:opacity 0.6s;
	cursor:pointer;
}
img.logo-greyscale {
	filter:grayscale(100%);
	opacity:0.5;
	transition:opacity 0.6s;
	height:23px;
}
@media(max-width:576px) {
	img.logo-greyscale {
		height:18px;
	}
}
img.logo-greyscale:hover {
	filter:grayscale(0%);
	opacity:1;
	transition:opacity 0.6s;
}

.pec-underline {
	display:inline-block;
	position:relative;
}
.pec-underline:after {
	content:" ";
	position:absolute;
	top:87%;
	left:0;
	width:100%;
	height:37px;
	background-image:url(/wp-content/themes/pecsolar-child/assets/line.webp);
	background-repeat:no-repeat;
	background-positon:center center;
	background-size:contain;
}

/*
 * Header Video
 * -
 */
.hero video {
	position:absolute;
	top:50%;
	left:50%;
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
	z-index:0;
	-ms-transform:translateX(-50%) translateY(-50%);
	-moz-transform:translateX(-50%) translateY(-50%);
	-webkit-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
}

/*
 * Simplebar Overrides
 * -
 */
.simplebar-offset {
	display:flex;
	justify-content:center;
}
.simplebar-content-wrapper {
	max-width:600px;
}

/*
 * Theme Overrides
 * (This rules overwriting xreatex settings)
 */
.image-scale .image-inner img {
	transition:transform 0.2s ease-in-out;
}
.image-scale:hover .image-inner img {
	transform:scale(1.05) !important;
}
.image-scale.media:hover .image-inner img {
	transform:scale(1.05) !important;
}
.navbar-toggler:hover {
	background-color:#efefef !important;
}

/* Text Design */
.text-primary { color:#f28a48 !important; }
.text-orange-light { color:#fce8da !important; }
.text-dark { color:#282828 !important; }
.text-underline-hover { text-decoration:none; }
.text-underline-hover:hover { text-decoration:underline; }

/* Backgrounds & Badges */
.bg-brown {
	/*background-color:#eae7e4 !important;*/
	background-color:#eae7e4 !important;
}
.bg-brown-alt {
	background-color:#f8f6f3 !important;
}
.bg-secondary {
	background-color:#fafafa !important;
}
.bg-dark,
.badge.bg-dark {
	background-color:#131313 !important;
}
.badge.bg-light {
	background-color:#cdcdcd !important;
}

/* Modal */
.btn-close:hover {
	background-color:#cdcdcd !important;
}
@media (min-width:1280px) {
	.modal-xl {
		--cx-modal-width:1220px;
		/*--cx-modal-width:1280px;*/
	}
	.modal-xl.wide {
		--cx-modal-width:1320px;
	}
}
.modal-img-holder {
	min-height:400px !important;
}
.modal.modal-flex.show {
	display: flex !important;
}

/* General */
.hero {
	min-height:86vh;
}
@media(max-width:576px) {
	.hero {
		min-height:100vh;
	}
}
.hero,
.box {
	margin-top:42px;
	/*max-width:120rem !important;
	margin-left:auto !important;
	margin-right:auto !important;*/
}
.mdash {
	margin-right:5px;
}
.mdash:before {
	content:"——";
}
#wrapper-footer {
	display:none;
}
.navbar-brand img {
	height:32px;
}
/*.navbar a:not(.btn) {
	padding:0 !important;
}
.navbar ul:not(.dropdown-menu) > li {
	padding-top:1rem;
	padding-bottom:1rem;
	padding-left:var(--cx-navbar-nav-link-padding-x);
	padding-right:var(--cx-navbar-nav-link-padding-x);
}
.navbar ul.dropdown-menu > li {
	padding-top:0.325rem;
	padding-bottom:0.325rem;
	padding-left:1.325rem;
	padding-right:1.325rem;
}*/
.navbar .dropdown-menu {
	/*background-color:#f6f4ef;*/
	background-color:#ffffff;
	border-top:1px solid #d7d3cc;
}
.navbar-stuck {
	background-color:#ffffff !important;
	box-shadow:0 1.75rem 1.875rem rgba(154,156,165,.08),0 1.25rem 1rem rgba(154,156,165,.05),0 .5rem .625rem rgba(154,156,165,.04),0 .25rem .25rem rgba(30,33,44,.03) !important;
}
.navbar-light a.nav-link {
	color:#343434 !important;
}
.navbar-dark a.nav-link {
	color:#ffffff !important;
}
#main-menu .nav-link {
	font-family:"NHD Pro";
	font-size:0.94rem !important;
	font-weight:400 !important;
	letter-spacing:-0.1px;
}
#main-menu .dropdown-menu .nav-link {
	font-family:"SF Pro Display" !important;
}
#main-menu > li {
	padding-right:15px;
	border-right:1px solid #efefef;
}
#main-menu > li:nth-of-type(1) {
	border-left:1px solid #efefef;
}
@media (max-width:576px) {
	#main-menu > li {
		padding-right:0;
		border-right:none;
	}
	#main-menu > li:nth-of-type(1) {
		border-left:none;
	}
}
#main-menu ul.list-unstyled.parent {
	border-left:1px solid #cdcdcd;
	margin-left:15px;
	padding-left:27px;
}
@media(max-width:576px) {
	#main-menu > li > a {
		border-top:1px solid #dedede;
	}
}
section.blog a.nav-link {
	color:#343434 !important;
}
section.blog a.nav-link:hover {
	color:#f28a48 !important;
}
.tns-liveregion {
	display:none;
}
.nav-tabs .nav-link.active {
	color:#6a6969;
	border-color:#dedede;
	background-color:#ffffff;
}
.accordion-alt .accordion-button::after {
	filter:grayscale(1);
}
button.accordion-button:not(.collapsed) {
	color:#f28a48;
}
button.accordion-button:hover {
	background:transparent !important;
}
.accordion-button::after {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3e%3cpath fill-rule='evenodd' d='M7.999.667c.368 0 .667.298.667.667v6h6c.368 0 .667.298.667.667s-.299.667-.667.667h-6v6c0 .368-.298.667-.667.667s-.667-.299-.667-.667v-6h-6C.964 8.667.666 8.369.666 8s.298-.667.667-.667h6v-6c0-.368.298-.667.667-.667z' fill='%23f28a48'/%3e%3c/svg%3e");
	margin-top:.10em;
	margin-right:1.125rem;
	margin-left:0;
}
.accordion-button:not(.collapsed)::after {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3e%3cpath fill-rule='evenodd' d='M.666 8c0-.368.298-.667.667-.667v1.333C.964 8.666.666 8.368.666 8zm14 0v.667H1.333V7.333h13.333V8zm0 0v.667c.368 0 .667-.298.667-.667s-.299-.667-.667-.667V8z' fill='%23f28a48'/%3e%3c/svg%3e");
}
.portfolio-card-scale:hover .portfolio-card-title {
	color:#f28a48;
}
@media(max-width:576px) {
	.step .step-indicator {
		color:#cdcdcd;
	}
}
.step .step-indicator::before {
	background-color:rgba(19,19,19,0.1);
}
.step .step-indicator {
	font-weight:600 !important;
}
.step:hover .step-indicator {
	color:#f28a48;
}
.bg-mask-glow {
	background:radial-gradient(140% 107.13% at 50% 10%, rgb(20 12 15 / 68%) 37.41%, #da6d51 69.27%, rgb(237 105 72 / 84%) 100%);
}
.bg-mask-white {
	background:linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 100%) !important;
}
.bg-mask-dark {
	background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%) !important;
}
.bg-mask-grey {
	background:linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.1) 100%) !important;
	/*background:linear-gradient(180deg, rgba(13,13,13,0.7) 0%, rgba(255,102,0,0.1) 100%) !important;*/
}
.bg-mask-fadeblack {
	background:linear-gradient(0deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,1) 100%), linear-gradient(0deg, rgba(242,138,72,0.2) 0%, rgba(0,0,0,0) 100%) !important;
}
.opacity-40 { opacity:0.4 !important; }
.opacity-30 { opacity:0.3 !important; }
.opacity-20 { opacity:0.2 !important; }
.opacity-10 { opacity:0.1 !important; }
.dropdown .dropdown-toggle::before, .dropdown .dropdown-toggle::after, .dropup .dropdown-toggle::before, .dropup .dropdown-toggle::after, .dropend .dropdown-toggle::before, .dropend .dropdown-toggle::after, .dropstart .dropdown-toggle::before, .dropstart .dropdown-toggle::after {
	vertical-align:-2px;
}
.border-start, .border-end, .border-top, .border-end {
	/*border-color:#f28a48 !important;*/
}
.btn-scroll-top { background-color:#6a6969; }
.btn-scroll-top:hover { background-color:#f28a48; }
.btn-video {
	/*background:linear-gradient(35deg, rgba(242,138,72,1) 0%, rgba(233,79,64,1) 100%) !important;*/
	background:#131313;
}
.btn-video:hover {
	box-shadow:0 0 0 1rem rgba(0,0,0, 0.12);
}
.btn i {
	vertical-align:-2px;
}
.btn {
	font-family:"NHD Pro";
	font-weight:400;
	border-radius:4px;
}
.btn:focus,
.btn:active,
.btn-check:active+.btn-outline-primary:focus, .btn-check:checked+.btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus, .wpcf7 .btn-check:active+input[type=submit]:focus, .wpcf7 .btn-check:checked+input[type=submit]:focus, .wpcf7 input.active[type=submit]:focus, .wpcf7 input.dropdown-toggle.show[type=submit]:focus, .wpcf7 input[type=submit]:active:focus,
.btn-check:active+.btn-outline-secondary:focus, .btn-check:checked+.btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
	outline:none !important;
	box-shadow:none !important;
}
.btn-primary {
	background:linear-gradient(35deg, rgba(233,79,64,1) 0%, rgba(242,138,72,1) 100%) !important;
	border:none;
}
.btn-primary:hover {
	background:linear-gradient(35deg, rgba(233,79,64,1) 0%, rgba(242,138,72,1) 100%) !important;
	/*box-shadow:0 5px 15px rgba(242,138,72,0.2);*/
}
.btn-primary:active,
.btn-primary:focus {
	background:linear-gradient(35deg, rgba(233,79,64,1) 0%, rgba(242,138,72,1) 100%) !important;
}
.btn-dark {
	background:#131313 !important;
	border:none;
}
.btn-dark:hover {
	/*box-shadow:0 5px 15px rgba(242,138,72,0.5);*/
}
.btn-white {
	background-color:#ffffff;
	color:#232323;
}
.btn-white:hover {
	background-color:#ededed !important;
	color:#232323;
}
.btn-outline-white:hover {
	border-color:#ffffff !important;
	color:#232323 !important;
	background-color:#ffffff !important;
}
.btn-outline-dark {
	border-color:#afafaf;
	color:#131313;
}
.btn-outline-dark:hover {
	background-color:#131313 !important;
}
.rounded,
.form-control {
	/*border-radius:4px !important;*/
	/*border-radius:var(--cx-border-radius-xl) !important;*/
	border-radius:1.5rem !important;
}
.btn {
	/*border-radius:4px !important;*/
	border-radius:var(--cx-border-radius-2xl) !important;
}
.site-search.light .search-transparent {
	background-color:transparent;
	border-color:rgba(255,255,255,0.4);
}
.site-search.black .search-transparent {
	background-color:transparent;
	border-color:rgba(14,13,13,0.4);
}
.site-search .search-transparent:focus {
	background-color:#ffffff;
}
.site-search.light .ci-search {
	color:rgba(255,255,255,0.8);
}
.site-search.dark .ci-search {
	color:rgba(13,13,13,0.8);
}
.badge-outline-dark {
	background-color:transparent !important;
	border:1px solid #343434;
	color:#343434 !important;
	font-weight:600 !important;
}
.pagination .page-item .page-link {
	font-size:0.9rem;
	color:#ababab;
}
.pagination .page-item.active .page-link {
	color:#ffffff;
	background-color:#131313;
	border:none;
	border-radius:4px;
}
.btn-tag {
	font-size:0.9rem;
	font-weight:400;
}
.btn-tag:hover {
	border-color:#f28a48;
	color:#f28a48;
}
.nav-sub-link {
	color:#bbbbba;
	text-decoration:none !important;
	font-size:0.8rem;
	font-weight:600 !important;
}
.nav-sub-link:hover {
	color:#6a6969 !important;
}
.offcanvas {
	width:28vw !important;
}
@media(max-width:576px) {
	.offcanvas {
		width:95vw !important;
	}
}
.card {
	border:none;
}
.card.pv-highlight {
	min-height:548px;
}
@media (min-width:1200px) {
	.card.pv-highlight {
		height:500px !important;
	}
}
.bg-white .ico-box {
	background-color:rgba(242, 242, 242, 0.7);
}
.bg-dark .ico-box {
	background-color:rgba(35, 35, 35, 0.7);
}
.ico-box {
	padding:1px 7px 6px 7px;
	display:inline-block;
	border-radius:20px;
}
.render-box img.ltr {
	border-top-right-radius:300px;
	border-bottom-right-radius:500px;
}
.render-box img.rtl {
	border-top-left-radius:300px;
	border-bottom-left-radius:500px;
}
.render-box img.ltr.shadow-light {
	box-shadow:15px 0px 0px rgba(239, 239, 239, 0.7);
}
.render-box img.ltr.shadow-dark {
	box-shadow:15px 0px 0px rgba(35, 35, 35, 0.7);
}
.render-box img.rtl.shadow-light {
	box-shadow:-15px 0px 0px rgba(239, 239, 239, 0.7);
}
.render-box img.rtl.shadow-dark {
	box-shadow:-15px 0px 0px rgba(35, 35, 35, 0.7);
}
@media (max-width:576px) {
	.render-box img.ltr {
		border-top-right-radius:0px;
		border-bottom-right-radius:0px;
	}
	.render-box img.rtl {
		border-top-left-radius:0px;
		border-bottom-left-radius:0px;
	}
}

/* POI Image Wrapper */
.poi-wrapper {
	position:relative;
}
.poi-wrapper img {
	z-index:1;
}
.poi-wrapper ul {
	list-style-type:none;
}
.poi-wrapper ul li {
	position:absolute;
	width:25px;
	height:25px;
	border-radius:25px;
	background:linear-gradient(35deg, #ea5048, #f28a48);
	box-shadow:0 0 0 rgba(191,64,57, 0.4);
	animation:pulse 2s infinite;
	cursor:pointer;
	display:flex;
	justify-content:center;
	align-items:center;
	z-index:2;
}
.poi-wrapper ul li a.poi-icon {
	color:#ffffff !important;
	margin-top:-5px;
	width:100%;
	height:100%;
	border-radius:25px;
	box-shadow:0 0 10px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.3);
	display:flex;
	justify-content:center;
	align-items:center;
	text-decoration:none;
}
.poi-wrapper ul li a.poi-icon span {
	display:block;
	font-size:1rem;
	font-weight:400;
	margin-top:5px;
	margin-left:-1px;
}
.poi-wrapper ul li .poi-more {
	text-align:left;
	display:block;
	background:linear-gradient(35deg, #ea5048, #f28a48);
	color:#efefef;
	position:absolute;
	top:30px;
	z-index:1;
	padding:20px;
	display:none;
	opacity:0;
	transition:all 0.2s ease-in-out;
	white-space:nowrap;
	width:300px;
}
.poi-wrapper ul li .poi-more p {
	text-wrap:pretty;
}
.poi-wrapper ul li .poi-more span {
	font-size:2rem;
	vertical-align:-7px;
}
.poi-wrapper ul li .poi-more:not(.small) {
	width:400px;
	white-space:normal;
}
.poi-wrapper ul li:hover {
	animation:none;
	background-color:#ffffff;
	transition:all 0.2s ease-in-out;
}
.poi-wrapper ul li:hover a.poi-icon {
	margin-top:-2px;
	margin-left:3px;
	transform:rotate(45deg);
	transition:all 0.2s ease-in-out;
}
.poi-wrapper ul li:hover a.poi-icon span {
	transition:all 0.2s ease-in-out;
}
.poi-wrapper ul li:hover .poi-more {
	display:block;
	opacity:1;
	transition:all 0.2s ease-in-out;
}
@media(max-width:576px) {
	.poi-wrapper ul li .poi-more {
		max-width:250px;
		white-space:normal;
	}
}
@media (min-width: 1200px) {
	.poi-wrapper ul li .poi-more {
		left:30px;
	}
}
.poi-wrapper ul li .poi-more h2 {
	font-size:1.313rem !important;
	font-weight:600;
}
.poi-wrapper ul li .poi-more h2.small {
	font-size:1rem !important;
	margin:0;
}
.poi-wrapper ul li .poi-more p {
	font-size:1rem;
	margin:0;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.8);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(191,64,57, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(191,64,57, 0);
	}
}
@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.8);
		box-shadow: 0 0 0 0 rgba(255,255,255, 0.8);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(191,64,57, 0);
		box-shadow: 0 0 0 10px rgba(191,64,57, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(191,64,57, 0);
		box-shadow: 0 0 0 0 rgba(191,64,57, 0);
	}
}

/* Badges */
.badge {
	padding:0.5rem 1rem 0.5rem 1rem;
	border-radius:75px;
	font-weight:600;
}
.badge-primary {
	background-color:transparent;
	border:1px solid rgba(242,138,72,0.5);
	color:#ffffff;
}
.badge-primary span {
	vertical-align:-7px;
	line-height:0;
	color:#f28a48;
	margin-left:-5px;
}
.badge-light {
	background-color:transparent;
	border:1px solid rgba(255,255,255,0.5);
	color:#ffffff !important;
}

/* Breadcrumbs */
.breadcrumb-item:before {
	color:#ffffff !important;
}

/* Tab Menu */
.nav-tabs .nav-link {
	background-color:transparent !important;
	border:transparent;
	border-radius:0;
	padding:0;
	margin-right:2rem;
}
.nav-tabs .nav-link.active {
	border-bottom:3px solid #f28a48;
}

/* Trust Widgets */
.trust-wrapper img {
	height:42px;
}
.modal .star-rating i,
.trust-wrapper .star-rating i {
	color:#fcd050;
}
@media(max-width:576px) {
	.trust-wrapper .star-rating i {
		font-size:0.7rem;
	}
}
.modal .star-rating i {
	font-size:1rem;
}
.badge-verified {
	width:16px;
	height:16px;
	vertical-align:-1px;
}
.carousel-indicators {
	opacity:0.6;
}
.carousel-indicators li {
	background-color:rgba(0,0,0,0.2);
}
.carousel-indicators li.active {
	background-color:#f28a48;
}

/* V2 Product List Design */
.product-v2 {
	overflow:hidden;
}
.product-v2 .product-v2-image {
	position:relative;
	background:rgb(255,255,255);
	background:radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%); 
	height:460px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.product-v2 .product-v2-image .logo {
	position:absolute;
	right:5%;
	bottom:2%;
	width:30%;
	filter:grayscale(1);
}
.product-v2 .badge {
	color:#343434 !important;
}

/* Product Specs Grid */
.info-container {
	background-image:url("/wp-content/uploads/2024/04/bg-diag-overlay.webp");
	background-size:cover;
	padding:25px;
}
.info-container .material-symbols-outlined {
	display:block;
	background:linear-gradient(35deg, #ea5048, #f28a48) !important;
	border-radius:75px;
	font-size:2rem;
	padding:5px;
	margin-bottom:15px;
	color:#ffffff;
}

/* Product Crosslinking */
.pw-wrapper,
.render-box,
.accordion,
.bento-grid .bento-item {
    box-shadow:0 1.75rem 1.875rem rgba(154,156,165,.05), 0 1.25rem 1rem rgba(154,156,165,.03), 0 .5rem .625rem rgba(154,156,165,.02), 0 .25rem .25rem rgba(30,33,44,.01) !important;
}
.pw-wrapper .image-inner {
	background:#d3cdc8;
	background:radial-gradient(circle, rgba(211, 205, 200, 1) 100%, rgba(237, 235, 233, 1) 0%);
}
.pw-wrapper .image-inner img {
	width:328px !important;
	width:100%;
	height:100%;
	object-fit:contain;
	margin-bottom:-20px;
}
.pw-wrapper .image-inner img.fix-height {
	height:328px !important;
}
@media (max-width:576px) {
	.pw-wrapper .image-inner img {
		width:100% !important;
		/*height:453px !important;*/
		height:inherit !important;
	}
}

/* City Cards */
.city-card {
	display:flex;
	width:100%;
	height:200px;
	margin-bottom:20px;
	overflow:hidden;
	justify-content:center;
}
.city-card a {
	display:flex;
	position:absolute;
	z-index:3;
	width:300px;
	height:200px;
	font-family:"NHD Pro" !important;
	font-weight:600;
	font-size:1.313rem;
	color:#ffffff !important;
	text-align:center;
	text-decoration:none;
}
.city-card a span {
	width:100%;
	align-self:center;
}
.city-card a span sup {
	font-size:1.1rem;
	margin-left:3px;
}
.city-card a ~ .bg-img {
	transition:all .2s ease-in-out;  
}
.city-card a:hover ~ .bg-img {
	transition:all .2s ease-in-out;
	transform:scale(1.05);
}
.city-card .bg-img {
	position:relative;
	z-index:1;
	display:block; 
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	width:100%;
	height:100%;
}
.city-card .bg-img .bg-overlay {
	background-color:#000000;
	width:100%;
	height:100%;
	opacity:0.3;
}

/* Bento Grid */
.bento-grid {
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	grid-gap:15px;
	padding:15px;
}
.bento-item {
	background-color:#f8f9fa;
	border-radius:25px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	text-align:center;
	transition:all 0.3s ease;
	overflow:hidden;
}
.bento-item h3 {
	margin-bottom:10px;
}
.bento-item p {
	margin-bottom:0;
}
.bento-item-1 {
	grid-column:span 2;
	grid-row:span 2;
	background-color:#e9ecef;
}
.bento-item-4 {
	grid-column:span 2;
}
.bento-item-7 {
	grid-column:span 2;
}
@media (max-width:768px) {
	.bento-grid {
		grid-template-columns:repeat(2, 1fr);
	}
	.bento-item-1,
	.bento-item-4,
	.bento-item-7 {
		grid-column:span 2;
	}
}

/* Timeline */
.timeline {
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
}
.timeline:before {
	content:"";
	position:absolute;
	top:5px;
	bottom:5px;
	width:1px;
	background:#cdcdcd;
	left:20%;
	margin-left:0px;
}
.timeline>li {
	position:relative;
	min-height:50px;
	padding:10px 0;
}
.timeline .timeline-time {
	position:absolute;
	left:0;
	width:18%;
	text-align:right;
	top:30px;
}
.timeline .timeline-time .head,
.timeline .timeline-time .date {
	display:block;
	font-weight:600;
}
.timeline .timeline-time .head {
	line-height:16px;
	font-size:12px;
}
.timeline .timeline-time .date {
	line-height:24px;
	font-size:20px;
	color:#232323;
}
.timeline .timeline-icon {
	left:15%;
	position:absolute;
	width:10%;
	text-align:center;
	top:40px;
}
.timeline .timeline-icon a {
	text-decoration:none;
	width:12px;
	height:12px;
	display:inline-block;
	border-radius:20px;
	background:#343434;
	color:#fff;
	font-size:14px;
	transition:border-color .2s linear;
}
.timeline .timeline-body {
	margin-left:23%;
	margin-right:17%;
	background:#fff;
	position:relative;
	padding:20px 25px;
	border-radius:6px;
}
.timeline .timeline-body:before {
	content:'';
	display:block;
	position:absolute;
	border:10px solid transparent;
	border-right-color:#fff;
	left:-20px;
	top:20px;
}
.timeline .timeline-body>div+div {
	margin-top:15px;
}
.timeline .timeline-body>div+div:last-child {
	margin-bottom:-20px;
	padding-bottom:20px;
	border-radius:0 0 6px 6px;
}
.timeline img {
	max-width:100%;
	display:block;
}
.timeline-content {
	letter-spacing:.25px;
	line-height:18px;
	font-size:16px;
}
.timeline-content:after,
.timeline-content:before {
	content:'';
	display:table;
	clear:both;
}
.timeline-title {
	margin-top:0;
}

/* Usercentrics */
.uc-banner-content {
	background-color:#ffffff !important;
	border-radius:25px;
	z-index:9999999 !important;
}
.uc-banner-content .uc-banner-text {
	margin-top:20px;
	margin-bottom:0 !important;
	padding-left:3%;
	padding-right:3%;
	color:#232323 !important;
}
.uc-banner-content .uc-banner-btn-list .uc-btn-accept-wrapper button {
	background:linear-gradient(35deg, rgba(233,79,64,1) 0%, rgba(242,138,72,1) 100%) !important;
	border-radius:25px !important;
	font-family:"NHD Pro" !important;
	font-size:1rem !important;
}
.uc-banner-content .uc-banner-btn-list .uc-btn-deny-wrapper button {
	background:#efefef !important;
	border-radius:25px !important;
	font-family:"NHD Pro" !important;
	font-size:1rem !important;
	color:#ababab !important;
}
.uc-banner-content .uc-banner-btn-list .uc-btn-more-info-wrapper {
	display:none;
}