/*
Theme Name: Lightning Child Sample
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
body {
    color: #1f2c32;
}
.global-nav-list>li .global-nav-name {
    font-size: 18px;
}
strong.global-nav-name {
    font-family: 'Josefin Sans', sans-serif;
    color: #1f2c32;
    font-weight: 500;
    letter-spacing: 0.06em;
    padding: 3px 0;
}
.site-header-logo img {
    width: 160px;
}
h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 52px;
    font-weight: 500;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
    padding-top: 100px;
    margin-top: -100px;
}
.sectionTitle-sub {
    font-weight: 600;
    letter-spacing: 0.3em;
}
a.wp-block-button__link.wp-element-button {
    font-family: 'Josefin Sans', sans-serif;
    border-radius: 0;
    letter-spacing: 0.03em;
}
.wp-block-button.is-style-outline>.wp-block-button__link, .wp-block-button .wp-block-button__link.is-style-outline {
    border: 1px solid #1f2c32;
    padding: 13px 35px;
}
i.fas.fa-chevron-circle-right {
    padding-left: 10px;
}
.uagb-post__inner-wrap {
    border-bottom: 1px solid #eee;
}
footer.site-footer p:nth-child(2) {
	display: none;
}

@media screen and ( max-width: 599px){
	.site-header-logo {
    display: none;
}
	div#vk-mobile-nav-menu-btn {
    background-color: transparent;
    border: none;
}
}