/**
 * Theme Name: YOOtheme
 * Theme URI: https://yootheme.com
 * Description: A powerful, flexible and elegant website builder that allows you to create complex pages within minutes and customize every aspect of the theme.
 * Version: 4.5.24
 * Author: YOOtheme
 * Author URI: https://yootheme.com
 * Update URI: https://api.yootheme.com/v1/package/yootheme_wp?v=4.5.24
 * Requires PHP: 7.4
 * Requires at least: 6.1
 */
.uk-button-primary:not(.uk-hack)
    position: relative;
    box-shadow: none !important;
    border: none !important;
}

label {
  font-size: 14px;
  color: #fff;
}
input,
select,
textarea {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 15px 16px;
  font-size: 16px;
  color: #fff;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
input,textarea {width: 95%;}
select {width: calc(95% + 27px);}
select > option {background: #192b40;}
input:focus,
select:focus,
textarea:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 6px rgba(59, 130, 246, 0.6);
}
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  border: 1px solid rgb(18, 187, 234) !important;
  outline: unset;
}
textarea {
  min-height: 100px;
  resize: vertical;
}
input::placeholder, textarea::placeholder {
  color: gray;font-family: "Inter"
}
/* --- Кнопка --- */
input[type="submit"] {
  margin-top: 10px;
  padding: 12px;
  border: none;
  border-radius: 10px;
  background-color: #49b2fa;
  background-image: linear-gradient(135deg, #12bbea 0, #0d87a9 45%, #253af2 70%, #364aff 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0, 123, 255, 0.4);
  width:calc(95% + 27px);
}

input[type="submit"]::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.3) 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transform: scale(0, 0);
  opacity: 0;
  transition: transform 0.4s, opacity 0.4s;
}

input[type="submit"]:hover, wpcf7-submit:hover {
  background-image: linear-gradient(40deg, #364aff 0%, #1B65BD 35%, #11ACD4 60%, #12bbea 100%)
}

input[type="submit"]:hover::before, wpcf7-submit:hover::before {
  transform: scale(1, 1);
  opacity: 1;
}

img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}