/*
Theme Name: SistersOfTheBlessedSacrament
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	/*max-width: 96%; Image does not overflow the content area */
	padding: 5px 20px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.image-caption.wp-caption p.wp-caption-text {font-size: 15px; }

.sticky,
.bypostauthor{
	display:block;
}


/* main elements */
.mapp-layout {width:100% !important;}

/*ADDED 2014-05-15 */
input.button, .gform_wrapper .gform_footer input[type="submit"] {
	font-size: 16px !important;
	background: #601f31;
	padding: 8px 12px;
	color: #fff;
	border: none;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}

#donate.btn {
	color: #fff;
	font: 16px Georgia, time new roman, serif;
	background: #601F31;
	text-decoration: none;
	padding: 8px 12px;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}

.meta, .info {
	display: none;
}

.navigation .next, .navigation .prev {
	padding: 0px 5px;
}

.speech {
	position: relative;
	float: left;
	text-align: center;
	line-height: 20px;
	border: 1px solid #602835;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 4px #ccc;
	-moz-box-shadow: 2px 2px 4px #ccc;
	box-shadow: 1px 1px 3px #ccc;
	padding: 10px 20px;
}

.speech h3 {
	font-family: Georgia, Times, serif; 
	font-weight: 300;
	color: #51232c;
}

/* ADDED 2014-05-21 */

body {
    font: 14px/22px Arial,Helvetica,sans-serif !important;
}

#communications.sidebar {
	position: relative;
	float: left;
    border: 1px solid #79273E;
    padding: 10px 15px;
    position: relative;
	margin: 10px 0 0 0;
    font-size: 13px;
}

#communications.sidebar h3 {
    font: italic 15px/18px georgia, times, serif;
    color: #79273E;
}
.ui-datepicker-trigger {
	display: inline;
}
.gform_wrapper h2.gsection_title, .gform_wrapper .gsection_description, .gform_wrapper h3.gform_title {
	position: static;
	float: none;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"] {
	border: 1px solid #585858;
	border-radius: 3px;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
	list-style-type: disc !important;
	margin: 1em 0 1em 1.5em !important;
	padding-left: 0;
}
/* ADDED 2014-06-11 */

.schedule a span  {
    font-size: 13px;
}

.schedule a strong  {
    font-size: 13px;
}

.gform_wrapper textarea.medium {
	border: 1px solid #585858;
}
.btn-donate{
	display: none;
}
.menu{
	width: 100%;
}
#wrapper{
	overflow: inherit;
}
#menu-item-13724 .drop ul{
	width: 126px;
}
#menu-item-13724 a {
	background: linear-gradient(to bottom,  #cc8f51 0%,#bf7528 100%);
}
.menu-donate .drop a, .menu-donate .drop ul, .menu-donate .drop{
	background: #79273e !important;
}
.menu-donate .drop{
	border-top: none;
}