/*!
Theme Name: snapshot.style
Theme URI: http://underscores.me/
Author: CSPC Ltd
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: snapshot-style
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

snapshot.style is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #FFFFFF;
}

a:hover,
a:focus,
a:active {
	color: #9CA3AF;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/****** Scrollbars styling *******/
::-webkit-scrollbar {
	width: 5px;
	margin-left: 5px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	background: #CFAF70;
}

::-webkit-scrollbar-thumb:hover {
	background: #CFAF70;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	/*margin: 0 0 1.5em;*/
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/****
**
GENERAL CLASSES
**
***/
body {
    background: black;
}


/* font control */
@font-face {
	font-family: 'Alexander Lettering';
	src: url('/wp-content/themes/snapshot-style/font/ALEXANDER LETTERING.woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/*@font-face {*/
/*	font-family: 'Inter';*/
/*	src: url('/wp-content/themes/snapshot-style/font/inter.woff2');*/
/*	font-weight: normal;*/
/*	font-style: normal;*/
/*	font-display: swap;*/
/*}*/
@font-face {
	font-family: 'Poppins';
	src: url('/wp-content/themes/snapshot-style/font/Poppins-Regular.woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
.font-inter{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-display: swap;
}
.font-poppins{
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-display: swap;
}
.font-alexander{
	font-family: "Alexander Lettering", cursive !important;
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


/****
**
HEADER
**
***/
.logged-in .hfe-nav-menu #menu-item-4921, .hfe-nav-menu #menu-item-4922 {
	display: none;
}
.logged-in .hfe-nav-menu #menu-item-4922 {
	display: inline-block;
}
#masthead{
	transition:transform .3s ease;
}
#masthead.sticky-header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:9999;
	background:#000000;
	transform:translateY(-100%);
	box-shadow:0 2px 12px rgba(0,0,0,.08);
}
#masthead.sticky-header.show-header{
	transform:translateY(0);
}
#masthead .custom-logo {
	max-width: 190px;
	height: auto;
}
@media screen and (min-width: 768px) {
	.hfe-nav-menu__layout-horizontal {
		width: auto !important;
	}
}
.priceInfo .cspc-wallet-balance {
	font-size: 14px;
}
@media screen and (max-width: 768px) {
	.elementor-widget-hfe-cart {
		position: absolute;
		right: 60px;
		top: 18px;
		z-index: 99;
	}
	.priceInfo .cspc-wallet-balance {
		font-size: 12px;
		position: absolute;
		right: 0;
		top: 20px;
	}
	body {
		padding-top: 165px;
	}
	.hfe-nav-menu__toggle {
		right: -20px;
	}
	.hfe-nav-menu__layout-horizontal {
		position: fixed !important;
		top: 111px !important;
		left: 0 !important;
		background-color: rgba(0, 0, 0, 0.85) !important;
		height: calc(100vh - 111px) !important;
		align-items: flex-start;
		backdrop-filter: blur(5px);
	}
	.ehf-header #masthead {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	#masthead {
		background: #000000;
		border-bottom: 1px solid rgba(255,255,255,0.25)
	}
	#masthead .hfe-retina-image .wp-caption .widget-image-caption {
		white-space: nowrap;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100% !important;
	}
}

/* Footer */
.socialLinks .elementor-social-icon {
	background: none;
}
.socialLinks .elementor-social-icon svg {
	fill: transparent;
}

/****
**
Icon Slider - Photo Cats
**
***/
.cat-icon-element {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #6C6C6C;
    border-radius: 10px;
    height: 40px;
    width: fit-content !important;
    padding: 0px 30px;
}
.cat-name-title p {
    font-size: 16px;
    color: #D1D5DB;
	margin: 0px;
}
.photo-cat-icon-slider-wrapper .slick-slide {
    width: fit-content !important;
    margin-right: 20px;
}
.cat-name-title a {
    color: white;
}

/****
**
Elementor AddOn 
**
***/


/* TAG MASONRY */
.etm-tags-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center; /* default; overridden by alignment setting */
	padding: 20px;
	box-sizing: border-box;
}
.etm-tags-cloud.etm-align-left {
	justify-content: flex-start;
}
.etm-tags-cloud.etm-align-center {
	justify-content: center;
}
.etm-tags-cloud.etm-align-right {
	justify-content: flex-end;
}
.etm-tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 18px;
	border: 1.5px solid #ffffff;
	border-radius: 50px;
	color: #ffffff;
	font-size: 14px;
	font-family: inherit;
	line-height: 1.4;
	white-space: nowrap;
	cursor: default;
	transition: background-color 0.2s ease, color 0.2s ease;
	box-sizing: border-box;
	box-shadow: 0 0 0 0.2px #ffffff;
	transform: translateZ(0);
    backface-visibility: hidden;
	background-clip: padding-box;

}
/* Optional: subtle hover effect */
.etm-tag:hover {
	background-color: rgba(255, 255, 255, 0.08);
}


