/*
Theme Name: Theatre WP Child
Theme URI: 
Author: Curly Themes
Author URI: 
Description: Child Theme for Theatre WP Theme
Version: 1
Template: theatre-wp

*/
@import url("../theatre-wp/style.css");

p.ctct-form-footer {
	display: none;	
}

a:hover {
    color: #0084a8 !important;
}

hr.wp-block-separator {
	background-color: #0084a8 !important;
    color: #0084a8 !important;
}

h4.playbill {
	max-width: 50em;
}

div.wp-block-group.playbill {
	max-width: 50em;
}

div.wp-block-image.playbill {
	max-width: 50em;
}

p.playbill {
	max-width: 50em;
}

ul.playbill {
	max-width: 50em;
	padding: 0;
	overflow-x: hidden;
	list-style: none
}

ul.playbill li:before {
	float: left;
	width: 0;
	white-space: nowrap;
}

ul.playbill span:first-child {
	padding-right: 0.33em;
	font-weight: bold;
}

ul.playbill span + span {
	float: right;
	padding-left: 0.33em;
}