/*
Theme Name:     Blessing Child
Theme URI:      http://wpdemo.oceanthemes.net/blessing/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         OceanThemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       blessing
*/
header .info {
	padding: 10px 0 0px 0;
}
.tribe-events-meta-group .tribe-events-single-section-title {
	text-align: left;
}
#mainmenu li li a:hover, #mainmenu li li.current-menu-item > a {
	color: #000!important;
}
ul#mainmenu > li > a:last-child {
    padding-right: 10px; 
}
/*#subheader {
	padding: 400px 0 70px 0;
}
*/
header .info {
	border-bottom: 1px solid #e0e0e0;
	position: relative;
}

header .info::before {
	background-image: url("/wp-content/uploads/2019/03/shadow.png");
	background-position: center bottom;
	background-color: transparent;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 20px;
	content: '';
	left: 0;
	top: 100%;
}
.vc_info_list h2::after, .vc_info_list h2::before {
    height:0px;
}
a.btn-slider {
	background-color: #b9c598;
}
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
	background-color: #b9c598!important;
    border: 2px solid transparent!important;
}
.vc_btn3.vc_btn3-color-juicy-pink:hover, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-juicy-pink:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus {
	background-color: #b9c598!important;
    border: 2px solid #fff!important;
}
/*Imageborder*/
.vsel-content .vsel-image {
	border-radius: 0;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
	box-shadow: 0 0 5px rgba(0,0,0,.1);
    padding:6px;
}