/*
    Theme Name: the Recipe Critic Theme
	Theme URI: http://www.designerblogs.com
	Description: Sample is a two or three column child theme created for the Genesis Framework.
    Author: Designer Blogs
    Author URI: Kate
 
    Version: 1.8
 
    Tags: gray, white, two-columns, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments
 
    Template: genesis
    Template Version: 1.8
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Responsive Design

*/
/*
font-family: 'Josefin Sans', sans-serif;
font-family: 'Montserrat', sans-serif;
*/
/* Import Fonts
------------------------------------------------------------ */

@import url(https://fonts.googleapis.com/css?family=Quicksand);
@import url(https://fonts.googleapis.com/css?family=Montserrat);

@font-face {
  font-family: 'helena';
  src: url(../recipecriticbykate/fonts/Helena.ttf) format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: 'cwbold';
  src: url(../recipecriticbykate/fonts/cwbold.ttf) format('truetype');
  font-weight: normal;
}

/* Defaults
------------------------------------------------------------ */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #1f1f1f;
	font-family:  Century Gothic, Arial;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5625;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #fff;
	border: 1px solid #fff;
}

input,
label,
select,
textarea {
	color: #444444;
	font-family:  Century Gothic, Arial;
	font-size: 14px;
	font-weight: 300;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #f85279;
	text-decoration: none;
}

a:hover {
	color: #444;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
  margin: 0;
}

::-moz-selection {
	background-color: #444;
	color: #fff;
}

::selection {
	background-color: #444;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0px auto 0px;
	width: 100%;
	padding: 0;
}


/* Header
------------------------------------------------------------ */

#headersection-wrap {background-color: #ececec; padding: 1px 0px 5px; margin: 0px 0px 20px;}
#headersection { width:1200px; margin: 0px auto;}

#header {
	min-height: 110px;
	overflow: hidden;
	width:1200px; 
	margin: 0px auto;
	border-bottom: 1px solid #ececec;
	padding: 0px 0px 20px;
}

#header #title,
#header #title a,
#header #title-area{
	display: block;
	float: left;
	min-height: 110px;
	overflow: hidden;
	color: transparent !important;
	width: 504px;
}

#header #title-area p {color: transparent !important;}

#header .widget-area {
	float: right;
	padding: 55px 0px 0 0;
	width: 600px;
}

#header .widget-area .widget_search {float: right; width: 300px;}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */
#nav { background-color: #fff; margin: 5px 0px 0px; border-bottom: 1px solid #fff; border-top: 1px solid #fff;}

.menu-primary,
.menu-secondary,
#header .menu {
	clear: both;
	font-size: 10px;
	font-family: 'Quicksand', sans-serif;
	font-family: 'Montserrat', sans-serif;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	text-align: right;
	margin: 0px auto;
	width: 1200px;
	text-transform: uppercase;
letter-spacing: 2px;
}


.genesis-nav-menu .menu-item {
	text-align: center;
	display: inline-block;
}


.genesis-nav-menu a {
	border: none;
	color: #000;
	display: block;
	padding: 8px 24px;
	position: relative;
}

.genesis-nav-menu a:hover {
	color: #f85279;
}


.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	border: 1px solid #eee;
	background-color: #fff;
	border-top: none;
	font-size: 10px;
	padding: 6px 10px;
	position: relative;
	width: 200px;
}


.genesis-nav-menu .sub-menu .sub-menu {
	margin: -29px 0 0 199px;
}


.genesis-nav-menu .menu-item:hover {position: static;}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {padding-left: 0;}

.genesis-nav-menu > .last > a {	padding-right: 0;}




/* Site Header Navigation

--------------------------------------------- */



.site-header .sub-menu {

	border-top: 1px solid #e25c50;

}



.site-header .sub-menu .sub-menu {

	margin-top: -55px;

}


/* Primary Navigation
--------------------------------------------- */