/* Photoshoot Box */
.photoshoot-box-wrapper {
    height: 365px;
    width: 292px;
    border: 1px solid #404040;
    border-radius: 12px;
	position: relative;
	overflow: hidden;
}
.photoshoot-box-inner {
    padding: 25px;
	z-index: 1;
    position: relative;
}
.photoshoot-box-icon-wrapper {
    width: fit-content;
    background: #ffffff38;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 10px;
	margin-bottom: 10px;
}
.photoshoot-box-icon-wrapper svg {
	width: 36px;
	height: auto;
}
.photoshoot-box-icon-wrapper:not(:has(svg)) {
	display: none;
}
.photoshoot-box-title p {
    font-size: 14px;
    color: #d4d4d4;
    margin-bottom: 10px;
    margin-top: 0;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}
.photoshoot-box-content p {
    margin: 0;
    font-size: 14px;
    color: #D1D5DB;
}
.photoshoot-box-bg-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 100%;
	overflow: hidden;
}
.photoshoot-box-bg-image img {
    object-fit: cover;
    height: 100% !important;
    width: 100%;
}
.photoshoot-box-wrapper:hover .photoshoot-box-bg-image img {
    transform: scale(1.2);
    transition: ease-in .3s;
    overflow: hidden;
}
.photoshoot-box-wrapper .photoshoot-box-bg-image img {
	transition: ease-in .3s;
}
@media screen and (max-width: 768px) {
	.photoshoot-box-wrapper {
		width: 100%;
	}
}

/* Review Box */
.checked {
	color: orange;
}
.review-box-main-wrapper {
	background-color: color-mix(in oklab, #171717 70%, transparent);
    border-radius: 15px;
	min-height: 280px;
	border: 1px solid #262626;
	position: relative;
	perspective: 1200px;
	height: 100%;
	overflow: hidden;
}
.review-box-image-name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.review-box-inner,
.review-box-back-image {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: all 0.3s ease-in;
}
.review-box-inner {
    padding: 30px;
	position: relative;
	z-index: 2;
	transform: rotateY(0deg);
}
.review-box-image img {
    border-radius: 50% !important;
}
.review-box-image {
    margin-right: 20px;
}
.review-box-name-title p {
	font-size: 12px;
	color: #737373;
	margin-bottom: 10px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}
.review-box-job-title p {
    font-size: 13px;
}
.review-box-content p {
    color: #D1D5DB;
    font-size: 13px;
	margin-bottom: 0px;
    margin-top: 20px;
}
.review-box-stars {
	font-size: 12px;
}
.review-box-main-wrapper .review-box-back-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: rotateY(180deg);
	z-index: 1;
	border-radius: 15px;
}

.review-box-main-wrapper:hover .review-box-inner {
	transform: rotateY(-180deg);
}

.review-box-main-wrapper:hover .review-box-back-image {
	transform: rotateY(0deg);
}


/****
**
Homepage
**
***/
.home-portfolio-img{
    overflow: hidden;
}
.home-portfolio-img img {
    transition: ease-in .3s;
}
.home-portfolio-img:hover img {
    transform: scale(1.1);
    transition: ease-in .3s;
}
.photo-cat-icon-slider-wrapper .cat-icon img {
	max-width: 26px;
}

.listDiff .photoshoot-box-wrapper {
	height: auto;
}
.listDiffSpecial .elementor-widget-text-editor p {
	margin: 0 0 5px 0;
}
@media screen and (min-width: 768px) {
	.listDiff {
		align-items: stretch !important;
	}
	.listDiff > div {
		display: flex;
	}
	.listDiff > div > div {
		display: flex;
		height: 100%;
	}
	.listDiffSpecial > div > div {
		height: auto;
	}
}

/* Boudoir */
.listOffers .photoshoot-box-wrapper {
	width: 100%;
}
.listGridOffers .photoshoot-box-wrapper {
	height: 265px;
}

#bookingBox .elementor-icon-list-text em {
	font-style: normal;
	font-size: 12px;
	color: #A1A1A1;
}

.sectionPackage .recommended {
	background: white;
	padding: 5px 20px;
	border-bottom-left-radius: 15px;
	color: black;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	border-bottom-right-radius: 15px;
}
.sectionPackage h3 {
	font-family: "Oranienbaum", Sans-serif !important;
	font-size: 25px;
}
.sectionPackage h3 span {
	float: right;
	font-size: 12px;
	font-family: "Roboto" !important;
}
.sectionPackage .blkPackage {
	min-height: 380px;
}
.sectionPackage .blkPackage:hover {
	transform: scale(1.05);
	will-change: transform;
}

