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

.site-header-sub .contact-txt {
    margin-top: 4px !important;
}

th:empty {
    display: none;
}

@media screen and (max-width:600px) {
	.vk_button.vk_button-align-wide, .editor-styles-wrapper .vk_button.vk_button-align-wide {
		max-width: none;
	}
	
    .list-calendar {
        overflow-x: scroll;
    }
}

.site-body-bottom .mapArea {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: var(--vk-width-full)
}

.site-body-bottom .mapArea iframe {
	width: 100%;
	height: 450px !important;
}

.woocommerce-Price-amount {
	color: #000;
}