/*
Theme Name: Sandee Manufacturing
Version: 1.0
Description: Customizable responsive accessible Wordpress child theme created by CyberOptik
Author: CyberOptik
Author URI: https://www.cyberoptik.net/
Template: optik-theme-6
*/





/******************************************************************************
 * * *  IMPORTS & VARIABLES  * * * * * * * * * * * * * * * * * * * * * * * * *
******************************************************************************/

@import url("../optik-theme-6/style.css");



/* Add font imports here */

/***  RobotoCondensed  ***/ 

/* Regular */
@font-face {
	font-family: 'RobotoCondensed';
	font-weight: 400;
	src: url('fonts/robotocondensed/robotocondensed-regular.woff2');
}

/*Regular Italic */
@font-face {
	font-family: 'RobotoCondensed';
	font-style: italic;
	src: url('fonts/robotocondensed/robotocondensed-italic.woff2');
}

/* Bold */
@font-face {
	font-family: 'RobotoCondensed';
	font-weight: 700;
	src: url('fonts/robotocondensed/robotocondensed-bold.woff2');
}


 


/******************************************************************************
 * * *  STRUCTURAL ELEMENTS  * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  UNIVERSAL STYLES  ***/

html {
	font-size: 18px;
    scroll-padding-top: 120px;

}



body {
	line-height: 1.6em;
	font-family: var(--wp--custom--font--1);
	color: var(--wp--custom--dark--2);
}



/***  BACK TO TOP BUTTON  ***/

.btt-button [class*="fa"] {
	border-radius: var(--wp--custom--radius--full);
	background-color: var(--wp--custom--primary--main);
	font-weight: 300;
	color: white;
}

.btt-button:hover [class*="fa"] {
	background-color: var(--wp--custom--primary--light);
	color: white;
}





/******************************************************************************
 * * *  CONTENT STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * *
******************************************************************************/



/***  TEXT & LINKS  ***/

a {
	color: var(--wp--custom--primary--main);
}

a:hover {
	color: var(--wp--custom--primary--light);
}



/***  HEADINGS  ***/

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: var(--wp--custom--dark--1);
}

h1 {
	font-size: 3.5em;
}

h2 {
	font-size: 2.5em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.85em;
}

@media screen and (max-width:1200px) {
	h1 {
		font-size: 3em;
	}

	h2 {
		font-size: 2.25em;
	}
}

@media screen and (max-width:600px) {
	h1 {
		font-size: 2.5em;
	}

	h2 {
		font-size: 1.75em;
	}
	
	h3 {
		font-size: 1.4em;
	}
}



/***  BORDERS & DIVIDERS  ***/

hr, .divider {
	display: block;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid #e2e2e2;
	margin: 2.5em auto;
	padding: 0;
}



/***  BUTTONS  ***/

.button, 
.wp-block-button__link, 
.button-outline, 
.is-style-outline .wp-block-button__link {
	padding: 0.75em 1.25em;
	border-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--sm);
	background-color: var(--wp--custom--primary--main);
	color: white;
	text-transform: uppercase;
	letter-spacing: .7px;
}

.button:hover, 
.wp-block-button__link:hover, 
.button-outline:hover,
.is-style-outline .wp-block-button__link:hover {
	border-color: var(--wp--custom--primary--light);
	background-color: var(--wp--custom--primary--light);
	color: var(--wp--custom--dark--1);
	transform: translateY(-3px)
}

.button [class*="fa"], 
.wp-block-button__link [class*="fa"], 
.button:hover [class*="fa"], 
.wp-block-button__link:hover [class*="fa"] {
	color: inherit !important;
}

/* Outlined Button */

.button-outline, 
.is-style-outline .wp-block-button__link {
	background: none;
	color: var(--wp--custom--primary--main);
}

.button-outline:hover,
.is-style-outline .wp-block-button__link:hover {
	border-color: var(--wp--custom--primary--light);
	background-color: var(--wp--custom--primary--light);
	color: var(--wp--custom--dark--1);
}



/***  ICONS  ***/

.fa {
	font-weight: 900;
}

/* Icon Colors */

.fa, .fas, .far, .fal, .fab {
	color: var(--wp--custom--primary--main);
}