/* wpform */
form#wpforms-form-259 {
    border: 1px solid white;
    padding: 20px 30px;
    background: #171717;
    border-radius: 15px;
}
form#wpforms-form-259 .wpforms-title {
    color: white;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 15px;
}
form#wpforms-form-259 .wpforms-head-container {
    padding-bottom: 0;
}
form#wpforms-form-259 label.wpforms-field-label {
    color: white;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
}
input#wpforms-259-field_1, #wpforms-259-field_4, #wpforms-259-field_2, #wpforms-259-field_5, #wpforms-259-field_3 {
    width: 100%;
    max-width: unset;
    background: #262626;
    border: 1px solid white;
    border-radius: 10px;
	color: #FFFFFF;
}
input#wpforms-259-field_1::placeholder, #wpforms-259-field_4::placeholder, #wpforms-259-field_2::placeholder, #wpforms-259-field_5::placeholder, #wpforms-259-field_3::placeholder {
    color: #737373;
    opacity: 1;
    font-family: 'Inter';
    font-size: 12px;
}
button#wpforms-submit-259 {
    background: #EBEBEB;
    color: black;
    font-family: 'inter';
    font-size: 12px;
    padding-left: 25px;
    padding-right: 25px;
}


/****
**
OFFERS
**
***/

.offer-page-top-photo-box .photoshoot-box-wrapper {
    width: 100%;
    height: 260px;
}
.offers-boudoir-photoshoot-wrapper .photoshoot-box-wrapper {
    height: 290px;
}
.offers-image-grid img, .offers-image-grid a {
    width: 100%;
    object-fit: cover;
}
.offers-image-grid .elementor-widget-icon {
    pointer-events: none;
}
/*.alacarte-list:hover {*/
/*    background: white;*/
/*    transition: ease-in .3s;*/
/*}*/
/*.alacarte-list:hover span {*/
/*    color: black !important;*/
/*    transition: ease-in .3s;*/
/*}*/
/*.alacarte-list:hover svg path {*/
/*    fill: black !important;*/
/*    transition: ease-in .3s;*/
/*}*/
.alacarte-list .elementor-icon-list-item {
	background-color: color-mix(in oklab, #171717 70%, transparent);
	padding: 15px 20px !important;
}
.alacarte-list {
    transition: ease-in .3s;
}
.alacarte-list .elementor-icon-list-text {
	width: calc(100% - 20px);
}
.alacarte-list .elementor-icon-list-text b {
	float: right;
}
@media screen and (max-width: 768px) {
	.alacarte-list .elementor-icon-list-text b {
		display: inline-block;
		width: 100%;
		margin-top: 5px;
	}
}

/* Simple box list */
.simpleBlockList p {
	margin: 0;
}
.simpleBlockList .e-con-inner {
	display: flex;
	align-items: stretch;
}
.simpleBlockList .e-con-inner > .e-con {
	display: flex;
}
.simpleBlockList .e-con-inner > .e-con > .e-con {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.simpleBlockList ul {
	margin: 0;
	padding-left: 20px;
}

/****
**
ABOUT US
**
***/
.fotostudio-wrapper h3{
	margin-top: 0px;
}
.fotostudio-wrapper .elementor-widget-icon-box {
    min-height: 120px;
    height: 100%;
	display: table;
	width: 100%;
}
.fotostudio-wrapper .elementor-icon-box-wrapper {
    align-items: center !important;
    height: 100% !important;
}
.wpforms-container{
	margin-top: 0px !important;
}


/****
**
WOOCOMMERCE
**
***/

/* Non link ecommerce button */
.wc-block-components-button:not(.is-link) {
	border: 1px solid white;
	border-radius: 30px;
	text-decoration: none;
}

/* Checkout */
.wp-block-woocommerce-checkout, .wp-block-woocommerce-cart {
    color: white !important;
    max-width: 1240px;
    margin: 0 auto !important;
}
a.wc-block-components-checkout-return-to-cart-button {
    color: white;
    text-decoration-color: white;
}
a.wc-block-components-checkout-return-to-cart-button {
    color: white;
    text-decoration-color: white;
}
.wp-block-woocommerce-checkout label {
    color: black !important;
}
.wc-block-components-radio-control__label {
    color: white !important;
}
span.wc-block-components-checkbox__label {color: white !important;}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity span {
	color: #222222;
	font-weight: bold;
}

.wc-block-checkout__create-account {
	display: none !important;
}
.wp-block-woocommerce-checkout .wc-block-checkout__create-account {
	visibility: hidden;
}

/* CART */
.woocommerce-cart .wc-block-cart-items {
	padding: 30px;
	border: 1px solid #404040;
	border-radius: 25px;
	margin-bottom: 20px;
}
.woocommerce-cart .wc-block-components-sidebar {
	padding: 30px !important;
	border: 1px solid #404040;
	border-radius: 25px;
}
.woocommerce-cart .wc-block-cart-items .wc-block-components-product-name {
	font-size: 20px !important;
	text-decoration : none;
}
.woocommerce-cart .wc-block-components-product-details.wc-block-components-product-details {
	font-size: 14px !important;
}
.woocommerce-cart .wc-block-cart-items__row {
	position: relative;
}
.woocommerce-cart .wc-block-cart-item__remove-link {
	position: absolute;
	right: 10px;
	bottom: 30px;
}
.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-button {
	background: white;
}
.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-button .wc-block-components-button__text {
	color: #1a1a1a !important;
}
th.wc-block-cart-items__header-image {
    color: white;
}
th.wc-block-cart-items__header-total {
    color: white;
}
span.price.wc-block-components-product-price {
    color: white;
    font-weight: bold;
}
.wc-block-cart-item__quantity {
    color: white;
}
.wc-block-cart__submit-button > div{
    color: white !important;
}
.wc-block-cart__submit-button{
    text-decoration-color: white;
}
td.wc-block-cart-item__image {
    padding-left: 0 !important;
}

.wc-block-grid__product .wc-block-grid__product-image, .wc-block-grid__product .wc-block-grid__product-link {
	text-decoration: none;
}
ul.wc-block-grid__products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	padding-top: 15px;
}
.wc-block-grid__product.wc-block-grid__product {
	margin: 0;
	width: 100%;
	border-radius: 15px;
	border: 1px solid #404040;
	overflow: hidden;
	max-width: unset !important;
	text-align: left;
}
.wc-block-grid__product.wc-block-grid__product .wc-block-grid__product-title {
	padding: 0 15px;
	font-family: "Oranienbaum", Sans-serif;
	font-size: 16px;
	line-height: 1.5;
}
.wc-block-grid__products .woocommerce-Price-amount {
	padding: 0 15px;
	color: #958e09;
}
.wc-block-grid__products .wc-block-grid__product-add-to-cart {
	padding: 0 15px;
}
.wc-block-grid__products .wc-block-grid__product-add-to-cart a {
	margin-bottom: 10px;
	padding: 12px 24px;
	font-family: "Inter", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	background: #FFFFFF;
	border-radius: 50px;
	color: black;
}
@media screen and (max-width: 768px) {
	.woocommerce-cart .entry-content {
		padding: 0 20px;
	}
	.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__image {
		padding-right: 0 !important;
	}
	.woocommerce-cart .wc-block-cart-items__row {
		display: flex !important;
		flex-direction: column;
		gap: 15px;
		padding: 0 !important;
	}
	.woocommerce-cart .wc-block-cart-item__remove-link {
		position: absolute;
		right: auto;
		left: 0;
		bottom: 0;
	}
}

/* Thank You - Checkout */
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
	border-radius: 25px;
}
.woocommerce-checkout .wc-block-checkout__form {
	padding: 30px;
	border: 1px solid #404040;
	border-radius: 25px;
	margin-bottom: 20px;
}
.woocommerce-checkout .wc-block-checkout__actions {
	margin-bottom: 0;
}

