/*
 Theme Name:   Royal Child
 Theme URI:    http://8theme.com/
 Description:  Royal Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     royal
 Version:      0.0.1
 Text Domain:  royal-child
*/
/***styling for ACF Gallery*************/
.gallery ul {
	display: flex;
	list-style:none;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
}
.gallery img {
	padding: 10px;
	flex-grow: 1;
}
span.slb_template_tag.slb_template_tag_item.slb_template_tag_item_title {
    display: none;
}
.breadcrumbs-img img {
    height: 300px;
    max-width: 100%;
    object-fit: cover !important;
    width: 100%;
}
/****paralax section*********/
.vc_parallax-inner.skrollable.skrollable-between {
    filter: brightness(0.4);
}