.nav-primary{	background: url(images/navbg.png) repeat;}
.nav-primary .sub-menu {background-color: #fff;}
.nav-primary .wrap {margin-top: 10px;	margin-top: 1rem;}


.nav-primary a:hover,

.nav-primary .current-menu-item > a {

	color: #fff;

}



.nav-primary .sub-menu a:hover { color: #e25c50; }



/* Secondary Navigation

--------------------------------------------- */



.nav-secondary {

	background-color: #fff;

}




.homebutton {font-family: 'FontAwesome' !important; font-size: 16px; line-height: 30px; margin: 0px 0px 0px;}

/* Inner
------------------------------------------------------------ */

#inner {
	margin: 30px auto 10px;
	margin-top: 0px; /* no tagline */
	overflow: hidden;
	padding: 0px;
	width: 1200px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 14px;
	margin: -10px 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 14px;
	padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 750px;
	margin-top: 10px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	margin: 2em 0 0;
	padding: 0 60px 0 60px;

  float: right;
  width: 800px;
}


.post {
	margin: 0 0 20px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 25px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.25;
	margin: 0 0 10px;
	color: #1f1f1f;
	text-align: center;
	letter-spacing: 2px;

}

h1 {
	font-size: 12px;
}

.taxonomy-description h1 {
	margin: 0;
}

.entry-title,
.entry-title a{
    color: #1f1f1f;
    font-size: 25px;
    line-height: 1;
    padding-top: 0px;
    text-align: center;
	font-family: 'cwbold', sans-serif;
	text-transform: uppercase;
}


.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

.taxonomy-description h1,
.widget-area h4 {
	padding: 9px 5px;
	margin-bottom: 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
  color: #000;
border-bottom: 4px double #eee;
 	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 18px;
	font-family: 'cwbold', sans-serif;
color: #f85279;
}

.widget-area h4 a {

	text-decoration: none;
}


h5 {
	font-size: 18px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	margin: 0px 0 15px;
	text-align: center;
	color: #f85279;
	text-transform: uppercase;
	font-size: 10px;
	font-family: "Montserrat",sans-serif;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	clear: both;
	font-size: 12px;
	padding: 5px 0 0;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box p {
	font-size: 14px;
}



/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar{
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 0 10px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 11px;
	width: 360px;
	padding: 20px;x;
	margin: 3.5em 0 0;
	background-color: #f5f5f5;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	background-color: #fff;
	margin: 0 0 20px;
	padding: 20px;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0 15px;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	margin: 5px 15px 0;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0 15px 10px;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	padding: 5px 15px 0;
}
/* Page
======================================== */
.page #cus_data {display: none;}

/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: url(images/gradient.png) 0 0;
	border: 1px solid #ccc;
	cursor: pointer;
	line-height: 19px;
	padding: 5px 7px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background: url(images/gradient.png) 0 -33px;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

.searchform {
	padding: 5px 0 0 15px;
}

.s {
	margin: 0px -7px 0 0;
	padding: 6px 5px;
	width: 180px;
}

#nav .s {
	background-color: #fff;
	margin: 2px -7px 0 0;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 0 15px 5px;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 6px 5px;
	width: 75%;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background-color: #f5f5f5;

	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 20px 30px 10px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
	margin: 0 0 0 20px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 30px 0 0;
	width: 280px;
}

.footer-widgets-2 {
	float: left;
	width: 280px;
}

.footer-widgets-3 {
	float: right;
	width: 280px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	background-color: #fffff;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 10px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	text-transform: uppercase;
}

#footer .wrap {
	overflow: hidden;
	padding: 10px 15px;
	width: 1200px;
	margin: 0 auto;
}

#footer p {
	font-size: inherit;
}

#footer a,
#footer a:visited {
	color: #aaa;
}


#footer .gototop {
	float: left;
	width: 200px;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 650px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: -16px;
}

.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 14px;
	font-weight: 300;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #333;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