/* Thank You - Order */
.woocommerce:has(.woocommerce-order) {
	padding: 0 20px;
}
.woocommerce-order {
    max-width: 1240px;
    margin: 0 auto;
    color: white !important;
	border: 1px solid #404040;
	padding: 30px;
	text-align: left;
	border-radius: 25px;
}
.woocommerce-order td.woocommerce-table__product-name.product-name a {
    font-weight: 800;
    color: white !important;
}
.woocommerce-order span.woocommerce-Price-amount.amount {
    color: white;
}
.woocommerce-order td {
    color: white;
}
.woocommerce-order th {
    color: white;
}
.woocommerce ul.order_details {
	margin: 0;
}
.galleryOrderConf {
	margin-top: 30px; padding: 20px; background: #111; border: 1px solid #333; border-radius: 8px;
}
.galleryOrderConf h3 {
	color: #cfaf70; margin-top: 0;
}
.galleryOrderConf h3 {
	color: #cfaf70; margin-top: 0;
}
.galleryOrderConf p {
	color: #fff;
}
.galleryOrderConf div {
	margin-top: 20px;
}
.woocommerce-checkout .galleryOrderConf .btnDownload {
	background: #cfaf70; color: #000; border: none; padding: 15px 25px; margin-right: 10px; text-decoration: none; border-radius: 25px;
	font-weight: normal;
}
.woocommerce-checkout .galleryOrderConf .btnBack {
	background: transparent !important; color: #fff; border: none; padding: 15px 25px; text-decoration: none; border-radius: 25px; font-weight: normal;
}
@media screen and (max-width: 768px) {
	.woocommerce ul.order_details {
		padding: 0;
	}
	.woocommerce ul.order_details li {
		width: 100%;
		border-right: none;
		padding: 15px 0;
		margin: 0;
		border-bottom: 1px dashed #cfc8d8;
	}
	.woocommerce ul.order_details li:last-child {
		border: none;
	}
	.woocommerce-order .woocommerce section:last-child {
		margin: 0;
	}
}

