/*
Theme Name: T&L Nursery
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 */

/***  Poppins  ***/ 

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

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

/* Semi Bold */
@font-face {
	font-family: 'Poppins';
	font-weight: 600;
	src: url('fonts/poppins/poppins-semibold.woff2');
}

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

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


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



/***  UNIVERSAL STYLES  ***/

html {
	font-size: 16px;
}

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--light);
	font-weight: 300;
	color: var(--wp--custom--dark--1);
	border:2px solid white;
}

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





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



/***  TEXT & LINKS  ***/

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

a:hover {
	color: var(--wp--custom--secondary--dark);
}

.main-wrap a:not([class]) {
	border-bottom: 1px dotted currentColor;
}

.main-wrap a:not([class]):not(:has(img)):hover {
	border-bottom-style: solid;
}



/***  HEADINGS  ***/

h1, h2, h3, h4, h5, h6,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6{
	font-weight: bold;
	color: var(--wp--custom--secondary--dark);
	font-family: var(--wp--custom--font--2);
}

h1 {
	font-size: 3em;
}

h2,
.heading-2,
.wp-block-woocommerce-product-collection h2.wp-block-heading{
	font-size: 2.25em;
}

h3,
.heading-3 {
	font-size: 1.3em;
}

h4,
.heading-4 {
	font-size: 1.25em;
}

h5,
.heading-5 {
	font-size: 1em;
}

h6,
.heading-6{
	font-size: 0.85em;
}

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

	h2,
	.heading-2,
	.wp-block-woocommerce-product-collection h2.wp-block-heading{
		font-size: 2em;
	}
}

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

	h2,
	.heading-2,
	.wp-block-woocommerce-product-collection h2.wp-block-heading{
		font-size: 1.7em;
	}
}



/***  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: 1em 2.25em;
	border-color: var(--wp--custom--primary--light);
	border-radius: var(--wp--custom--radius--xs);
	background-color: var(--wp--custom--primary--light);
	color: var(--wp--custom--dark--1);
	text-transform: uppercase;
	letter-spacing: .75px;
	font-weight: 600;
	font-size: .9em;
	padding: 1em 1.5em;
    min-width: 130px;
}

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

.wp-block-button__link i {
	transition: all 300ms ease-in-out!important;
}

.wp-block-button__link i.fa-file-pdf{
	font-size:2em;
	margin-left:10px;
}

.wp-block-button__link:hover i.fa-chevrons-right{transform: translateX(7px);}

.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--dark);
	border-color: var(--wp--custom--primary--dark);
}

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



/***  ICONS  ***/

.fa {
	font-weight: 700;
}

/* Icon Colors */

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

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

.wp-block-outermost-icon-block svg{fill: var(--wp--custom--secondary--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, 
.brand-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--secondary--main);
	font-weight: 700;
}

.contact-list li:before{
	font-size: 1.5em;
    top: 0.13em;
}

.contact-col .contact-list li{margin-bottom: 1em;}

.arrow-list li a .fa-file-pdf, 
.check-list li a .fa-file-pdf, 
.check-circle-list a .fa-file-pdf, 
.icon-list li a .fa-file-pdf{
	position:initial;
    font-size: 1.25em;
    margin-left: 5px;
}



/***  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;
    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 {
	border-color: var(--wp--custom--primary--light)!important;
	background-color: var(--wp--custom--primary--light)!important;
	border-radius: var(--wp--custom--radius--sm)!important;
	color: var(--wp--custom--dark--1)!important;
	font-size: 1em !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
	padding: 18px 30px !important;
	height:auto;
}

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

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

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




/******************************************************************************
 * * *  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: var(--wp--custom--light--2);
}



/***  HEADER  ***/

#header-wrap{
	position: absolute;
	z-index: 10;
	background: linear-gradient(180deg, #ffffffd1 60%, rgb(255 242 242 / 0%) 100%);
}

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

/* Menu Button */

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

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



/***  NAVBAR  ***/

.navbar {
}



/***  NAV MENUS  ***/

.nav-menu > li > a, 
.nav-menu > li > span, 
.nav-menu > li > button {
	color: var(--wp--custom--dark--1);
	position: relative;
	display: inline-block;
}

.single-post .nav-menu > li.posts-link > a, 
.category .nav-menu > li.posts-link > a, 
.single-service .nav-menu > li.services-link > a, 
.single-career .nav-menu > li.careers-link > a, 
.single-resource .nav-menu > li.resources-link > a, 
.nav-menu > li.current-menu-ancestor > a, 
.nav-menu > li.current-menu-ancestor > span, 
.nav-menu > li.current-menu-ancestor > button, 
.nav-menu > li.current-menu-item > a, 
.nav-menu > li.current-menu-item > span, 
.nav-menu > li.current-menu-item > button, 
.nav-menu > li:hover > a, 
.nav-menu > li:hover > span, 
.nav-menu > li:hover > button {
	color: var(--wp--custom--primary--dark);
}

