/*
Theme Name: Vestige Child
Theme URI: https://www.bluebikedesigns.com/mhs-test/vestige-child/
description: >-
  Vestige Child Theme
Author: Jennifer Smith
Template: vestige
Version: 1.0.4
License: ThemeForest Split License for WP Themes
License URI: http://themeforest.net/licenses/standard
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: vestige-child
*/

.header-style1 .page-header > div > div > span{
	display: inline-block;
	margin-top: 40px;
	background: rgba(0,0,0,0.5);
	width: 100%;
	text-transform: uppercase;
	color: white;
	padding: 10px;
}

.events-grid .grid-item .month {
    display: block;
    margin-top: -5px;
    font-size: 12px;
    opacity: .8;
}
@media only screen and (max-width: 992px) {
.main-navigation > ul > li > a, .search-module-trigger, .cart-module-trigger{color:#23323B;}
}

.meta-data{
	color:#B89A54;
	font-size:14px;
	line-height: 16px;
	display:block;
	font-weight:400;
}
.meta-data strong{
	color:#23323B;
}
.meta-data a{
	color:#B89A54;
}

.sidebar .widget, .box-style1, .so-panel.widget_text{
	border: 0px;
	border-radius: 0px;
	box-shadow: 0 0 0 2px #E0E5E9;
	padding: 15px;
	margin-bottom:30px;
	background:#ffffff;
}
.featured-block figure .caption-table {
    display: table;
    vertical-align: middle;
    margin-top: 25%;
    height: 10%;
    background: rgba(0,0,0,0.5);
    position: relative;
    width: 100%;
}
.dd-menu > ul > li.megamenu a{
	white-space: normal;
}
.dd-menu > ul > li > ul li > a{
	display:block;
	color:#777;
	padding:12px 20px;
	border-bottom:1px solid rgba(0,0,0,.05);
	white-space:normal;
	text-decoration:none;
}