/* Archive page */
.site-content-photos {
	position: relative;
}

.mx-photo-filters {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-bottom: 20px;
}

.mx-photo-filters a {
	opacity: 0.5;
}

.mx-photo-filters a:hover {
	color: var(--mainSecondaryColor_1);
}

.site-content-photos .mx-videos-background {
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	z-index: -1;
}

.site-content-photos .vc_column-inner {
	padding: 0;
}

.mx-photo-header-page {
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
	width: 100%;
	text-align: center;
}

.mx-photo-header-page .mx-title-page {
	margin: 180px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

@media (max-width: 1300px) {
	.site-content-photos .mx-videos-background {
		top: 40px;
	}
}

@media (max-width: 767px) {
	.mx-photo-header-page {
		margin: 0 0 20px 0;
	}

	.mx-photo-header-page .mx-title-page {
		margin: 110px 0 0 0;
	}
}

.mx-photos-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 40px;
	grid-row-gap: 30px;
}

.mx-photos-list .mx-photo-item {
	margin: 0 0 40px 0;
}

.mx-photos-list .mx-photo-item .mx-photo-item-inner {
	background: inherit;
	border-radius: 6px;
	border-radius: 6px;
	transition: 0.3s;
}

.mx-photos-list .mx-photo-item .mx-photo-item-inner:hover {
	background: inherit;
}

.mx-photos-list .mx-photo-item .mx-photo-item-inner:hover .mx-card-item-info-title {
	color: rgba(34, 75, 38, 1);
}

.mx-photos-list .mx-photo-item .mx-photo-item-inner .mx-photo-item-thumbnail {
	position: relative;
	display: block;
}

.mx-photos-list .mx-photo-item .mx-photo-item-inner .mx-photo-item-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 6px;
}

.mx-photos-list .mx-photo-item .mx-photo-item-inner .mx-photo-item-thumbnail .mx-photo-item-thumbnail-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 6px;
	opacity: 0;
	transition: 0.3s;
}

.mx-photos-list .mx-photo-item .mx-photo-item-inner:hover .mx-photo-item-thumbnail-overlay {
	opacity: 1;
	background: rgba(95, 6, 19, 0.2);
}

.mx-photos-list .mx-photo-item .mx-photo-item-inner:active .mx-photo-item-thumbnail-overlay {
	background: var(--cardColorActive);
}

.mx-photos-list .mx-pagination {
	margin: 20px 0 0 0;
}

.mx-card-item-info .mx-card-item-model:hover .mx-card-item-model-image img {
	filter: brightness(1.1);
}

@media (max-width: 767px) {
	.site-content-photos .mx-videos-background {
		top: 0;
	}

	.mx-photos-list .mx-photo-item {
		margin: 0 0 20px 0;
	}

	.mx-photos-list .mx-photo-item .mx-photo-item-inner {
		border-radius: 6px;
	}

	.mx-photos-list .mx-photo-item .mx-photo-item-inner .mx-photo-item-thumbnail img {
		border-radius: 6px;
	}

	.mx-photos-list .mx-photo-item .mx-photo-item-inner .mx-photo-item-thumbnail .mx-photo-item-thumbnail-overlay {
		border-radius: 6px;
	}
}

@media (max-width: 600px) {
	.site-content-photos .mx-videos-background {
		top: 45px;
	}
}

/* End // Archive page */

/* Single page */
.site-content-photo {
	/* padding: 60px 0 0 0; */
	position: relative;
}

.site-content-photo .mx-single-photo-membership-exlusive {
	padding-top: 80px;
	position: relative;
	height: 100vh;
}

.site-content-photo .mx-single-photo-membership-exlusive .mx-single-photo-membership-exlusive-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.site-content-photo .mx-single-photo-membership-exlusive .mx-single-photo-membership-exlusive-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 100%;
}

.site-content-photo .mx-single-photo-membership-exlusive .mx-single-photo-membership-exlusive-content .mx-single-photo-info {
	width: 680px;
}

.site-content-photo .mx-single-photo-membership-exlusive .mx-single-photo-membership-exlusive-content .mx-single-photo-membership-exlusive-content-box {
	position: relative;
	background: rgba(244, 167, 187, 0.9);
	padding: 30px 0;
	width: 925px;
	margin: 0 auto;
	border: none;
	outline: none;
}