/* Custom Data
=================================== */
#cus_data {
	color: #bb8d27;
	font-size: 9px;
	margin: 5px 0 5px;
	text-align: center;
	letter-spacing: 1px;
	font: 400 12px "josefin sans",Century Gothic,Arial,sans-serif;
	
}
.page #cus_data{display: none;}
/* Custom Search
================================== */
.searchform input[type="submit"]{
  width:10%;
	height:33px;
	color: transparent;
	background: url(http://4.bp.blogspot.com/-o_zw1k56ufg/VTIFUAbDgoI/AAAAAAAAIv0/HJLMb6-EjXo/s1600/search.png) center no-repeat !important;
	border-left: 0;
	border-right: 0;
}
.searchform {padding:0; border: 1px solid #eee;}
.searchform input {
	background-color: #ffffff;
	border-right: 0;
	border-left:0;
	width: 90%;
	border: 0px solid #fff;
}

/* Meta Social
================================ */

.post-meta {
	color: #444;
	letter-spacing: 1px;
	font-family: "Montserrat",sans-serif;
	font-weight: 400;
	padding-bottom: 10px;
	font-size: 11px;
	text-align: center;
	border-top: 1px solid #444;
}
.post-meta a:hover {
	text-decoration: none;
	color: #e1cbe3;
}

/* Excerpts
================================ */
#content-sidebar-wrap .feature .entry-image{display: none;}
.teaser p, .teaser .post-info {display: none;}
.teaser .entry-title,.teaser .entry-title a {
    color: #000;
    font-size: 18px;
    line-height: 1;
    padding-top: 0px;
    text-align: center;
}
.teaser .entry-title {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll center top;
}

/* FOOTER */
#footer-widgets {border-top: 10px solid #f85279; margin: 30px 0px 0px;}
#footer-widgets .wrap {width: 1200px; margin: 0px auto;}
.footer-widgets-1, .footer-widgets-2 {width: 350px;}
.footer-widgets-3 {width: 360px;}
.footer-widgets-1 .post, .footer-widgets-2 .post {width: 105px !important; height: auto; float: left !important; margin: 0px 5px 5px!important; }

#footer-widgets img {opacity: 1;}
#footer-widgets img:hover {opacity: 0.6;}

#footer-widgets h4 {
    border-bottom: 4px double #fff;
    color: #f85279;
    font-family: "Montserrat",sans-serif;
    font-size: 10px;
    font-weight: 200;
    letter-spacing: 1px;
    margin-bottom: 25px;
    padding: 9px 5px;
    text-transform: uppercase;
}

#text-20 .textwidget{
    padding: 0 0px;
}

#text-22 .textwidget{
    padding: 0 0px;
}

