/*
Theme Name: Spiritual Response
Version: 6.1
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');
}

/* Medium */
@font-face {
	font-family: 'Poppins';
	font-weight: 500;
	src: url('fonts/poppins/poppins-medium.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');
}

/***  Great Vibes  ***/ 

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


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



/***  UNIVERSAL STYLES  ***/

html {
	font-size: 16px;
	scroll-padding: 100px
}

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--dark);
	font-weight: 300;
	color: white;
	padding: 0.25em;
}

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





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



/***  TEXT & LINKS  ***/

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

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

.main-wrap a:not([class]):not([data-wp-on--click]) {border-bottom: 1px dashed currentColor; }

.main-wrap a:not([class]):not([data-wp-on--click]):hover {
	text-decoration: none;
	border-bottom-style: solid;
}


/***  HEADINGS  ***/

h1, h2, h3, h4, h5, h6 {
	color: var(--wp--custom--primary--main);
}

h1 {
	font-family: var(--wp--custom--font--2);
	font-weight: 400;
	font-size: 3.8em;
}

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

h2 {
	font-family: var(--wp--custom--font--2);
	font-weight: 400;
	font-size: 3em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 3em;
    color: var(--wp--custom--primary--dark);
    margin-block-end: -25px !important;
	font-weight: 400;
}

h6 + h2{margin-block-start: 0!important;}



/***  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 2em;
	border-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--sm);
	background-color: var(--wp--custom--primary--main);
	font-weight: 600;
	color: white;
}

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

.sm-buttons .button,
.sm-buttons .wp-block-button__link{
	padding: 0.5em 1em;
	font-size: .9em;
}

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

/*secondary button*/
.secondary-button.button, 
.secondary-button .wp-block-button__link, 
.secondary-button .button-outline, 
.secondary-button .is-style-outline .wp-block-button__link {
	background-color: var(--wp--custom--secondary--main);
	border-color: var(--wp--custom--secondary--main);
	color: white;
}

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

/*white button*/
.white-button.button, 
.white-button .wp-block-button__link, 
.white-button .button-outline, 
.white-button .is-style-outline .wp-block-button__link {
	border-color: white;
	background-color: white;
	color: var(--wp--custom--dark--1);
}

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


/* OUTLINED BUTTONS */

.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 {
	background: none;
	border-color: var(--wp--custom--secondary--main);
	color: var(--wp--custom--secondary--main);
}

/*secondary*/
.secondary-button.button-outline, 
.secondary-button.is-style-outline .wp-block-button__link {
	color: var(--wp--custom--secondary--main);
	border-color: var(--wp--custom--secondary--main);
}

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

/*white*/
.white-button.button-outline, 
.white-button.is-style-outline .wp-block-button__link {
	background: none;
	color: white;
}

.white-button.button-outline:hover,
.white-button.is-style-outline .wp-block-button__link:hover {
	color: var(--wp--custom--secondary--main);
	border-color: var(--wp--custom--secondary--main);
}




/***  ICONS  ***/

.fa {
	font-weight: 300;
}

/* Icon Colors */

.fa, .fas, .far, .fal, .fab, .fa-solid {
	color: var(--wp--custom--primary--main);
	font-style: normal!important;
}

a .fa, a .fas, a .far, a .fal, a .fab{
	font-weight: 700;
	color: inherit;
}

.link-cards .wp-block-column a:not([class]) .fa,
a:not([class]) .fa, a:not([class]) .fas, a:not([class]) .far, a:not([class]) .fal, a:not([class]) .fab {
	padding-left: 0;
	/*padding-right: 10px;*/
	transition: all 300ms ease-in-out;
}


.link-cards .wp-block-column:hover a:not([class]) .fa,
a:not([class]):hover .fa, a:not([class]):hover .fas, a:not([class]):hover .far, a:not([class]):hover .fal, a:not([class]):hover .fab {
	color: inherit;
	padding-left: 7px;
	padding-right: 0;
}

/* 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--secondary--main);
	font-weight: 700;
}



/***  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"], 
textarea, select, .filter-reset {
	border-radius: var(--wp--custom--radius--xs);
}

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);
}

.custom-cta input[type="text"], .custom-cta input[type="email"], .custom-cta input[type="number"], 
.custom-cta input[type="password"], .custom-cta input[type="search"], input[type="tel"], 
.custom-cta input[type="url"], .custom-cta input[type="date"], .custom-cta input[type="datetime-local"], 
.custom-cta input[type="month"], .custom-cta input[type="time"], .custom-cta input[type="week"], 
.custom-cta textarea, .custom-cta select, .custom-cta .filter-reset{
	color: var(--wp--custom--dark--1);
}

/* Buttons */

