p {
    color: #878787;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.2px;
    padding:4px 0 !important;
}

h3 {
	color: #a6cc38;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

li {
    color: #878787;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.2px;
    padding:4px 0 !important;
}

a {
    text-decoration: none;
    transition: all .6s ease-in-out;
    color: #a6cc38 !important;
}

table tbody tr {
	border: solid 1px #ffffff;
	border-left: 0;
	border-right: 0;
}



.menu_row {
	box-shadow: 0 6px 12px rgba(0,0,0,.025);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.025);
	padding-top: 1em;
	padding-bottom: 1em;
}
.type-post .entry-title, .type-attachment .entry-title {
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1em;
    padding-top: 50px;
    color: #a6cc38;
}

.mpce-cfa-form input[type="text"],
.mpce-cfa-form input[type="password"],
.mpce-cfa-form input[type="email"],
.mpce-cfa-form input[type="tel"],
.mpce-cfa-form input[type="number"],
.mpce-cfa-form select,
.mpce-cfa-form textarea {
	background: #fff;
	border-radius: 4px;
	border: none;
	border: solid 1px rgba(0,0,0,.2);
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	width: 95%;
	margin-bottom: 10px;
	
}

/*mailchimp stuff*/

#mc_embed_signup h2 {
    font-weight: normal;
    padding: 0;
    margin: 15px 0;
    font-size: 2.4em;
}
#mc_embed_signup input {
    border: 1px solid #dceab7;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    padding: 12px;
}
#mc_embed_signup .button {
    clear: both;
    background-color: #a6cc38;
    border: 0 none;
    border-radius: 45px;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 52px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 28px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}

#mc_embed_signup .mc-field-group label {
    display: block;
    margin-bottom: 3px;
    font-size: 16px;
    padding-bottom:8px;
    padding-top: 12px;
    color: #909090;
}

tr:hover {
          background-color: #a6cc38;
        }

