/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
.page-header{
	min-height: 280px;
	background-position-x: 50%;
	margin-top: 95px;
	margin-inline: 2%;
	border-radius: 1.5rem;
	padding-top: 0 !important;
}
.page-header-title,
h1.page-header-title {
    font-size: 2.125rem;
	font-weight: 600;
	color: #282828;
	text-shadow: 1px 1px 5px #ffffffad;
} 
.page-header-subtext {
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--orange);
	text-shadow: 1px 1px 5px #ffffffd1;
  font-family: "Jost", sans-serif;
}
.entry-title{
  font-size: 1.75rem;
  font-weight: 600;
  border-bottom: 2px solid var(--orange);
  padding: 0.5em 0.25em;
  margin-bottom: 1em;
}
.entry-body h2,
.section-wrap h2,
.archive-header-title {
  font-size: 1.75rem;
  font-weight: 600;
  border-bottom: 2px solid var(--orange);
  padding: 0.5em 0.25em;
  margin-bottom: 1em;
}
.entry-body h3 {
  background-color: #f7f4f2;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.25em 1em;
  margin-bottom: 0.875em;
}
.entry-body h4 {
  position: relative;
  z-index: 1;
  font-size: 1.25rem;
  color: var(--orange);
  font-weight: bold;
  padding-top: 0.15em;
  padding-bottom: 0.25em;
}
.entry-body h5 {
  font-size: 1.125rem;
  font-weight: 600;
  padding: 0.25em 0;
}
.entry-body h6 {
  position: relative;
  z-index: 10;
  font-size: 1rem;
  font-weight: bold;
  padding-left: 0.75em;
}
.site-body ul li {
	list-style: unset;
}
.site-body ul.is-style-vk-check-mark li {
	list-style: none;
}
.vk_accordion-trigger .vk_accordion-toggle-close::after,
.vk_accordion-trigger .vk_accordion-toggle-open::after {
      border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
      width: 14px;
    height: 14px;
}
.page_link{
	position: relative;
	z-index: -10;
	display: block;
	margin-top: -120px;
	padding-top: 120px;
	cursor: auto;
}
.page_link:focus{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    outline:none;
}
.entry-body strong{
	font-weight: 600;
}
@media screen and (max-width:767px) {
  .page-header{
    min-height: 140px;
    background-position-x: 80%;
    margin-top: 62px !important;
  }
  .page-header-title,h1.page-header-title {
      font-size: 1.75rem;
  }
	.page_link{
		margin-top: -80px;
		padding-top: 80px;
	}
}
.wp-block-button{
	text-align:center;
	margin:20px auto 30px;
}
.wp-block-button a{
	display:block;
	max-width:350px;
	border-radius: 50px !important;
	color:#fff;
	font-size:1rem;
	padding: 1em 4em 1em 2em;
	position:relative;
	text-decoration:none;
	margin:0 auto;
	background: rgb(169 150 99);
	transition:transform .4s;
}
.wp-block-button a::before,
.wp-block-button a::after {
  content: "";
  position: absolute;
  z-index: 0;
  margin: auto;
  inset: 0 2em 0 auto;
  width: 16px;
  height: 2px;
  border-radius: 10px;
  background-color: #ffffff;
  transform-origin: calc(100% - 1px) 50%;
  transform: rotate(27deg);
	transition: inset 0.3s;
}
.wp-block-button a::after{
  transform: rotate(-30deg);
}
@media (any-hover: hover) {
	.wp-block-button a:hover{
		transform:translateY(5px);
		background-color: rgb(169 150 99);
		filter: none;
	}
	.wp-block-button a:hover::before,
	.wp-block-button a:hover::after{
		inset: 0 1.7em 0 auto;
	}
}
/* archive
-------------------------------------------------------------------*/
.archive .widget,
.single-news .widget_text{
	margin-bottom: 0;
}
ul.vk_archive-list{
	padding-left: 0;
}
ul.vk_archive-list li{
	padding-bottom: .5em;
	border-bottom: 1px solid #72602f;
	list-style: none;
}
ul.vk_archive-list li a{
	color: unset;
	padding-bottom: .5em;
	text-decoration: unset;
}
ul.vk_archive-list li a:hover{
	opacity: 0.7;
}
ul.vk_archive-list li::marker{
	content: none;
}
.vk_posts-postType-news .type-news{
	padding: 1.5em;
}
.vk_posts-postType-news .type-news .postListText_title a{
	font-size: 1rem;
	text-decoration: none;
	color: unset;
}
.vk_posts-postType-news .type-news .postListText_title a:hover{
	opacity: 0.7;
}
@media screen and (max-width:767px) {
	.vk_posts-postType-news .type-news{
		padding: 1em;
	}
}