input[type="submit"], 
input[type="reset"], 
input[type="button"], 
form button {
	border-color: var(--wp--custom--primary--main);
	background-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--xs);
	color: white;
	border-radius: var(--wp--custom--radius--sm);
	font-size: 1em;
	transition: all 300ms ease-in-out;
}

input[type="Submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover, 
form button:hover {
	border-color: var(--wp--custom--secondary--main);
	background-color: var(--wp--custom--secondary--main);
	color: white;
}

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

.nf-form-fields-required{margin-bottom: 20px;}



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



/***  SCROLL BAR  ***/

.scroll-bar {
	background-color: white;
	box-shadow: 0 0 20px 0 rgba(0,15,35,.12);
	z-index: 999;
}

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



/***  TOP BAR  ***/

.top-bar {
	background-color: var(--wp--custom--primary--main);
	padding-top: 5px;
    padding-bottom: 5px;
}

.top-bar .contact-list{
    display: flex;
    gap: 0 30px;
	flex-wrap: wrap;
}

.top-bar a,
.top-bar .wp-block-woocommerce-customer-account a,
.top-bar li:before{
	color: white!important;
	transition: all 300ms ease-in-out;
}

.top-bar li{margin-bottom: 0;}

.top-bar .wp-block-woocommerce-customer-account a:hover,
.top-bar a:hover{
	color: var(--wp--custom--secondary--main)!important;
	text-decoration: unset!important;
}





/***  HEADER  ***/
/* #header{border: 1px solid var(--wp--custom--primary--light);} */

 /*resize header widht*/
@media screen and (min-width: 1201px){
	.scroll-masthead, 
	.header-masthead{width: 200px;}
	
    .scroll-left, .scroll-right, 
    .header-left, .header-right{ width: calc(100% - 200px);}
}

.masthead-link{    flex-direction: column;}

.site-title{
	font-size: 0.97em;
    text-align: center;
	color:var(--wp--custom--primary--main);
}

@media screen and (max-width:1200px){
	.masthead-link, .masthead-link:hover{
		align-items:start;
	}
	.site-title{text-align:left;}
}

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

/* Menu Button */

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

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



/***  NAVBAR  ***/

.navbar {
}



/***  NAV MENUS  ***/

@media screen and (max-width:1300px) {
	.nav-menu{font-size: .85em;}
}

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

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

.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--main);
}

/* Nav Button */

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

.nav-menu > li.nav-button > a {
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	/* background-color: var(--wp--custom--primary--main); */
	border-radius: var(--wp--custom--radius--sm);
	color: white;
	font-weight: 600;
	overflow: hidden;
	background-color: transparent;
	z-index: 0;
}

.nav-menu > li.nav-button > a:before {
	content: '';
	position: absolute;
	inset: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background: linear-gradient(
		180deg,
		var(--wp--custom--secondary--main) 0%,
		var(--wp--custom--secondary--main) 40%,
		var(--wp--custom--primary--main) 60%,
		var(--wp--custom--primary--main) 100%
	);
	background-position: center center;
	transform-origin: center center;
	transform: rotate(0deg) scale(3);
	transition: all 300ms ease-in-out;
	z-index: -1;
}

.nav-menu > li.nav-button > a:hover:before {
	transform: rotate(180deg) scale(3);
}

.nav-menu > li.nav-button > a > * { position: relative; }

/* 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: white;
	text-align: left;
	color:var(--wp--custom--dark--1)
}

body:not(.wp-admin) .custom-banner:after,
body:not(.wp-admin) #banner:after{
    content: '';
    position: absolute;
    visibility: visible;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    /* background-image: url(/wp-content/uploads/banner-divider.png); */
		background-image: url(/wp-content/themes/spiritual-response/images/custom-banner-divider.png);
    background-size: 100% 100%; /* stretch width and height */
    background-position: bottom center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1200px) {
	body:not(.wp-admin) .custom-banner:after,
	body:not(.wp-admin) #banner:after {
		background-size: 100% auto;
}
}

body:not(.wp-admin) #banner .banner-container::before { 
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 75%);
	opacity: 0.9;
} 

@media screen and (max-width: 900px) {
	body:not(.wp-admin) #banner .banner-container::before { 
		background: white;
		opacity: 0.8;
	}
}

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

.banner-tall .banner-inner{
	min-height: 650px;
}

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

.banner-text-wrap { 
	max-width: 70%;
	margin-left: 0;
}

@media screen and (max-width: 900px) {
	.banner-text-wrap { max-width: none; }
}

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

.banner .deck-wrap,
.banner .banner-content-wrap{margin-top: 1.5em;}

.banner a:not([class]) {
	color: var(--wp--custom--primary--light);
}

.banner a:hover {
	color: white;
}

body.home .banner:before{background-position: left center;}

@media screen and (min-width:901px) {
	body.home .banner .banner-text-wrap{
		max-width: 50%;
		margin-right: 0;
	}
}




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



