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

@import "css/main.css?v7";
@import "css/media.css?v6";

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

section.page-404 {
	text-align: center;
}
section.page-404 p {
	font-size: 22px;
	margin-bottom: 15px;
}
section.page-404 a {
	font-size: 18px;
}

.seo-text h1 {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 20px;
  }
  .seo-text h2 {
	font-weight: bold;
	font-size: 23px;
	margin-bottom: 10px;
	margin-top: 20px;
  }
  .seo-text h3 {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 20px;
  }
  .seo-text h4 {
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 10px;
	margin-top: 20px;
  }
  .seo-text h5 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
  }
  .seo-text h6 {
	font-weight: bold;
	font-size: 19px;
	margin-bottom: 10px;
	margin-top: 20px;
  }
  .seo-text p {
	font-size: 17px;
	margin-bottom: 10px;
	margin-top: 20px;
	line-height: 20px;
  }
  .seo-text a {
	text-decoration: underline;
	line-height: 20px;
  }
  .seo-text a:hover {
	text-decoration: none;
  }
  .seo-text ol,
  .seo-text ul {
	margin-bottom: 10px;
	font-size: 17px;
	line-height: 20px;
  }
  .seo-text ol li {
	list-style-type: decimal;
  }
  .seo-text ul li {
	list-style-type: disc;
  }



