/*
Theme Name: Juliette Fogra
Version: 1.0
Theme URI: https://cyberoptik.net/
Description: Customizable responsive Wordpress theme created by CyberOptik
Author: CyberOptik
Author URI: https://cyberoptik.net/
Template: optik-theme
*/



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

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



/* Add font imports here */
/*'Roboto Serif 28*/
@font-face {
	font-family: 'Roboto Serif 28';
	font-weight: 400;
	src: url('fonts/robotoserif/robotoserif-28pt-regular.woff2');
}

/* Light Italic */
@font-face {
	font-family: 'Roboto Serif 28';
	font-weight: 300;
	font-style: italic;
	src: url('fonts/robotoserif/robotoserif-28pt-lightitalic.woff2');
}

/* Extra Light Italic */
@font-face {
	font-family: 'Roboto Serif 28';
	font-weight: 200;
	font-style: italic;
	src: url('fonts/robotoserif/robotoserif-28pt-extralightitalic.woff2');
}


/*'Roboto Serif 36*/
/* Light */
@font-face {
	font-family: 'Roboto Serif 36';
	font-weight: 300;
	src: url('fonts/robotoserif/robotoserif-36pt-extralight.woff2');
}

/* Ectra Light */
@font-face {
	font-family: 'Roboto Serif 36';
	font-weight: 200;
	src: url('fonts/robotoserif/robotoserif-36pt-extralight.woff2');
}



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



/***  UNIVERSAL STYLES  ***/

html {
	font-size: 16.5px;
}

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

body.page-style-book-boutique{
	color: var(--wp--custom--light--4);
	background-color: var(--wp--custom--dark--4);
}
p{line-height:1.4;}

.text-font-2{
	font-family: var(--wp--custom--font--2);
	font-weight: 200;
}

.text-font-2 strong a,
.text-font-2 strong{
	color: var(--wp--custom--dark--1);
	font-weight:400!important;
}

.text-font-2 p > a{text-decoration: underline;}

.text-font-2 em,
.text-font-2 em > *{
	font-family: var(--wp--custom--font--1);
}

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

.btt-button .fa {
	border-radius: var(--wp--custom--radius--xs);
	background-color: var(--wp--custom--primary--main);
	font-weight: 300;
	color: white;
}

.btt-button:hover .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);
}

body.page-style-book-boutique a{
	color: var(--wp--custom--secondary--dark);
}

body.page-style-book-boutique a:hover{
	color: var(--wp--custom--secondary--light);
}

/***  HEADINGS  ***/

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


body.page-style-book-boutique h1, 
body.page-style-book-boutique h2,
body.page-style-book-boutique h3,
body.page-style-book-boutique h4,
body.page-style-book-boutique h5,
body.page-style-book-boutique h6{
	color: var(--wp--custom--light--4);
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: .75em;
	letter-spacing: .05em;
}

h3 {
	font-size: .9em;
}

h4 {
	font-size: .9em;
}

h5 {
	font-size: .9em;
}

h6 {
	font-size: .9em;
}



/***  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 2.25em;
	border-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--xl);
	background-color: var(--wp--custom--primary--main);
	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--primary--light);
	background-color: var(--wp--custom--primary--light);
	color: white;
}

.button i, 
.wp-block-button__link i, 
.button:hover i, 
.wp-block-button__link:hover i {
	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--secondary--main);
	background: none;
	color: var(--wp--custom--secondary--main);
}

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

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



/***  ICONS  ***/

.fa {font-weight: 300;}

/* 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 {
	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"], 
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);
}

/* Buttons */

input[type="submit"], input[type="reset"], input[type="button"] {
	border-color: var(--wp--custom--primary--main);
	background-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--xs);
	color: white;
}

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

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

/* Ninja Forms */

.nf-form-fields-required {display: none;}





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



/***  SCROLL BAR  ***/

.scroll-bar {
	background-color: transparent;
}


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



/***  TOP BAR  ***/

.top-bar {
	background-color: var(--wp--custom--light--2);
}



/***  HEADER  ***/

.scroll-masthead, 
.header-masthead{ width:270px; }

body:not(.page-style-book-boutique) .header-masthead { padding: 0 0 2px; }

#header .cols { 
	min-height: 128px; 
}

body:not(.page-style-book-boutique) #header .cols { 
	align-items: flex-end; 
	transform: translateY(-53px);
}

.scroll-left, .scroll-right, 
.header-left, .header-right{ width: calc(100% - 270px);}

.nav-menu,
.scroll-menu{
	display: flex;
	text-transform: uppercase;
}

