/* # LCC Theme
Theme Name: LCC Theme
Description: This is the LCC theme for the Lauren Caris Cooks website.
Author: Ben
Template: genesis
Template Version: 2.2.7
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
	- Posts in Grid
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
	- LCC Sliders
	- LCC Post Loop Widgets
	- Sidebar Grid
	- YouTube Subscribe
	- Calls to Action
- Plugins
	- Genesis eNews Extended
	- Jetpack
	- AddToAny
	- SimpleShareButtons
	- Easy Social Icons
	- Social Fans
	- PageBuilder
	- Contextual Related Posts
	- WP Ultimate Recipe
- Post Loops
	- Heading
	- Navigation
	- Posts
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Responsive Navigation
- LCC Banner
- Video Area
- Content Area
	- Archives
	- Recipe Archive
	- Blog
	- Entries
	- Entry Meta
	- Pagination
	- Comments
	- Sharing Policy
	- Password Protection
- Sidebars
	- Recipe Archive Navigation
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

html,
body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
	overflow-y: auto;
}

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.6rem;
}

body {
	background-color: #fff;
	color: #3f444a;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	/*letter-spacing: 0.05em;*/
	line-height: 1.625;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #3f444a;
	color: #fff;
}

::selection {
	background-color: #3f444a;
	color: #fff;
}

a {
	color: #ef8c79;
	text-decoration: none;
}