.nav-menu > li > a::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0; /* adjust spacing */
	width: 100%;
	height: 2px;
	background-color: var(--wp--custom--primary--dark);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 300ms ease-in-out;
}

.nav-menu > li:hover > a::after,
.nav-menu > li.current-menu-item > a::after,
.nav-menu > li.current-menu-item > span::after,
.nav-menu > li.current-menu-item > button::after,
.nav-menu > li.current-menu-ancestor > a::after,
.nav-menu > li.current-menu-ancestor > span::after,
.nav-menu > li.current-menu-ancestor > button::after {
	transform: scaleX(1);
}

/* Nav Button */

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

.nav-menu > li.nav-button > a {
	margin-left: 10px;
	margin-right: 10px;
	background-color: var(--wp--custom--primary--light);
	border-radius: var(--wp--custom--radius--xl);
	color: var(--wp--custom--dark--1);
	text-transform: uppercase;
	letter-spacing: .75px;
	font-size: .9em;
	font-weight: 600;
}

.nav-menu > li.nav-button > a:hover {
	background-color: var(--wp--custom--primary--main);
	color: var(--wp--custom--dark--1);
}

/* 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--dark);
}

/* Nested Dropdowns */

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



/***  HIDDEN NAV  ***/

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

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

.hidden-menu .sub-menu{padding-left: 7px;}





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



/***  BANNER  ***/

.banner {
	background-color: var(--wp--custom--light--3);
	color: var(--wp--custom--dark--1);
	border-bottom-left-radius: var(--wp--custom--radius--xxl);
	border-bottom-right-radius: var(--wp--custom--radius--xxl);
}

.banner-container{
	padding-top: 100px;
}

.banner-inner {
	padding-top: var(--wp--custom--spacer--lg);
	padding-bottom: var(--wp--custom--spacer--lg);
}

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

.banner-text-wrap,
.custom-banner-content{
	text-align: left;
	background-color: #ffffffb5;
    padding: 40px;
    max-width: 800px;
    margin-left: unset;
	border-top-right-radius:var(--wp--custom--radius--xxl);
	border-bottom-left-radius:var(--wp--custom--radius--xxl);
}

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

.banner a {
	color: var(--wp--custom--primary--dark);
}

.banner a:hover {
	color: var(--wp--custom--secondary--dark);
}

.banner a:not([class]) {
	border-bottom: 1px dotted currentColor;
}

.banner a:not([class]):not(:has(img)):hover {
	border-bottom-style: solid;
}

/*CUSTOM BANNER*/
article.content > .wp-block-cover:first-child{
	border-bottom-right-radius: var(--wp--custom--radius--xxl);
	border-bottom-left-radius: var(--wp--custom--radius--xxl);
}
article.content > .wp-block-cover:first-child .wp-block-cover__inner-container{
	padding-top: 100px;
}


/***  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-bottom-right-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 {
	position: relative;
	transition: transform 300ms ease-in-out;
}

.entry-cols .entry-link::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--wp--custom--primary--main);

	transform: scaleX(0);
	transform-origin: left;
	transition: transform 300ms ease-in-out;
}

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

.entry-cols .entry-link:hover::before {
	transform: scaleX(1);
}

.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--dark);
	position:relative;
	letter-spacing: .75px;
    font-weight: 600;
    font-size: .9em;
	text-transform:uppercase;
}

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

.entry-cols .entry-link .entry-link-text:after{
	content: '\f324';
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    right: -20px;
    font-size: .95em;
	transition: all 300ms ease-in-out;
}

.entry-cols .entry-link:hover .entry-link-text:after{
	transform: translateX(7px);
}

/* 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;
}



/***  SINGLE  ***/





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



/***  CTA BAR  ***/

.cta-bar {
	padding-top:0;
	padding-bottom: 0;
	border-top-right-radius: var(--wp--custom--radius--xxl);
	border-top-left-radius: var(--wp--custom--radius--xxl);
	overflow: hidden;
}

body.woocommerce-page .cta-bar{display: none;}

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

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

.page-id-68 .cta-bar .wp-block-buttons .wp-block-button:last-of-type,
.page-id-70 .cta-bar .wp-block-buttons .wp-block-button:last-of-type{display: none;}




/***  FOOTER  ***/

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

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

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

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

