/*
Theme Name: OCG v2.0 Theme
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**

Leaf Green   	#30850e

Brown  		#675920 

Gold   		#fe9d00

Berry  		#991947

Green Apple  	#a3d765


 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
 
 
 /* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
/* =Fonts
-------------------------------------------------------------- */

h3#comments-title, h3#reply-title, #access .menu, #access div.menu ul, #cancel-comment-reply-link, .form-allowed-tags, #site-info, #site-title, #wp-calendar, .comment-meta, .comment-body tr th, .comment-body thead th, .entry-content label, .entry-content tr th, .entry-content thead th, .entry-meta, .entry-title, .entry-utility, #respond label, .navigation, .page-title, .pingback p, .reply, .widget-title, .wp-caption-text, input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
body, input, textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border: 0;
	height: 1px;
	margin-bottom: 18px;
	clear: both;
}
/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite, blockquote em, blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"], input[type="email"], textarea {
	padding: 6px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th, thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
tr.odd td {
	background: #F2F7FC;
}
.attachment img {
	max-width: 900px;
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
.wp-smiley {
	margin: 0;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title, h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul, #comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link, .comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active, .comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a, a.comment-edit-link {
	color: #888;
}
.reply a:hover, a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword, .nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display: block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}
/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color: #FF4B33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}
body {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
input {
	border-radius: 0;
}
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	display: block;
}
.content {
	width: 1030px;
	margin: 0 auto;
}
#header {
	background: url("images/overlay.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	left: 0;
	padding: 22px 0 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
}
#logo {
	padding-top: 0px;
	float: left;
	padding-left: 30px;
}
#right_section {
	float: right;
	padding-right: 25px;
}
.content ul {
	margin: 0;
}
.content li {
	list-style-type: none;
}
.content li a {
	text-decoration: none;
}
.nav li {
	float: left;
	padding: 0 8px;
	background: url(images/seperator.jpg) right center no-repeat;
}
.nav li.last {
	background: none;
}
.nav li a {
	color: #252525;
	font-size: 14px;
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
}
.social_links span {
	color: #464646;
	font-size: 12px;
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	float: left;
}
.social_links li, .social_links ul {
	float: left;
}
.social_links li.facebook a, #footer_links .facebook a {
	background: url(images/facebook.png) no-repeat;
	width: 21px;
	height: 20px;
	text-indent: -9999em;
	display: block;
	margin-left: 8px;
}
.social_links li.twitter a, #footer_links .twitter a {
	background: url(images/twitter.png) no-repeat;
	width: 21px;
	height: 20px;
	text-indent: -9999em;
	display: block;
	margin-left: 3px;
}
.nav {
	float: left;
}
.social_links {
	float: left;
	margin-left: 15px;
}
#navigation_bar li {
	float: left;
}
#navigation_bar ul li ul {
	position: absolute;
	top: 100%;
	left: -25px;
	width: 446px;
	background: url(images/overlay.png) repeat;
	z-index: 99999;
	padding: 15px 0px 5px 25px;
	display: none;
}

#navigation_bar ul li ul li.menu-left { clear: left; }

#navigation_bar {
	position: relative;
	padding-top: 30px;
}
#navigation_bar >ul>li a {
	color: #222;
	font-size: 18px;
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
}
#navigation_bar >ul>li {
	margin-left: 55px;
	position: relative;
	padding-bottom: 12px;
}
#top_header {
	float: right;
}
#navigation_bar ul li ul li a {
	color: #464646;
	font-size: 16px;
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}
#navigation_bar ul li ul li a b {
	display: block;
	font-weight: 700;
}
#navigation_bar ul li ul li {
	width: 50%;
	padding-bottom: 20px;
}
#navigation_bar >ul>li:hover ul {
	display: block;
}
#slider_container .flexslider {
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	position: relative;
	max-height:747px;
}
#slider_container { max-height:747px; overflow:hidden; margin-top:-35px;}
#slider_container .flex-direction-nav {
/*	margin: 0 auto;
	position: relative;
	top: -590px;
	width: 1030px;*/
}
#about_us li {
	display: inline-block; 
	width: 195px;
	padding: 0 60px;
}
#about_us li h4 {
	font-size: 30px;
	color: #222222;
	font-family: 'Kreon';
	font-style: normal;
	font-weight: 700;
	padding-bottom: 23px;
	text-align: center;
}
#about_us {
	padding: 50px 0;
}
#about_us li p {
	font-size: 16px;
	color: #585858;
	font-family: "Source Sans Pro",Kreon,Georgia,serif;
	font-style: normal;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
	line-height: 21px;
}