.site-content-photo .mx-single-photo-membership-exlusive .mx-single-photo-membership-exlusive-content .mx-single-photo-membership-exlusive-content-box::before {
	content: '';
	width: 100%;
	height: 18px;
	position: absolute;
	top: -18px;
	background-image: url('../images/photos-waves.png');
	background-repeat: no-repeat;
	background-position: center;
}

.site-content-photo .mx-single-photo-membership-exlusive .mx-single-photo-membership-exlusive-content .mx-single-photo-membership-exlusive-content-box::after {
	content: '';
	width: 100%;
	height: 18px;
	position: absolute;
	bottom: -18px;
	background-image: url('../images/wave-bottom.png');
	background-repeat: no-repeat;
	background-position: center;
}

.site-content-photo .mx-single-photo-membership-exlusive .mx-single-photo-membership-exlusive-content .mx-single-photo-membership-exlusive-content-box.chrome::before {
	top: -17.08px;
}

.site-content-photo .mx-single-photo-membership-exlusive .mx-single-photo-membership-exlusive-content .mx-single-photo-membership-exlusive-content-box.chrome::after {
	bottom: -17.78px;
}

.site-content-photo .mx-single-photo-membership-exlusive .mx-single-photo-membership-exlusive-content .mx-single-photo-membership-exlusive-content-top-wave {
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.site-content-photo .mx-single-photo-membership-exlusive .mx-single-photo-membership-exlusive-content .mx-single-photo-membership-exlusive-content-bottom-wave {
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.site-content-photo .mx-single-photo-membership-exlusive .mx-single-photo-membership-exlusive-content .mx-single-photo-info-title {
	margin: 0;
}

.site-content-photo .mx-single-photo-membership-exlusive .mx-single-photo-membership-exlusive-content .mx-price-free-for-membership {
	margin-top: 16px;
}

.site-content-photo .mx-videos-background {
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
}

.site-content-photo .mx-single-photo-info {
	max-width: 680px;
	margin: 0 auto;
	text-align: center;
}

.site-content-photo .mx-single-photo-info-content {
	display: flex;
	align-items: center;
	gap: 10px 16px;
	flex-wrap: wrap;
	overflow: hidden;
	margin-top: 24px;
	justify-content: center;
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-content .mx-single-photo-info-content-models {
	display: flex;
	align-items: center;
	grid-area: 16px;
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-content .mx-single-photo-info-content-models .mx-single-photo-info-content-model {
	display: flex;
	align-items: center;
	gap: 3px;
	color: var(--mainSecondaryColor_2);
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-content .mx-single-photo-info-content-models .mx-single-photo-info-content-model .mx-single-photo-info-content-model-icon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-content .mx-single-photo-info-content-models .mx-single-photo-info-content-model .mx-single-photo-info-content-model-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-content .mx-single-photo-info-content-models .mx-single-photo-info-content-model .mx-single-photo-info-content-model-name {
	transition: all 0.3s ease;
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-content .mx-single-photo-info-content-models .mx-single-photo-info-content-model:hover .mx-single-photo-info-content-model-name {
	color: rgba(34, 75, 38, 1);
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-content .mx-single-photo-info-content-models .mx-single-photo-info-content-model img {
	transition: all 0.3s ease;
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-content .mx-single-photo-info-content-models .mx-single-photo-info-content-model:hover img {
	filter: brightness(1.1);
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-content .mx-single-photo-info-content-duration {
	display: flex;
	align-items: center;
	gap: 2px;
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-content .mx-single-photo-info-content-duration svg {
	margin-top: 2.5px;
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-content .mx-single-photo-info-content-duration span {
	font-size: 16px;
	color: var(--mainSecondaryColor_2);
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-content .mx-single-photo-info-content-count {
	display: flex;
	align-items: center;
	gap: 2px;
	color: var(--mainSecondaryColor_2);
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-content .mx-single-photo-info-content-count svg {
	width: 22px;
	height: 22px;
	color: var(--mainSecondaryColor_2);
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-content .mx-single-photo-info-content-likes {
	display: flex;
	align-items: center;
	gap: 7px;
	border: 1px solid var(--mainSecondaryColor_2);
	border-radius: 6px;
	padding: 4px 8px;
	transition: all 0.3s ease;
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-content .mx-single-photo-info-content-likes .mx-single-photo-info-likes-count {
	color: var(--mainSecondaryColor_2);
	transition: all 0.3s ease;
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-content .mx-single-photo-info-content-likes:hover {
	cursor: pointer;
	background: rgba(33, 54, 35, 0.1);
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-content .mx-single-photo-info-content-likes:active {
	background: rgba(25, 50, 29, 0.1);
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-content .mx-single-photo-info-content-likes.active {
	background: var(--mainSecondaryColor_2);
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-content .mx-single-photo-info-content-likes.active:hover {
	opacity: 90%;
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-content .mx-single-photo-info-content-likes.active .mx-single-photo-info-likes-count {
	color: var(--mainTertiaryColor_1);
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-content .mx-single-photo-info-content-likes svg path {
	transition: all 0.3s ease;
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-content .mx-single-photo-info-content-likes.active svg path {
	fill: var(--mainTertiaryColor_1);
}

.site-content-photo .mx-single-photo-info {
	text-align: center;
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-title {
	margin: 200px 0 0 0;
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-categories a {
	padding: 6px 8px;
	background: rgba(95, 6, 19, 0.16);
	color: var(--mainSecondaryColor_1);
	border-radius: 6px;
	transition: all 0.3s ease;
	display: block;
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-categories a:hover {
	background: rgba(95, 6, 19, 0.3);
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-categories a:active {
	background-color: rgba(95, 6, 19, 0.16);
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-description {
	margin-top: 16px;
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-meta {
	margin: 20px 0 0 0;
	gap: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-meta .mx-single-photo-info-meta-payment {
	color: var(--textPrimaryColor);
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-meta .mx-single-photo-info-meta-count {
	color: var(--textPrimaryColor);
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-button {
	margin: 8px 0 0 0;
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-button a {
	display: inline-block;
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-button .mx-price-free-for-membership {
	margin: 0 0 0 20px;
	display: inline-block;
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-back {
	margin: 20px 0 0 0;
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-back a {
	font-size: var(--linksFontSize);
	color: var(--mainLinkFontColorMain);
	opacity: 0.6;
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-back a:hover {
	color: var(--mainLinkFontColorHover);
	opacity: 1;
}

.site-content-photo .mx-single-photo-info .mx-single-photo-info-back a:active {
	color: var(--mainLinkFontColorActive);
	opacity: 1;
}

.site-content-photo .mx-single-photo-content {
	margin: 16px 0 60px 0;
	overflow: hidden;
}

.site-content-photo .mx-single-photo-content .item {
	position: relative;
}

.site-content-photo .mx-single-photo-content .item img {
	display: block;
	width: 100%;
}

.site-content-photo .mx-single-photo-content .item a {
	transition: 0.3s;
}

.site-content-photo .mx-single-photo-content .item a::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(95, 6, 19, 0.2);
	z-index: 1;
	opacity: 0;
	content: '';
	transition: all 0.3s ease;
}

.site-content-photo .mx-single-photo-content .item:hover a::before,
.site-content-photo .mx-single-photo-content .item:hover a::after {
	opacity: 1;
}

.site-content-photo .mx-single-photo-info-excerpt {
	margin: 50px 0 0 0;
	line-height: 190%;
	color: var(--textSecondaryColor);
}

.site-content-photo .mx-reviews {
	margin: 60px 0 0 0;
}

#macy-container {
	display: flex;
	flex-wrap: wrap;
}

#macy-container .item {
	flex-grow: 1;
	max-width: 60%;
}

#macy-container .item img {
	width: 100%;
	height: 420px;
	object-fit: cover;
}

@media (max-width: 1700px) {
	#macy-container .item {
		max-width: none;
	}
}

@media (max-width: 1300px) {
	.site-content-photo .mx-single-photo-membership-exlusive {
		padding-top: 45px;
	}
}

@media (max-width: 1000px) {
	.site-content-photo .mx-single-photo-membership-exlusive .mx-single-photo-membership-exlusive-content .mx-single-photo-membership-exlusive-content-box {
		width: 100%;
	}

	.site-content-photo .mx-single-photo-membership-exlusive .mx-single-photo-membership-exlusive-content .mx-single-photo-membership-exlusive-content-box::before {
		display: none;
	}

	.site-content-photo .mx-single-photo-membership-exlusive .mx-single-photo-membership-exlusive-content .mx-single-photo-membership-exlusive-content-box::after {
		display: none;
	}

	.site-content-photo #wave-bottom {
		display: none;
	}

	.site-content-photo #wave-top {
		display: none;
	}
}

@media (max-width: 767px) {
	.site-content-photo .mx-single-photo-membership-exlusive {
		height: 100vh;
	}

	.site-content-photo .mx-single-photo-info .mx-single-photo-info-title {
		margin: 110px 0 0 0;
	}

	.site-content-photo .mx-single-photo-membership-exlusive .mx-single-photo-membership-exlusive-content .mx-single-photo-info {
		width: 100%;
		padding-left: 16px;
		padding-right: 16px;
	}

	#macy-container .item img {
		width: 100%;
		height: 250px;
		object-fit: cover;
	}

	.site-content-photo .mx-single-photo-content {
		margin: 16px 0 40px 0;
	}
}

/* End // Sinle page */

/* Shortcode: mx-other-albums */
.mx-other-albums-shortcode {
	padding: 0 20px;
}

.mx-other-albums-shortcode .mx-other-albums-buttom-mobile {
	display: none;
}

.mx-other-albums-shortcode .mx-title-page {
	margin: 0;
	font-size: 42px;
}

.mx-other-albums-shortcode .mx-photo-header-page {
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px 0;
}

@media (max-width: 767px) {
	.mx-other-albums-shortcode {
		padding: 0 16px;
	}

	.mx-other-albums-shortcode .mx-other-albums-buttom-mobile {
		display: block;
		width: 380px;
		margin: 0 auto;
	}

	.mx-other-albums-shortcode .mx-other-albums-buttom-desktop {
		display: none;
	}

	.mx-other-albums-shortcode .mx-photo-header-page {
		margin: 0 auto 20px auto;
		display: flex;
		justify-content: center;
	}

	.site-content-photo .mx-single-photo-membership-exlusive .mx-single-photo-membership-exlusive-content {
		top: 80%;
	}

	.mx-other-albums-shortcode .mx-other-albums-buttom-mobile {
		width: 100%;
	}
}

@media (max-width: 400px) {
	.site-content-photo .mx-single-photo-membership-exlusive .mx-single-photo-membership-exlusive-content {
		top: 77%;
	}
}

/* Shortcode: mx-photos-grid */
.mx-photos-grid-shortcode {
	position: relative;
	background-image: url('../images/popular-background-2.png');
	background-repeat: no-repeat;
	background-position: center;
}

.mx-photos-grid-shortcode-wrapper {
	max-width: 1400px;
	margin: 0 auto;
}

.mx-photos-grid-shortcode .mx-photo-item-heading-mobile {
	display: none;
}

.mx-photos-grid-shortcode .mx-photo-item-heading .mx-photo-item-heading-title {
	margin-bottom: 10px;
}

.mx-photos-grid-shortcode .mx-photo-item-heading .mx-photo-item-heading-link {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 90px;
	padding: 22px 33px;
	font-size: 32px;
}

.mx-photos-grid-shortcode .mx-photo-item {
	position: relative;
	overflow: hidden;
}

.mx-photos-grid-shortcode .mx-photo-item-box .mx-photo-shortcode-background {
	margin-bottom: -110px;
	width: fit-content;
	margin-left: 245px;
}

.mx-photos-grid-shortcode .mx-photo-item .mx-photo-item-title {
	position: absolute;
	bottom: 10px;
	left: 50%;
	width: 90%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 100;
	text-transform: uppercase;
	color: var(--mainPrimaryColor);
	opacity: 0;
	transition: all 0.3s ease;
	pointer-events: none;
}

.mx-photos-grid-shortcode .mx-photo-item:hover .mx-photo-item-count {
	opacity: 1;
}

.mx-photos-grid-shortcode .mx-photo-item:hover .mx-photo-item-title {
	opacity: 1;
}

.mx-photos-grid-shortcode .mx-photo-item .mx-photo-item-count {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 4px;
	display: flex;
	align-items: center;
	gap: 4px;
	z-index: 100;
	opacity: 0;
	transition: all 0.3s ease;
	pointer-events: none;
}

.mx-photos-grid-shortcode .mx-photo-item .mx-photo-item-count .mx-photo-item-count-value {
	color: var(--mainPrimaryColor);
}

.mx-photos-grid-shortcode .mx-photo-item .mx-photo-item-inner a {
	display: block;
	position: relative;
}

.mx-photos-grid-shortcode .mx-photo-item .mx-photo-item-inner a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	transition: all 0.3s ease;
	opacity: 0;
}

.mx-photos-grid-shortcode .mx-photo-item .mx-photo-item-inner a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	transition: all 0.3s ease;
	opacity: 0;
	background: linear-gradient(to bottom, rgba(95, 6, 19, 0) 50%, rgba(95, 6, 19, 0.6) 100%);
}

.mx-photos-grid-shortcode .mx-photo-item .mx-photo-item-inner a:hover::after {
	opacity: 1;
	background: rgba(95, 6, 19, 0.2);
}

.mx-photos-grid-shortcode .mx-photo-item .mx-photo-item-inner a:hover::before {
	opacity: 1;
}

.mx-photos-grid-shortcode .mx-photo-item .mx-photo-item-inner img {
	width: 100%;
	border-radius: 6px;
	display: block;
}

@media (max-width: 1919px) {
	.mx-photos-grid-shortcode .mx-photo-item-box .mx-photo-shortcode-background {
		margin-left: auto;
	}

	.mx-photos-grid-shortcode .mx-photo-item-box .mx-photo-shortcode-background img {
		width: 99%;
	}
}

@media (max-width: 1440px) {
	.mx-photos-grid-shortcode-wrapper {
		padding: 0 20px;
	}
}

@media (max-width: 1400px) {
	.mx-photos-grid-shortcode .mx-photo-item-heading .mx-photo-item-heading-title {
		font-size: 64px;
	}
}

@media (max-width: 1000px) {
	.mx-photos-grid-shortcode .mx-photo-item-heading .mx-photo-item-heading-title {
		font-size: 48px;
	}

	.mx-photos-grid-shortcode .mx-photo-item-heading .mx-photo-item-heading-link {
		font-size: 24px;
		padding: 12px 33px;
	}
}

@media (max-width: 767px) {
	.mx-photos-grid-shortcode {
		background-image: none;
	}

	.mx-photos-grid-shortcode-wrapper {
		padding: 0 16px;
	}

	.mx-photos-grid-shortcode .mx-photo-item-heading-mobile {
		display: block;
	}

	.mx-photos-grid-shortcode .mx-photo-item-heading-desktop {
		display: none;
	}

	.mx-photos-grid-shortcode .mx-photo-item-heading .mx-photo-item-heading-link {
		display: none;
	}

	.mx-photos-grid-shortcode .mx-photo-item-box .mx-photo-shortcode-background {
		display: none;
	}

	.mx-photos-grid-shortcode .mx-photo-item .mx-photo-item-title {
		opacity: 1;
	}

	.mx-photos-grid-shortcode .mx-photo-item .mx-photo-item-count {
		opacity: 0.8;
		background: rgba(0, 0, 0, 0.6);
		border-radius: 3px;
		top: 7px;
		right: auto;
		left: 7px;
	}

	.mx-photos-grid-shortcode .mx-photo-item .mx-photo-item-count svg {
		width: 14px;
		height: 14px;
	}

	.mx-photos-grid-shortcode .mx-photo-item .mx-photo-item-count .mx-photo-item-count-value {
		font-size: 12px;
	}

	.mx-photos-grid-shortcode .mx-photo-item-heading .mx-photo-item-heading-title {
		font-size: 42px;
		margin-bottom: 8px;
	}

	.mx-photos-grid-shortcode .mx-photo-item-heading .mx-photo-item-heading-description {
		margin-bottom: 20px;
	}

	.mx-photos-grid-shortcode .mx-photo-item .mx-photo-item-title {
		font-size: 20px;
	}

	.mx-photos-grid-shortcode .mx-photo-item .mx-photo-item-inner a:hover::after {
		display: none;
	}

	.mx-photos-grid-shortcode .mx-photo-item .mx-photo-item-inner a::before {
		opacity: 1;
	}

	.mx-photos-grid-shortcode .mx-photo-item:hover .mx-photo-item-count {
		opacity: 0.8;
	}
}

/* End // Shortcode: mx-photos-list */

/* Shortcode: mx-photos-carousel */
.mx-photos-carousel-shortcode .mx-photos-carousel-shortcode-header {
	margin: 0 0 40px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.mx-photos-carousel-shortcode .mx-photos-carousel-shortcode-header .mx-photos-carousel-shortcode-title {
	margin: 0 30px 0 0;
	color: var(--textQuaternaryColor);
}

.mx-photos-carousel-shortcode .mx-photo-item {
	margin: 0 0 40px 0;
}

.mx-photos-carousel-shortcode .mx-photo-item .mx-photo-item-inner {
	background: var(--mainPrimaryColor);
	box-shadow: 0px 14px 40px rgb(64 74 120 / 10%);
	border-radius: 20px;
	transition: 0.3s;
}

.mx-photos-carousel-shortcode .mx-photo-item .mx-photo-item-inner:hover {
	background: var(--cardColorHover);
}

.mx-photos-carousel-shortcode .mx-photo-item .mx-photo-item-inner .mx-photo-item-thumbnail {
	position: relative;
	display: block;
}

.mx-photos-carousel-shortcode .mx-photo-item .mx-photo-item-inner .mx-photo-item-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 20px;
}

.mx-photos-carousel-shortcode .mx-photo-item .mx-photo-item-inner .mx-photo-item-thumbnail .mx-photo-item-thumbnail-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, var(--cardColorHover) 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 20px;
	opacity: 0;
	transition: 0.3s;
}

.mx-photos-carousel-shortcode .mx-photo-item .mx-photo-item-inner:hover .mx-photo-item-thumbnail-overlay {
	opacity: 0.2;
}

.mx-photos-carousel-shortcode .mx-photo-item .mx-photo-item-inner:active .mx-photo-item-thumbnail-overlay {
	background: var(--cardColorActive);
}

@media (max-width: 767px) {
	.mx-photos-carousel-shortcode {
		margin: 0;
	}

	.mx-photos-carousel-shortcode .mx-photos-carousel-shortcode-header {
		margin: 0 0 20px 0;
	}

	.mx-photos-carousel-shortcode .mx-photos-carousel-shortcode-header .mx-photos-carousel-shortcode-title {
		margin: 0 20px 0 0;
	}

	.mx-photos-carousel-shortcode .mx-photo-item {
		margin: 0 0 20px 0;
	}

	.mx-photos-carousel-shortcode .mx-photo-item .mx-photo-item-inner {
		border-radius: 10px;
	}

	.mx-photos-carousel-shortcode .mx-photo-item .mx-photo-item-inner .mx-photo-item-thumbnail img {
		border-radius: 10px;
	}

	.mx-photos-carousel-shortcode .mx-photo-item .mx-photo-item-inner .mx-photo-item-thumbnail .mx-photo-item-thumbnail-overlay {
		border-radius: 10px;
	}
}

/* End // Shortcode: mx-photos-carousel */

/* Shortcode: mx-photos-from-category */

.mx-photos-from-category-shortcode .mx-photos-from-category-shortcode-header {
	margin: 0 0 40px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.mx-photos-from-category-shortcode .mx-photos-from-category-shortcode-header .mx-photos-from-category-shortcode-title {
	margin: 0 30px 0 0;
	color: var(--textQuaternaryColor);
}

.mx-photos-from-category-shortcode .mx-photo-item {
	margin: 0 0 40px 0;
}

.mx-photos-from-category-shortcode .mx-photo-item .mx-photo-item-inner {
	background: var(--mainPrimaryColor);
	box-shadow: 0px 14px 40px rgb(64 74 120 / 10%);
	border-radius: 20px;
	transition: 0.3s;
}

.mx-photos-from-category-shortcode .mx-photo-item .mx-photo-item-inner:hover {
	background: var(--cardColorHover);
}

.mx-photos-from-category-shortcode .mx-photo-item .mx-photo-item-inner .mx-photo-item-thumbnail {
	position: relative;
	display: block;
}

.mx-photos-from-category-shortcode .mx-photo-item .mx-photo-item-inner .mx-photo-item-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 20px;
}

.mx-photos-from-category-shortcode .mx-photo-item .mx-photo-item-inner .mx-photo-item-thumbnail .mx-photo-item-thumbnail-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, var(--cardColorHover) 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 20px;
	opacity: 0;
	transition: 0.3s;
}

.mx-photos-from-category-shortcode .mx-photo-item .mx-photo-item-inner:hover .mx-photo-item-thumbnail-overlay {
	opacity: 0.2;
}

.mx-photos-from-category-shortcode .mx-photo-item .mx-photo-item-inner:active .mx-photo-item-thumbnail-overlay {
	background: var(--cardColorActive);
}

@media (max-width: 767px) {
	.mx-photos-from-category-shortcode {
		margin: 0;
	}

	.mx-photos-from-category-shortcode .mx-photos-from-category-shortcode-header {
		margin: 0 0 20px 0;
	}

	.mx-photos-from-category-shortcode .mx-photos-from-category-shortcode-header .mx-photos-from-category-shortcode-title {
		margin: 0 20px 0 0;
	}

	.mx-photos-from-category-shortcode .mx-photo-item {
		margin: 0 0 20px 0;
	}

	.mx-photos-from-category-shortcode .mx-photo-item .mx-photo-item-inner {
		border-radius: 10px;
	}

	.mx-photos-from-category-shortcode .mx-photo-item .mx-photo-item-inner .mx-photo-item-thumbnail img {
		border-radius: 10px;
	}

	.mx-photos-from-category-shortcode .mx-photo-item .mx-photo-item-inner .mx-photo-item-thumbnail .mx-photo-item-thumbnail-overlay {
		border-radius: 10px;
	}
}

.mx-photos-from-category-shortcode .mx-audio-button-more {
	display: flex;
	margin: 0 0 40px 0;
}

/* End // Shortcode: mx-photos-from-category */
@media (max-width: 767px) {
	#lightbox .lb-close {
		position: absolute;
		top: -40px;
	}
}

.lightbox.position-bottom {
	bottom: 0;
	top: auto !important;
}

/* Fancybox style */
.fancybox-slide--image {
	padding: 0 !important;
}

.fancybox-button .fancybox-button--zoom {
	display: none !important;
}

.fancybox-infobar {
	bottom: 0 !important;
	right: 30px !important;
	left: auto !important;
	top: auto !important;
	z-index: 100000 !important;
	color: var(--mainTertiaryColor_1) !important;
	font-size: 18px !important;
	font-family: "Oswald" !important;
	font-weight: 400 !important;
	line-height: 32.4px;
}

.fancybox-is-open .fancybox-bg {
	opacity: 1 !important;
	background: rgba(0, 0, 0, 0.95) !important;
}

.fancybox-navigation .fancybox-button {
	height: 100% !important;
	top: 0 !important;
	width: 100px;
	opacity: 0.8 !important;
	padding: 0 !important;
}

.fancybox-button {
	color: rgba(244, 167, 187, 1);
	background: inherit !important;
	transition: all 0.3s ease !important;
	opacity: 0.8 !important;
}

.fancybox-button:hover {
	background: var(--mainSecondaryColor_2) !important;
	cursor: pointer;
}

.fancybox-button--close {
	width: 60px !important;
	height: 60px !important;
	margin-right: 20px;
}

.fancybox-button--close svg path {
	stroke-width: 2px;
}

.fancybox-button--close svg g {
	transition: all 0.3s ease;
}

.fancybox-button--close:hover {
	background: inherit !important;
}

.fancybox-button--close:hover g {
	opacity: 1;
}

.fancybox-toolbar {
	z-index: 100000 !important;
}

.fancybox-button--arrow_right div {
	padding: 0 !important;
}

.fancybox-button--arrow_left div {
	padding: 0 !important;
}

.arrow {
	border: solid var(--mainTertiaryColor_1);
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 42px;
	transform: translateX(-50%);
}

.right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.left {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

@media (max-width: 767px) {
	.fancybox-button--close {
		margin-right: 10px !important;
	}

	.fancybox-infobar {
		right: 10px !important;
	}
}