/* Login / Password */
.confirmBox {
	max-width: 600px;
	margin: 0 auto;
	border: 1px solid #404040;
	padding: 20px;
	border-radius: 25px;
}
.page-id-30:not(.logged-in) .elementor-shortcode {
	max-width: 600px;
	margin: 0 auto;
}
.woocommerce form .form-row {
	margin: 10px 0;
}
.customForm .elementor-shortcode, form.lost_reset_password {
	max-width: 600px;
	margin: 0 auto;
}
.logged-in .customForm .elementor-shortcode, .logged-in form.lost_reset_password {
	max-width: unset;
}
.customForm .woocommerce form .form-row input[type="text"], .customForm .woocommerce form .form-row input[type="password"], form.lost_reset_password .form-row input[type="text"], .customForm .woocommerce form .form-row input[type="email"] {
	width: 100%;
	max-width: unset;
	background: #262626;
	border: 1px solid white;
	border-radius: 10px;
	padding: 0 14px;
	min-height: 43px;
	color: #FFFFFF;
}
.woocommerce form .show-password-input:before, .woocommerce-page form .show-password-input:before {
	background-color: white;
	border-radius: 50%;
}
.customForm .woocommerce form .woocommerce-form-login__submit, form.lost_reset_password .woocommerce-Button {
	background: #EBEBEB;
	color: black;
	font-size: 14px;
	padding-left: 25px;
	padding-right: 25px;
	height: 41px;
	font-family: 'Inter';
	border-radius: 50px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	padding: 5px 0 0 10px;
}
.customForm .woocommerce-LostPassword {
	text-decoration: underline;
	float: right;
	width: auto;
	margin: -45px 0 0 0;
}
@media screen and (max-width: 768px) {
	.customForm .woocommerce-LostPassword {
		float: left;
		margin: 0;
	}
}
.customForm .woocommerce-LostPassword:hover {
	text-decoration: none;
}

form.lost_reset_password {
	border: 1px solid #404040;
	padding: 20px;
	margin: 2em auto;
	text-align: left;
	border-radius: 25px;
}
form.lost_reset_password .form-row {
	width: 100%;
}

.otherAction {
	display: inline-block;
	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-align: center;
	padding: 15px 0;
	margin-top: 15px;
}
.btnTrans {
	border: 1px solid #EBEBEB;
	color: #EBEBEB;
	font-size: 14px;
	padding: 10px 25px;
	height: 41px;
	font-family: 'Inter';
	border-radius: 50px;
}

/* Booking page */
.select2-container--default .select2-selection--single {
	position: relative;
}
span.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 8px;
	right: 11px;
}
.wpforms-form .wpforms-submit-container button.wpforms-submit{
	height: unset !important;
	min-height: 42px;
	border-radius: 50px !important;
	text-transform: none;
	letter-spacing: normal;
	font-size: 15px;
}

/* My account */
.woocommerce:has(.woocommerce-MyAccount-navigation) {
	border: 1px solid #404040;
	padding: 25px;
	margin: 2em 0;
	border-radius: 25px;
}
.woocommerce-MyAccount-navigation ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.woocommerce-MyAccount-navigation li {
	display: inline-block;
	width: 100%;
	padding: 10px 15px;
	border-top: 1px solid rgba(255,255,255,0.25);
}
.woocommerce-MyAccount-navigation li a {
	opacity: 0.65;
}
.woocommerce-MyAccount-navigation li.is-active:before {
	content: "→";
}
.woocommerce-MyAccount-navigation li.is-active a {
	opacity: 1;
}
.woocommerce-MyAccount-navigation li:first-child {
	border: none;
}
.woocommerce-message a {
	text-decoration: underline;
	color: inherit;
}
.woocommerce-message a:hover {
	color: #CFAF70;
}
.woocommerce-view-order .wc-item-meta {
	margin-left: 0;
}
.woocommerce table.my_account_orders .button.view_gallery, .woocommerce-MyAccount-orders .button.view_gallery {
	margin-left: 10px;
}

/* Shop page */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 1.35em;
}
.woocommerce .woocommerce-ordering select {
	padding: 8px 15px;
	border-radius: 5px;
}
.woocommerce ul.products li.product a img {
	border-bottom: 1px solid #404040;
}
.product-chip {
	padding: 0 15px;
	display: flex;
	width: auto;
	font-size: 12px;
	align-items: center;
	gap: 5px;
	color: #FFFFFF;
	float: right;
	margin-top: -26px;
}
.woocommerce-shop .woocommerce.columns-4 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
	display: none;
}
.woocommerce .products ul, .woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	padding-top: 15px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	margin: 0;
	width: 100%;
	border-radius: 15px;
	border: 1px solid #404040;
	overflow: hidden;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	padding: 0 15px;
	min-height: 50px;
}
.woocommerce ul.products li.product .price {
	padding: 10px 15px 0;
}
.woocommerce ul.products li.product .button {
	margin: 15px;
	padding: 12px 24px;
	font-family: "Inter", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	border: 1px solid white;
	border-radius: 50px;
	color: black;
}
.woocommerce nav.woocommerce-pagination ul {
	border: none;
	margin-top: 30px;
}
.woocommerce nav.woocommerce-pagination ul li {
	margin: 0 5px;
	border-radius: 50%;
	border: 1px solid #cfc8d8;
}
.woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a {
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.berocket_single_filter_widget {
	float: left;
	width: auto;
	padding: 0 40px;
}
.berocket_single_filter_widget h3 {
	display: none;
}
.berocket_single_filter_widget .bapf_body {
	width: 225px;
}
.berocket_single_filter_widget span.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 0;
}
.woocommerce-shop .select2-container--default .select2-results__option--highlighted[aria-selected], .woocommerce-shop .select2-container--default .select2-results>.select2-results__options {
	color: #404040;
}
.woocommerce-shop .select2-container--default .select2-results__option--highlighted[aria-selected] {
	color: #FFFFFF;
	background: #000000;
}
.woocommerce .woocommerce-ordering {
	margin-top: -67px;
	position: relative;
}
.woocommerce:has(.woocommerce-message) .woocommerce-ordering {
	margin-top: -175px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
	color: #CFAF70;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.woocommerce .products ul, .woocommerce ul.products {
		display: inline-block;
		width: 100%;
	}
	.woocommerce-checkout .wp-block-woocommerce-checkout {
		padding: 0 20px;
	}
	.wc-block-components-order-summary .wc-block-components-order-summary-item {
		flex-direction: column;
	}
	.wc-block-components-order-summary .wc-block-components-order-summary-item__image, .wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
		width: 100%;
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size: 1.15em;
	}
}

