/*
Theme Name: Gottagrowit
Author: Anonymous
Author URI:
Version: 1
Description: Gottagrowit theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Gottagrowit
Tags: one-column, two-columns
Theme URI:
*/

/* =WordPress Core
-------------------------------------------------------------- */
.login input[type="checkbox"]{
	display:inline-block;
	vertical-align:middle;
	width:16px;
	height:16px;
	margin:0 6px 1px 0;
}
.login form p.forgetmenot label{margin:0;}
.tml-action-links{
	padding:0;
	margin:0;
	list-style:none;
	font-style:normal;
	font-family:'latoregular', Arial, Helvetica, sans-serif;
	overflow:hidden;
}
.tml-action-links li{
	float:left;
}
.tml-action-links li:before{
	content:'|';
	color:#777;
	padding:0 5px;
}
.tml-action-links li:first-child:before{
	padding:0;
	content:'';
}
.tml-action-links li a{color:#777;}
select{
	border:1px solid #a0c457;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
	-webkit-box-shadow:inset 0 4px 4px 0 rgba(0,0,0,0.06) , 0 0 4px 0 #6dacc8;
	box-shadow:inset 0 4px 4px 0 rgba(0,0,0,0.06) , 0 0 4px 0 #6dacc8;
	border-radius:3px;
	min-width:132px;
}
.complete {
    color: #A0C457;
    margin: -15px -8px 1px -4px !important;
}
.form-erros .errors li{line-height:12px !important;}
.form-erros .errors {margin-top:-18px !important;}

.bg-stretch{
background-image: url('http://dev.bayoulandcs.com/grow/wp-content/themes/gottagrowit/images/bg-body.jpg');
background-repeat: no-repeat;
background-position: bottom center;
background-attachment: fixed;
-webkit-background-size: 100%;
-moz-background-size: 100%;
-o-background-size: 100%;
background-size: 100%;

}