.entry-title{

	padding-top: 60px;
	background-image: url(http://dbblogs.katarzynagaj.net/templates/7/wp-content/uploads/2016/01/forkandspoon2.png);
	background-repeat: no-repeat;
	background-position: top center;
margin-bottom: 20px;
}
#menu-new-menu .right {display: none;}
.homeonly {display: none;}
.home .homeonly {display: block;}

.display-posts-listing {margin-top: 60px;}
.display-posts-listing li {list-style: none; text-align: center !important;}
.display-posts-listing li .content{list-style: none; text-align: left !important; margin-bottom: 30px; padding-bottom: 30px; border-bottom: 4px double #444;}
.display-posts-listing .listing-item .title{
	color: #1f1f1f;
    font-family: "Quicksand",sans-serif;
font-family: 'cwbold', sans-serif;
    font-size: 25px;
    font-weight: 200;
    line-height: 1;
    padding-top: 0;
    text-align: center !important;
    text-transform: uppercase;}


.home .listing-item {background-image: url("http://dbblogs.katarzynagaj.net/templates/7/wp-content/uploads/2016/01/forkandspoon2.png");
    background-position: top center !important;
    background-repeat: no-repeat;
    padding-top: 60px;}
.home .display-posts-listing {
    margin-top: 0px;
}

.recipeindex .listing-item{float: left; width : 150px; margin-right: 15px; text-align: center;}
.recipeindex .listing-item img {margin-bottom: 5px;}
.recipeindex .listing-item .title{
color: #1f1f1f;
    font-family: "Quicksand",sans-serif;
    font-size: 15px;
    font-weight: 200;
    line-height: 1;
    padding-top: 0;
    text-align: center !important;
    text-transform: uppercase;
    background-image: url("");
    padding-top: 0px;}

#subscribe-enews-ext-2 {border: 1px solid #eee; padding: 5px 8px;}
.enews #subbox {
    margin: 0px auto;
    padding: 0px 0px;
    width: 75%;
}
input[type="button"], input[type="submit"] {
    background: rgba(255, 255, 255, 1) url("") repeat scroll 0 0;
    border: 1px solid #fff;
    cursor: pointer;
    line-height: 19px;
    padding: 5px 7px;
    text-decoration: none;
font-family: "Montserrat",sans-serif;
text-transform: uppercase;
}

input[type="button"]:hover, input[type="submit"]:hover {
color: #f85279;
    background: rgba(255, 255, 255, 1) url("") repeat scroll 0 0;
}

.comment-form-comment {border: 1px solid #eee;}
.recipeindex h2 {font-family: 'helena' !important; letter-spacing: 0; color: #f85279; font-size: 25px;}

.recipeindex ul {
    padding: 0 0 10px;
    text-align: center;
    width: 650px;
}
.recipeindex .searchandfilter input {border: 1px solid #eee; padding: 10px;}
input[name="ofsearch"] {width: 300px;}

.recipeindex .display-posts-listing {margin-top: 0px;}
.recipeindex .readmorebutton {margin-bottom: 20px; padding-bottom: 10px; border-bottom: 4px double #eee; font-family: "Montserrat",sans-serif;
text-transform: uppercase;}

.ts-fab-tab {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #333;
    display: block !important;
    min-height: 80px;
    overflow: hidden;
    padding: 12px;
}

/*nextprev */
.rp-post-nav {margin: 10px 0px 10px; border-top: 1px solid #444;
border-bottom: 1px solid #444;}

.rp-post-nav-pre {background-color: #fff !important; background-image: url() !important; width: 48% !important; float: left; margin-right: 20px;}
.rp-post-nav-next {background-color: #fff !important; background-image: url() !important; width: 48% !important;}

.rp-post-nav .rp-post-nav-pre.rp-glass .rp-post-nav-wrap::before {
    background: #fff none repeat scroll 0 0 !important;
border-top: 1px solid #f5f5f5;
border-bottom: 1px solid #f5f5f5;
}

.rp-post-nav .rp-post-nav-next.rp-glass .rp-post-nav-wrap::before {
    background: #fff none repeat scroll 0 0 !important;
border-top: 1px solid #f5f5f5;
border-bottom: 1px solid #f5f5f5;
}

.rp-post-nav .rp-post-nav-wrap {padding: 2% 5% !important;}

.single .post-meta {display: none;}

.rp-post-nav .rp-post-nav-title a {font-size: 14px !important; color: #444 !important;}
.rp-post-nav h4 {text-align: left !important;}

.rp-post-nav .rp-post-nav-title {
    display: block;
    margin: 0 0 5px;
    overflow: hidden;
    padding: 0 0 3px;
    text-overflow: ellipsis;
    white-space: normal !important;
}

.rp-post-nav .rp-post-nav-label {font-size: 10px !important; color: #f85279 !important; font-family: "Montserrat",sans-serif; text-transform: uppercase;}
.rp-post-nav-pre  .rp-post-nav-label:before { content: '<<' !important; font-size: 10px !important; padding-right: 5px;}

.rp-post-nav-next .rp-post-nav-label {text-align: right;}
.rp-post-nav-next  .rp-post-nav-label:after { content: '>>' !important; font-size: 10px !important; padding-left: 5px;}


.wp_rp_wrap {display: none;}
.single .wp_rp_wrap {display: block;}

.easyrecipe li{text-align: left !important; margin: 8px 0px !important;}


#mc_embed_signup p {font-family: Century Gothic,Arial;  font-size: 14px !important; text-align: center;}
#mce-EMAIL {border-top: 1px solid #eee; border-bottom: 1px solid #eee; margin: 10px 0px 5px!important;; padding: 5px 0px !important;; text-align: center; width: 100%}
#mc-embedded-subscribe {width: 110px; text-align: center;; display: block; background-color: #f85279; color: #fff; margin: 10px auto 0px;}
#mc-embedded-subscribe:hover {background-color: #444;}


.screen-reader-text {display: none;}
#cat {border: 1px solid #eee; padding: 10px;}

.home #content .feature {display: none;}

.pinktitle h4 {color: #f85279;}

.jpibfi_container p {margin: 0 0 25px !important;}
.rightsub {width: 300px; float: right;}