/* Brand page */
.tax-product_brand #main {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

/* FAQ section */
.faq-header {
	position: relative;
}
.faq-header:after {
	position: absolute;
	right: 20px;
	content: "";
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #a9a9a9;
	transition: all 0.3s ease-in;
}
.custom-faq-item.is-active .faq-header:after {
	transform: rotate(90deg);
}
.faq-icon {
	display: none !important;
}

/* Shootings */
@media screen and (max-width: 768px) {
	.otherButtons {
		position: static !important;
	}
	.berocket_single_filter_widget {
		width: 100%;
		padding: 0 11px;
	}
	.berocket_single_filter_widget .bapf_body {
		width: 100%;
	}
	.woocommerce .woocommerce-ordering, .woocommerce:has(.woocommerce-message) .woocommerce-ordering {
		margin: 0;
		width: 100%;
	}
	.woocommerce .woocommerce-ordering select {
		width: 100%;
	}
	.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
}


/* Page CMS */
.pagecms .elementor-icon-list-text:has(b) {
	display: flex;
}
.pagecms .elementor-icon-list-text b {
	min-width: 200px;
	padding: 0 10px 5px 0;
}
.pagecms .elementor-widget-container p:first-child {
	margin-top: 0;
}
.pagecms .elementor-widget-container p:last-child {
	margin-bottom: 0;
}

/** Blogs & post **/
.masonryGallery .gallery {
	column-count: 3;
	column-gap: 1em;
	display: inline-block;
}
.masonryGallery .gallery .gallery-item {
	break-inside: avoid;
	padding-bottom: 1em;
}
.hfe-posts-grid .hfe-post-date {
	font-family: "Inter", Sans-serif;
	color: #CFAF70;
	font-weight: bold;
}
.hfe-posts-grid .hfe-read-more {
	padding: 12px 24px;
	font-family: "Inter", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	border: 1px solid white;
	border-radius: 50px;
	color: #1a1a1a !important;
	background: #e9e6ed !important;
	margin-top: 15px;
	text-decoration: none !important;
	display: inline-block;
}

/** Single post **/
.custom-post-banner {
	position: relative;
	min-height: 70vh;
	display: flex;
	padding: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.custom-post-banner:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.5);
}
.custom-post-banner .banner-overlay {
	position: relative;
	width: 100%;
}
.custom-post-banner h1 {
	font-family: "Oranienbaum", Sans-serif;
}
.single-post .site-main {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
@media screen and (max-width: 768px) {
	.custom-post-banner {
		min-height: 45vh;
	}
}

/* Product Style */
.bookingCalendarParent {
	display: none;
}
.bookingCalendarParent:has(.cspc-booking-calendar-wrapper.active) {
	display: flex;
}
.bookingCalendarParent:has(.cspc-booking-calendar-wrapper.voucher-booking) {
	display: none;
}
.btnVoucherParent:has(.elementor-shortcode:empty), .ctaSection:has(.elementor-shortcode:empty) {
	display: none;
}
.btnVoucherParent .btnVoucher {
	background: none;
	border: 1px solid #FFFFFF;
	border-radius: 50px;
}

.bookingCalendarOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: -100vh;
	left: 0;
	z-index: 9998;
	background: #cfaf7082;
	transition: all 0.15s ease-in;
}
.bookingCalendar {
	background: #000000;
	border-radius: 20px;
	padding: 20px;
	position: fixed;
	left: 50%;
	top: -100vh;
	transform: translate(-50%, -50%);
	width: 480px;
	max-width: 90vw;
	z-index: 9998;
	text-align: center;
	transition: all 0.25s ease-in;
}
.bookingCalendar > div:first-child {
	max-height: 85vh;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 10px;
}



