/*
 Theme Name:   Nicely
 Theme URI:    http://madenicely.com
 Description:  LC Blank Child Theme
 Author:       Jeremy Nivison
 Author URI:   http://madenicely.com
 Template:     lc-blank
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  lc-blank-child
*/
@import url('https://fonts.googleapis.com/css?family=Lato');
body {
	font-family: 'Lato', sans-serif;
}

a, a:visited {
	color: #6fafb7;
}

a:hover {
	color: #5a939a;
}

h2 {
	font-family: 'Lato', sans-serif;
	color: #b72526;
	font-size: 25px;
}

#dinner-rescue-table table td, table th{
	border-bottom: 1px solid #d9d9d9;
	padding: 5px;
	vertical-align: middle;
}

#dinner-rescue-table table th{
	background: #d9d9d9;
	font-weight: 700;
}
input[type=text],input[type=submit],input[type=email], textarea {
	border: 1px solid #6fafb7;
	width: 100%;
	padding: 10px;
	font-size: 14px;
	margin-bottom: 25px;
	margin-top: 5px;
}
input[type=submit] {
	background: #6fafb7;
	color: #fff;
	font-weight: 700;
}
input[type=submit]:hover {
	background: #5a939a;
	margin-top: 0px;
}
/* SEARCH BAR */
#searchform input[type=text],
#searchform input[type=submit] {
	display: inline-block;
}
#searchform input[type=text]{
	width: 50% !important;	
}
#searchform input[type=submit] {
	width: 20% !important;
}