.footer a:not([class]) {
	border-bottom: 1px dotted currentColor;
}

.footer a:not([class]):not(:has(img)):hover {
	border-bottom-style: solid;
}

.footer .menu li a{
	display: inline-block;
    padding-bottom: 0;
	line-height: 1.6em;
}

.footer h2{
	font-size: 1.4em;
}

@media screen and (min-width:601px) {
	.footer .menu{columns:2;}
}

@media screen and (max-width:900px) {
	.footer .wp-block-image{text-align:left;}
	
	.footer .wp-block-social-links{justify-content:left!important;}
}



/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
	background-color: var(--wp--custom--primary--x-light);
	border-top: 1px solid var(--wp--custom--primary--light);
	font-size: 0.9em;
}

/* Menus */

.bottom-bar li a{
    padding: 0;
    margin: 0 10px;
}

.bottom-bar a {
	color: var(--wp--custom--dark--1);
	border-bottom: 1px dotted currentColor;
}

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






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

/* Add custom theme styles here */



/***  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;
}

/*boxed-cols*/
.boxed-cols .wp-block-column {
	border-bottom-right-radius: var(--wp--custom--radius--lg);
	background-color: var(--wp--custom--light--2);
	padding: var(--wp--custom--spacer--xs);
}

.boxed-cols.link-cards .wp-block-column{
	transition: all 300ms ease-in-out;
	padding-bottom: var(--wp--custom--spacer--lg);
	position: relative;
}

.boxed-cols.link-cards .wp-block-column:hover{
	transform: translateY(-3px);
}

.boxed-cols.link-cards .wp-block-buttons {
	position: absolute;
    left: var(--wp--custom--spacer--xs);
    bottom: var(--wp--custom--spacer--xs);
}

.boxed-cols.link-cards .wp-block-column:hover .wp-block-button__link{color: var(--wp--custom--secondary--dark);}

.boxed-cols.link-cards .wp-block-column:hover .wp-block-button__link i{transform: translateX(7px);}


/*limit-width*/
.limit-width-600 .wp-block-column{
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.limit-width-400 .wp-block-column{
	max-width: 400px;
}

/*container-bg-brand*/
.container-bg-brand{
    background-color: #ffffffb5;
    padding: 40px 0;
    max-width: 1000px;
    border-top-right-radius: var(--wp--custom--radius--xxl);
    border-bottom-left-radius: var(--wp--custom--radius--xxl);
    margin: auto;
}

/*details*/
details:not(:last-of-type){
	margin-bottom: 20px;
}

/*timeline*/
.timeline-container{position: relative;}

.timeline-container:after{
	content: '';
	height: 100%;
	width: 4px;
	background-color: var(--wp--custom--secondary--light);
	position: absolute;
	top: 0;
	z-index:-1;
}

.timeline-container > .wp-block-group{
	background-color: var(--wp--custom--light--3);
	padding: var(--wp--custom--spacer--sm);
	position: relative;
}

.timeline-container > .wp-block-group:before{
    content: '';
    width: 21px;
    height: 21px;
    background-color: var(--wp--custom--primary--dark);
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 15px);
    z-index: 1;
	transition: all 300ms ease-in-out;
}

.timeline-container > .wp-block-group.active:before{background-color: var(--wp--custom--primary--light);}

@media screen and (min-width: 768px) {
	.timeline-container > .wp-block-group{
		max-width: calc(50% - 3px);
	}

	.timeline-container:after{
		left: calc(50% - 2px);
	}

	.timeline-container > .wp-block-group:nth-child(odd){
		margin-left: 0!important;
		border-top-left-radius: var(--wp--custom--radius--xl);
		border-bottom-left-radius: var(--wp--custom--radius--xl);
	}

	.timeline-container > .wp-block-group:nth-child(odd):before{
		right: -14px;
	}

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

	.timeline-container > .wp-block-group:nth-child(even):before{
		left: -14px;
	}
}

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

	.timeline-container:after{
		left: 0;
	}

	.timeline-container > .wp-block-group:before{
		left: -28px;
	}
}

/*practices-container*/
.practices-container img{min-width: 100px!important;}

@media screen and (max-width: 600px) {
	.practices-container .wp-block-group.is-layout-flex{
		flex-direction: column!important;
		align-items: flex-start;
	}
}




/*WOOCOMMERCE*/
.wc-links i{
	font-style: normal !important;
	font-size: 1.15em;
	transition: all 300ms ease-in-out;
}

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

.wc-links .cart-link{
	position: relative;
	margin-right: 15px;
}

.wc-links .cart-count{
background-color: var(--wp--custom--primary--light);
    border-radius: var(--wp--custom--radius--full);
    width: 20px;
    height: 20px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    font-size: .8em;
    top: -10px;
    right: -10px;
}

