h3
{
	display: inline;
}

.savedMessage
{
	position: fixed;
	right: 30px;
	bottom: 50px;
	font-size: 2rem;
	color: green;
}

.serverErrorMessage
{
	position: fixed;
	right: 30px;
	bottom: 50px;
	font-size: 2rem;
	color: #cd2653;
}

.savedMessage.isDirty
{
	display: none;
}

#dirtyCount
{
	display: none;
}

.contentWrapItem
{
	padding-top: 6rem;
}

.message
{
	margin: 4rem auto 4rem;
	font-size: 1.8rem;
}

.uploadInstructions
{
	margin: 4rem auto 0rem;
	font-size: 2rem;
}

.grapevineItem fieldset
{
	padding: 1em;
}

fieldset.dm-uploader.uploadsEnabled
{
	border-style: dashed;
	border-width: 3px;
}

fieldset.dm-uploader.uploadsEnabled.dragEntered
{
	border-width: 4px;
	border-color: rgb(235, 230, 215);
}

.grapevineItem .showSaved.saved
{
	border-right-color: green;
	border-right-width: 0.5rem; 
}

.episode
{
	margin-bottom: 1.5rem;
	background-color: rgb(235, 230, 215);
	padding: 20px;
}

.episodePromptHolder
{
	margin-bottom: 2rem;
}

input[type="text"].episodePrompt
{
	width: 50%;
	display: inline;
}

.episode hr
{
	width: 90%;
	height: 2px;
    background-color: rgb(205, 38, 83);
    border: none;
}

.highlightSortItem
{
	box-shadow: 5px 10px 18px #888888;
}

.sortablePlaceholder
{
    border: 2px solid rgb(235, 230, 215);
}

.episodeTopButtons
{
	height: 20px;
}
.deleteContentItem, .deleteEpisode
{
	float: right;
	width: 20px;
	height: 20px;
	background: url('../images/deletecross.png');
  	background-repeat: no-repeat;
  	background-size: cover;
}

.deleteContentItem:hover, .deleteEpisode:hover
{
	background: url('../images/deletecrossred.png');
}

.collapseEpisode
{
	float: left;
	width: 15px;
	height: 15px;
	background: url('../images/blackcollapse.png');
  	background-repeat: no-repeat;
  	background-size: cover;
}

.collapseEpisode.collapsed
{
	float: left;
	width: 15px;
	height: 15px;
	background: url('../images/blackcollapsed.png');
  	background-repeat: no-repeat;
  	background-size: cover;
}

.collapseEpisode:hover
{
	background: url('../images/redcollapse.png');
}

.collapseEpisode.collapsed:hover
{
	background: url('../images/redcollapsed.png');
}

.collapsible.collapsed
{
	display: none;
}

.contentHolder
{
	min-height: 40px;
}

.contentItem
{
	padding: 2rem;
	border: 3px solid #dcd7ca;
	margin-bottom: 1rem;
	background-color: rgb(226, 219, 198);
}

.contentItem.uploadsEnabled
{
	border-style: dashed;
}

div.contentMediaWrapper
{
	margin-bottom: 1rem;
}

.hideMe
{
	display: none;
}

.grapevineItem
{
	margin-top: 1.2rem;
}

.grapevineItem p
{
	margin-top: 1rem;
}


div.grapevineItem button, .button, .faux-button, .wp-block-button__link, input[type="button"], input[type="reset"], input[type="submit"]
{
	margin-top: 0.5rem;
	font-size: 1rem;
	border-radius: 5px;
	padding: 0.8rem 1rem;
}

div.grapevineItem input[type="text"], textarea
{
    padding: 1rem 1.5rem;
}

div.grapevineItem input[type="text"].inError, div.grapevineItem textarea.inError
{
	border: 4px solid rgb(230, 0, 0);
	border-radius: 5px;
}

div.contentButtonWrapper
{
	width: 65%;
	margin: 0 auto;
}

div.grapevineItem label
{
	font-size: 2rem;
	padding-top: 1.5rem;
}

div.grapevineItem checkbox
{
	width: 1.5rem;
	height: 1.5rem;
}

div.artworkForEngine
{
	display: none;
}