.bookingCalendarOverlay.active {
	top: 0;
}
.bookingCalendar.active {
	top: 50%;
}
.bookingCalendar label {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 6px;
}
.bookingCalendar h3 {
	margin: 0;
	display: inline-block;
	width: 100%;
	padding: 0 30px;
}
.cspc-booking-calendar-wrapper label input {
	background: none;
	border: none;
	text-align: center;
	color: #cfaf70 !important;
	outline: none;
}
.bookingCalendar .single_add_to_cart_button {
	background-color: #CFAF70 !important;
	border: 1px solid #CFAF70 !important;
	border-radius: 50px 50px 50px 50px !important;
	color: #1a1a1a !important;
	font-weight: 500 !important;
	margin: 0 auto !important;
}
.bookingCalendar .cspc-booking-slot-select {
	padding: 5px 10px;
}
.bookingCalendar .closeBtn {
	position: absolute;
	padding: 5px;
	background: none;
	border: none;
	outline: none;
	right: -10px;
	top: -10px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.bookingCalendar .closeBtn:before {
	content: "+";
	font-size: 28px;
	transform: rotate(45deg);
	color: #FFFFFF;
}
.single-product .productTitle em {
	font-style: normal;
	font-family:'Alexander Lettering',cursive;
	font-weight:400;
	color:#CFAF70;
	font-size:clamp(48px,7vw,80px);
}
.single-product .txtIntro .elementor-widget-container {
	max-width: 640px;
}
.single-product .blkBenefitsList br {
	display: none;
}
.single-product .blkBenefitsList .elementor-widget-container p {
	display:flex;
	flex-wrap:wrap;
	gap:9px;
	justify-content:center;
	align-items:center;
	width:100%;
	margin: 0;
}
.single-product .blkBenefitsList .elementor-widget-container span {
	font-size:12px;
	color:#dcdcdc;
	border:1px solid #404040;
	border-radius:999px;
	padding:6px 14px;
	white-space:nowrap
}
.single-product .packageTitle h2 {
	font-family:'Oranienbaum',serif;
	color:#fff;
	font-size:clamp(24px,3.4vw,34px);
	font-weight:400;
	line-height:1.2;
	margin:0 0 18px;
}
.single-product .packageTitle h2 em {
	font-style: normal;
	font-family:'Alexander Lettering',cursive;
	color:#CFAF70;
	font-size:clamp(44px,8vw,80px);
	line-height:1;
}
.single-product .packageList {
	width: 100%;
	display: inline-block;
}
.single-product .packageList p {
	margin: 0;
}
.single-product .packageList span {
	position: relative;
	padding-left: 20px;
	display: inline-block;
	width: 100%;
}
.single-product .packageList span:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
	font-size: 14px;
	color: #CFAF70;
	display: inline-block;
	padding-right: 5px;
	position: absolute;
	left: 0;
	top: 2px;
}
.single-product .packageMoreTitle h3 em {
	font-style: normal;
	font-family:'Alexander Lettering',cursive;
	color:#CFAF70;
	font-size:clamp(38px,6vw,62px);
	line-height:1;
}
.single-product .packageMoreList p {
	margin: 15px 0 0 0;
}
.single-product .packageMoreList span {
	display: inline-block;
	width: 100%;
	padding: 2px 0 2px 20px;
	position: relative;
}
.single-product .packageMoreList span:before {
	content: "✓";
	font-size: 15px;
	color: #CFAF70;
	display: inline-block;
	padding-right: 8px;
	position: absolute;
	left: 0;
	top: 2px;
}
.customShortcodeBtn a {
	background-color: rgba(0, 0, 0, 0);
	fill: #ffffff;
	color: #ffffff;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #CFAF70;
	border-radius: 50px 50px 50px 50px;
}
.customShortcodeBtn_1 a {
	background-color: #CFAF70;
	color: #1a1a1a;
	font-weight: 500;
}
.customShortcodeBtn_1 a:hover {
	color: #1a1a1a;
}
.stepSections .elementor-widget-text-editor p, .crosslinksSection .elementor-widget-text-editor p {
	margin: 0;
}
.stepSections h2 em, .crosslinksSection h2 em {
	font-family:'Alexander Lettering',cursive;
	font-weight:400;
	color:#CFAF70;
	font-size:clamp(48px,9vw,80px);
}

