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

html,
body{
	color:#333;
}
.site-footer{
	/* background-color: #f5f5f5; */
	background-color: var(--vk-color-primary);
    color: #fff;
}
.site-footer-copyright p + p{
	display:none;
}
.footer-nav .nav li a,
.footer-nav nav li a{
	color:#fff;
}
.footer-nav{
	border-bottom:1px solid #fff;
}
.footer-nav-list li{
	border-right:1px solid #fff;
}
.footer-nav-list li:first-child{
	border-left:1px solid #fff;
}

#vk-mobile-nav-menu-btn,
.admin-bar .vk-mobile-nav-menu-btn{
	background-color: rgba(122, 26, 162, 0.3);
}

.page-header{
	min-height: 6rem;
}
.page-header-title,
h1.page-header-title{
	color: #fff;
    font-size: 1.5em;
}

.entry-meta-item.entry-meta-item-author{
	display: none;
}

.footer_address{
	font-size: 1.4em;
}
.site-footer-content .row{
	display: block;
}
.site-footer-content .row .col-lg-4{
	width:100%;
	max-width:50%;
}



@media (max-width: 767.98px) {
	.footer-nav-list li{
		border-right:none;
		border-bottom:1px solid #fff;
	}
	.footer-nav-list li:first-child{
		border-left:none;
	}
	.footer-nav{
		border-bottom:none;
	}
	.site-footer-content .row .col-lg-4{
		max-width:100%;
	}
}