.nav-menu .full-item,
.scroll-menu .full-item{
	flex: 1;
	text-align: center;
}

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

body.page-style-book-boutique .header-logo {
    max-height: 98px;
}

/* Menu Button */

.header .menu-button .fa, 
.header .menu-button:hover .fa {
	color: var(--wp--custom--dark--1);
}

.header .menu-button.active .fa {
	background-color: var(--wp--custom--dark--1);
	color: white;
}

/*page-style-book-boutique*/
body.page-style-book-boutique .header .menu-button .fa, 
body.page-style-book-boutique .header .menu-button:hover .fa {
	color: var(--wp--custom--light--3);
}

body.page-style-book-boutique .header .menu-button.active .fa {
	background-color: var(--wp--custom--light--3);
	color: var(--wp--custom--dark--1);
}



/***  NAVBAR  ***/

.navbar {
}



/***  NAV MENUS  ***/

.nav-menu{font-size:.75em;}

.nav-menu > li > a {
	color: var(--wp--custom--dark--3);
	/* font-family: var(--wp--custom--font--2);
	font-weight: 300; */
	font-weight: 400;
	font-family: var(--wp--custom--font--1);
	padding: 25px 20px;
}


.nav-menu > li > a{
	padding: 20px 20px 0;
	line-height: 1;
}

body.page-id-17849 .nav-menu > li > a{padding: 25px 20px 0;}

.single-service .nav-menu > li.services-link > a, 
.single-service .nav-menu > li.services-link > span, 
.single-product .nav-menu > li.products-link > a, 
.single-product .nav-menu > li.products-link > span, 
.single-member .nav-menu > li.members-link > a, 
.single-member .nav-menu > li.members-link > span, 
.single-post .nav-menu > li.posts-link > a, 
.single-post .nav-menu > li.posts-link > span, 
.category .nav-menu > li.posts-link > a, 
.category .nav-menu > li.posts-link > span, 
.nav-menu > li.current-menu-ancestor > a, 
.nav-menu > li.current-menu-ancestor > span, 
.nav-menu > li.current-page-ancestor > a, 
.nav-menu > li.current-page-ancestor > span, 
.nav-menu > li.current-menu-item > a, 
.nav-menu > li:hover > a {
	color: var(--wp--custom--primary--dark);
}

/* .nav-menu > li.current-menu-ancestor > a, 
.nav-menu > li.current-menu-ancestor > span, 
.nav-menu > li.current-page-ancestor > a, 
.nav-menu > li.current-page-ancestor > span, 
.nav-menu > li.current-menu-item > a{
	font-weight: 400;
	font-family: var(--wp--custom--font--1);
} */

.nav-menu > li:last-of-type > a{padding-right:0;}

/*page-style-book-boutique*/
body.page-style-book-boutique .nav-menu > li > a {
	color: var(--wp--custom--light--4);
	padding: 26px 20px 16px;
}

body.page-style-book-boutique .nav-menu > li:last-of-type > a { padding-right: 0; }

body.page-style-book-boutique .single-service .nav-menu > li.services-link > a, 
body.page-style-book-boutique .single-service .nav-menu > li.services-link > span, 
body.page-style-book-boutique .single-product .nav-menu > li.products-link > a, 
body.page-style-book-boutique .single-product .nav-menu > li.products-link > span, 
body.page-style-book-boutique .single-member .nav-menu > li.members-link > a, 
body.page-style-book-boutique .single-member .nav-menu > li.members-link > span, 
body.page-style-book-boutique .single-post .nav-menu > li.posts-link > a, 
body.page-style-book-boutique .single-post .nav-menu > li.posts-link > span, 
body.page-style-book-boutique .category .nav-menu > li.posts-link > a, 
body.page-style-book-boutique .category .nav-menu > li.posts-link > span, 
body.page-style-book-boutique .nav-menu > li.current-menu-ancestor > a, 
body.page-style-book-boutique .nav-menu > li.current-menu-ancestor > span, 
body.page-style-book-boutique .nav-menu > li.current-page-ancestor > a, 
body.page-style-book-boutique .nav-menu > li.current-page-ancestor > span, 
body.page-style-book-boutique .nav-menu > li.current-menu-item > a, 
body.page-style-book-boutique .nav-menu > li:hover > a {
	color: var(--wp--custom--secondary--main);
}

/* Nav Button */

.nav-menu > li.nav-button > a > span {
	padding: 0.75em 1.5em;
	margin-top: -0.75em;
	margin-bottom: -0.75em;
	background-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--xl);
	color: white;
}

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