.wc-block-components-product-sale-badge span{color: var(--wp--custom--secondary--main);}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
	font-size: 1.3em;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price,
.woocommerce-Price-amount bdi{
	color: var(--wp--custom--secondary--dark);
	font-size: 16px;
}

.wc-block-components-product-sale-badge span{
    min-height: 50px;
    min-width: 50px;
    padding: .202em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -0.8em;
    left: -.5em;
    border-radius: 100%;
    background-color: var(--wp--custom--secondary--dark);
    color: #fff;
    font-size: 14px;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
}

.woocommerce span.onsale{background-color: var(--wp--custom--secondary--dark);}

.woocommerce-error, .woocommerce-info, .woocommerce-message{
	border-top-color: var(--wp--custom--secondary--main);
}
.woocommerce-info::before{color: var(--wp--custom--secondary--main);}


/*WOO BUTTONS*/
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button,
.woocommerce div.product form.cart .button,
.wc-block-components-product-button__button,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button{
	background-color: var(--wp--custom--primary--light)!important;
	color: var(--wp--custom--dark--1)!important;
	padding: 10px 15px !important;
	border-radius: var(--wp--custom--radius--xs)!important;
	font-weight: 600!important;
	font-size: 16px!important;
	line-height: 1.2em!important;
	transition: all 300ms ease-in-out;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover,
.woocommerce div.product form.cart .button:hover,
.wc-block-components-product-button__button:hover,
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover{
	background-color: var(--wp--custom--primary--main)!important;
	color: var(--wp--custom--dark--1)!important;
}

.woocommerce ul.products li.product .button{
	margin-top:0;
	margin-right:10px;
}

/*WOO LINKS*/
.wc-block-cart-item__remove-link,
.wc-block-components-checkout-return-to-cart-button{
	color: var(--wp--custom--primary--dark)!important;
	text-decoration: none!important;
	border-bottom: 1px dotted currentColor!important;
}

.wc-block-cart-item__remove-link:hover,
.wc-block-components-checkout-return-to-cart-button:hover{
	color: var(--wp--custom--secondary--dark)!important;
	border-bottom-style: solid!important;
}


/*WOO PRODUCT COLS*/


@media screen and (min-width:768px){
	/* 4 columns */
	.woocommerce ul.products.columns-4 li.product:nth-last-child(-n+4),
	.woocommerce-page ul.products.columns-4 li.product:nth-last-child(-n+4) {
		margin-bottom: 0;
	}

	/* 3 columns */
	.woocommerce ul.products.columns-3 li.product:nth-last-child(-n+3),
	.woocommerce-page ul.products.columns-3 li.product:nth-last-child(-n+3) {
		margin-bottom: 0;
	}

	/* 2 columns */
	.woocommerce ul.products.columns-2 li.product:nth-last-child(-n+2),
	.woocommerce-page ul.products.columns-2 li.product:nth-last-child(-n+2) {
		margin-bottom: 0;
	}

	/* 1 column */
	.woocommerce ul.products.columns-1 li.product:last-child,
	.woocommerce-page ul.products.columns-1 li.product:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 768px) {
	.woocommerce ul.products.columns-4 li.product:nth-last-child(-n+2),
    .woocommerce-page ul.products.columns-4 li.product:nth-last-child(-n+2),
	.woocommerce ul.products.columns-3 li.product:nth-last-child(-n+3),
	.woocommerce-page ul.products.columns-3 li.product:nth-last-child(-n+3),
	.woocommerce ul.products.columns-2 li.product:nth-last-child(-n+2),
	.woocommerce-page ul.products.columns-2 li.product:nth-last-child(-n+2),
	.woocommerce ul.products.columns-1 li.product:last-child,
	.woocommerce-page ul.products.columns-1 li.product:last-child {
        margin-bottom: 0;
    }
}

ul.products li.product > a {
	position: relative;
	transition: transform 300ms ease-in-out;
}

ul.products li.product > a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: var(--wp--custom--primary--main);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 300ms ease-in-out;
}

ul.products li.product > a.woocommerce-LoopProduct-link:hover {
	transform: translateY(-3px);
}

ul.products li.product > a:hover::before {
	transform: scaleX(1);
}

/*cart text*/
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices,
.wc-block-components-product-metadata,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,
table.wc-block-cart-items .wc-block-cart-items__header,
.wc-block-cart .wc-block-cart__totals-title,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{
	font-size: 16px;
 }

/*single product*/
body.single-product .related.products{margin-top:var(--wp--custom--spacer--xl);}