a .fa, a .fas, a .far, a .fal, a .fab {
	color: var(--wp--custom--primary--main);
}

a:hover .fa, a:hover .fas, a:hover .far, a:hover .fal, a:hover .fab {
	color: var(--wp--custom--secondary--main);
}

/* Icon Backgrounds */

.fa-bg {
	background-color: var(--wp--custom--primary--main);
	color: white;
}

a .fa-bg {
	background-color: var(--wp--custom--primary--main);
	color: white;
}

a:hover .fa-bg {
	background-color: var(--wp--custom--secondary--main);
	color: white;
}

/* Icon Borders */

.fa-br {
	border-color: var(--wp--custom--primary--main);
}

a .fa-br {
	border-color: var(--wp--custom--primary--main);
}

a:hover .fa-br {
	border-color: var(--wp--custom--secondary--main);
}



/***  LISTS  ***/

.arrow-list li:before, 
.check-list li:before, 
.check-circle-list li:before, 
.icon-list li:before, 
.contact-list li:before, 
.arrow-list li [class*="fa"], 
.check-list li [class*="fa"], 
.check-circle-list li [class*="fa"], 
.icon-list li [class*="fa"], 
.contact-list li [class*="fa"] {
	color: var(--wp--custom--primary--main);
	font-weight: 900;
}

.col-remove-inline li{display:block;}

