/*!
Theme Name: wellwish
Theme URI: https://wellwish.online
Author: wellwish.online
Author URI: https://wellwish.online
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: wellwish
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.

wellwish is based on Underscores https://wellwish.online, (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/
*/

/* Edits */

.gen__block__info__text-wrap p{
	margin-bottom: 15px;
}
.greeting .article img{
	max-width: 514px;
	max-height: 514px;
}
.holidays__item-icon img{
	max-width: 30px;;
}

/* Form edits */

.wpcf7-not-valid {
	border: 2px solid #ffba71 !important;
}

.wpcf7 .wpcf7-not-valid-tip,
.wpcf7-response-output {
	display: none !important;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
	margin-bottom: 15px !important;
}

.wpcf7 textarea {
	height: 210px;
}

.wpcf7-spinner {
  display: none !important;
}

.formbox__form-btn {
  width: 100%;
}

.popup-type-review .btn {
	border: none !important;
}

/* Contacts page edits */

.contacts-text {
	margin-top: 0px !important;
}

/* Other edits */

.search-query-with-reset {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-left: 6px;
}

.reset-search-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #f3f5f9;
	transition: background 0.2s ease;
	cursor: pointer;
	text-decoration: none;
}

.reset-search-icon:hover {
	background: #e0e6f0;
}

.reset-search-icon svg {
	display: block;
}

/*
.pagination-item.current{
	background-color: #007cf5;
	color:#fff;
}

.pagination-item:hover a {
	color:#fff !important;
}

.pagination-item a {
	color:var(--gray) !important;
}
*/

.footer__newsletter-btn {
	margin-top: 10px;
}

/* Animation text generate form*/

.section-generation-text {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	border-right: 2px solid black;
	width: 0;
	animation: typing 15s steps(207, end) forwards, blink-caret 0.75s step-end infinite;
}

.font16{
	font-size:16px;
}

@keyframes typing {
from {
	width: 0ch;
}
to {
	width: 207ch;
	}
}

@keyframes blink-caret {
0%, 100% {
	border-color: transparent;
}
50% {
	border-color: black;
	}
}

/*09/08/2025*/

body .ui-widget.ui-widget-content{
	margin-top: 2px;
	background: #FFFFFF;
	border: 1px solid #9DA7C7;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08), 0px 5px 30px rgba(0, 0, 0, 0.06);
	border-radius: 5px;
	padding: 8px 5px;
}

.ui-menu .ui-menu-item{
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	display: flex;
	align-items: center;
	color: #697586;
	height: 56px;
	background-color: #fff;
	padding: 10px 19px;
}

.ui-menu .ui-menu-item:hover{
	background-color: #F8F9FA;
	color: var(--black);
}


body .ui-menu .ui-menu-item-wrapper{
	width: 100%;
	padding: 0;
}

body .ui-menu .ui-menu-item-wrapper.ui-state-active {
	background-color: transparent;
	border: 0;
	color: var(--black);
	font-weight: 400;
	margin: 0;
}

.page-template-create-wish .top__bg-filler{
	height: 700px;
}
.page-template-create-wish .top__drip{
	max-height: calc(100% - 700px);
}

@media screen and (max-width: 768px) {
	.header__lang:focus .dropdown__menu,
	.header__lang:hover .dropdown__menu{
		/*transform: none;*/
		pointer-events: none;
		opacity: 0;
	}
	/*.header__lang:hover,*/
	/*.header__lang:focus{*/
	/*	background-color: pink;*/
	/*}*/

	.header__lang:focus .header__lang-current svg,
	.header__lang:hover .header__lang-current svg{
		transform: none;
	}
	/*.header__lang-current.mob-opened{*/
	/*	border: 1px solid blue;*/
	/*}*/

	.header__lang-current.mob-opened + .dropdown__menu{
		transform: none;
		pointer-events: auto;
		opacity: 1;
	}
	.header__lang-current.mob-opened svg{
		transform: rotate(180deg) !important;
	}
}

body.locked{
	/*height: 100vh;*/
	/*max-height: 100vh;*/
}

html:has(body.locked){
	/*height: 100vh;*/
	/*max-height: 100vh;*/
	overflow: hidden;
}

body.locked .mfp-wrap{
	position: fixed !important;
	top: 0 !important;
	width: 100%;
	overflow: hidden;
}
body.locked .mfp-bg{
	overflow: hidden;

}

.mfp-container:before{
	height: 120%;
}

.header__nav-item.no-hover:after{
	display: inline;
	content: none;
	width: 40px;
	height: 40px;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 17L20 23L26 17' stroke='%2306101D' stroke-width='1.5'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	transition: transform .2s;
	transform: rotate(180deg);
}

.header__nav-item.no-hover.next-menu-hidden:after {
	transform: rotate(0deg);

}

.header__nav-item.no-hover:has(+ .menu__nav__sub){
	display: flex;
	align-items: center;
	gap: 0;
}

.header__nav-item.no-hover:has(+ .menu__nav__sub):after{
	content: "";
}

@media screen and (max-width: 1000px){
	.hero__decor__chain__item{
		min-width: 100px;
		width: 100px;
	}
}

@media screen and (max-width: 460px){
	.hero__decor__chain__item{
		min-width: auto;
		width: 60px;
	}
}