/***  SINGLE  ***/





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



/***  CTA BAR  ***/

.cta-bar {
	padding-top: 0;
    padding-bottom: 0;
    background-color: unset;
	color: white;
}

.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;
} 

/*custom-cta
.custom-cta,
.cta-bar{
	position: relative;
}


.custom-cta:before,
.cta-bar:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url(/wp-content/uploads/banner-divider.png);
    background-size: 100% 100px;
    background-position: top center;
    background-repeat: no-repeat;
   transform: rotate(180deg);
}*/



/***  FOOTER  ***/

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

body:not(.wp-admin) .footer-logo {filter: brightness(0) invert(1);}

.footer li ul{display: initial;}

.footer .menu li a{display: inline-block;}

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

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

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

.footer .wp-block-separator{border-top: 0;}



/***  6.3 BOTTOM BAR  ***/

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

/* Menus */

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

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





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

/* Add custom theme styles here */
/*BLOCK COLUMNS*/
 @media screen and (max-width: 900px) {
	 /*customized column width to full width on tablet*/
	 .wp-block-columns .wp-block-column{flex-basis:100%!important;}
	 
	 .tablet-reverse-order{flex-direction: column-reverse;}
 }
 
 @media screen and (max-width: 781px) {
	 .mobile-reverse-order{flex-direction: column-reverse;}
 }
 
/*laptop-modify-cols*/
@media (min-width:901px) and (max-width:1200px) {
	.laptop-3-cols,
	.laptop-2-cols{flex-wrap: wrap!important;}

	.laptop-3-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{flex-basis: calc(33.33% - 61px)!important;}

	.laptop-2-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{flex-basis: calc(50% - 61px)!important;}
}

/*tablet-modify-cols*/
@media (min-width:601px) and (max-width:900px) {
	.tablet-2-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{flex-basis: calc(50% - 61px)!important;}
	
	.tablet-3-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{flex-basis: calc(33.33% - 61px)!important;}
}

@media screen and (max-width:600px){
	.mobile-2-cols.wp-block-columns > .wp-block-column{flex-basis: calc(50% - 61px)!important;}
}



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


/*img-decor*/

.img-decor img{
    border-top-left-radius: var(--wp--custom--radius--lg);
    border-right: 6px solid var(--wp--custom--primary--main);
    border-bottom: 6px solid var(--wp--custom--primary--main);
    box-shadow: 0px 60px 104px -40px rgba(0, 0, 0, 0.15);
}

/*boxed-cols*/
.boxed-cols > .wp-block-column{
	background-color: white;
	border-right: 6px solid var(--wp--custom--primary--main);
	border-bottom: 6px solid var(--wp--custom--primary--main);
	padding: var(--wp--custom--spacer--xs);
}

/*link-cards*/
.link-card,
.link-cards .wp-block-column{
	transition: all 300ms ease-in-out;
	position: relative;
}

.link-card:hover,
.link-cards .wp-block-column:hover
{
	box-shadow: 0px 60px 104px -40px rgba(0, 0, 0, 0.15);
}

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

.link-card:hover a,
.link-cards .wp-block-column:hover a{color: var(--wp--custom--primary--light);}

.link-card .wp-block-heading,
.link-cards .wp-block-column .wp-block-heading{
	color: var(--wp--custom--secondary--main);
	transition: all 300ms ease-in-out;
}

.link-card:hover .wp-block-heading,
.link-cards .wp-block-column:hover .wp-block-heading{
	color: var(--wp--custom--primary--main);
}

.boxed-cols.link-cards{position: relative;}

.boxed-cols.link-cards .wp-block-column{
	padding-bottom: var(--wp--custom--spacer--lg);
}

.boxed-cols.link-cards a{
    position: absolute;
    bottom: 20px;
	padding-right:10px;
	border-bottom:unset!important;
}

/*details*/

details{
	border-right: 2px solid var(--wp--custom--primary--main);
    border-bottom: 2px solid var(--wp--custom--primary--main);
	transition: unset!important;
}

details:not(:first-child) {
    margin-top: var(--wp--custom--spacer--xs);
}

details summary:hover{background-color: var(--wp--custom--primary--light);}

details summary:hover:after{color: white;}

details[open]{
	border-color: var(--wp--custom--primary--dark);
	padding-bottom: 15px;
}

details[open] summary,
details[open] summary:after{
	background-color: var(--wp--custom--primary--dark);
	color: white;
}

details > *:not(summary) {padding-right: 10px;}

/*read more details*/
details.read-more{
	border: unset!important;
	text-align: center;
}

details.read-more > *:not(summary) { text-align: left; }

.read-more summary{
	display: inline-block;
	margin: 0 auto;
	padding: 0.75em 2em;
	border-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--sm);
	background-color: var(--wp--custom--primary--main);
	font-weight: 600;
	color: white;
}