.is-style-brand-list li:before, .is-style-brand-list-item:before {
    content: '';
    width: 17px;
    height: 17px;
    background-image: url(/wp-content/uploads/touch-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/*icon-accent*/
.icon-accent{color:var(--wp--custom--extra--1);}

.icon-accent-2{color:var(--wp--custom--primary--main);}

/***  FORMS  ***/

/* Inputs */

input[type="text"], input[type="email"], input[type="number"], 
input[type="password"], input[type="search"], input[type="tel"], 
input[type="url"], input[type="date"], input[type="datetime-local"], 
input[type="month"], input[type="time"], input[type="week"], 
select, .filter-reset {
    border-radius: var(--wp--custom--radius--xs) !important;
    padding: 7px 10px !important;
    font-size: 1em !important;
    height: auto !important;
}

textarea{
    border-radius: var(--wp--custom--radius--xs) !important;
    padding: 7px 10px !important;
    font-size: 1em !important;
}


input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, 
input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, 
input[type="url"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, 
input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, 
textarea:focus, select:focus {
	border-color: var(--wp--custom--primary--main);
}

select{max-height: 54px!important;}

/* Buttons */

input[type="submit"], 
input[type="reset"], 
input[type="button"], 
form button {
	padding: .5em .7em !important;
	border-color: var(--wp--custom--primary--main)!important;
	border-radius: var(--wp--custom--radius--sm)!important;
	background-color: var(--wp--custom--primary--main)!important;
	color: white!important;
	text-transform: uppercase!important;
	letter-spacing: .7px!important;
}

input[type="Submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover, 
form button:hover {
	border-color: var(--wp--custom--primary--light)!important;
	background-color: var(--wp--custom--primary--light)!important;
	color: var(--wp--custom--dark--1)!important;
	transform: translateY(-3px);
}

input[type="Submit"]:active, 
input[type="reset"]:active, 
input[type="button"]:active, 
form button:active {
	border-color:  var(--wp--custom--primary--dark)!important;
	background-color:  var(--wp--custom--primary--dark)!important;
	color: white!important;
}

.gfield_label{
	font-weight: 700!important;
	font-size: 1em!important;
}

.spacer{
	visibility: hidden;
	height: 0;
}


/******************************************************************************
 * * *  HEADER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  SCROLL BAR  ***/

.scroll-bar {
	background-color: white;
	box-shadow: var(--wp--custom--shadow--1);
}

.scroll-logo {
	max-height: 50px;
}



/***  TOP BAR  ***/

.top-bar {
	background-color: unset;
}





/***  HEADER  ***/

.header-logo {
	max-height: 70px;
}

@media screen and (min-width:1201px) {
	.header-inner{
		padding-top: var(--wp--custom--spacer--xxs);
		padding-bottom: var(--wp--custom--spacer--xxs);
	}
}

.header-widget{margin-bottom: 0;}

.header-right .wp-block-buttons{margin-top: 10px; }

@media screen and (max-width:1200px) {
	.header-right .wp-block-buttons{display: none;}
}



/* Menu Button */

.header .menu-button [class*="fa"], 
.header .menu-button:hover [class*="fa"] {
	color: var(--wp--custom--primary--main);
}

.header .menu-button.active [class*="fa"] {
	background-color: var(--wp--custom--primary--main);
	color: white;
}



/***  NAVBAR  ***/

.navbar {
}

.entry-navbar{
	border-bottom: 1px solid var(--wp--custom--light--2);
}

.entry-select-menu{
	margin-top: 20px;
	margin-bottom: 20px;
}



/***  NAV MENUS  ***/

.nav-menu > li { padding: 0; }

.nav-menu > li { margin: 0 8px; }

@media screen and (max-width:1340px){
	.nav-menu{
		font-size:.85em;
	}
	
	.nav-menu > li {
   		margin: 0 6px;
	}
}

/* Base setup */
.nav-menu > li:not(.nav-button)  > a{
	position: relative;
	display: inline-block;
}

/* Animated bottom border that grows upward */
.nav-menu > li:not(.nav-button) > a::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	height: 0;
	background-color: var(--wp--custom--primary--main);
	transition: height 250ms ease-in-out;
	z-index: -1; /* keeps it behind text */
}

/* Hover + active states */
.nav-menu > li:hover > a::before,
.nav-menu > li:hover > span::before,
.nav-menu > li:hover > button::before,
.nav-menu > li.current-menu-item > a::before,
.nav-menu > li.current-menu-item > span::before,
.nav-menu > li.current-menu-item > button::before,
.nav-menu > li.current-menu-ancestor > a::before,
.nav-menu > li.current-menu-ancestor > span::before,
.nav-menu > li.current-menu-ancestor > button::before {
	height: 2px; /* adjust how far it grows upward */
}

/* Nav Button */

.nav-menu > li.nav-button {
	background-color: transparent !important;
	padding-right:0;
}

.nav-menu > li.nav-button > a {
	margin-left: 10px;
	background-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--sm);
	color: white;
	padding:.5em .7em;
	text-transform:uppercase;
	letter-spacing:.7px;
}

.nav-menu > li.nav-button > a:hover {
	background-color: var(--wp--custom--primary--light);
	color:var(--wp--custom--dark--1);
	transform: translateY(-3px)
}

/* Dropdowns */

.nav-menu li ul li:first-child {
	padding-top: 8px;
}
.nav-menu li ul li:last-child {
	padding-bottom: 8px;
}

.nav-menu li ul > li > a, 
.nav-menu li ul > li > span, 
.nav-menu li ul > li > button {
	color: var(--wp--custom--dark--3);
}

.single-careers .nav-menu li ul li.careers-link > a, 
.nav-menu li ul li.current-menu-item > a, 
.nav-menu li ul li.current-menu-item > span, 
.nav-menu li ul li.current-menu-item > button, 
.nav-menu li ul li:hover > a, 
.nav-menu li ul li:hover > span, 
.nav-menu li ul li:hover > button {
	color: var(--wp--custom--primary--main);
}

/* Nested Dropdowns */

.nav-menu li ul li ul {
	top: -8px;
}



/***  HIDDEN NAV  ***/

.hidden-menu li a {
	color: var(--wp--custom--dark--3);
}

.hidden-menu li.current-menu-item > a {
	color: var(--wp--custom--primary--main);
}





/******************************************************************************
 * * *  BODY STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  BANNER  ***/

.banner {
	background-color: var(--wp--custom--dark--1);
}

.banner-inner {
	padding-top: var(--wp--custom--spacer--lg);
	padding-bottom: var(--wp--custom--spacer--lg);
	max-width: 1000px;
	min-height:400px;
}

.banner-viewheight .banner-inner {
	padding-top: calc(var(--wp--custom--spacer--lg) + 140px);
	padding-bottom: var(--wp--custom--spacer--lg);
}

.banner a {
	color: var(--wp--custom--primary--light);
	border-bottom: 1px dotted;
}

.banner a:hover {
	color: var(--wp--custom--secondary--light);
	border-bottom-style: solid;
}

.home-banner-slider .wp-block-cover__background{
	background-color:unset!important;
	background: linear-gradient(90deg,var(--wp--custom--primary--dark-2) 20%, rgba(0, 0, 0, 0) 100%);
}

@media screen and (max-width:900px){
	.home-banner-slider .swiper-button-prev,
	.home-banner-slider .swiper-button-next{
		top:calc(100% - 40px);
	}

	.home-banner-slider .wp-block-cover__background {
		background-image: none;
		background-color: var(--wp--custom--primary--dark-2) !important;
		opacity: 0.8 !important;
	}
}

/***  HEADLINE BAR  ***/

.headline-bar {
}



/***  ENTRY NAVBAR  ***/

.entry-menu > li > a {
	color: var(--wp--custom--dark--3);
}

.entry-menu > li.current-menu-item > a, 
.entry-menu > li:hover > a {
	color: var(--wp--custom--primary--main);
}



/***  MAIN  ***/

.main {
	padding-top:  var(--wp--custom--spacer--xxl);
	padding-bottom:  var(--wp--custom--spacer--xxl);
}



/***  ARCHIVE  ***/

/* Entry Cols */

.entry-cols .entry-link {
	border-radius: var(--wp--custom--radius--md);
	background-color: var(--wp--custom--light--2);
	overflow: hidden;
	color: var(--wp--custom--dark--2);
}

.entry-cols .entry-link:hover {
	transform: translateY(-3px);
}

.entry-cols .entry-icon-wrap:first-child {
	padding: 30px 30px 0;
}

.entry-cols .entry-icon svg {
	width: 60px;
	fill: var(--wp--custom--primary--main);
}

.entry-cols .entry-text-wrap {
	padding: 30px;
}

.includes-link-text .entry:not(.col-full) .entry-text-wrap {
	padding-bottom: 80px;
}

.entry-cols .entry:not(.col-full) .entry-link-text-wrap {
	left: 30px;
	bottom: 30px;
}

.entry-cols .entry-link .entry-link-text {
	color: var(--wp--custom--primary--main);
}

.entry-cols .entry-link:hover .entry-link-text {
	color: var(--wp--custom--primary--light);
}

/* Archive Pagination */

.archive-pagination a {
	border-radius: var(--wp--custom--radius--xl);
	border-color: var(--wp--custom--light--1);
	color: var(--wp--custom--primary--main);
}

.archive-pagination a:hover {
	border-color: var(--wp--custom--primary--light);
	color: var(--wp--custom--primary--light);
}

.archive-pagination a [class*="fa"], 
.archive-pagination a:hover [class*="fa"] {
	color: inherit !important;
	transition: all 0ms ease-in-out;
}

/*GALLERIES*/
.gallery-filters{
	display:flex;
	gap:15px;
	margin-bottom:40px;
}

@media screen and (max-width:1200px){
	.gallery-filters{flex-wrap:wrap;}
	
	.gallery-filters select{width:calc(50% - 15px);}
}

@media screen and (max-width:600px){
	.gallery-filters{flex-direction:column;}
	
	.gallery-filters select{width:100%;}
}

/*MORE COLS*/
.more-cols .container{max-width:800px;}

.more-cols h2{
	margin-bottom:0;
}

.more-cols select option[selected="selected"]{display:none;}

.split-cols > .wp-block-column{
	position:relative;
}

.split-cols > .wp-block-column:not(:last-of-type):before{
	content:'';
	position:absolute;
	height:100%;
	width:2px;
	background-color:var(--wp--custom--light--1);
	top:0;
	right:-20px;
}

@media (min-width:901px) and (max-width:1200px){
	.split-cols > .wp-block-column:nth-of-type(2):before{
		display:none;
	}
}

@media screen and (max-width:900px){
	
	.split-cols > .wp-block-column:not(:last-of-type):before{
        height: 2px;
        width: 100%;
        right: 0;
        top: calc(100% + 20px);
	}	
}

@media (min-width:601px) and (max-width:900px){
	.split-cols > .wp-block-column:nth-of-type(3):before{
		display:none;
	}
}

.round-tube-cols{text-align:center;}

@media screen and (min-width: 601px) and (max-width:1200px) {
	.round-tube-cols .wp-block-column:nth-of-type(2) { order: 2; }

	.round-tube-cols .wp-block-column:nth-of-type(3) { order: 1; }

	.round-tube-cols .wp-block-column:nth-of-type(4) { order: 3; }

	.round-tube-cols .wp-block-column:nth-of-type(2) .wp-block-table thead,
	.round-tube-cols .wp-block-column:nth-of-type(4) .wp-block-table thead{
		display:none;
	}
	
	.round-tube-cols .wp-block-column:nth-of-type(2) .wp-block-table,
	.round-tube-cols .wp-block-column:nth-of-type(4) .wp-block-table{
		margin-top:-1px;
	}

}

@media screen and (max-width:600px){

	.round-tube-cols .wp-block-column:nth-of-type(2) .wp-block-table thead,
	.round-tube-cols .wp-block-column:nth-of-type(3) .wp-block-table thead,
	.round-tube-cols .wp-block-column:nth-of-type(4) .wp-block-table thead { display: none; }

	.round-tube-cols .wp-block-column:nth-of-type(2) .wp-block-table,
	.round-tube-cols .wp-block-column:nth-of-type(3) .wp-block-table,
	.round-tube-cols .wp-block-column:nth-of-type(4) .wp-block-table { margin-top:-1px; }

}

.member-cols .cols{
	    justify-content: center;
}
/***  SINGLE  ***/





/******************************************************************************
 * * *  FOOTER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  CTA BAR  ***/

.cta-bar {
	padding-top: var(--wp--custom--spacer--xxl);
	padding-bottom: var(--wp--custom--spacer--xxl);
	background-color: var(--wp--custom--primary--main);
	padding:0;
}

.cta-bar .cta-bar-container{
	max-width:unset;
	padding:0;
}

.cta-bar h1, 
.cta-bar h2, 
.cta-bar h3, 
.cta-bar h4, 
.cta-bar h5, 
.cta-bar h6 {
	color: white;
} 




/***  FOOTER  ***/

.footer {
	padding-top: var(--wp--custom--spacer--lg);
	padding-bottom: var(--wp--custom--spacer--lg);
	background-color: var(--wp--custom--light--3);
	font-size: 0.9em;
}

.footer a {
	color: var(--wp--custom--dark--3);
}

.footer a:hover {
	color: var(--wp--custom--primary--main);
}

.footer .wp-block-columns{position: relative;}


.footer .wp-block-columns:before{
	left:50%;
}


@media screen and (min-width:601px){

	.footer .wp-block-columns:before{
		content: '';
		height: 100%;
		width: 2px;
		background-color: var(--wp--custom--light--1);
		position: absolute;
		top: 0;
	}


	.footer .contact-list{
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.footer .menu{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap:20px;
	}


}

.footer .menu{
	margin-top: 25px;
}


@media screen and (max-width:600px){
	
	.footer .wp-block-social-links{
	    justify-content: flex-start;
	}
}



/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
	background-color: var(--wp--custom--light--3);
	font-size: 0.9em;
	text-align: center;
}

.bottom-bar-container{
	border-top: 2px solid var(--wp--custom--light--1);
    padding-top: var(--wp--custom--spacer--sm)!important;
}

/* Menus */

.bottom-bar .menu a {
	color: var(--wp--custom--dark--3);
}

.bottom-bar .menu a:hover {
	color: var(--wp--custom--primary--main);
}





/******************************************************************************
 * * *  7 CUSTOM STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/

/* Add custom theme styles here */

details summary { cursor: pointer; } 

/***  ICON CARDS  ***/

.icon-cards {
	text-align: center;
}

.icon-cards .wp-block-column {
	background-color: var(--wp--custom--light--2);
	padding: var(--wp--custom--spacer--md) var(--wp--custom--spacer--sm);
	transition: all 350ms ease-in-out;
}

.icon-cards .wp-block-column:hover {
	background-color: var(--wp--custom--accent--1);
	color: white;
}

.icon-cards .wp-block-column .wp-block-heading, 
.icon-cards .wp-block-column .wp-block-heading a {
	color: var(--wp--custom--primary--main);
	border-bottom: none;
	transition: all 350ms ease-in-out;
}

.icon-cards .wp-block-column:hover .wp-block-heading, 
.icon-cards .wp-block-column:hover .wp-block-heading a, 
.icon-cards .wp-block-column:hover .wp-block-heading a:hover {
	color: white;
}

.icon-cards .wp-block-outermost-icon-block {
	justify-content: center;
}

.icon-cards .wp-block-heading:not(:first-child) {
	margin-top: 0.25em;
	font-size: 1.45em;
}


.fancy-text{
    position: relative;
    padding-left: 40px;
    color: var(--wp--custom--secondary--main);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.fancy-text:after{
    content: '';
    width: 30px;
    height: 2px;
    background-color: var(--wp--custom--secondary--main);
    position: absolute;
    left: 0;
    top: 11px;
}

.fancy-text.has-extra-1-color{
	color: var(--wp--custom--extra--1);
}
.fancy-text.has-extra-1-color:after{
	background-color: var(--wp--custom--extra--1);
}

.z-index-3{
	position: relative;
	z-index: 3;
}

.link-cards .wp-block-cover{
	border-radius: var(--wp--custom--radius--md);
	
}

.link-cards > .wp-block-column,
.link-cards .card-linked .wp-block-cover__background{transition: all 300ms ease-in-out;}

.link-cards .card-linked:hover .wp-block-cover__background{
	opacity: .9!important;
}

.link-cards .card-linked{
	cursor: pointer;
	transition: all 300ms ease-in-out;
}

.link-cards > .wp-block-column:hover,
.link-cards .card-linked:hover{
	box-shadow: var(--wp--custom--shadow--2);
	transform: translateY(-3px);
}

.link-cards .card-linked a{ color: white; }

.link-cards .card-linked a:after{
    content: '';
    background-color: white;
    margin: 15px auto 0;
    border-radius: var(--wp--custom--radius--md);
    width: 100px;
    height: 5px;
    display: block;
}

@media screen and (min-width:1024px){
	.card-linked .wp-block-heading{
		transform: translateY(30px);
		transition: opacity 0.35s ease, transform 0.35s ease;
	}

	.card-linked:hover .wp-block-heading{
		transform: unset;
	}

	.card-linked p {
		opacity: 0;
		transform: translateY(20px);
		transition: opacity 0.35s ease, transform 0.35s ease;
		height: 0;
	}

	.card-linked:hover p {
		opacity: 1;
		transform: translateY(0);
		height: auto;
	}
}

@media screen and (max-width:768px) {
	.home-grid{
		grid-template-columns: repeat(1, minmax(0, 1fr))!important;
	}

	.home-grid .wp-block-cover{
		max-width: 400px;
		margin: auto;
	}
}

/*boxed-cols*/
.boxed-cols .wp-block-column{
	box-shadow: var(--wp--custom--shadow--3);
	padding: var(--wp--custom--spacer--sm);
	border-radius: var(--wp--custom--radius--sm);
}

/*colored-cols*/
.colored-cols .wp-block-column{
	padding: var(--wp--custom--spacer--sm);
	border-radius: var(--wp--custom--radius--sm);
	background-color: var(--wp--custom--primary--dark);
	color:white;
}

.colored-cols .wp-block-column .wp-block-heading{
	color:white;
}

.colored-cols .wp-block-column .wp-block-image{
	margin-top: calc(-1 * var(--wp--custom--spacer--sm));
	margin-right: calc(-1 * var(--wp--custom--spacer--sm));
	margin-left: calc(-1 * var(--wp--custom--spacer--sm));

}

@media (max-width: 900px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important;
    }
}

/*locations*/
.locations-icon .icon-container{
	border-radius: var(--wp--custom--radius--sm);
    padding: 5px;
}

/*timeline*/
@media screen and (min-width: 768px) {
	.wp-block-ota-timeline > .wp-block-group:nth-child(odd){
		border-top-left-radius: var(--wp--custom--radius--xl);
		border-bottom-left-radius: var(--wp--custom--radius--xl);
	}


	.wp-block-ota-timeline > .wp-block-group:nth-child(even){
		border-top-right-radius: var(--wp--custom--radius--xl);
		border-bottom-right-radius: var(--wp--custom--radius--xl);
	}
}

@media screen and (max-width: 767px) {
	.wp-block-ota-timeline > .wp-block-group{
		border-top-right-radius: var(--wp--custom--radius--xl);
		border-bottom-right-radius: var(--wp--custom--radius--xl);
	}
}

/*thead tr th:not(:first-of-type){
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-transform: uppercase;
    font-weight: normal;
    font-size: .9em;
    text-align: right;
	padding: 5px 0;
}

tbody tr td:not(:first-of-type){text-align: center;}*/

.pum-container{
	background-color:white;
    padding: var(--wp--custom--spacer--md) !important;
	border-radius:var(--wp--custom--radius--sm)!important;
}

@media screen and (max-width:900px){
	.pum-container{
		padding: var(--wp--custom--spacer--xs) !important;
	}
}

.production-facilities .wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
	position:initial;
    background-color: var(--wp--custom--primary--main);
}


/* Calculator */
.co-sheet-viewer{
	font-family:Arial,sans-serif;
}

.co-sheet-viewer .controls{
	display:flex;
	justify-content: center;
	gap:1rem;
	flex-wrap:wrap;
	margin-bottom:2rem;
}


.co-sheet-viewer .controls #thickness { min-width: 150px; }

.co-sheet-viewer .viewer{
	background:#fff;
	padding:2rem;
	border-radius:16px;
	overflow: auto;
}

.co-sheet-viewer .notes{
	margin-top:1rem;
	line-height:1.6;
}

.co-sheet-viewer svg{
	width:100%;
	height:auto;
	display:block;
}

.co-sheet-viewer label{
	display:flex;
	flex-direction:column;
	gap:.35rem;
}

.co-sheet-viewer label.row-direction{
	flex-direction:row;
	align-items:center;
	gap:.5rem;
}

.co-sheet-viewer input[type="number"]{
	min-width:120px;
}

.co-sheet-viewer .drawing { 
	min-width: 1248px; 
}

.wp-block-ota-content-slider.alignfull{
	padding-left: 0;
    padding-right: 0;
}

.wp-block-ota-content-slider.alignfull .wp-block-cover__inner-container > .wp-block-columns{
	max-width: calc(var(--wp--style--global--content-size) + (var(--wp--custom--spacer--lg) * 2));
    padding-left: var(--wp--custom--spacer--lg);
    padding-right: var(--wp--custom--spacer--lg);
}

@media screen and (max-width:900px){
	.wp-block-ota-content-slider.alignfull .wp-block-cover__inner-container > .wp-block-columns{
		max-width: calc(var(--wp--style--global--content-size) + (var(--wp--custom--spacer--sm) * 2));
		padding-left: var(--wp--custom--spacer--sm);
		padding-right: var(--wp--custom--spacer--sm);
	}
}

@media screen and (max-width:600px){
	.wp-block-ota-content-slider.alignfull .wp-block-cover__inner-container > .wp-block-columns{
		max-width: calc(var(--wp--style--global--content-size) + (var(--wp--custom--spacer--xs) * 2));
		padding-left: var(--wp--custom--spacer--xs);
		padding-right: var(--wp--custom--spacer--xs);
	}
}

@media screen and (max-width:420px){
	.wp-block-ota-content-slider.alignfull .wp-block-cover__inner-container > .wp-block-columns{
		max-width: calc(var(--wp--style--global--content-size) + (var(--wp--custom--spacer--xxs) * 2));
		padding-left: var(--wp--custom--spacer--xxs);
		padding-right: var(--wp--custom--spacer--xxs);
	}
}

/*circled-icons*/
.circled-icons .icon-container{
	border:2px solid var(--wp--custom--primary--main);
	border-radius:100%;
	padding:10px;
}

/*wp-block-ota-switching-text*/
h2.wp-block-ota-switching-text{
	margin:0!important;
}

/*history-timeline*/
.history-timeline .ota-timeline-item .wp-block-image img{
	aspect-ratio: 1 / 1;
    border-radius: 100%;
    border: 3px solid var(--wp--custom--primary--dark);
    overflow: hidden;
	width: 120px;
	height: 120px;
}

@media screen and (min-width:768px){
	.history-timeline .ota-timeline-item .wp-block-image{
		position: absolute;
		top: calc(50% - 57px);
		margin-top: 0;
	}

	.history-timeline .ota-timeline-item:nth-of-type(odd) .wp-block-image{
		right: -165px;
	}

	.history-timeline .ota-timeline-item:nth-of-type(even) .wp-block-image{
		left:-165px;
	}

	.history-timeline .ota-timeline-item .wp-block-image:before{
		content: '';
		background-color: var(--wp--custom--primary--dark);
		position: absolute;
		top: 57px;
		width: 52px;
		height: 2px;
	}

	.history-timeline .ota-timeline-item:nth-of-type(odd) .wp-block-image:before{
		left: -50px;
	}

	.history-timeline .ota-timeline-item:nth-of-type(even) .wp-block-image:before{
		right: -50px;
	}
	
	.history-timeline .ota-timeline-item:nth-of-type(1):before,
	.history-timeline .ota-timeline-item:nth-of-type(1) .wp-block-image:before{
		background-color:#c11808;
	}
	
	.history-timeline .ota-timeline-item:nth-of-type(1) .wp-block-image img{
		border-color:#c11808;
	}
	
	.history-timeline .ota-timeline-item:nth-of-type(2):before,
	.history-timeline .ota-timeline-item:nth-of-type(2) .wp-block-image:before{
		background-color:var(--wp--custom--extra--1);
	}
	
	.history-timeline .ota-timeline-item:nth-of-type(2) .wp-block-image img{
		border-color:var(--wp--custom--extra--1);
	}
	
		.history-timeline .ota-timeline-item:nth-of-type(3):before,
	.history-timeline .ota-timeline-item:nth-of-type(3) .wp-block-image:before{
		background-color:var(--wp--custom--primary--light);
	}
	
	.history-timeline .ota-timeline-item:nth-of-type(3) .wp-block-image img{
		border-color:var(--wp--custom--primary--light);
	}
	
	.history-timeline .ota-timeline-item:nth-of-type(4):before,
	.history-timeline .ota-timeline-item:nth-of-type(4) .wp-block-image:before{
		
	}
	
	.history-timeline .ota-timeline-item:nth-of-type(4) .wp-block-image img{
		
	}
	
	.history-timeline .ota-timeline-item:nth-of-type(5):before,
	.history-timeline .ota-timeline-item:nth-of-type(5) .wp-block-image:before{
		background-color:#febf00;
	}
	
	.history-timeline .ota-timeline-item:nth-of-type(5) .wp-block-image img{
		border-color:#febf00;
	}
	.history-timeline .ota-timeline-item:nth-of-type(6):before,
	.history-timeline .ota-timeline-item:nth-of-type(6) .wp-block-image:before{
		background-color:var(--wp--custom--dark--3);
	}
	
	.history-timeline .ota-timeline-item:nth-of-type(6) .wp-block-image img{
		border-color:var(--wp--custom--dark--3);
	}
	
	.history-timeline .ota-timeline-item:nth-of-type(7):before,
	.history-timeline .ota-timeline-item:nth-of-type(7) .wp-block-image:before{
		background-color:var(--wp--custom--primary--main);
	}
	
	.history-timeline .ota-timeline-item:nth-of-type(7) .wp-block-image img{
		border-color:var(--wp--custom--primary--main);
	}
	
	.history-timeline .ota-timeline-item:nth-of-type(8):before,
	.history-timeline .ota-timeline-item:nth-of-type(8) .wp-block-image:before{
		
	}
	
	.history-timeline .ota-timeline-item:nth-of-type(8) .wp-block-image img{
		
	}
	
	.history-timeline .ota-timeline-item:nth-of-type(9):before,
	.history-timeline .ota-timeline-item:nth-of-type(9) .wp-block-image:before{
		background-color:#7030a0;
	}
	
	.history-timeline .ota-timeline-item:nth-of-type(9) .wp-block-image img{
		border-color:#7030a0;
	}
	
	.history-timeline .ota-timeline-item:nth-of-type(10):before,
	.history-timeline .ota-timeline-item:nth-of-type(10) .wp-block-image:before{
		background-color:#c11808;
	}
	
	.history-timeline .ota-timeline-item:nth-of-type(10) .wp-block-image img{
		border-color:#c11808;
	}
}