/***  DROPDOWN MENUS  ***/

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

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

/* Nested Dropdowns */

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



/***  HIDDEN NAV  ***/

.hidden-menu{font-size:.85em;}

.hidden-menu li a {
	text-transform: uppercase;
    color: var(--wp--custom--dark--3);
    font-family: var(--wp--custom--font--2);
    font-weight: 300;
}

.hidden-menu li.current-menu-item > a {
	font-weight: 400;
    font-family: var(--wp--custom--font--1);
	color: var(--wp--custom--primary--dark);
}

.hidden-nav::-webkit-scrollbar {
	width: 10px;
	background-color: var(--wp--custom--light--1, #E9E9E9);
}

.hidden-nav::-webkit-scrollbar-thumb {
	border: 0;
	background-color: var(--wp--custom--dark--3, #898989);
}





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

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

.banner a:hover {
	color: white;
}



/***  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-boxed, 
.main-sidebar {
	padding-top: var(--wp--custom--spacer--md);
	padding-bottom: var(--wp--custom--spacer--md);
}
	

.spaced-xs, 
.spaced-xs-top {
	padding-top: var(--wp--custom--spacer--xs);
}

.spaced-xs, 
.spaced-xs-btm {
	padding-bottom: var(--wp--custom--spacer--xs);
}

.spaced-sm, 
.spaced-sm-top {
	padding-top: var(--wp--custom--spacer--sm);
}

.spaced-sm, 
.spaced-sm-btm {
	padding-bottom: var(--wp--custom--spacer--sm);
}

.spaced, 
.spaced-top, 
.spaced-md, 
.spaced-md-top {
	padding-top: var(--wp--custom--spacer--md);
}

.spaced, 
.spaced-btm, 
.spaced-md, 
.spaced-md-btm {
	padding-bottom: var(--wp--custom--spacer--md);
}

.spaced-lg, 
.spaced-lg-top {
	padding-top: var(--wp--custom--spacer--lg);
}

.spaced-lg, 
.spaced-lg-btm {
	padding-bottom: var(--wp--custom--spacer--lg);
}

.spaced-xl, 
.spaced-xl-top {
	padding-top: var(--wp--custom--spacer--xl);
}

.spaced-xl, 
.spaced-xl-btm {
	padding-bottom: var(--wp--custom--spacer--xl);
}



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

/*PRODUCTS*/
.product-cols .entry{
	padding: 3px;
}

.product-cols .entry a{
	border-radius: 0;
}

.product-cols .entry-thumb{
	aspect-ratio: unset;
}

.product-cols .entry-text-wrap{display: none;}

.custom-product-grid .product-cols .cols { 
	gap: 6px; 
	width: 100%;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 900px) {
	.custom-product-grid .product-cols .cols { grid-template-columns: repeat(2, 1fr); }
}

@media screen and (max-width: 600px) {
	.custom-product-grid .product-cols .cols { grid-template-columns: 1fr; }
}

.custom-product-grid .product-cols .entry { padding: 0; }

.custom-product-grid .product-cols .product { width: 100% ; }

.custom-product-grid .product-cols .product-link { background-color: transparent; }

/* 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 .fa, 
.archive-pagination a:hover .fa {
	color: inherit !important;
	transition: all 0ms ease-in-out;
}



/***  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--secondary--main);
	color: white;
}

.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 {
	text-decoration: none;
	color: var(--wp--custom--primary--main);
}



/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
	font-size: 0.8em;
	background-color: var(--wp--custom--secondary--dark);
}

body.page-style-book-boutique .bottom-bar {
	color: var(--wp--custom--light--2);
	background-color: var(--wp--custom--dark--4);
}


/* Menus */

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

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

@media screen and (max-width: 900px) {
	.bottom-bar-row { 
		flex-direction: column;
		gap: 1em;
	}
	
	.bottom-bar-row .copyrights-credits-wrapper span { display: block !important; }
}


body.page-style-book-boutique .bottom-bar .menu a {
	color: var(--wp--custom--light--1);
}

body.page-style-book-boutique .bottom-bar .menu a:hover {
	text-decoration: none;
	color: var(--wp--custom--secondary--main);
}





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

/* Add custom theme styles here */


/*gallery*/
@media screen and (min-width:601px) {
	.gallery-2-spots{
		width: calc(66.66% - var(--wp--style--unstable-gallery-gap, 16px) * .33333)!important;
	}
}

@media screen and (max-width:601px) {
	.wp-block-gallery figure{width: 100%!important;}
}

.wp-block-image a img,
figure.wp-lightbox-container{
	transition: all 300ms ease-in-out;
}

.wp-block-image a:hover img,
figure.wp-lightbox-container:hover{
	transform: translateY(-3px);
	z-index: 1;
}

.wp-lightbox-overlay .close-button{background-color: white!important;}

body.block-editor-page .hide-mobile,
body.block-editor-page .hide-desktop-tablet{
	display: block !important;
	visibility: visible !important;
}

/*product single*/
.product-content{position: relative;}

.product-back{
    position: absolute;
    right: 0;
    top: -30px;
	transition: all 300ms ease-in-out;
}

.product-back i{
	font-size: 1.2em;
    padding: 5px;
	font-style: normal !important;
}

.product-back:hover i{
	background-color: var(--wp--custom--secondary--main);
	color: var(--wp--custom--primary--dark);
	cursor: pointer;
}

.product-nav-links{
    display: flex;
    align-items: center;
	justify-content: space-between;
	gap: 20px;
}


.product-nav-links .product-prev,
.product-nav-links .product-next,
.product-nav-links .product-in-works{ font-size: 0.6em; }

.product-nav-links .product-in-works,
.product-nav-links .product-link{
	flex: 1;
    text-align: center;
}

.product-nav-links .product-link img{
	max-width: 110px;
	transition: all 300ms ease-in-out;
}

.product-nav-links .product-link:hover img{
	transform: scale(1.05);
}

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

/*animate.css
.custom-delay-p5s{ animation-delay: .5s; }

.custom-delay-1p5s{ animation-delay: 1.5s; }

body:not(.block-editor-page) .wp-block-gallery figure:nth-child(n+4){opacity:0; }

.entry.product,
.wp-block-image {
  --animate-duration: 2s;
}*/

/* Base styles without hiding by default */
.product-cols .entry,
.gallery-grid figure,
.wp-block-gallery figure {
  transform: translateY(40px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

/* Only apply opacity: 0 when JS marks them */
.product-cols .entry.animate-init,
.gallery-grid figure.animate-init,
.wp-block-gallery figure.animate-init {
  opacity: 0;
}

/* Animation trigger */
.product-cols .entry.animate-in,
.gallery-grid figure.animate-in,
.wp-block-gallery figure.animate-in {
  animation-name: fadeInUpCustom;
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 1;
  transform: translateY(0);
}

/* Custom keyframes */
@keyframes fadeInUpCustom {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/*bottom-img-cols*/
.bottom-img-cols .wp-block-column{
    display: flex;
    flex-direction: column;
}

.bottom-img-cols .wp-block-column figure{
	margin-top: auto !important;
}

 @media screen and (max-width: 900px) {
	 .tablet-img-order{
		 display:flex;
		 flex-direction:column;
	 }
	 
	.tablet-img-order > figure{
		order:1;
		margin-block-end:40px!important;
	 }

	 .tablet-img-order *{order:2;}
}

/*right-content-width*/
.right-content-group{
	max-width:605px;
}

/*gallery-nav-overlay CSS*/
.glightbox-clean .gbtn{background-color:var(--wp--custom--primary--light);}

.glightbox-clean .gbtn:hover{background-color:var(--wp--custom--primary--dark);}

/*extras*/
.social-letters{
	letter-spacing: .05em;
}

.capabilities{
	font-size: .95em;
	    letter-spacing: .05em;
}

/*hover-alt*/
.hover-alt {
	position: relative;
}

.hover-alt:after {
	content: '';
	opacity: 0;
	width: 100%;
	height: 100%;
	background-image: var(--alt-image);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	transition: all 300ms ease-in-out;
	transform: translateY(-3px);
	z-index: 1;
}

/* Use JS class toggle instead of :hover */
.hover-alt.hover-active:after {
	opacity: 1;
}

body:not(.block-editor-page) .modal-only{display:none!important;}

/* Big Text */
.big-text { 
	font-size: 1.6em;
	line-height: calc(44 / 38 * 100%)
}

.big-text--first { margin-top: calc(12 / 26.4 * -1em) !important; }

/* Line Height */
.lh-1-3 { line-height: 1.3; }

/* Mobile Force Full Width */
@media screen and (max-width: 600px) {
	.mobile-columns-force-full-width.is-not-stacked-on-mobile { flex-wrap: wrap !important; }
	
	.mobile-columns-force-full-width .wp-block-column { flex-basis: 100% !important; }
	
	.mobile-columns-force-full-width .wp-block-group.is-nowrap { flex-wrap: wrap !important; }
}