.read-more summary:hover{
	border-color: var(--wp--custom--secondary--main);
	background-color: var(--wp--custom--secondary--main);
}

.read-more summary:after { display: none; }
/*
details.read-more summary:after{
	left: unset;
	right: 0;
	color: inherit;
}

.wp-block-group.stack-mobile > details.read-more summary:after{
	right:-20px;
} */

.read-more[open] summary{display: none!important;}

/*BOOKS*/
.product-columns .wp-block-group {
  display: none;
}


/*WOOCOMMERCE*/

/* My Account */
body.woocommerce-account .woocommerce-notices-wrapper + h2 { margin-top: 0; }

/*products loop*/
.woocommerce-loop-product__title{
	color: var(--wp--custom--secondary--main);
	transition: all 300ms ease-in-out;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link:hover .woocommerce-loop-product__title{
	color: var(--wp--custom--primary--light);
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{
	color: var(--wp--custom--primary--main);
	font-weight: 700;
}

ul.products .woocommerce-product-details__short-description a[href*="amazon"]{
	display: inline-block;
	margin-top: 10px;
}

.woocommerce-result-count{display: none;}

li.wc-block-product{margin-left:0;}

li.wc-block-product a{border-bottom:unset!important;}

/*home products*/

@media screen and (max-width:900px){
	.wc-block-product-template__responsive{
		grid-template-columns: repeat(2, 1fr)!important;
	}
}

@media screen and (max-width:600px){
	.wc-block-product-template__responsive{
		grid-template-columns: 1fr!important;
	}
}


/*product single*/

body.single-product .banner:before{
	background-image: url('/wp-content/uploads/product-banner.jpg');
	opacity: .3;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
	color: var(--wp--custom--primary--main);
}

.product_meta{
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

body.single-product .related.products{
	display: flex;
    width: 100%;
    flex-direction: column;
}

/*woo buttons*/
:root :where(.wp-element-button, .wp-block-button__link),
.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{
	background-color: var(--wp--custom--primary--main)!important;
	color: white;
	font-weight: 400;
	border-radius: var(--wp--custom--radius--sm);
}

:root :where(.wp-element-button, .wp-block-button__link):hover,
.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{
	background-color: var(--wp--custom--secondary--main)!important;
	color: white;
}

.woocommerce a.added_to_cart{display: block;}


/*variations*/
table.variations th,
table.variations td{
	display: block;
	text-align: left;
}

.woocommerce div.product form.cart .variations label{
	font-weight: 400;
	font-size: 0.875em;
}

/*woo product custom fields*/
.wcpa_wrap .wcpa_field_wrap input[type=text], .wcpa_wrap .wcpa_field_wrap input[type=url], .wcpa_wrap .wcpa_field_wrap input[type=date], .wcpa_wrap .wcpa_field_wrap input[type=time], .wcpa_wrap .wcpa_field_wrap input[type=number], .wcpa_wrap .wcpa_field_wrap input[type=email], .wcpa_wrap .wcpa_field_wrap input[type=tel], .wcpa_wrap .wcpa_field_wrap input[type=password], .wcpa_wrap .wcpa_field_wrap input[type=datetime-local], .wcpa_wrap .wcpa_field_wrap .wcpa_color_field, .wcpa_wrap .wcpa_field_wrap select, .wcpa_wrap .wcpa_field_wrap .wcpa_advanced_select .wcpa__control, .wcpa_wrap .wcpa_field_wrap .wcpa_other_value input{
	border-color: #d2d2d2;
}

/*empty cart*/
.editor-styles-wrapper .wc-block-cart__empty-cart__title, .wc-block-cart__empty-cart__title{font-size: 2.5em!important;}

/*notice bar*/
.woocommerce-message{border-top-color: var(--wp--custom--primary--main);}

/*continue-buttons*/
.continue-buttons{
	font-size:.8em;
}

.continue-buttons .wp-block-button__link{
	padding: 0.75em 1.5em;
	background-color:transparent!important;
	color:var(--wp--custom--primary--main)!important;
	border-color:var(--wp--custom--primary--main)!important;
}


.continue-buttons .wp-block-button__link:hover{
	background-color:var(--wp--custom--primary--main)!important;
	color:white!important;
}

/*QUANTITY*/
.woocommerce .quantity .qty{width:90px;}



/*RESTRICT CONTENT PRO*/
.rcp_registration_total_details{margin: 20px 0;}

.rcp_registration_total_details td, 
.rcp_registration_total_details th{
	padding:10px 10px 10px 0;
    text-align: left;
}

/*stack-mobile*/
@media screen and (max-width:600px){
	.stack-mobile{
		flex-direction:column;
	    align-items: flex-start!important;
	}
}
