/*
 Theme Name:   Vestige Child
 Theme URI:    https://www.nationallobsterhatchery.co.uk
 Description:  Vestige Child Theme
 Template:     Vestige
 Version:      1.0.0
*/
@import url(../vestige/style.css);

/* Pitched custom edits /////////////
///////////////////////////////////*/
@media only screen and (max-width: 991px) {
	.hm-intro {padding:15px !important;}
	.hm-intro .widget-title,
	.hm-intro .textwidget {
		padding:15px;
		background: rgba(255,255,255,0.6);
	}
}
.box-t h4,
#sidebar-col .widgettitle,
#sidebar-col .widget-title {
	font-family:'Amatic SC', cursive !important;
}
@media only screen and (max-width: 780px) {
	#pl-9938 .panel-grid-cell {width:100% !important;}
}
.featured-block figure .caption {line-height:normal !important;}
/* Mailchimp Sign-up Forms */
#mc_embed_signup{
	background:#fff;
	clear:left;
	font:16px;
}
#mc_embed_signup .indicates-required {
	margin:0 0 20px;
	color: #e17055;
	font-style:italic;
	font-size:14px;
}
#mc_embed_signup .button {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	background: #FFA500;
	padding: 11px 12px;
	border-radius: 6px;
	width: 50% !important;
	border: none;
	display: block;
	margin: 0 auto;
	margin-top: 5px;
	height:auto;
} 
#mc_embed_signup .input-group ul {list-style-type:none;} 
#mc_embed_signup input[type=checkbox]{
	width:auto !important; 
	margin:4px 12px 0;
}
#mc_embed_signup .response {
	background:#00b894 !important;
	width:100%!important;
	padding:25px !important;
	color:#fff !important;
	border-radius:6px !important;
	text-align:center !important;
	font-size:18px !important;
	font-weight:bold !important;
}