a:hover {
	color: #9fa8b8;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
i,
em {
	font-size: 16px;
	font-size: 1.6rem;
	font-style: italic;
	margin: 0;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1 {
 color: #3f444a;
 font-family: 'Volkhov', serif;
 font-weight: 400;
 /*text-transform: uppercase;
 letter-spacing: 2px;
 letter-spacing: 0.05em;*/
 line-height: 1.2;
 margin: 0 0 10px;
}

h2,
h3,
h4,
h5,
h6 {
	color: #3f444a;
	font-family: 'Volkhov', sans-serif;
	font-weight: 400;
	/*text-transform: uppercase;
	letter-spacing: 0.1em;*/
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 2px solid #ddd;
	color: #3f444a;
	font-size: 15px;
	font-weight: 300;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 2px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #3f444a;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #3f444a;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.post-feature-fourth-strip .more-from-category a {
	background-color: #3f444a;
	border: none;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.2;
	text-transform: uppercase;
	cursor: pointer;
	padding: 10px 24px;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #ccac96;
	color: #3f444a;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.post-feature-fourth-strip .more-from-category a:hover {
	background-color: #ef8c79;
	color: #fff;
	position: relative;
	top: 2px;
}

button:focus {
	outline: none;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #e6e0d3;
	color: #3f444a;
}

.button,
.post-feature-fourth-strip .more-from-category a {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

button.cta-button,
input[type="button"].cta-button,
input[type="reset"].cta-button,
input[type="submit"].cta-button,
.cta-button {
	color: #fff;
	background-color: #77a950;
	padding: 10px 16px;
}

button.cta-button:hover,
input:hover[type="button"].cta-button,
input:hover[type="reset"].cta-button,
input:hover[type="submit"].cta-button,
.cta-button:hover {
	background-color: #4a6931;
	color: #fff;
	position: relative;
	top: 2px;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Hidden
--------------------------------------------- */

.hidden {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

/* ## Styling
--------------------------------------------- */

.lcc-grey-bg {
	background-color: #fafafa;
}

.widget.lcc-grey-bg div {
	background-color: #fafafa;
}

.lcc-white-bg {
	background-color: #fff;
}

.widget.lcc-white-bg div {
	background-color: #fff;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.flickity-wrap,
.home-wrap,
.max-width-wrap {
	margin: 0 auto;
	max-width: 1400px;
}

.site-inner {
	clear: both;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 986px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 760px;
	margin: auto 20px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 640px;
}

.full-width-content .content {
	width: 100%;
	max-width: none;
	margin: auto;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 300px;
}

.sidebar-primary section.widget:first-of-type,
.sidebar-primary ul.widget:first-of-type {
	margin-top: 40px;
}

.content-sidebar-wrap aside.sidebar:not(:first-of-type) section.widget:first-of-type {
	margin-top: 15px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary,
.sidebar-content .sidebar-video,
.sidebar-sidebar-content .sidebar-video {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 200px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds,
.post-feature-fourth-strip .entry {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth,
.post-feature-fourth-strip .entry {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first,
.post-feature-fourth-strip .entry:first-of-type {
	clear: both;
	margin-left: 0;
}

/* ## Posts in Grid
--------------------------------------------- */

.five-sixths.entry,
.four-sixths.entry,
.one-fourth.entry,
.one-half.entry,
.one-sixth.entry,
.one-third.entry,
.three-fourths.entry,
.three-sixths.entry,
.two-fourths.entry,
.two-sixths.entry,
.two-thirds.entry,
.post-feature-fourth-strip .entry {
	margin-bottom: 10px;
	padding: 0 0 10px;
}

.five-sixths.entry .entry-title,
.four-sixths.entry .entry-title,
.one-fourth.entry .entry-title,
.one-half.entry .entry-title,
.one-sixth.entry .entry-title,
.one-third.entry .entry-title,
.three-fourths.entry .entry-title,
.three-sixths.entry .entry-title,
.two-fourths.entry .entry-title,
.two-sixths.entry .entry-title,
.two-thirds.entry .entry-title,
.post-feature-fourth-strip .entry .entry-title {
	font-size: 16px;
	text-align: center;
}

.lcc-grid .entry-header img.alignleft,
.lcc-grid .entry-header img.alignright,
.lcc-grid .entry-header img.aligncenter {
  margin-bottom: 5px;
}

.lcc-grid img {
	display: block;
	margin: 0 auto 5px;
}

.post-feature-fourth-strip .entry > a {
	display: block;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

/* ## Custom Templates
--------------------------------------------- */

.page-template-no-title-template.full-width-content .content .entry,
.page-id-4087.full-width-content .content .entry,
.page-template-download-page-template.full-width-content .content .entry,
.page-template-no-banner-no-title-template.full-width-content .content .entry {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

/* ### Easy Delicious Vegan */

.page-id-4087 h1 {
	margin: 0 0 10px;
}

.page-id-4087 .first-row .textwidget:first-of-type {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 40px;
	text-align: center;
}

.page-id-4087 .third-row .textwidget,
.page-id-4087 .fifth-row .textwidget {
  max-width: 900px;
	padding-top: 30px;
	padding-bottom: 30px;
  margin: 0 auto;
	text-align: center;
}

.page-id-4087 .first-row .textwidget:nth-of-type(5) {
  margin-bottom: 40px;
}

.page-id-4087 .first-row .textwidget h1,
.page-id-4087 .new-fourth-row .textwidget h2 {
  margin-bottom: 40px;
}

.page-id-4087 .fourth-row .form label {
  margin-bottom: 10px;
	display: block;
}

.page-id-4087 .fourth-row .form input {
  margin-bottom: 20px;
}

.page-id-4087 .fourth-row .std-cta-button {
  margin-left: auto;
  margin-right: auto;
  display: block;
	min-width: 250px;
	font-size: 20px;
}

.page-id-4087 .second-row {
	display: none;
}

.page-id-4087 .second-row .header-bar {
	background-color: #fff;
}

.page-id-4087 .header-bar .mc-field-group input {
	border: 2px solid #ddd;
}

.page-id-4087 .header-bar .mc-field-group input:focus {
	border: 2px solid #999;
}

.page-id-4087 .header-bar {
	background-color: #f5f5f5;
}

.page-id-4087 .seventh-row .textwidget:first-of-type {
	text-align: center;
}

.page-id-4087 .seventh-row .textwidget:first-of-type h4 {
	margin-bottom: 20px;
}

.page-id-4087 .entry-content li:before {
    content: "\2713";
		color: #3AE019;
    margin-left: -1em;
    margin-right: .300em;
}

.page-id-4087 .entry-content ul > li {
		margin-bottom: 15px;
		list-style-type: none;
		text-align: left;
}

.page-id-4087 .entry-content ul {
   display: inline-block;
	 margin-left: 0;
	 padding-left: 20px;
   text-indent: 2px;
   list-style-type: none;
   list-style-position: outside;
}

.page-id-4087 .lcc-site-banner {
	padding: 100px;
}

.page-id-4087 .lcc-site-banner .header-bar.wrap {
	max-width: 800px;
	margin: 0 auto;
}

a.sdm_download.green {
    font-size: 18px;
    padding: 14px 16px;
    color: #3f444a;
}

@media only screen and (max-width: 800px) {
	.page-id-4087 .second-row {
		display: block;
	}
	.page-id-4087 .third-row .textwidget  {
		padding-top: 20px;
	}
	.page-id-4087 .fourth-row .wp_cta_container  {
		display: none;
	}
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.archive .page .entry-header,
.author-box {
	margin-bottom: 40px;
}

.archive-description,
.archive .page .entry-header {
	padding: 40px;
}

.author-box {
	background-color: #fafafa;
	padding: 20px;
}

.author-box-content {
	display: table-cell;
}

.author-box-content p {
    margin: 0 0 14px;
}

.author-box-content ul.cnss-social-icon li {
	margin-right: 10px !important;
}

.author-box-title,
.recipe-nav-title,
.recipe-browse-back,
.related-posts-title,
.widget-title,
.next-videos-title,
.lcc-home-bio-title,
.copy-accent {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.archive .page .entry-header p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

.to-the-blog .widget-title {
	text-align: right;
	padding: 0 40px;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 100%;
	position: relative;
	margin: 0;
}

.genesis-nav-menu .search input[type="submit"],
.site-header .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.genesis-nav-menu .search {
	display: block;
	visibility: visible;
  position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
}

.genesis-nav-menu .search .search-icon-icon,
.site-header .search .search-icon-icon {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  cursor: pointer;
  width: 59px;
  height: 100%;
}
.genesis-nav-menu .search .search-icon-icon,
.genesis-nav-menu .search .icon-search,
.site-header .search .search-icon-icon,
.site-header .search .icon-search {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.genesis-nav-menu .search .search-icon-icon .lcc-icon-search,
.site-header .search .search-icon-icon .lcc-icon-search {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  font-size: 36px;
	font-weight: 400;
	line-height: 1;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
	color: #3f444a;
}
.genesis-nav-menu .search .search-icon-icon:hover .lcc-icon-search,
.site-header .search .search-icon-icon:hover .lcc-icon-search {
  color: #ef8c79;
}
.genesis-nav-menu .search .search-form,
.site-header .search .search-form {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 1200px;
  background: #fff;
  z-index: 10;
  overflow-x: hidden;
}
.lcc-icon-search:before {
	font-family: 'dashicons';
	content: '\f179';
}

.menu.genesis-nav-menu {
	padding: 0;
	border: none;
}

/* .genesis-nav-menu .search input[type="search"] {
	background: transparent;
	border: none;
	-webkit-box-shadow:    none;
	-moz-box-shadow:       none;
	box-shadow:            none;
	cursor: pointer;
	height: 26px;
	margin: 2px 0 2px 0;
	padding: 0 0 0 36px;
	position: relative;
	-webkit-transition: width 400ms ease;
	-moz-transition:    width 400ms ease;
	-o-transition:      width 400ms ease;
	transition:         width 400ms ease;
	width: 0px;
}

.genesis-nav-menu .search input[type="search"]:active,
.genesis-nav-menu .search input[type="search"]:focus {
    color: #5a5a5a;*/
    /* change the colour above if you are working with a dark navbar background */
    /*border: 2px solid #c3c0ab;
    cursor: text;
    outline: 0;
    width: 70px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
    margin: 0;
}

.genesis-nav-menu .search-form:before {
    font-family: 'dashicons';
    content: '\f179';
		color: #3f444a;
    position: absolute;*/ /* this is the key to put it visually inside the search field */
    /*font-size: 19px;
    font-weight: normal;*/
    /* top: 5px; tune this vertical alignment inside the search field, as needed */
    /* left: 5px; tune this horizontal alignment inside the search field, as needed */
}

/* ## Titles
--------------------------------------------- */

.archive-title,
.archive .page .entry-title {
	font-size: 28px;
	text-align: center;
}

.entry-title {
	font-size: 36px;
	text-align: center;
}

.entry-title a,
.archive-title a,
.widget-title a,
.author-box-title a,
.recipe-nav-title a,
.recipe-browse-back a,
.related-posts-title a,
.next-videos-title a {
	color: #3f444a;
}

.entry-title a:hover,
.archive-title a:hover {
	color: #9fa8b8;
}

.widget-title a:hover,
.author-box-title a:hover,
.recipe-nav-title a:hover,
.recipe-browse-back a:hover,
.related-posts-title a:hover,
.next-videos-title a:hover {
	color: #ef8c79;
}

.widget-title {
	text-align: center;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	/* original margin: 0 auto 24px; */
	margin: 0 auto;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.read-more {
	display: inline-block;
	margin-top: 30px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
	/*position: relative;*/
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.post-feature-fourth-strip.featured-content .entry {
	border: none;
	padding-bottom: 0;
}

.post-feature-fourth-strip .entry-header .entry-meta {
	margin-bottom: 0;
}

.post-feature-fourth-strip .more-from-category {
	display: block;
  clear: both;
  text-align: center;
	margin-bottom: 0;
}

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}

/* ## LCC Sliders
--------------------------------------------- */
.widget_lcc_recent_recipe_slider_widget {
	padding: 20px 40px;
}

/*.widget_lcc_recent_recipe_slider_widget .widget-title {
	line-height: 0.1rem;
  text-align: center;
	border-bottom: 1px solid #3f444a;
	margin: 20px 5% 40px 5%;
}

.widget_lcc_recent_recipe_slider_widget .widget-title span {
	background: #fff;
	padding: 0 15px 0 15px;
}*/

/* ## LCC Post Loop Widgets
--------------------------------------------- */

.post-feature .entry-content p:last-child {
	margin-bottom: 0;
}

/* ## Sidebar Grid
--------------------------------------------- */

.sidebar-grid-container {
	height: 350px;
	margin-top: 20px;
}

div.sidebar-grid {
    width: 50%;
    height: 50%;
    float: left;
		text-align: center;
		font-style: italic;
		font-size: 14px;
		font-size: 1.4rem;
		color: #3f444a;
}

div.sidebar-grid:hover {
	color: #ef8c79;
	background-color: #fafafa;
}

.sidebar-grid-container a:nth-of-type(1) div {
		border-top: 5px solid #fafafa;
		border-left: 5px solid #fafafa;
}

.sidebar-grid-container a:nth-of-type(2) div {
		border-top: 5px solid #fafafa;
    border-left: 5px solid #fafafa;
		border-right: 5px solid #fafafa;
}

.sidebar-grid-container a:nth-of-type(3) div {
    border-top: 5px solid #fafafa;
		border-left: 5px solid #fafafa;
		border-bottom: 5px solid #fafafa;
}

.sidebar-grid-container a:nth-of-type(4) div {
    border-top: 5px solid #fafafa;
    border-left: 5px solid #fafafa;
		border-bottom: 5px solid #fafafa;
		border-right: 5px solid #fafafa;
}

.sidebar-grid span {
    position:relative;
		display: block;
		top: 110px;
}

.sidebar-grid span:before {
    font-family: "FontAwesome";
		font-size: 40px;
		font-size: 4rem;
		font-style: normal;
		left: 0;
    top:-70px;
    position:absolute;
		display: block;
		width: 100%;
 }
.sidebar-grid .cook:before {
	content: "\f0f5" ;
}
.sidebar-grid .watch:before {
	content: "\f16a" ;
}
.sidebar-grid .resources:before {
	content: "\f06c" ;
}
.sidebar-grid .tips:before {
	content: "\f24e" ;
}

.sidebar-grid .book:before {
	content: "\f02d" ;
}

/* ## YouTube Subscribe
--------------------------------------------- */

.youtube-subscribe div {
	display: block !important;
	margin: 0 auto !important;
}

/* ## Tri-Fold Take Action
--------------------------------------------- */

.trifold-take-action h3 {
	font-size: 16px;
	font-size: 1.6rem;
}

.trifold-take-action .sidebar-grid {
	width: 300px;
	height: 300px;
	float: none;
}

.trifold-take-action .sidebar-grid .trifold-overlay {
	width: 100%;
	height: 100%;
	/*background-color: hsla(0, 0%, 100%, 0.55);*/
}

.trifold-take-action .sidebar-grid .trifold-overlay:hover {
	background-color: hsla(0, 0%, 100%, 0.55);
}

.trifold-take-action .sidebar-grid span {
	color: #fff;
	font-size: 18px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
	top: 70%;
	-webkit-transform: translateY(-70%);
	-ms-transform: translateY(-70%);
	transform: translateY(-70%);
	padding: 20px 15%;
}

.trifold-take-action .sidebar-grid span:before {
	font-size: 58px;
	font-size: 5.8rem;
	top: -75px;
}

/* ## Call to Actions
--------------------------------------------- */

/* ### General CTA Styling */

.header-bar strong,
.blank-cta-template strong {
	font-family: 'Volkhov', serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0 2px;
}

.header-bar a,
.blank-cta-template a {
	color: #3f444a;
	text-decoration: underline;
}

input[type="submit"].header-cta-button,
input[type="button"].header-cta-button,
button.header-cta-button,
input[type="submit"].std-cta-button,
input[type="button"].std-cta-button,
button.std-cta-button,
.std-cta-button {
	color: #3f444a;
	background-color: transparent;
	border: solid #3f444a 3px;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 8px 16px;
}

input[type="submit"].header-cta-button:hover,
input[type="button"].header-cta-button:hover,
button.header-cta-button:hover,
input[type="submit"].std-cta-button:hover,
input[type="button"].std-cta-button:hover,
button.std-cta-button:hover {
	color: #fff;
	background-color: #77a950;
}

/* ### Header Bar CTAs */

.header-bar {
	padding: 15px 40px;
	background-color: #fafafa;
}

.header-bar.landing-page-main {
	background-color: #fcfcfc;
}

.header-bar .text {
	float: left;
	width: 64%;
	margin-right: 1%;
	text-align: right;
	padding: 4px 0;
}

.header-bar .header-cta-button-row  {
	float: right;
	width: 34%;
	margin-left: 1%;
}

.content .header-bar,
.home-before-content-first .header-bar,
.home-before-content-second .header-bar {
	padding: 15px;
}

.content .header-bar .text,
.home-before-content-first .header-bar .text,
.home-before-content-second .header-bar .text {
	float: none;
	width: 100%;
	text-align: center;
	clear: both;
	margin-bottom: 10px;
}

.content .header-bar .header-cta-button-row,
.home-before-content-first .header-bar .header-cta-button-row,
.home-before-content-second .header-bar .header-cta-button-row {
	float: none;
	width: 100%;
	text-align: center;
	clear: both;
}

.content .header-bar .form  {
	float: none;
	display: block;
	width: 75%;
	margin: 0 auto;
}

.header-bar .mc-field-group input {
	width: 33%;
	margin-right: 2%;
	float: left;
	border: none;
	padding: 8px 10px;
}

.header-bar .mc-submit input,
.header-bar .mc-submit button {
	width: 30%;
	float: left;
}

/* ### Inline CTAs */

.wp_cta_2717_variation_0,
.wp_cta_2723_variation_0,
.wp_cta_2777_variation_0 {
	max-width: 1000px;
}

.wp_cta_2717_variation_0 {
	background-color: #fafafa;
}

.wp_cta_2717_variation_0 p,
.wp_cta_2723_variation_0 p,
.wp_cta_4277_variation_0 p {
	margin-bottom: 0;
}

#wp_cta_2723_container,
#wp_cta_4277_container {
	padding: 20px 0;
	margin-bottom: 20px !important;
}

.e-d-vegan-bottom {
	padding: 15px 15px;
}

.e-d-vegan-bottom .std-cta-description {
	margin-bottom: 0;
}
.wp_cta_2717_variation_0 .std-cta-button-row {
	margin-bottom: 0;
}

.wp_cta_2717_variation_0 .std-cta-button-row .std-cta-button {
	margin-top: 0;
	color: #fff;
	background-color: #3f444a;
	border: 0;
	border-radius: 0;
	width: 100%;
	padding: 10px;
	font-size: 16px;
}

.wp_cta_2717_variation_0 .std-cta-button-row .std-cta-button:hover {
	background-color: #ef8c79;
}

.blank-cta-template:after {
	clear: both;
	content: " ";
	display: table;
}

.wp_cta_2723_variation_0 .blank-cta-template,
.wp_cta_4277_variation_0 .blank-cta-template {
	background-color: #fafafa;
	height: 362px;
}

.featherlight-inner {
	height: 475px;
}

.five-ing-cta-post-left {
	float: left;
	width: 256px;
}

.featherlight-inner .five-ing-cta-post-left {
	width: 350px;
}

.featherlight-inner .five-ing-cta-post-right {
	float: right;
	width: 405px;
}

.five-ing-cta-post-right,
.featherlight-inner .five-ing-cta-post-right {
	text-align: center;
	position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	overflow: hidden;
	padding: 0 15px;
}

.five-ing-cta-post-right:last-of-type,
.featherlight-inner .five-ing-cta-post-right:last-of-type {
	margin-top: 0;
}

#cta-lightbox {
	max-width: 850px;
}
.featherlight .featherlight-content {
	background-color: #fafafa !important;
	padding: 0 !important;
	border-bottom: 0 !important;
}

.std-cta-title {
	font-size: 30px;
	text-align: center;
	margin-bottom: 15px;
}

.featherlight-inner .std-cta-title {
	font-family: 'Volkhov', serif;
	font-weight: 400;
	margin-top: 15px;
	margin-bottom: 15px;
}

.std-cta-description,
.featherlight-inner .std-cta-description,
.std-cta-privacy,
.featherlight-inner .std-cta-privacy {
	max-width: 780px;
	text-align: center;
	margin: 0 auto 15px;
}

.std-cta-privacy {
	font-size: 14px;
	font-style: italic;
}

.std-cta-field input {
	padding: 8px;
	margin-bottom: 4px;
}

.std-cta-button-row {
	text-align: center;
	padding: 0;
	margin: 11px 0;
}

.featherlight-inner .std-cta-button-row {
	margin-bottom: 11px;
}

@media only screen and (max-width: 800px) {

	.featherlight-inner {
		height: 347px;
	}

	.featherlight-inner .five-ing-cta-post-left {
		width: 256px;
	}

	.featherlight-inner .std-cta-title {
		font-size: 24px;
	}

	.featherlight-inner p {
		margin-bottom: 8px;
	}

	.featherlight-inner .std-cta-field input {
		display: block;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	.std-cta-button {
		min-width: 75%;
	}

	.featherlight-inner .std-cta-button {
		min-width: 0;
	}

}

@media only screen and (max-width: 680px) {
	#cta-lightbox {
		max-width: 350px;
	}
	.featherlight-inner {
		height: auto;
		width: 100%;
		margin: 0 auto;
	}
	.featherlight-inner .five-ing-cta-post-left {
		display: none;
	}
	.featherlight-inner .five-ing-cta-post-right {
		float: none;
		clear: both;
		position: static;
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		height: auto;
		width: auto;
		padding: 20px;
	}
}

@media only screen and (max-width: 500px) {
	.wp_cta_2723_variation_0 .blank-cta-template,
	.wp_cta_4277_variation_0 .blank-cta-template {
		height: auto;
		width: 256px;
		margin: 0 auto;
	}
	.five-ing-cta-post-left {
		float: none;
	}
	.five-ing-cta-post-right {
		clear: both;
		position: static;
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		height: auto;
		width: auto;
	}
}

@media only screen and (max-width: 360px) {
	.std-cta-title {
		font-size: 24px;
	}
	.featherlight-inner .std-cta-title {
		font-size: 20px;
	}
}

/* ## Social Fans
--------------------------------------------- */

.sf-widget-holder {
	margin-left: auto;
	margin-right: auto;
}

/* ## Logo
--------------------------------------------- */

.lcc-l-logo-wht .logo-title,
.lcc-l-logo-blk .logo-title {
	display: block;
	text-indent: -9999px;
}

.lcc-l-logo-wht .logo-title > a,
.lcc-l-logo-blk .logo-title > a  {
	min-height: 150px;
	width: 100%;
	float: left;
}

.lcc-l-logo-wht .logo-title > a {
	background: url(images/lauren-caris-cooks-l-logo-wht.svg) no-repeat left;
	background-size: contain;
	background-position: center;
}

.lcc-l-logo-blk .logo-title > a {
	background: url(images/Lauren-Caris-Cooks-Logo-June-16.svg) no-repeat left;
	background-size: contain;
	background-position: center;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #3f444a;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #3f444a;
}

.enews-widget input {
	font-size: 15px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #ccac96;
	color: #3f444a;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #e6e0d3;
	color: #3f444a;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* ## AddToAny
--------------------------------------------- */

/* Depracated
.page .a2a_kit,
.attachment .a2a_kit,
.archive .a2a_kit,
.single-format-video .a2a_kit {
	display: none;
}

.a2a_count,
.a2a_menu,
.a2a_mini,
#a2a_wide {
	font-family: 'Lato', sans-serif !important;
}

.addtoany_header {
	padding-top: 20px;
} */

/* ## SimpleShareButtons
--------------------------------------------- */

.ssba br {
	display: none;
}

.ssba-wrap {
	margin-bottom: 40px;
}

.ssba-wrap div {
	justify-content: space-between;
	display: flex;
	flex-flow: row wrap;
}

.ssba span {
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 14px;
	line-height: 40px;
	line-height: 4rem;
}
/* ## Easy Social Icons
--------------------------------------------- */

ul.cnss-social-icon,
.entry-content ul.cnss-social-icon {
	margin: 0;
}

ul.cnss-social-icon li {
	border: none;
}

.genesis-nav-menu li.social-share {
	display: inline-block;
	padding-left: 94px;
	line-height: 0;
}

.genesis-nav-menu ul.cnss-social-icon li a {
	padding-left: 0;
	padding-right: 0;
	margin-left: 5px;
	margin-right: 5px;
}

.genesis-nav-menu ul.cnss-social-icon li a img {
	margin: 3px 0;
}

/* ## Social Fans
--------------------------------------------- */

.-sf-icon-rss:before {
  content: "\6C37" !important;
}

/* ## PageBuilder
--------------------------------------------- */

.panel-grid .aligncenter {
	margin-bottom: 0;
}

.img-w-label-hover,
.img-w-label-hover-sidebar {
	position: relative;
	width: 100%
}

.img-w-label-hover div,
.img-w-label-hover-sidebar div  {
	position: absolute;
	text-align: center;
	line-height: 0.1rem;
  width: 100%;
	top: 46%;
}

.img-w-label-hover a.img-label,
.img-w-label-hover-sidebar a.img-label-sidebar {
	padding: 45px 30px;
	font-size: 20px;
	color: #3f444a;
	background: rgb(255, 255, 255); /* fallback color */
	background: rgba(255, 255, 255, 0.9);
}

input.sow-submit {
	margin-top: 10px;
}

#pgc-13-5-0 { /*a little about me image */
	margin-top: 40px;
}
#pgc-13-3-1 { /*want to work with me text */
	margin-top: 60px;
}

@media only screen and (max-width:1200px) {
	.img-w-label-hover div {
		top: 45%;
	}
	.img-w-label-hover a.img-label {
		padding: 35px 15px;
	}

	#pgc-13-0-1 {
		margin-top: 60px;
	}
	#pgc-13-3-1 {
		margin-top: 40px;
	}
	#pgc-13-5-0 {
		margin-top: 100px;
	}
}

@media only screen and (max-width:960px) {
	.img-w-label-hover a.img-label {
		font-size: 16px;
	}

	#pgc-13-0-1 {
		margin-top: 120px;
	}
	#pgc-13-3-1 {
		margin-top: 0;
	}
	#pgc-13-5-0 {
		margin-top: 160px;
	}
}

@media only screen and (max-width:800px) {
	.img-w-label-hover div {
		position: relative;
		text-align: center;
		line-height: normal;
	  width: auto;
		top: auto;
	}

	.img-w-label-hover a.img-label {
		padding: 0;
		color: #ccac96;
		background: 0;
	}

	#pgc-13-0-1 {
		margin-top: 0;
	}
	#pgc-13-5-0 {
		margin-top: 0;
	}
}

/* ## Contextual Related Posts
--------------------------------------------- */

.crp_related_widget {
	margin-top: 20px;
}

.sidebar .crp_related_widget li {
	border: none;
}

.crp_title {
	font-family: 'Volkhov', serif;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	color: #3f444a;
	line-height: 1.2;
	display: block;
}
.crp_title:hover {
	color: #9fa8b8;
}

.related-posts-title {
	margin-bottom: 20px;
}

/* ## WP Ultimate Recipes
--------------------------------------------- */


/* # Post Loops
---------------------------------------------------------------------------------------------------- */

/* ## Heading
--------------------------------------------- */

.post-feature .archive-description,
.post-feature .widget-description {
	margin-bottom: 0;
	padding: 40px 10px;
	clear: both;
}

/* ## Navigation
--------------------------------------------- */

.post-feature .post-feature-nav,
.videos-grid .post-feature-nav,
.lcc-custom-loop-nav {
	clear: both;
	text-align: center;
	margin-bottom: 20px;
}

/* ## Posts
--------------------------------------------- */

.post-feature .post {
	margin-bottom: 10px;
}

.post-feature .entry-content {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
}

.post-feature .entry-content .read-more {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	min-height: 60px;
	width: 100%;
	position: fixed;
	z-index: 990;
	border-bottom: 1px solid #eee;
	/*-webkit-box-shadow: 0px 2px 5px 0px rgba(162, 162, 162, 0.55);
	-moz-box-shadow: 0px 2px 5px 0px rgba(162, 162, 162, 0.55);
	box-shadow: 0px 2px 5px 0px rgba(162, 162, 162, 0.55);*/
}

div.site-header {
	position: relative;
	visibility: hidden;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 6px 0 8px;
	width: 320px;
}

/* //Hidden because genesis was double generating the navigation when placed in the header-right area. Therefore had to add directly in the header, forcing the header-full-width css
.header-full-width .title-area {
	width: 100%;
}*/

.site-title {
	font-family: 'Volkhov', serif;
	font-size: 29px;
	font-size: 2.9rem;
	line-height: 1;
	text-align: center;
	padding-bottom: 6px;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/lcc-logo-full.svg) no-repeat left;
	background-position: top;
	background-size: auto 56px;
	float: left;
	height: 56px;
	width: 100%;
	margin-bottom: 4px;
}

.site-description {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-title/*,
.header-image .site-description*/ {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}

/* ## Navigation
--------------------------------------------- */

.site-header nav {
	float: right;
	text-align: right;
	width: 860px;
}

.site-header nav .wrap {
	position: relative;
}

/* ## Thin Header
--------------------------------------------- */

.site-header.thin-header {
	min-height: 50px;
}

.thin-header .genesis-nav-menu a {
	padding-top: 15px;
	padding-bottom: 15px;
}

.thin-header .genesis-nav-menu a.cta-button {
	margin-top: 8px;
	margin-bottom: 8px;
}

.header-image .thin-header .title-area {
	padding: 5px 0;
}

.thin-header .site-title {
	line-height: 0.9;
	padding-bottom: 0px;
}

.thin-header .site-description {
	display: none;
}

.thin-header .menu-toggle {
	padding: 5px 10px;
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 30px;
	line-height: 3rem;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	padding-left: 40px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.2;
	text-transform: uppercase;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	float: left;
	text-align: left;
	text-transform: uppercase;
	line-height: 26px;
	line-height: 2.6rem;
}

.genesis-nav-menu a {
	color: #3f444a;
	display: block;
	padding: 31px 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	color: #ef8c79;
}

.genesis-nav-menu a.cta-button {
	color: #3f444a;
	background-color: transparent;
	border: solid #3f444a 3px;
	padding: 10px;
	line-height: 1.2;
	margin: 24px 0 24px 10px;
}

.genesis-nav-menu a.cta-button:hover {
	color: #fff;
	background-color: #77a950;
	position: relative;
	top: 2px;
}

.genesis-nav-menu .current-menu-item > a.cta-button {
	color: #333;
}

.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 {
	color: #3f444a;
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 14px;
	position: relative;
	width: 200px;
}
.genesis-nav-menu .sub-menu a:hover {
	color: #ef8c79;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 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;*/
	color: #ef8c79;
}

.genesis-nav-menu > .last > a:hover {
	color: #9fa8b8
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary > .wrap {
	padding: 0;
}

.nav-primary {
	text-align: center;
}

/*.nav-primary .genesis-nav-menu {
	display: inline;
	padding: 14px 0;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #ef8c79;
}
*/
/*
.nav-primary .genesis-nav-menu > .menu-item:last-of-type > a {
	color: #FF7939;
}*/

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
	float: right;
	width: 100%;
	text-align: right;
}

.nav-secondary .menu-secondary {
	font-size: 12px;
}

.nav-secondary .menu-secondary .sub-menu {
	width: 150px;
}

.nav-secondary .menu-secondary .sub-menu a {
	font-size: 11px;
	width: 150px;
}

/* ## Responsive Navigation
--------------------------------------------- */

/* ### Standard Navigation */

/*nav {
	clear: both;
}*/

/* ### Navigation toggles & search button */

.sub-menu-toggle,
.menu-toggle,
#responsive-search {
	display: none;
	visibility: hidden;
}

/* ### Navigation toggles - Ensure Menu Displays when Scaled Up, plus additional styling requirements */

@media only screen and (min-width: 961px) {

	nav {
		display: block !important;
	}

	.header-image .thin-header .site-title > a {
		background-size: auto 46px;
		height: 46px;
		margin-bottom: 0;
	}

}

/* ### Navigation toggles & search button - Mobile (Change max width as you see fit) */

@media only screen and (max-width: 960px) {

	/*.nav-primary {
		background-color: #fff;
	}*/

	.nav-secondary {
		float: none;
		margin-bottom: 15px;
	}

	header.site-header .menu-toggle,
	header.site-header .sub-menu-toggle,
	header #responsive-search {
		visibility: visible;
		display: block;
	}

	header.site-header .search {
		position: absolute;
		top: 0px;
		left: 30px;
		height: 88px;
	}

	header.site-header .search .search-form {
		left: 0;
	}

	button.menu-toggle,
	button.sub-menu-toggle {
		float: right;
		top: 0;
		font-weight: 400;
		border: 0;
		overflow: hidden;
		padding: 10px;
		text-align: center;
		background-color: transparent;
		color: #3f444a;
	}

	button.menu-toggle {
		position: absolute;
		right: 30px;
		margin-top: -2px;
		font-size: 58px;
		font-size: 5.8rem;
		line-height: 58px;
		line-height: 5.8rem;
	}

	button.sub-menu-toggle {
		padding: 16px;
		position: absolute;
		right: 0;
		top: 0;
	}

	.menu-toggle:focus,
	.sub-menu-toggle:focus {
		outline: none;
	}

	.nav-primary .genesis-nav-menu a.cta-button {
		margin: 0 auto 7px;
		display: inline-block;
    padding: 10px 30px;
	}

	.nav-primary .sub-menu-toggle {
		font-size: 20px;
		line-height: 1rem;
	}

	.nav-secondary .sub-menu-toggle {
		font-size: 16px;
		line-height: 1rem;
	}

	.menu-toggle:before {
		content: "\2261";
	}

	.menu-toggle.activated:before {
		/*content: "\2191";*/
		content: "\2227";
	}

	.sub-menu-toggle:before {
		/*content: "+";*/
		content: "\2228";
	}

	.sub-menu-toggle.activated:before {
		/*content: "-";*/
		content: "\2227";
	}

	nav,
	.genesis-nav-menu li.social-share {
		display: none;
		/*position: relative;*/
	}

	.nav-primary > .wrap,
	.nav-secondary > .wrap {
		padding-bottom: 0 !important;
	}

	.genesis-nav-menu .menu-item {
		/*background-color: #f5f5f5;*/
		display: block;
		position: relative;
		text-align: center;
		width: 100%;
	}

	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu a {
		position: relative;
		width: auto;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu .sub-menu .sub-menu a {
		background-color: #f5f5f5;
		padding-left: 30px;
	}

	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		background-color: #fff;
		padding-left: 40px;
	}

	/* ### Thin Header */

	.thin-header .genesis-nav-menu a {
		padding: 10px 16px;
	}

	.header-image .thin-header .title-area {
		padding: 6px 0 8px;
	}

	.thin-header .site-title {
		line-height: 1;
		padding-bottom: 6px;
	}

	.thin-header .site-description {
		display: block;
	}

	.thin-header .menu-toggle {
		padding: 10px;
		font-size: 58px;
		font-size: 5.8rem;
		line-height: 58px;
		line-height: 5.8rem;
	}

}

/* # LCC Banner
---------------------------------------------------------------------------------------------------- */

.lcc-site-banner {
  background-image: url(images/lcc-banner-full.jpg?v=1.0);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 100px 100px;
  margin-bottom: 20px;
  text-align: center;
}

.banner-title {
	font-size: 38px;
	font-size: 3.8rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.2;
	text-transform: uppercase;
}

.banner-description {
	font-size: 14px;
	font-size: 1.4rem;
}

#banner-button {
	letter-spacing: 0.1em;
	padding: 10px 30px;

}

/* # Video Area
---------------------------------------------------------------------------------------------------- */

.single-format-video .content {
	padding-top: 15px;
}

.single-format-video .sidebar-video section.widget:first-of-type,
.single-format-video .sidebar-primary section.widget:first-of-type,
.single-format-video .sidebar-secondary section.widget:first-of-type {
	margin-top: 15px;
}

.single-format-video main .entry,
.single-format-video .sidebar section.widget:first-of-type {
	padding-top: 0;
}

.single-format-video .content article.entry > .entry-header .entry-title,
.single-format-video .content article.entry > .entry-header .entry-meta {
	text-align: left;
}

.after-header-video {
	padding: 15px 0;
}

.after-header-video-wrap {
	position: relative;
	width: 800px;
	height: 450px; /* 16:9 of the 800px chosen width */
	float: left;
}

.after-header-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.next-videos {
	float: right;
	width: 300px;
}

.next-videos-title {
	text-align: center;
	margin-bottom: 20px;
}

#next-videos-entry-1 {
	margin-bottom: 20px;
}

