/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/* COMMON */
p,li {
    font-size: 18px;
}
p a,
li a {
    color: #305AA7;
    text-decoration: none;
}
ul {
    margin-left: 30px;
}
h2.bg-none {
    padding-left: 10px;
    border-top: unset;
    border-bottom: unset;
}
h3.bg-none::after,
h3.bg-none {
    padding-left: 10px;
    border-top: unset;
    border-bottom: unset;
}
h2.bg-color {
    margin-top: 60px;
    margin-left: 10px;
    padding: 4px 12px;
    background: #007D9E;
    color: #fff;
    font-size: 24px;
}
.entry-body p {
    padding: 0 20px;
}
figure {
    padding: 0 20px;
}
.table-submit td {
    text-align: center;
    background: #90D1E2;
    font-size: 1.2rem;
}
.table-submit tr:last-child td {
    background: #fff;
    line-height: 2.4;
}
.table-submit td a {
    color: #305AA7;
}
.page_top_btn {
    background-color: rgb(51, 122, 183);
}
.margin-narrow {
    margin-bottom: 10px;
}
.list-number {
    margin-left: 20px;
}
.list-number li {
    padding-left: 6px;
}
/* HEADER */
.header_scrolled .site-header {
    background: #007D9E;
}
.site-header-container {
    display: block !important;
}
.global-nav-list {
    justify-content: space-around;
    width: 100%;
}
.site-header-logo img {
    max-width: 90%;
    max-height: 110px;
}
.search .breadcrumb,
.blog .breadcrumb,
.page .breadcrumb,
.category .breadcrumb,
.single .breadcrumb,
.error404 .breadcrumb {
    display:none;
}
.vk-mobile-nav-menu-btn {
    border: unset;
}
.mobile-menu-low {
    visibility: hidden;
}
.mobile-menu-low-list {
    display: none;
    width: 100%;
    margin: 0 !important;
    padding: 10px 20px;
    list-style: none;
    background: #57afc7;
    line-height: 1.6;
}
.mobile-menu-low-list li a {
    display: block;
    padding: 5px;
    color: #fff;
}
.mobile-menu-low-list li a:hover {
    opacity: 0.6;
}
.mobile-menu-low-list-indent {
    margin-left: 20px;
}
@media screen and (max-width: 991.98px) {
    .mobile-menu-low {
        display: block;
		visibility: visible;
    }
    .mobile-menu-low-btn {
        position: relative;
        display: block;
        padding: 10px 20px;
        text-align: left;
        background: #007D9E;
        color: #fff;
        font-size: 26px;
        cursor: pointer;
    }
    .mobile-menu-low-btn::after {
        content: ">";
        position: absolute;
        top: 5px;
        right: 30px;
        display: inline-block;
        margin-left: 10px;
        transform: rotate(90deg) scalex(0.7);
        font-size: 2.6rem;
    }
    .mobile-menu-low-btn:hover {
        color: #fff;
        opacity: 0.9;
    }
}
.vk-mobile-nav-menu-btn {
    display: none;
}
/* FOOTER */
.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.footer-logo {
    margin: 30px 0;
}
.wp-block-search input.wp-block-search__input {
    border-radius: 0px;
}
.wp-block-search .wp-block-search__button {
    width: 17%;
    border-radius: 0px;
}
.wp-block-search input.wp-block-search__input {
    border: 1px solid var(--vk-color-primary);
}
/* NAVI */
.global-nav {
    margin: 0 calc(50% - 50vw);
    background: #007D9E;
}
.global-nav--layout--float-right .global-nav-list {
    max-width: 1140px;
    margin: 0 auto;
}
.global-nav-list>li .global-nav-name {
    font-size: 18px;
    color: #fff;
}
.menu-item-has-children strong::after {
    content: ">";
    display: inline-block;
    margin-left: 10px;
    transform: rotate(90deg) scalex(0.7);
}
.global-nav-list .sub-menu li a {
    font-size: 16px;
}
.global-nav-list ul li a {
    background: #0090B7;
}
.global-nav-list .sub-menu li a:hover {
    background: #02A2CC;
}

/* HOME */
.home h2 {
    padding: 10px 20px;
    border: unset;
    background: #007D9E;
    color: #fff;
    font-size: 18px;
}
.home h2.column-header {
    padding: 10px 20px 10px 10px;
    border-top: unset;
    border-bottom: 1px solid #316DC8;
    background: #fff;
    color: #333;
}
.has-text-align-right {
    margin-top: auto !important;
    margin-bottom: 0px !important;
    margin-block-start: auto;
}
.wp-block-column {
    display: flex;
    flex-flow: column nowrap;
}
body .container .is-layout-flow>:where(:not(:is(h1,h2,h3,h4,h5,h6))) {
    margin-top: auto;
}
body .container .is-layout-flow>:where(:not(:is(h1,h2,h3,h4,h5,h6))) {
    margin-top: 0px;
    margin-bottom: auto;
}
body .container .is-layout-flow>.column-content {
    margin-top: unset;
}
.home h2.column-header {
    font-size: 24px;
}
.submitarticle {
    padding: 20px !important;
    background: #F2F2F2;
}
.submitarticle .wp-block-buttons {
    margin: 20px 0 0 !important;
}
.submitarticle .wp-block-button,
.submitarticle .wp-element-button {
    width: 100%;
}
.submitarticle p {
    margin: auto !important;
}
.home .wp-element-button {
    font-size: 20px;
}
.submitarticle .wp-element-button::after {
    content: ">";
    display: inline-block;
    margin-left: 10px;
    transform: scalex(0.7);
}
.latestArticles {
    margin: 0 calc(50% - 50vw);
    padding: 3em calc(50vw - 50%) 5em;
    background: #F2F2F2;
}
.latestArticles h2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.latestArticles-vma {
    background: #fff;
    color: #305AA7;
}
.latestArticles-vma a {
    display: block;
    padding: 4px 10px;
    color: #305AA7;
}
.latestArticles-vma a:hover {
    opacity: 0.9;
}
.latestArticles-subtitle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 20px;
    border: unset;
    background: #007D9E;
    color: #fff;
    font-size: 16px;
}
.latestArticles-content {
    display: flex;
    flex-flow: column nowrap;
    height: 500px;
    margin-top: 0px !important;
    margin-bottom: auto;
    padding: 10px 10px 20px;
    background: #fff;
    overflow: hidden;
}
.latestArticles-subtitle::after {
    content: none;
}
.latestArticles-manuscriptTitle {
    margin-bottom: 10px !important;
    padding: 0 !important;
    font-weight: bold;
}
.latestArticles-authorName {
    padding: 0 !important;
    font-size: 16px;
    font-weight: bold;
}
.latestArticles-abstract {
    margin-bottom: 10px !important;
    padding: 0 !important;
    font-size: 14px;
    line-height: 1.4;
}
.latestArticles-url {
    margin-top: auto !important;
    margin-bottom: 10px !important;
    padding: 0 !important;
    text-align: right;

}
.latestArticles-date {
    padding: 0 !important;
}
.vk_post .media-img {
    display: none;
}
.journal-data li:first-child,
.journal-data li:nth-child(2) {
    margin-bottom: 2em;
}
.journal-data li span {
    display: block;
    padding-top: 0.5em;
    padding-left: 2em;
}
.author-checklistList li {
    display: flex;
    
}
.author-checklistList li::before {
    content: "▢";
    display: block;
    margin-right: 10px;
}
@media screen and (max-width: 1199px) {
    .latestArticles-content {
        height: -webkit-fill-available;
    }
}