#about_us li p a {
	color: #1B8006;  
	text-decoration: none;
}
#about_us ul {
	text-align: center;
}
#quotes {
	background: #6a5942;
	padding: 75px 0 70px;
}
#quotes blockquote {
	font-size: 26px;
	color: #fff;
	font-family: 'Kreon';
	font-style: normal;
	font-weight: 400;
	text-align: center;
	line-height: 38px;
	width: 68%;
	margin: 0 auto;
}
#quotes blockquote span {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	color: #fff;
	font-size: 14px;
}
.icon ul {
	text-align: center;
}
.icon li {
	display: inline-block;
	padding: 0 10px;
}
.icon {
	padding-top: 10px;
}
#footer_links {
	position: relative;
}
#footer_links>img {
	width: 100%;
}
#footer_links .footer_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#footer_links .content {
	padding: 50px 30px 0;
	width: 970px;
}
#footer_links ul li {
	float: left;
	padding-right: 10%;
}
#footer_links ul li.last {
	padding-right: 0;
}
#footer_links ul li h5 {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 700;
	color: #000000;
	font-size: 16px;
	padding-bottom: 8px;
	text-transform: uppercase;
}
#footer_links ul li a {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	color: #000000;
	font-size: 16px;
}
#footer_links ul li ul li {
	float: none;
	padding-bottom: 6px;
}
.footer_logo {
	float: left;
	padding-right: 10.67%;
}
#footer_links ul {
	float: left;
	width: 71%;
}
#footer_links ul li ul {
	width: auto;
}
#footer_links ul li ul li ul {
	float: none;
	margin-bottom: 12px;
}
#footer_links .twitter, #footer_links .facebook {
	display: inline-block;
	padding: 0;
	float: left;
}
#footer_links .twitter a, #footer_links .facebook a {
	margin: 0 5px 0 0;
}
#copyright {
	background: #000;
}
#copyright h6 {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	float: left;
	color: #fff;
	font-size: 14px;
	padding: 15px 0 15px 10px;
}
.scroll_top {
	background: url(images/scroll_top.png) 0 center no-repeat;
	width: 24px;
	height: 25px;
	display: block;
	float: right;
	padding: 15px 15px 15px 0;
}
.mob_menu {
	display: none;
}
.flexslider .slides img{	
}

/* Wordpress CSS */
html { margin-top:0 !important;}

.hheight { border-bottom: 0px solid rgb(199, 199, 199); height: 120px; }

.normalfont b { font-weight:normal; }

#about_us.common { padding-top:35px; }

.common h1 {
	color: rgb(34, 34, 34);
	font-family: "Kreon";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	padding-bottom: 23px;
	text-align: left;
}
.common p {
    color: #474747;
    font-family: Kreon,Georgia,serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 8px;
}
.common p a, a, li a {
	color: #000000;
	font-size: 16px;
	text-decoration: underline;
}
.common h2 { color: #323232; font: normal 500 40px/1.3em Kreon,Georgia,serif; margin-bottom:10px; }

.common h3 {
	color: rgb(50, 50, 50);
	font-family: "Source Sans Pro";
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	padding-bottom: 8px;
	text-transform: uppercase;
}

.paging-navigation {
	padding-top:20px; 
	border-top:1px solid #bcbcbc;
}
h1.screen-reader-text {
	font-size: 20px;
	font-family: "Source Sans Pro";
	text-align: left;
}
.loop-pagination {
	font-size: 18px;
}

.size-full { width: 100%; }

#about_us { overflow: auto; }
.ezcol { color: #474747;
    font-family: Kreon,Georgia,serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 8px; }

#about_us h1 { display: none; }

#about_us ol { list-style-type: decimal; padding:auto !important; margin:auto; width:90%; }

#about_us ol.reasons li { width: 100%; margin: 0 0 0 1.1em; text-indent: -1.1em; padding: 0px; list-style-type: decimal;
	font: normal 500 18px/1.3em Kreon,Georgia,serif; display: list-item;list-style-position: inside;  }
#about_us ul.reasons li { text-align: left; width: 100%; margin: 0 0 0 20px; text-indent: -20px; padding: 0px; list-style-type: disc;
	font: normal 500 18px/1.3em Kreon,Georgia,serif; display: list-item;list-style-position: inside;  }

#about_us ul.awards li { text-align: left; margin: 0 0 10px 15px; text-indent: -15px; padding: 0px; list-style-type: disc;
	font: normal 400 16px/1.3em Kreon,Georgia,serif; display: list-item;list-style-position: inside; width:93%;  }

