/*
 Theme Name:   Congregation of Humanistic Judaism
 Description:  Non-profit Child Theme
 Author:       Vernon S. Howard <a href="http://vshoward.com">VSHoward.com</a>
 Author URI:   http://example.com
 Template:     organic_nonprofit
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  organic_nonprofit-child
*/

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

/* =Theme customization starts here
-------------------------------------------------------------- */

#header h1 {
	color:#000;
}
#header #masthead {
	top:40px;	
}
#header .site-title {
	background-image: url("images/logo.png") !important;
    background-position: 0 center;
    background-repeat: no-repeat;
    font-size: 23px;
    min-height: 75px;
    padding-left: 80px;
    padding-top: 24px;
}
.member-login {
    float: right;
    position: relative;
    top: 29px;
    width: 100%;	
}
.member-login .more-link {
	float:right;
	font-size:12px;	
	font-weight:normal;
}
.featured {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    display: inline-block;
    margin-bottom: 24px;
    padding: 0;
    position: relative;
    width: 100%;
}
.featured .holder {
	padding:15px;	
}
.ai1ec-subscribe-container {
	margin-bottom:15px;	
}
.tweet-btn, .like-btn, .pin-btn, .plus-btn {
	height:30px;
}
table td {
	padding:3px;
}
.lightbox-gallery-manager div {
	float: left;
	margin: 0 12px 12px 0;
	vertical-align: bottom;
	padding: 5px;
	border: 1px solid #DDDDDD;
	background-color:#DEE8F4;
}

/* Give Form CSS ================================================= */
.give-form-title {
    display: none;
}
#hjc-give-fields-wrap, #hjc-give-fields-wrap div {
    float: left;
    width: 100%;
}
#hjc-give-fields-wrap label {
    font-weight: 700;
}
#hjc-fields, .give-total-wrap, #give-donation-level-button-wrap, #give_purchase_form_wrap, #give-payment-mode-select {
    display: none;
}
#hjc-give-fields-wrap input, #hjc-give-fields-wrap textarea, #hjc-give-fields-wrap select {
    float: none;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    height: 35px;
    line-height: 35px;
    padding: 0 12px;
    margin: 0 0 15px;
    font-size: 18px;
    box-sizing: border-box;
    min-width: 125px;
    width: 100% !important;
}
#hjc-give-fields-wrap textarea {
    height: auto;
}

#hjc-give-fields-wrap blockquote {
    margin: 0 0 15px 20px;
    font-size: 0.9em;
    font-style: italic;
    padding: 5px 0 5px 20px;
    border-top: none;
    border-left: 5px solid #005A9F;
    border-bottom: none;
}
#saulhaffner, #general-donation, #gd_other_wrap{
   display: none;
}
.container form textarea {
    width: 100% !important;
}