/*!
Theme Name: WonderWeb Custom Theme
Author: WonderWeb Digital Agency
Author URI: https://wonder-web.com.ua/
Version: 3.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wonderweb-custom-theme
*/

@import "main.css";
@import "swiper.min.css";

/* #wpadminbar{
	position: relative;
	margin-top: -32px;
} */

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc) !important;
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em !important;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em !important;
  background-repeat: no-repeat !important;
}
textarea {
	resize: vertical;
}

/* PAGE 404 */

section.page-404 {
	text-align: center;
	min-height: calc(100vh - 544px - 120px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
section.page-404 p {
	font-size: 22px;
	margin-bottom: 15px;
}
section.page-404 a {
  font-size: 18px;
  color: #fff;
  background-color: #009ee2;
  padding: 15px 25px;
  display: inline-block;
  transition: all .3s ease;
}
section.page-404 a:hover {
  text-decoration: none;
  background: #99e0ff;
}

/* SEO TEXT */

/* section.seo-text {
  font-size: 14px;
  color: #000;
  letter-spacing: 1px;
  font-family: inherit;
}
section.seo-text p {
  margin-bottom: 5px;
  font-size: inherit;
  letter-spacing: inherit;
  font-family: inherit;
  color: inherit;
}
section.seo-text ul,
section.seo-text ol {
  margin-bottom: 5px;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
}
section.seo-text ul {
  list-style: inside disc;
}
section.seo-text ol {
  list-style: inside decimal;
}
section.seo-text li {
  margin-bottom: 5px;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
}
section.seo-text p *,
section.seo-text li * {
  font-size: inherit;
  letter-spacing: inherit;
  color: inherit;
  font-family: inherit;
}
section.seo-text a:not(.btn) {
  text-decoration: underline;
}
section.seo-text a:not(.btn):hover {
  text-decoration: none;
}
section.seo-text img {
  max-width: 100%;
  height: auto;
}
section.seo-text h1 {
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 5px;
}
section.seo-text h2 {
  font-size: 28px;
  margin-bottom: 10px;
  margin-top: 5px;
}
section.seo-text h3 {
  font-size: 26px;
  margin-bottom: 10px;
  margin-top: 5px;
}
section.seo-text h4 {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 5px;
}
section.seo-text h5 {
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 5px;
}
section.seo-text h6 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 5px;
} */
