/*
Theme Name: homeforgood
Author: Anonymous
Author URI:
Version: 1
Description: homeforgood theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: homeforgood
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 3px 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;
}

.sticky,
.bypostauthor{
	display:block;
}



/* main elements */

#footer .menu {
	margin: 0;
	padding: 3px 0 0 42px;
	font-size: 12px;
	line-height: 15px;
	float: left;
	letter-spacing: 0.4px;
}
#footer .menu li:first-child {
	padding-left: 0;
	background: none;
}
#footer .menu li {
	float: left;
	padding: 0 20px 0 21px;
	list-style: none;
	background: url(images/divider.png) no-repeat 0 3px;
}
#footer .menu li a { color: #d7d7d7; }

.patition-box .form-sign input[type="email"], .patition-box .form-sign input[type="tel"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #747474;
    font: 15px/18px Helvetica,Arial,sans-serif;
    height: 18px;
    padding: 10px;
    width: 282px;
}
#checkbox .wpcf7-list-item-label{
    display: none;
}
.form-sign .check label, .form-sign .check2 label{
    margin-top: -24px !important;
}
.paging ul li {
    padding: 0 6px 0 7px;
}
.wpcf7-form-control-wrap{display:block;}
.wpcf7-not-valid-tip{
	top:0 !important;
	bottom:0 !important;
	left:0 !important;
	right:0 !important;
	padding:10px !important;
	width:auto !important;
	height:auto !important;
	font-size:15px !important;
	line-height:18px !important;
}