/*
 Theme Name:     Charitas Child Theme
 Theme URI:      https://wplook.com/product/themes/non-profit/charitas-charity-nonprofit-wordpress-theme/
 Description:    Charitas Child Theme
 Author:         Hellman
 Author URI:     https://www.hellman.com
 Template:       charitas-wpl
 Version:        1.0.0
*/
 
@import url("../charitas-wpl/style.css");
 
/* =Theme customization starts here

/* Footer Custom */
#footer-widget-area button[type=submit]{
    width:48px;
    height:26px;
}
a.footer_link, a.footer_link:hover, a.footer_link:visited, a.footer_link:active {
	color:#c3cfa5 !important;
text-decoration:none;
}


/* Contact Form 7 Custom Styles */
#responsive-form{
	max-width:800px /*-- change this to get your desired form width --*/;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full, .column-third{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
.column-third{
		width: 33%;
	}
}
@media only screen and (max-width: 640px) {
	.teaser-page {
    		height: 230px !important;
	}
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="date"], .wpcf7 input[type="tel"], .wpcf7 textarea, .wpcf7 select {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
font-size: 13px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7 textarea.small-textarea {
	height:85px;
}
.wpcf7 select {
    color: #666;
    font-family: inherit;
    font-size: 1em;
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit{
	float: left;
	cursor: pointer;
}

.wpcf7 input[type="submit"] {
    background: #0a734b;
    border: 1px solid #3b3b3d;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 14px !important;
    padding: 7px 20px !important;
    text-decoration: none;
    text-transform: uppercase;
}
.wpcf7-submit:hover{
	background: #2ea3f2;
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}
a:focus, a:active, a:hover {
    color: #0a734b !important;
}
ul.nav-menu ul a:hover, .nav-menu ul ul a:hover {
    color: #ffffff !important;
}
#toolbar .tb-list .contact a:hover {
    background: #0a734b !important;
    color: #ffffff !important;
}