.cspc-booking-addons {
	display: inline-block;
	width: 100%;
	padding-top: 20px;
	border-top: 1px solid #CFAF70;
}
.cspc-booking-addons label {
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	border: 1px solid #FFF;
	margin: 10px 0 0 0;
	padding: 25px 10px 25px 90px;
	position: relative;
}
.cspc-booking-addons .cspc-addon-image-wrapper {
	position: absolute;
	width: 75px;
	height: calc(100% - 1px);
	top: 1px;
	left: 0;
}
.cspc-booking-addons label > span {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.cspc-booking-addons label:has(input:checked) {
	border: 1px solid #CFAF70;
	color: #CFAF70;
}

.secStep_1 {
	background: url("/wp-content/uploads/2026/05/luxury-boudoir-photography-prozess-vorgespraech-studio-hitzkirch-luzern.jpg") no-repeat center center;
	background-size: cover;
}
.secStep_2 {
	background: url("/wp-content/uploads/2026/05/luxury-boudoir-photography-prozess-shooting-studio-hitzkirch-luzern.jpg") no-repeat center center;
	background-size: cover;
}
.secStep_3 {
	background: url("/wp-content/uploads/2026/05/luxury-boudoir-photography-prozess-bildauswahl-download-hitzkirch.jpg") no-repeat center center;
	background-size: cover;
}

.crosslinksSection .textIntro .elementor-widget-container {
	max-width: 680px;
	margin: 0 auto;
}
.customAcfLink a {
	background: none;
	font-family:'Inter',sans-serif;
	font-size:13px;
	color:#CFAF70 !important;
	border-bottom:1px solid rgba(207,175,112,.5);
	padding:0 0 2px;
	align-self:flex-start;
	margin-top:auto;
	border-radius: 0;
	outline: none !important;
}
.customAcfLink a:after {
	content: "→";
	display: inline-block;
}
.faqSection h2 em {
	font-family:'Alexander Lettering',cursive;
	font-weight:400;
	color:#CFAF70;
	font-size:clamp(48px,9vw,80px);
}

/* FAQ */
.faqSection .elementor-widget-shortcode {
	width: 100%;
	display: inline-block;
}
.faqSection .faq-item {
	background: #111111;
	border: 1px solid #d5d8dc;
	border-bottom: none;
	cursor: pointer;
	transition: border-color 0.3s ease;
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
	overflow: hidden;
}
.faqSection .faq-item:last-child {
	border-bottom: 1px solid #d5d8dc;
}
.faqSection .faq-item h3 {
	margin: 0;
	position: relative;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 15px 20px 15px 45px;
	color: #FFFFFF;
}
.faqSection .faq-item.active h3 {
	color: #CFAF70;
}
.faqSection .faq-item h3:before {
	position: absolute;
	left: 20px;
	top: 4px;
	content: "+";
	font-size: 28px;
	color: #CFAF70;
}
.faqSection .faq-item.active h3:before  {
	content: "-";
	font-size: 35px;
	top: 3px;
}
.faqSection .faq-item p {
	border-top: 1px solid #d5d8dc;
	padding: 25px 20px 15px 20px;
	margin-top: 0;
	margin-bottom: 1em;
	display: none;
	font-size: 16px;
	color: #cccccc;
}
.ctaSection .elementor-widget-text-editor span {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-left: 20px;
}
.ctaSection .elementor-widget-text-editor span:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
	font-size: 14px;
	color: #CFAF70;
	display: inline-block;
	padding-right: 5px;
	position: absolute;
	left: 0;
	top: 2px;
}

/* Woocommerce CART */
.woocommerce-cart .wc-block-components-quantity-selector {
	display: none;
}

/* Global buttons my account */
.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 {
	border-radius: 25px;
	padding: 12px 25px;
}
.woocommerce-account .woocommerce-MyAccount-content {
	width: 66%;
}

/** Compliance banner **/
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
	border-radius: 25px !important;
}

/** WP Form **/
.wpforms-validate input[type="text"], .wpforms-validate input[type="email"], .wpforms-validate textarea {
	color: #FFFFFF;
}

/* Events page style */
.txtIntroEvent .elementor-widget-container {
	max-width: 640px;
	margin: 0 auto;
}
.single-event .event-book-button {
	background-color: #CFAF70;
	color: #1a1a1a;
	border-radius: 50px;
	font-size: 15px;
	line-height: 1;
	padding: 12px 24px;
	text-align: center;
	transition: all .3s;
}
.single-event .event-book-button:hover {
	background-color: #FFFFFF;
}
.blkCountdown .elementor-widget-container {
	display: flex;
	align-items: center;
}
.single-event .heroSection:has(.event-sold-out) .blkCountdown, .single-event .soldOutInfo .btnChooseDate, .single-event .heroSection:has(.event-sold-out) .event-book-button, .single-event .formInfo {
	display: none;
}
/*.single-event .heroSection:has(.event-sold-out) .btnChooseDate*/
.single-event .heroSection:has(.event-sold-out) .soldOutInfo, .single-event .heroSection:has(.event-sold-out) .formInfo {
	display: flex;
}
.single-event .soldOutInfo {
	padding-top: 30px;
	border-top: 1px solid #FFFFFF;
	text-align: center;
}
.single-event .formInfo .elementor-form-fields-wrapper {
	flex-wrap: nowrap;
}
.single-event .formInfo input[type="email"] {
	min-width: 200px;
	border-radius: 25px;
	padding-left: 15px;
}

.eventLists .elementor-post__thumbnail {
	border-bottom: 1px solid #404040;
	max-height: 300px;
}
.eventLists .elementor-post__text {
	padding: 0 15px 15px 15px;
}
.eventLists .elementor-post__read-more-wrapper {
	display: inline-block;
	margin: 15px 0;
}
.eventLists a.elementor-post__read-more {
	padding: 12px 24px;
	font-family: "Inter", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	border: 1px solid white;
	border-radius: 50px;
	color: black;
	background-color: #e9e6ed;
}