#navigation_bar >ul>li a:hover { color: #1B8006; }

img.community { margin: 13px auto 4px auto; }

.top-panel { margin-top: -100px; }

.ezcol h6 {
	font: normal 700 16px/1.3em "Source Sans Pro",Georgia,serif !important;
	color: rgba(39, 118, 13, 1) !important;
	text-transform: uppercase !important;
	margin-top: 4px !important;
}

input[type=submit], .mybutton {
	background-color:#7d5d3b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:0px solid #54381e;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:"Source Sans Pro";
	font-size:14px;
	padding:6px 14px;
	text-transform:uppercase;
        text-decoration: none !important;
        margin-bottom: 2px;
}
input[type="password"] {
padding: 6px;
background: #f9f9f9;
border: 1px solid #ccc;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

input[type=submit], .mybutton:hover {
	background-color:#634b30;
}
input[type=submit], .mybutton:active {
	position:relative;
	top:1px;
}

#constant-contact-form ul { text-align: left;margin-top: 20px; }

#constant-contact-form ul li { padding:0; width:100%; }

#constant-contact-form ul li p { padding:0; text-align: left; float: left;margin-right: 15px;}

#menu-item-226 ul.sub-menu, #menu-item-474 ul.sub-menu {width: 230px;}
#menu-item-226 ul.sub-menu li, #menu-item-474 ul.sub-menu li { width: 100% !important; }

hr.small { margin: 4px 0 10px 0; }
a.link-line { text-decoration: underline !important; }

p.callout { text-align: center;color: #898989;font: normal 400 14px/1.2em 'Source Sans Pro';margin-top:16px;margin-bottom:20px; }
p.bignumbers { font-size: 50px;text-align: center; }
p.questions { color: #787878;font: normal 400 18px/1.2em 'Source Sans Pro';margin-top:12px;margin-bottom:6px; }

@media only screen and (min-width: 240px) and (max-width: 767px) {

.top-panel { margin-top: -50px; }
#navigation_bar { margin-bottom: 35px; }

}

@media only screen and (min-width: 240px) and (max-width: 1150px) {

#about_us { width:90%; margin:0px 5% !important; }
#panel_page { width:90%; margin:0px 5% !important; }

}

/* Style form elements */
.wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-range):not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-acceptance):not(.wpcf7-file) {
.form-control;
}
.wpcf7-checkbox .wpcf7-list-item {
.checkbox;
}
.wpcf7-checkbox.checkbox-inline .wpcf7-list-item {
.checkbox-inline;
}
.wpcf7-radio .wpcf7-list-item {
.radio;
}
.wpcf7-radio.radio-inline .wpcf7-list-item {
.radio-inline;
}
.wpcf7-submit {
.btn;
.btn-primary;
}
 
h6 { font: normal 700 14px/1.3em "Source Sans Pro",Georgia,serif;
	color: rgba(39, 118, 13, 1); }

/* Style validation */
div.wpcf7-validation-errors {
margin: 0;
.alert;
.alert-warning;
}
span.wpcf7-not-valid-tip {
.help-block;
color: @state-danger-text;
}
.wpcf7-form-control.wpcf7-not-valid {
border-color: @state-danger-text !important;
} 

.recipe-item::before { content: "\25a2"; 
    color: #696969;
    font-weight: bold;margin-right: 8px; vertical-align: -2px;
}
li.recipe-item { margin: 0 0 10px 4px; }
h1.fn, .cp-box-info h2 a {
    font: normal 400 32px/38px 'kreon' !important;
}
body #cooked-plugin-page .timing ul li {
    font-size: 15px;
    line-height: 1.4;
    font-family: 'Source Sans Pro';
}
#about_us h1.fn { display: block !important; }
body #cooked-plugin-page .recipe-info .info-entry p { font-size: 16px; }
#about_us .timing ul { text-align: left ; }
.cp-box-info p, .cp-box-info .timing ul li { color: #666; }
body #cooked-plugin-page .sub-row .box-white:first-child .cp-box-inner { padding-left: 35px; }
body #cooked-plugin-page .recipe-row.main-row, body #cooked-plugin-page .result-section.masonry-layout .result-box .cp-box, body #cooked-plugin-page .result-section.full-width-box-layout .result-box, body #cooked-plugin-page .result-section.table-layout .table-box, body #cooked-plugin-page .search-section .search-wrap {
    box-shadow: none;
}
body #cooked-plugin-page .result-section.full-width-box-layout .result-box .cp-box-info {
   padding: 42px 40px;
}