/*
Theme Name:     Newspaper 9 Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

.td-header-style-10 .td-banner-wrap-full.td-container-wrap.td-banner-bg{
    box-shadow: none;
    -webkit-box-shadow: none;
}

/* NEWSLETTER */
#homepage_newsletter_container_small{
	float:left;
	position:relative;
	/*width:90%;*/
	/*margin: 0 auto;*/
	background: #eee;
    padding: 1em 10px;
    margin-top: 10px;
	margin-bottom:30px;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;*/
    /*text-align: center;*/
	width:100%;
	 
}

#homepage_newsletter_image_small{
	float:left;
	position:relative;
	width:50%;
	
}

#homepage_newsletter_text_small{
	float:left;
	position:relative;
	width:100%;
	text-align:center;
	
}

#homepage_newsletter_text_small h1{
	color:#000;
	font-size:18px;
	margin:0px;
	margin-bottom:10px;
	background:none;
	
	
}

#homepage_newsletter_text_small p{
		color:#000;
		font-size:14px;
}

#homepage_newsletter_form{
	
}

#homepage_newsletter_form_small input[type=submit]{
		margin-top:20px;
		/*margin-left:35%;*/
	}

input[type=submit], .button {
    background: #ab0e00;
    border-width: 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 10px 8px;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

input, form button, select {
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #333;
    padding: 5px 10px;
}

input#email_small{
    margin-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-color: #999;
	width:60%;
	font-size:14px;
	margin-left:0px;
}

input:required:invalid, input:focus:invalid {
    /*background-image: url(wp-content/themes/churchleaders/img/form_field_invalid.png);
    background-position: right top;
    background-repeat: no-repeat;*/
 }
 
input:required:valid {
    /*background-image: url(wp-content/themes/churchleaders/img/form_field_valid.png);
    background-position: right top;
    background-repeat: no-repeat;*/
  }
 #form_response_small{
	 float:left;
	 position:relative;
	 margin: 0 auto;
	 width:100%;
     color: #000;
     font-size: 14px;
 }
form.small_form {margin:0px;}

.btn:focus {
  outline: none;

}