.next-videos-entry .post-thumbnail {
	margin-bottom: 5px;
}

.next-videos .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.next-videos-entry .video-thumbnail-overlay,
.videos-grid-entry .video-thumbnail-overlay {
	background-size: contain;
	background-position: center;
	cursor: pointer;
	position: relative;
  top: 0;
  left: 0;
  z-index: 12;
  background-position: center;
  background-repeat: no-repeat;
  -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

.next-videos-entry .video-thumbnail-overlay {
	width: 300px;
	height: 169px;
}

.videos-grid-entry .video-thumbnail-overlay {
	width: 100%;
	height: 100%;
}

.next-videos-entry .video-play-button,
.videos-grid-entry .video-play-button {
	cursor: pointer;
	position: relative;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
	border: none;
  background-color: transparent;
  padding: 0;
  color: inherit;
  text-align: inherit;
  font-size: 100%;
  font-family: inherit;
  line-height: inherit;
}

.videos-grid-entry .video-play-button {
	position: absolute;
}

.next-videos-entry .video-play-button:hover,
.videos-grid-entry .video-play-button:hover {
	opacity:1;
	-moz-transition:opacity .1s cubic-bezier(0.0,0.0,0.2,1);
	-webkit-transition:opacity .1s cubic-bezier(0.0,0.0,0.2,1);
	transition:opacity .1s cubic-bezier(0.0,0.0,0.2,1);
	position: relative;
	top: 50%;
	background-color: transparent;
}

.videos-grid-entry .video-play-button:hover {
	position: absolute;
}

.next-videos-entry .video-thumbnail-overlay:hover .video-play-button-bg,
.videos-grid-entry .video-thumbnail-overlay:hover .video-play-button-bg {
	-moz-transition:fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
	-webkit-transition:fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
	transition:fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);fill:#cc181e;
	fill-opacity:1;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Archives
--------------------------------------------- */

/* ### Archive page titles */

.archive-title,
.archive .page .entry-title {
	text-align: center;
}

.archive-description,
.archive .page .entry-header {
	margin-bottom: 0;
	padding: 40px 10px 10px;
}

/* Should really be specific to when there's sub-archives listed below on an archive page..., and it also overwrites line above */
/* Better to think of a way of targeting the top of the first sub-archive */
.archive .page .entry-header {
	padding-bottom: 0;
}

/* ### Page content on archive layout */

.archive .page.entry {
	margin-bottom: 0;
	padding: 0;
}

.archive .recipe-browse-back {
	margin-bottom: 20px;
}

.archive .recipe-browse-back a {
	color: #3f444a;
}

.archive .recipe-browse-back a:hover {
	color: #ef8c79;
}

/* ## Recipe Archive
--------------------------------------------- */

.recipe-archive-content {
	width: 940px;
	float: right;
	margin: auto 20px;
}

.recipe-archive #loading-animation {
	margin-top: 80px;
	position: absolute;
	left: 57%;
}

