/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
@charset "utf-8";

.page-header {
	margin-top: 80px;
	min-height: 316px !important;
	background-size: cover;
	background-position-y: bottom;
	background-position-x: 70%;
}
.page-header .page-header-inner {
  margin-top: 2em;
}
.page-header .page-header-title {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: left;
	color: #fff;
}
.page-header .page-header-subtext {
	font-family: "Lato", sans-serif;
	font-size: 1.25rem;
	position: absolute;
	top: -1.75em;
	padding-left: .25em;
	color: #fff;
	font-weight: 600;
}
.site-body {
  text-align: left;
}
:where(:not(.wp-block-table))>table :is(thead, tbody, tfoot, th, td) {
  border-color: transparent;
}
.container {
  max-width: 1230px;
}
.site-body {
  padding-top: 0;
}
h1.entry-title,
.entry-body h2,
.section-wrap h2,
.archive-header-title {
	text-align: left;
	font-size: 1.75rem;
	font-weight: bold;
	border-left: 4px solid #004ea2;
	padding: 0.35em 0.5em 0.35em;
	margin-bottom: 1.25em;
	background: #f2f2f2;
}
.entry-title {
  margin-bottom: 0.25em;
}
.entry-body h3,
.single-article-title{
  font-size: 1.625rem;
  font-weight: bold;
  border-bottom: 1px solid #004ea2;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.entry-body h4,
.single-article-subtitle{
	text-align: left;
	font-size: 1.35rem;
	font-weight: bold;
	border-left: 4px solid #004ea2;
	padding: 0.15em 0.5em 0.25em;
	margin-bottom: 1.25em;
}
.entry-body h5 {
	font-size: 1.225rem;
	font-weight: bold;
	margin-bottom: 1em;
	color: #004ea2;
}
.entry-body h6{
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 1em;
}
#vk-mobile-nav-menu-btn {
  display: none;
}
.entry-body ul li {
  list-style-type: disc;
}
.entry-body a {
  color: #1a3a8f;
  text-decoration: underline;
  text-underline-offset: 0.35em;
}
.entry-body a:hover {
  text-decoration: none;
}
.entry-body a:focus {
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  outline: none;
}
.has-fixed-layout th,
.has-fixed-layout td {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  font-size: 1rem;
}
.has-fixed-layout th {
  font-weight: bold;
}
.wp-block-vk-blocks-button .vk_button_link:not(.vk_button_link-type-text) {
	margin: 1em 0 2em;
	display: inline-flex;
	width: fit-content;
	min-width: 328px;
	border: solid 2px #1a3a8f;
	--keycolor: #1a3a8f;
	--white: #ffffff;
	color: var(--white) !Important;
	background: var(--keycolor) !Important;
	font-size: 1rem;
	font-weight: 500;
	padding: 0.5em 2em;
	min-height: 73px;
	align-items:center;
	justify-content:center;
	position:relative;
	z-index: 0;
	text-decoration:none;
	border-radius: 3px;
	transition: all 0.3s;
}
.wp-block-vk-blocks-button .vk_button_link:not(.vk_button_link-type-text) :after {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	margin: auto;
	inset: 0 20px 0 auto;
	width: 10px;
	height: 10px;
	border-top: solid 2px var(--white) !Important;
	border-right: solid 2px var(--white) !Important;
	transform: rotate(45deg);
	transition: color 0.3s;
}
@media (any-hover: hover) {
  .wp-block-vk-blocks-button .vk_button_link:not(.vk_button_link-type-text):hover {
		--keycolor: #fff !Important;
		--white: #1a3a8f !Important;
  }
}
.wp-block-vk-blocks-button.vk_button-align-block .vk_button_link,
.wp-block-vk-blocks-button.vk_button-align-wide .vk_button_link {
  max-width: 100%;
}
@media screen and (max-width: 1030px) {
  .page-header {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-header {
    min-height: 160px !important;
    background-size: cover;
    background-position-x: 86%;
  }
  .page-header .catalog-header_ttl {
    height: 140px !important;
  }
  .page-header .page-header-inner {
    margin-top: 3em;
  }
  .page-header .page-header-title {
    font-size: 1.75rem;
  }
  .page-header .page-header-subtext {
	font-size: 1.125rem;
  }
  .entry-body h2,
  .section-wrap h2 {
    font-size: 1.5rem;
  }
  .main-section .entry-title {
    margin-bottom: 0.25em;
  }
  .entry-body h3 {
    font-size: 1.35rem;
  }
  .entry-body h4,
  .entry-body h5 {
    font-size: 1.25rem;
    margin-bottom: 0.5em;
  }
  .entry-body h6 {
    margin-bottom: 0.5em;
  }
  table.has-fixed-layout,
  .has-fixed-layout tbody {
    border: none;
  }
  .has-fixed-layout th,
  .has-fixed-layout td {
    font-size: 1rem;
  }
  .has-fixed-layout.is-stacked-on-mobile tr:not(:first-of-type) th,
  .has-fixed-layout.is-stacked-on-mobile td {
    border-top-color: #fff;
  }
  .has-fixed-layout.is-stacked-on-mobile th,
  .has-fixed-layout.is-stacked-on-mobile td {
    padding: 0.75em 1em !important;
  }
  .has-fixed-layout th {
    font-weight: bold;
  }
  .wp-block-button {
    width: 100%;
  }
  .wp-block-vk-blocks-button .vk_button_link:not(.vk_button_link-type-text) {
    max-width: 90%;
    min-width: 250px;
    width: fit-content;
    min-height: 3.5em;
    margin-inline: auto;
    box-shadow: none;
  }
  .wp-block-vk-blocks-button.vk_button-align-wide .vk_button_link {
    width: 100%;
  }
  .wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
    max-width: 100%;
  }
  .wp-block-button .wp-block-button__link:hover {
    transform: none;
  }
  .wp-block-vk-blocks-button .vk_button_link::after {
    width: 6px;
    height: 6px;
    border-width: 2px;
    right: 14px;
  }
}
.entry-body a img {
  transition: opacity .4s;
}
@media (any-hover: hover) {
  .entry-body a:hover img {
    opacity: 0.6;
  }
}
body.post-name-corporate .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
body.post-name-corporate .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
  border-color: #e9e9e9;
}
