/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

#site-header #site-header-inner {
    padding-top: 0px !important;
	padding-bottom: 10px !important;
}

@media only screen and (max-width: 959px) {
	#site-header #site-header-inner {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	#site-header {
		margin-bottom: 0px !important;
	}
}

@media only screen and (max-width: 767px) {
	.row-cascade-bwp a {
		text-align: center;
		float: unset !important;
		margin: 0px auto;
		width: 100%;
	}
}

#site-header {
	background-image: url(https://wcfd5.com/wp-content/uploads/2020/02/logo-bg-repeatable.png);
	background-repeat: repeat-x;
}

#site-logo img {
    min-height: 100%;
}

.vc_toggle_content {
	text-align: center;
}

#footer li {
    display: inline-block;
    margin: 0px 10px;
}

.site-footer ul {
    text-align: center;
}

#sidebar .widget strong {
	color: #000 !important;
}

#sidebar .widget .widget-title {
	border: 1px solid #e4e4e4;
}

.page-id-970 .fc-time, .single-event .meta {
	display: none;
}