/*
Theme Name:     Story Child
Author:         Pexeto
Author URI:     http://pexetothemes.com
Template:       thestory
*/

@import url("../thestory/style.css");


.post-info { display:none !important; }

.site-header h1 {
	margin-bottom:10px !important;
	background-image: url(/graphics/SBCAG-line.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.home .entry-header,
.site-info {
	/* display: none; */
}

.widget-area .widget a.button {
	color: #fff;
}
.widget-area .widget a.button:hover {
	color: #000;
	background:#c4d4b4;
}
.widget-area .widget a.button:visited {
	color: #fff;
}

.widget .box {
	background: #eee;
	padding: 7px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.widget .box h3 {
	margin:0;
	padding: 0;
	text-align: center;
	font-size: 1.1em;
}
a.button,
.widget a.button,
a.button:visited {
	display:inline-block;
	background:green;
	color:white !important;
	padding: 5px 20px;
	margin: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}

ol.vcalendar {

}

ol.vcalendar li {
	display: inline-block;
	margin:5px 5px 0 0;
	padding:0;
	width:32%;
	background: #eee;
}

ol.vcalendar li a,
ol.vcalendar li a:visited {
	color: #000;
}
ol.vcalendar li h4 {
	margin:0;
	padding:3px 5px;
	background: #c4d4b4;
	font-weight: normal;
	font-size: .9em;
}

ol.vcalendar li .duration {
	font-weight: normal;
	padding:3px 5px;
	font-size: .7em;
	min-height: 50px;
}

ol.outline {
	font-weight: bold;
	font-size: 1.2em;
}
ol.outline>li {
	margin-bottom: 30px;
}
ol.outline ul {
	font-weight: normal;
	font-size: .9em;
	margin-top: 10px;
}
ol.outline ul>li {
	margin-bottom: 10px;
}
ol.outline li li li {
	list-style-type: circle;
}

#fadeandscale {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}
.popup_visible #fadeandscale {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#field_4_1 label,
#field_4_2 label {
	display:none;
}
#gform_submit_button_4 {
	width:100%;
}
.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0 !important;
}
.well {
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	display:none;
	margin:1em;
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0,0,0,.15)
}
.well-lg {
	padding: 24px;
	border-radius: 6px
}
.well-sm {
	padding: 9px;
	border-radius: 3px
}