.recipe-archive #loading-animation img {
	width: 60px;
	height: 60px;
}

.recipe-archive-content .archive-description {
	padding-bottom: 10px;
}

.recipe-archive-content .archive-description h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.2;
	text-transform: uppercase;
}

/* ## Blog
--------------------------------------------- */

.blog .content .entry {
	margin-bottom: 0;
	padding-bottom: 20px;
}

.blog .entry-title {
  font-size: 28px;
}

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 0px;
	padding: 50px 0 0;
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #3f444a;
	color: #d6dbde;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	color: #909090;
	margin-bottom: 0;
}

.entry-meta a {
	color: #909090;
}

.entry-meta a:hover {
	color: #ef8c79;
}

.entry-header .entry-meta {
	text-align: center;
	margin-bottom: 24px;
}

.entry-header span[class^='PIN_'] {
	-webkit-transform: translateY(+20%);
	-ms-transform: translateY(+20%);
	transform: translateY(+20%);
}

.entry-header span[class$='_beside'] {
	left: -45px;
}

.entry-header span[class$='_count'] {
	top: -20%;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-category,
.entry-time,
.entry-comments-link {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.entry-categories:not(:first-child)::before,
.entry-category:not(:first-child)::before,
.entry-time:not(:first-child)::before,
.entry-comments-link:not(:first-child)::before {
	font-weight: 400;
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #3f444a;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.2;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #ef8c79;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 0 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 15px;
	padding: 24px;
}

/* ## Sharing Policy
--------------------------------------------- */

.sharing-policy {
	margin-bottom: 40px;
}

/* ## Password Protection
--------------------------------------------- */

.pass-label {
	height: 0;
	display: block;
	text-indent: -9999px;
}

.password-protect-cta strong {
	font-family: 'Volkhov', serif;
	font-size: 24px;
	font-weight: 400;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 15px;
}

.sidebar li {
	border-bottom: 1px dotted #d6dbde;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 20px;
	padding: 10px;
}

.sidebar-video .widget {
	margin: 15px 20px 0;
	padding-left: 0;
	padding-right: 0;
}

/* ## Recipe Archive Navigation
--------------------------------------------- */

.recipe-archive .sidebar-primary {
	width: 200px;
	float: left;
}
.recipe-archive .sidebar .widget {
	padding: 10px 20px;
}
.recipe-nav li {
	border: none;
	padding-bottom: 20px;
}
.recipe-nav li.all-recipes {
	line-height: 1;
	margin-right: 10px;
}
.recipe-nav li li {
	margin: 0 10px 0 0;
}
.recipe-nav a {
	color: #3f444a;
}
.recipe-nav a:hover {
	color: #ef8c79;
}

/* # Custom Widget Areas
---------------------------------------------------------------------------------------------------- */

/* ## Home - Widget Areas
--------------------------------------------- */

.home-before-content-first {
	padding-top: 0;
}

.home-before-content-second,
.home-before-content-third,
.home-before-content-fourth,
.home-before-content-fifth,
.home-content {
	margin: 20px auto;
	padding: 20px 0px;
}

.home-before-content-fourth {
	padding-bottom: 40px;
}

.home-content {
	margin-bottom: 0;
}

/* ## Home - Intro Area
--------------------------------------------- */

.lcc-home-bio-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.lcc-home-bio-img {
	float: left;
	width: 50%;
	max-width: 300px;
}

.lcc-home-bio-text {
	overflow: hidden;
	padding: 20px;
	height: 300px;
}

.lcc-home-bio-text div {
  position: relative;
  top: 50%;
	-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lcc-home-bio-text p,
.lcc-home-bio-text h3,
.lcc-home-bio-text a {
	text-align: center;
}

.lcc-home-bio-text p {
	margin-bottom: 14px;
}

.lcc-home-bio-text a {
	display: block;
}

/* ## Home - Content Area
--------------------------------------------- */

.widget_lcc_post_grid_videos {
	overflow: hidden;
	padding-right: 60px;
}

.home-content .widget_widget_tptn_pop {
	float: right;
	width: 290px;
}

.widget_widget_tptn_pop .widget-title,
.widget_lcc_post_grid_videos .widget-title {
	margin-bottom: 20px;
}

.home-content .widget_widget_tptn_pop li {
	padding-bottom: 4px;
  border-bottom: dotted 1px #909090;
  margin-bottom: 4px;
}

.home-content .widget_widget_tptn_pop a {
	color: #3f444a;
}

.home-content .widget_widget_tptn_pop a:hover {
	color: #ef8c79;
}

.widget_lcc_post_grid_videos .responsive-first {
	clear: both;
	margin-left: 0;
}

.videos-grid-entry.entry {
	padding: 10px 20px 20px;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.before-footer {
	background-color: #fafafa;
	clear: both;
}

.footer-credits {
	color: #9fa8b8;
	font-size: 15px;
	line-height: 1.3;
	padding: 0 20px 20px;
	text-align: center;
}

.footer-credits .footer-legal {
	text-transform: uppercase;
}

.footer-credits a {
	color: #9fa8b8;
}

.footer-credits a:hover {
	color: #fff;
}

.footer-credits p {
	margin-bottom: 0;
}

.footer-widgets {
background: #fafafa;
}

.footer-widgets,
.footer-widgets a {
	color: #3f444a;
}

.footer-widgets input {
	border: 1px solid #d6dbde;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #ef8c79;
}

.footer-widgets li {
	border-bottom: 1px dotted #545c67;
	margin-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 5px;
}

.footer-widgets p {
	margin-bottom: 10px;
}

.footer-widgets-1 {
	margin:	30px auto;
	text-align: center;
	width: 600px;
	float: none;
	font-size: 14px;
	text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

.bottom-footer-text {
	font-size: 10px;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

/* ## Froms - for kicking in on desktops
--------------------------------------------- */

@media only screen and (min-width: 1201px) {

	.sidebar-secondary {
		display: block;
	}

	.sidebar-secondary .widget_widget_crp {
		margin-top: 450px;
	}

	.main-video-youtube-subscribe {
		display: none;
	}

	.content .lcc-related-posts {
		display: none;
	}

}

/* ## Up to and includings - for kicking in on devices
--------------------------------------------- */

@media only screen and (max-width: 1400px) {

	.home-wrap {
		max-width: 1200px;
	}

}

@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap,
	.genesis-nav-menu .search .search-form,
	.site-header .search .search-form {
		max-width: 960px;
	}

	.after-header-video-wrap {
		width: 640px;
		height: 360px; /* 16:9 of the 640px chosen width */
	}

	.next-videos {
		width: 200px;
	}

	.next-videos-entry .video-thumbnail-overlay {
	  width: 200px;
	  height: 112px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 960px;
	}

	.content,
	.site-header .widget-area {
		width: 600px;
	}

	.recipe-archive-content {
		width: 700px;
	}

	.title-area {
		width: 275px;
	}

	.site-header nav {
		width: 665px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 600px;
	}

	.site-header {
		min-height: 58px;
	}

	.genesis-nav-menu {
		padding-left: 80px;
	}

	.genesis-nav-menu a {
		padding: 31px 16px;
	}

	.genesis-nav-menu li.social-share {
		display:none;
	}

	.genesis-nav-menu ul.cnss-social-icon li a {
		margin-left: 4px;
		margin-right: 4px;
	}

	.genesis-nav-menu .search .search-icon-icon,
	.site-header .search .search-icon-icon {
		width: 36px;
	}

	.lcc-site-banner {
		background-image: url(images/lcc-banner-wide.jpg?v=1.0);
		background-size: 100vw auto;
		background-position: top center;
		background-repeat: no-repeat;
	}

	.lcc-site-banner-row > div:first-of-type {
		width: 45% !important;
	}

	.lcc-site-banner-row > div:nth-of-type(2) {
		width: 55% !important;
	}

	.sidebar-secondary {
		display: none;
	}

	.main-video-youtube-subscribe {
		display: block;
	}

	.videos-grid-entry.entry {
		padding: 10px;
	}

}

@media only screen and (max-width: 960px) {

	.lcc-site-banner {
		padding: 60px 60px;
	}

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.blog .archive-pagination {
		max-width: 640px;
		margin: 40px auto;
	}

	.after-header-video-wrap {
		float: none;
		width: 100%;
		height: 0;
		padding-bottom: 56%; /* 56.25 is 16:9 of the width, dropped .25% to ensure no black pixel line at bottom */
		margin-bottom: 20px;
	}

	.next-videos {
		float: none;
		width: 460px;
		margin: 0 auto;
	}

	#next-videos-entry-1 {
		margin-bottom: 0;
		width: 200px;
		float: left;
	}

	#next-videos-entry-2 {
		width: 200px;
		float: right;
	}

	.trifold-take-action .sidebar-grid {
		width: 247px;
		height: 247px;
	}

	.home-content .widget_widget_tptn_pop {
		float: none;
		clear: both;
		margin: 0 auto 40px;
	}

	.widget_lcc_post_grid_videos {
		padding-right: 0;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-video,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.recipe-archive-content,
	.site-header .widget-area,
	.site-header nav {
		width: 100%;
	}

	.header-bar .text {
		float: none;
		width: 100%;
		text-align: center;
		clear: both;
		margin-bottom: 10px;
		padding: 0;
	}

	.header-bar .header-cta-button-row  {
		float: none;
		width: 100%;
		text-align: center;
		clear: both;
	}

	.content .header-bar .form {
		width: 100%;
	}

	.content,
	.recipe-archive-content,
	.sidebar-content .content,
	.content-sidebar .content,
	.sidebar-content-sidebar .content {
		max-width: 760px;
		margin: 0 auto;
		float: none;
	}

	.sidebar-content-sidebar .content {
		float: none;
	}

	.content > .entry:not(.lcc-grid) {
		max-width: 640px;
		margin: 0 auto;
	}

	.lcc-site-banner-row > div:first-of-type {
		width: 70% !important;
		float: none !important;
		margin: 0 auto !important;
		padding: 15px !important;
		background-color: hsla(0, 0%, 100%, 0.74);
	}

	.lcc-site-banner-row > div:nth-of-type(2) {
		display: none;
	}

	.sidebar-video {
		padding-bottom: 5px;
	}

	.sidebar-video .widget {
		max-width: 640px;
		margin: 15px auto 0;
	}

	.sidebar-content .sidebar-primary,
	.sidebar-primary {
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	.site-header .wrap {
		padding: 0px 10px;
	}

	header.site-header .search:nth-of-type(3) {
		width: 100%;
		z-index: -1;
	}

	.site-header .search .search-form {
		width: 90%;
	}

	.title-area {
		float: none;
		margin: 0 auto;
	}

	.genesis-nav-menu {
		padding-left: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 10px 16px;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.recipe-archive #loading-animation {
		margin-top: 0;
		position: static;
	}

	.recipe-archive .sidebar-primary {
		max-width: 640px;
		width: 100%;
		float: none;
	}

	.recipe-archive .sidebar-primary ul.widget:first-of-type {
		margin: 0;
	}

	.recipe-nav {
		display: flex;
		justify-content: space-between;
		flex-flow: row wrap;
	}

	.recipe-nav li {
		padding-bottom: 0;
	}

	.recipe-archive-content .archive-description {
		padding: 10px;
	}

	.ssba-wrap {
		display: none;
	}

	.lcc-sidebar-bio-img {
		display: none;
	}

	.lcc-home-bio-img {
		max-width: 240px;
	}

	.lcc-home-bio-text {
		padding: 0 10px;
		height: 240px;
	}

}

@media only screen and (max-width: 800px) {

	body {
		background-color: #fff;
		font-size: 15px;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.blog .entry-content {
		text-align: center;
		margin-bottom: 24px;
	}

	.blog .entry-content p {
		margin-top: 24px;
	}

	.blog .entry-content img {
		float: none;
		margin: 0 auto;
	}

	.blog .archive-pagination {
		text-align: center;
	}

	.archive .content,
	.archive .recipe-archive-content {
		max-width: 620px;
	}

	.header-bar .mc-field-group input {
		width: 49%;
		margin-right: 0;
	}

	.header-bar .mc-field-group:nth-of-type(2) input {
		margin-left: 2%;
	}

	.header-bar .mc-submit {
		clear: both;
		text-align: center;
	}

	.header-bar .mc-submit input,
	.header-bar .mc-submit button {
		width: auto;
		margin-top: 10px;
		float: none;
		padding: 8px 30px;
	}

	.after-header-video .wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.comment-respond,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	header.site-header .search {
		left: 4%;
	}

	button.menu-toggle {
		right: 2%;
	}

	.lcc-site-banner-row > div:first-of-type {
		width: 100% !important;
	}


	.sidebar-video {
		padding-bottom: 15px;
	}

	.archive-description,
	.archive .page .entry-header,
	.entry {
		padding-top: 20px;
	}

	.archive-description,
	.archive .page .entry-header {
		padding-bottom: 20px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.trifold-take-action .sidebar-grid {
		width: 300px;
		height: 300px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.post-feature-fourth-strip .entry {
		width: 48.717948717948715%;
	}

	.first {
		clear: none;
		margin-left: 2.564102564102564%;
	}

	.responsive-first,
	.post-feature-fourth-strip .entry:first-of-type,
	.post-feature-fourth-strip .entry:nth-of-type(3) {
		clear: both;
		margin-left: 0;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.home-before-content-second .widget,
	.archive-before-content-first .widget,
	.archive-before-content-second .widget {
		padding: 20px 10px;
	}

	.home-before-content-first .widget:first-of-type {
		padding-top: 0;
	}

	.post-feature .post {
		margin-bottom: 20px;
	}

	.home-content .post-feature article.post.one-third:last-of-type {
		display: none;
	}

	.related-posts-cell:nth-of-type(3) {
		display: none;
	}

}

@media only screen and (max-width: 680px) {

	.content .entry {
		padding-left: 0;
		padding-right: 0;
	}
	.next-videos {
		width: 100%;
	}
	#next-videos-entry-1 {
		margin: 0 auto;
		width: 200px;
		float: none;
	}
	#next-videos-entry-2 {
		display: none;
	}

	.author-box .avatar {
		margin-right: 20px;
	}

	.author-box-title {
		position: relative;
		top: 45px;
	}

	.author-box-content {
		display: inline-block;
		margin-top: 10px
	}

	.lcc-home-bio-img {
		float: none;
		clear: both;
		margin: 0 auto;
		width: 100%;
		max-width: 300px;
	}

	.lcc-home-bio-text {
		padding: 20px;
		height: auto;
		max-width: 300px;
		margin: 0 auto;
	}

	.lcc-home-bio-text div {
	  position: static;
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

}

@media only screen and (max-width: 480px) {

	.header-bar {
		padding: 15px 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.post-feature-fourth-strip .entry {
		margin: 0;
		width: 100%;
	}

	.five-sixths .entry-header img.entry-image,
	.four-sixths .entry-header img.entry-image,
	.one-fourth .entry-header img.entry-image,
	.one-half .entry-header img.entry-image,
	.one-sixth .entry-header img.entry-image,
	.one-third .entry-header img.entry-image,
	.three-fourths .entry-header img.entry-image,
	.three-sixths .entry-header img.entry-image,
	.two-fourths .entry-header img.entry-image,
	.two-sixths .entry-header img.entry-image,
	.two-thirds .entry-header img.entry-image {
		margin: 0 0 24px;
	}

	.five-sixths .entry-header,
	.four-sixths .entry-header,
	.one-fourth .entry-header,
	.one-half .entry-header,
	.one-sixth .entry-header,
	.one-third .entry-header,
	.three-fourths .entry-header,
	.three-sixths .entry-header,
	.two-fourths .entry-header,
	.two-sixths .entry-header,
	.two-thirds .entry-header,
	.post-feature-fourth-strip .entry {
		max-width: 300px;
		margin: 0 auto;
	}

	.post-feature-fourth-strip .entry {
		float: none;
		margin: 0 auto 20px;
	}

	.post-feature-fourth-strip .entry:first-of-type,
	.post-feature-fourth-strip .entry:nth-of-type(3) {
		margin: 0 auto 20px;
	}

	.site-title {
		font-size: 24px;
		font-size: 2.4rem;
		padding-bottom: 4px;
	}

	.header-image .site-title > a {
		background-size: auto 46px;
		height: 46px;
	}

	.site-description {
		font-size: 10px;
		font-size: 1rem;
	}

	button.menu-toggle,
	.thin-header button.menu-toggle {
		font-size: 45px;
		font-size: 4.5rem;
		line-height: 4.5rem;
		right: -1%;
	}

	header.site-header .search,
	header.thin-header.site-header .search {
		height: 76px;
		left: 1%;
	}

	.site-header .search .search-icon-icon .lcc-icon-search {
    width: 32px;
    height: 32px;
    font-size: 32px;
    margin-top: -16px;
    margin-left: -16px;
	}

	.site-header .search .search-form {
		width: 98%;
	}

	.content .header-bar,
	.home-before-content-first .header-bar,
	.home-before-content-second .header-bar {
		padding: 15px;
	}

	.lcc-site-banner {
		background: url(images/lcc-banner-crop.jpg?v=1.0);
    background-size: 100vw auto;
    background-position: top center;
    background-repeat: no-repeat;
		padding: 30px 30px;
	}

	.banner-title {
		font-size: 32px;
		font-size: 3.2rem;
	}


	.recipe-nav {
		display: block;
	}
	.recipe-nav ul {
		display: flex;
		justify-content: space-between;
		flex-flow: row wrap;
	}

}

@media only screen and (max-width: 390px) {

	.to-the-blog .widget-title {
		text-align: center; /* To match styling of single flickity cell on mobile width */
	}

}
