/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.nf-form-fields-required {
	display: none;
}
element.style {
}

a.more-link, .more-from-category a {
    background: #feA7b6;
    border: none;
    color: #fff;
    display: table;
    font-family: "Lato", Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0 auto;
    padding: 15px 40px;
    text-decoration: none;
    text-transform: uppercase
}

element.style {
}

.recipe-index .featuredpost h2, .archive .one-third .entry-title, .archive .one-fourth .entry-title, .archive .one-sixth .entry-title, .search .one-third .entry-title, .search .one-fourth .entry-title, .search .one-sixth .entry-title, .page-template-page_blog .one-third .entry-title, .page-template-page_blog .one-fourth .entry-title, .page-template-page_blog .one-sixth .entry-title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
	text-transform: none;}

.enews-widget input {
    border: 1px solid #eee;
    clear: none;
    display: inline;
    float: left;
    margin-bottom: 0;
    padding: 14px 14px;
	 width: 30.8%;}
.enews-widget input[type="submit"] {
    clear: none;
    float: right;
    padding: 14px 20px;
    width: 38.2%;
}
input[type="submit"] {
    letter-spacing: 2px;
}

.button, .button-secondary, button, input[type="button"], input[type="reset"], input[type="submit"] {
    background: #fff;
    border: 1px solid #302a2c;
    -webkit-box-shadow: none;
    box-shadow: none;
	color: #302a2c;}

.enews-widget p {
    clear: none;
    float: left;
    font-style: italic;
    line-height: 50px;
    margin: 0 20px 0 0;
    width: auto;
}

blockquote {
    font-family: Adamina;
    font-size: 22px;
    font-style: normal;
    width: 100%;
    margin: 0.25em 0;
    padding: 0.25em 40px;
    line-height: 1.45;
    position: relative;
    color: #555f61;
    background:#ffd9dd;
	text-align:center;
}
 
blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -10px;
    top: -10px;
    color: #7a7a7a;
}
 
blockquote cite {
    color: #555f61;
    font-size: 16px;
    display: block;
    margin-top: 10px;
}
  
blockquote cite:before {
    content: "\2014 \2009";
}








