/*
Theme Name: Love and Lemons 5
Theme URI: 
Author: Jack Mathews
Author URI: http://www.loveandlemons.com/
Description: Love and Lemons Theme, from scratch
Version: 5.0
License: GNU General Public License
License URI: license.txt
Tags: right-sidebar, flexible-width
*/

/* Various sizes: 

<= 1118px - 86 the background
<= 916px - 86 the.xc_pi heading
<= 556px - Mobile site (anything below is scaling down)

*/

/* =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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
input, textarea, select, button
{
	font-size: 13px;
	line-height: 1.2em;
}

BODY
{
	min-width: 320px;
}

.entry-content img
{
	max-width: 100%;
	height: auto;
}

img.size-full
{
	max-width: 100%;
	height: auto;
}

.lnl-video-surround iframe
{
	max-width: 100%;
	height: auto;
}

.lnl-simple-button, .comment-reply-link, #cancel-comment-reply-link, .submit, .lnl-simple-button-wrap a
{
	border: 1px solid black;
	line-height: 1.5em;
	display: inline-block;
	padding-left: 1em;
	padding-right: 1em;
	text-decoration: none;
	font-family: "HCo Gotham SSm";
	color: black;
	text-transform: uppercase;
	background-color: white;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

BODY.hasHover .lnl-simple-button:hover, 
BODY.hasHover .comment-reply-link:hover, 
BODY.hasHover #cancel-comment-reply-link:hover, 
BODY.hasHover .submit:hover, 
BODY.hasHover .lnl-simple-button-wrap a:hover
{
	background-color: #D9D9D9;
}

#drop-bar-bg
, .lnl_rb_background
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: black;
	opacity: 0.5;
}

.mc4wp-response .mc4wp-alert
{
	font-weight: 900;
	border: 2px dashed black;
	padding: 10px;
	background-color: #FFFFCC;
	margin-bottom: 1em;
}

@media only screen and (max-width: 959px)
{
	#page-wrapper
	{
		margin-left: auto;
		margin-right: auto;
		max-width: 600px;
	}
}

@media only screen and (min-width: 960px)
{
	#page-wrapper
	{
		margin-left: auto;
		margin-right: auto;
		max-width: 960px;
	}
}

BODY .pibfi_pinterest .xc_pin 
{
	width: 100%; 
	background-image: url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/images/lnl-pin-it.png'); 
	background-repeat: no-repeat; /* This is the buttons image. Image can be found in the plugin folder */
	position: absolute;
    top:5px;
	bottom: 5px;
	height: 96px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 0;
	opacity: 0;
	cursor: pointer;
	background-position: center center;
	display: none;
	background-color: rgba(0,0,0,0.12);
}

BODY .pibfi_pinterest img:hover + .xc_pin
{
	opacity: 1;
}

BODY .pibfi_pinterest:hover img ,
BODY .pibfi_pinterest_hover
{
	opacity: 1;
}

BODY .pibfi_pinterest .xc_pin
{
	-webkit-transition:opacity .2s ease-out; -moz-transition:opacity .2s ease-out; transition:opacity .2s ease-out;
}

@media only screen and (max-width: 959px)
{
	BODY .pibfi_pinterest:hover .xc_pin 
	{
		display:none;
	}
}

SPAN.pibfi_pinterest.long-pin-hide
{
	display: none;
}

@media print
{
	/* Make these rules hyper-specific to ensure overrides */

	body #top-embellishment,
	body #bottom-embellishment,
	body #page-footer,
	body #top-bar,
	body header#branding #menu-button,
	body #content-bottom
	{
		display: none;
	}

	body #page-wrapper #page #content-top-right
	{
		display: none;
	}

	body #page-wrapper #page .entry-content img.size-full
	{
		width: 50%;
		height: auto;
		float: right;
	}

	body #page-wrapper #page nav.posts-nav
	{
		display: none;
	}
}

body .ssbp-wrap[class*="ssbp--fixed"],
body .ssbp-wrap[data-ssbp-responsive="true"]
{
	z-index: 4;
}

.grecaptcha-badge{
	visibility: collapse !important;
	display: none !important;
}

#pinthispage
{
	width: 49px;
	height: 48px;
	background-image: url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/images/lnl-pin-button-side.png');
	background-size: 100% 100%;
	position: fixed; 
	left: 0px; 
	top: 35px;
	z-index: 3;
	display: none;
}

@media only screen and (min-width: 960px)
{
	#pinthispage
	{
		width: 65px;
		height: 64px;
	}
}
@font-face {
	font-family: 'HCo Archer SSm';
	src:url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff2/ArcherSSm-Light_Web.woff2') format('woff2'),
		url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff/ArcherSSm-Light_Web.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Archer SSm';
	src:url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff2/ArcherSSm-LightItalic_Web.woff2') format('woff2'),
		url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff/ArcherSSm-LightItalic_Web.woff') format('woff');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'HCo Archer SSm';
	src:url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff2/ArcherSSm-Book_Web.woff2') format('woff2'),
		url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff/ArcherSSm-Book_Web.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Archer SSm';
	src:url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff2/ArcherSSm-BookItalic_Web.woff2') format('woff2'),
		url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff/ArcherSSm-BookItalic_Web.woff') format('woff');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'HCo Archer SSm';
	src:url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff2/ArcherSSm-Medium_Web.woff2') format('woff2'),
		url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff/ArcherSSm-Medium_Web.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Archer SSm';
	src:url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff2/ArcherSSm-MediumItalic_Web.woff2') format('woff2'),
		url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff/ArcherSSm-MediumItalic_Web.woff') format('woff');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'HCo Archer SSm';
	src:url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff2/ArcherSSm-Semibold_Web.woff2') format('woff2'),
		url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff/ArcherSSm-Semibold_Web.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Archer SSm';
	src:url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff2/ArcherSSm-SemiboldItalic_Web.woff2') format('woff2'),
		url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff/ArcherSSm-SemiboldItalic_Web.woff') format('woff');
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: 'HCo Archer SSm';
	src:url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff2/ArcherSSm-Bold_Web.woff2') format('woff2'),
		url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff/ArcherSSm-Bold_Web.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Archer SSm';
	src:url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff2/ArcherSSm-BoldItalic_Web.woff2') format('woff2'),
		url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff/ArcherSSm-BoldItalic_Web.woff') format('woff');
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff2/GothamSSm-XLight_Web.woff2') format('woff2'),
		url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff/GothamSSm-XLight_Web.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff2/GothamSSm-XLightItalic_Web.woff2') format('woff2'),
		url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff/GothamSSm-XLightItalic_Web.woff') format('woff');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff2/GothamSSm-Light_Web.woff2') format('woff2'),
		url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff/GothamSSm-Light_Web.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff2/GothamSSm-LightItalic_Web.woff2') format('woff2'),
		url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff/GothamSSm-LightItalic_Web.woff') format('woff');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff2/GothamSSm-Book_Web.woff2') format('woff2'),
		url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff/GothamSSm-Book_Web.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff2/GothamSSm-BookItalic_Web.woff2') format('woff2'),
		url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff/GothamSSm-BookItalic_Web.woff') format('woff');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff2/GothamSSm-Medium_Web.woff2') format('woff2'),
		url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff/GothamSSm-Medium_Web.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff2/GothamSSm-MediumItalic_Web.woff2') format('woff2'),
		url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff/GothamSSm-MediumItalic_Web.woff') format('woff');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff2/GothamSSm-Bold_Web.woff2') format('woff2'),
		url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff/GothamSSm-Bold_Web.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff2/GothamSSm-BoldItalic_Web.woff2') format('woff2'),
		url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff/GothamSSm-BoldItalic_Web.woff') format('woff');
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff2/GothamSSm-Black_Web.woff2') format('woff2'),
		url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff/GothamSSm-Black_Web.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff2/GothamSSm-BlackItalic_Web.woff2') format('woff2'),
		url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff/GothamSSm-BlackItalic_Web.woff') format('woff');
	font-weight: 800;
	font-style: italic;
}


@font-face {
	font-family: 'HCo Knockout 50';
	src:url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff2/Knockout-50_Web.woff2') format('woff2'),
		url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff/Knockout-50_Web.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Knockout 51';
	src:url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff2/Knockout-51_Web.woff2') format('woff2'),
		url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff/Knockout-51_Web.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Knockout 52';
	src:url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff2/Knockout-52_Web.woff2') format('woff2'),
		url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff/Knockout-52_Web.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Knockout 53';
	src:url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff2/Knockout-53_Web.woff2') format('woff2'),
		url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff/Knockout-53_Web.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Knockout 54';
	src:url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff2/Knockout-54_Web.woff2') format('woff2'),
		url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/hco_fonts/woff/Knockout-54_Web.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}



@font-face {
    font-family: "Knockout 50 A";
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
    src: url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/knockout50a-400-normal.woff2') format('woff2');
}

@font-face {
    font-family: "Knockout 50 B";
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
    src: url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/knockout50b-400-normal.woff2') format('woff2');
}

@font-face {
    font-family: "Archer SSm A";
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
    src: url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/archerssma-400-normal.woff2') format('woff2');
}

@font-face {
    font-family: "Archer SSm B";
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
    src: url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/archerssmb-400-normal.woff2') format('woff2');
}

@font-face {
    font-family: "Archer SSm A";
    font-weight: 400;
    font-style: italic;
    font-display: fallback;
    src: url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/archerssma-400-italic.woff2') format('woff2');
}

@font-face {
    font-family: "Archer SSm B";
    font-weight: 400;
    font-style: italic;
    font-display: fallback;
    src: url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/archerssmb-400-italic.woff2') format('woff2');
}

@font-face {
    font-family: "Archer SSm A";
    font-weight: 700;
    font-style: normal;
    font-display: fallback;
    src: url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/archerssma-700-normal.woff2') format('woff2');
}

@font-face {
    font-family: "Archer SSm B";
    font-weight: 700;
    font-style: normal;
    font-display: fallback;
    src: url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/archerssmb-700-normal.woff2') format('woff2');
}

@font-face {
    font-family: "Archer SSm A";
    font-weight: 700;
    font-style: italic;
    font-display: fallback;
    src: url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/archerssma-700-italic.woff2') format('woff2');
}

@font-face {
    font-family: "Archer SSm B";
    font-weight: 700;
    font-style: italic;
    font-display: fallback;
    src: url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/archerssmb-700-italic.woff2') format('woff2');
}

@font-face {
    font-family: "Archer SSm A";
    font-weight: 800;
    font-style: normal;
    font-display: fallback;
    src: url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/archerssma-800-normal.woff2') format('woff2');
}

@font-face {
    font-family: "Archer SSm B";
    font-weight: 800;
    font-style: normal;
    font-display: fallback;
    src: url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/archerssmb-800-normal.woff2') format('woff2');
}

@font-face {
    font-family: "Archer SSm A";
    font-weight: 800;
    font-style: italic;
    font-display: fallback;
    src: url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/archerssma-800-italic.woff2') format('woff2');
}

@font-face {
    font-family: "Archer SSm B";
    font-weight: 800;
    font-style: italic;
    font-display: fallback;
    src: url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/archerssmb-800-italic.woff2') format('woff2');
}

@font-face {
    font-family: "Gotham SSm A";
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
    src: url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/gothamssma-400-normal.woff2') format('woff2');
}

@font-face {
    font-family: "Gotham SSm B";
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
    src: url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/gothamssmb-400-normal.woff2') format('woff2');
}

@font-face {
    font-family: "Gotham SSm A";
    font-weight: 400;
    font-style: italic;
    font-display: fallback;
    src: url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/gothamssma-400-italic.woff2') format('woff2');
}

@font-face {
    font-family: "Gotham SSm B";
    font-weight: 400;
    font-style: italic;
    font-display: fallback;
    src: url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/gothamssmb-400-italic.woff2') format('woff2');
}

@font-face {
    font-family: "Gotham SSm A";
    font-weight: 700;
    font-style: normal;
    font-display: fallback;
    src: url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/gothamssma-700-normal.woff2') format('woff2');
}

@font-face {
    font-family: "Gotham SSm B";
    font-weight: 700;
    font-style: normal;
    font-display: fallback;
    src: url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/gothamssmb-700-normal.woff2') format('woff2');
}

@font-face {
    font-family: "Gotham SSm A";
    font-weight: 700;
    font-style: italic;
    font-display: fallback;
    src: url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/gothamssma-700-italic.woff2') format('woff2');
}

@font-face {
    font-family: "Gotham SSm B";
    font-weight: 700;
    font-style: italic;
    font-display: fallback;
    src: url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/fonts/gothamssmb-700-italic.woff2') format('woff2');
}

#top-bar
{
    display: block;
}

#top-navigation ul
{
	display: block;
	text-align: center;
}
#top-navigation ul li
{
    display: inline-block;
    padding-bottom: 8px;
}

#top-navigation ul li.search
{
    padding-bottom: 6px;
}

#top-navigation ul li a,
#top-navigation ul li INPUT
{
	outline: none;
    font-family: "HCo Archer SSm";
    font-weight: 900;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.31em;
	color: black;
	padding-top: 12px;
    padding-left: 12px;
	padding-right: 12px;
	text-decoration: none;
}

#top-navigation ul li a:hover
{
	text-decoration: underline;
}

#top-navigation ul li img.social-links
{
	position: relative;
	top: 5px;
}

#top-navigation ul li #header-searchform-submit
{
    display: none;
}

#top-navigation ul li INPUT#header-searchform-input
{
    width: 96px;
    padding-top: 0;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    text-transform: none;
    letter-spacing: 0.1em;
}

/*@media only screen and (max-width:800px) { #top-navigation ul li.priority-5 { display:none;}}
@media only screen and (max-width:725px) { #top-navigation ul li.priority-4 { display:none;}} */
@media only screen and (max-width:959px) { #top-navigation ul li.priority-5 { display:none;}}
@media only screen and (max-width:959px) { #top-navigation ul li.priority-4 { display:none;}} 
@media only screen and (max-width:680px) { #top-navigation ul li.priority-3 { display:none;}}
@media only screen and (max-width:580px) { #top-navigation ul li.priority-2 { display:none;}}
@media only screen and (max-width:410px) { #top-navigation ul li.priority-1 { display:none;}}

#drop-bar
{
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    left: -230px;
    z-index: 6;
    background-color: white;
    width: 230px;
}

#drop-navigation
{
    font-family: "HCo Archer SSm";
}

#drop-navigation h3
{
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.25em;
    width: 75%;
    border-bottom: 1px solid #999999;
    color: #999999;
    margin-bottom: 0.25em;
}

#drop-navigation ul
{
    margin-bottom: 1em;
}

#drop-navigation li,
#drop-navigation li input
{
    display:block;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.625;
    padding-left: 0.5em;
}

#drop-navigation a
{
    color: black;
    text-decoration: none;
}

#drop-navigation li
{
    position: relative;
}
#drop-navigation li input
{
    padding-left: 0;
    font-family: "HCo Archer SSm";
}

#drop-navigation li #drop-nav-searchform-submit
{
    position: absolute;
    border: none;

    top: 10%;
    height: 80%;
    right: 14px;
    background-color: #d9d9d9;
    font-family: "HCo Archer SSm";
}
/* OK, Desktop branding tops out at 725px */

#branding
{
    text-align: center;
    display: block;
    position: relative;
}

#branding #branding-link
{
    display: block;
    line-height: 0;
}

#menu-button
{
    position:absolute;
    top:0;
    height: 100%;
}

#menu-button #menu-button-img
{
    height: 100%;
    width: auto;
}

@media only screen and (max-width:959px) /* (max-width:725px) */
{
    #branding-img
    {
        width: 75%;
        min-width: 300px;
        height: auto;
    }

    #top-bar
    {
        padding-bottom: 4px;
        margin-top: 1em;
        margin-bottom: 20px;
    }

    #post-top-bar
    {
        display:none;
    }

    #post-branding
    {
        height: 20px;
    }

    #top-navigation ul li
    {
        border-bottom: 1px solid #D9D9D9;
    }

    #branding
    {
        width: 100%;
        background-color:white;
        position: relative;
    }

    #branding #branding-link
    {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    #branding.fixed
    {
        position: fixed;
        bottom: inherit;
        top: 0;
        z-index: 3;
    }
}

@media only screen and (min-width:960px) /* (min-width:726px) */
{
    #top-bar
    {
        margin-bottom: 12px;
        margin-top: 10px;
    }

    #top-bar.fixed
    {
        position: fixed;
        bottom: inherit;
        top: 0;
        z-index: 3;
        width:100%;
        margin-top:0;
        background-color: white;
    }

    #post-top-bar
    {
        height: 1px;
    }

    #branding-img
    {
        padding-top: 65px;
        padding-bottom: 82px;
        min-width: 625px;
        width: 48%;
        max-width: 950px;
        height: auto;
    }

    #post-branding
    {
        display:none;
    }

    #menu-button
    {
        display: none;
    }
}

@media only screen and (min-width:960px)
{
    #top-embellishment
    {
        width: 100%;
        height: 15px;
        background-image: url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/images/lnl-header-embellishment.png');
        background-size: 30px 15px;
        background-repeat: repeat-x;
        background-position-y: 2px;
    }
    
    #drop-bar
    {
        display:none;
    }
}

#page-footer
{
    font-family: "HCo Archer SSm";
    font-size: 10px;
	color: black;
}

#page-footer .footer-copyright
, #page-footer .privacy-policy
{
    padding-top: 2em;
    font-size: 12px;
    line-height: 1.25em;
}

#page-footer .privacy-policy a
{
    color: black;
}

#footer-navigation
{
    margin-top: 20px;
}

#footer-navigation ul
{
	display: block;
	text-align: center;
}
#footer-navigation ul li
{
    padding-bottom: 0.5em;
    display: block;
    line-height: 1.5em;
}


#footer-navigation .final ul li
{
    display: inline-block;
}

#footer-navigation .column
{
    float: left;
    width: 32.999%;

    font-size: 14px;
    padding-bottom: 1em;
    color: black;
}

#footer-navigation .final
{
    clear: both;
    padding-top: 1em;
}

#footer-navigation ul li a
{
	color: black;
    text-decoration: none;
	outline: none;
}

#footer-navigation ul li a:hover
{
	text-decoration: underline;
}

#footer-navigation .final ul li a
{
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.31em;
	padding-top: 12px;
    padding-left: 12px;
	padding-right: 12px;
}

#footer-navigation .column .caption
{
    font-size: 16px;
    font-weight: 900;
    line-height: 2.25em;

}


@media only screen and (max-width:959px)
{
    #page-footer
    {
        text-align: center;
        background-color: #CFE8CE;
        margin-top: 36px;
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 12px;
    }

    #footer-navigation .column
    {
        float: none;
        width: 100%;
    }

}

@media only screen and (min-width:960px)
{
    #bottom-embellishment
    {
        margin-top: 70px;
        width: 100%;
        height: 15px;
        background-image: url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/images/lnl-header-embellishment-flip.png');
        background-size: 30px 15px;
        background-repeat: repeat-x;
        background-position-y: 2px;
    }

    #page-footer
    {
        text-align: center;
        background-color: #CFE8CE;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #page-footer .privacy-policy
    {
        display:none;
    }
}

/* 
600 left, 360 right 
This means 960px for a sidebar
*/

.entry-content a,
.entry-summary p a,
.entry-content .easyrecipe a,
#comments p a
{
	color: #ed1c24;
	font-weight: 900;
}

.entry-content h5
{
    font-weight: 900;
}

.entry-content h4,
.entry-content h2
{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 1em;
}

.entry-content ul
{
    list-style-type: square;
    padding-inline-start: 1.2em;
    margin-bottom: 1.625em;
}

.entry-content ul li
{
    padding-bottom: 0.55em;
}

.entry-content ol
{
    list-style-type: decimal;
    padding-inline-start: 1.1em;
    margin-bottom: 1.625em;
}

.entry-content li
{
    display: list-item;
}

#content-bottom
{
    clear:both;
    width: 100%;
}

header.entry-header
, .post-widget-snippet
{
    font-family: "HCo Archer SSm";
}

header.entry-header h1
, .post-widget-snippet .entry-title
{
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 0;
    line-height: 1.5em;
}

div.search-results-header h1
{
    font-family: "HCo Archer SSm";
    text-align: center;

    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 2em;
    margin-bottom: 1em;
}

article.page header.entry-header h1
{
    font-size: 24px;
    padding-bottom: 1em;
}

.post-widget-snippet .entry-title
{
    margin-top: 26px;
}

header.entry-header h2,
div.entry-content-single p.first-sentence
, .post-widget-snippet .entry-topspace
{
    font-size: 12px;
    letter-spacing: 0.04em;
    text-align: center;
    line-height: 20px;
    display: block;
}

div.entry-content-single .entry-meta
{
    line-height: 1;
}

header.entry-header h2,
div.entry-content-single p.first-sentence
{
    font-weight: bold;
}

.post-widget-snippet .entry-topspace
{
    font-weight: normal;    
}

.post-widget-snippet .under-topspace
{
    height: 12px;
    width: 212px;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #D9D9D9;
}

.post-widget-snippet .lnl-tags
{
    margin-top: 0;
    margin-bottom: 30px;
}

header.entry-header .under-h2,
div.entry-content-single .under-h2
{
    height: 0;
    width: 100%;
    margin-bottom: 20px;
}

header.entry-header h1,
header.entry-header h1 a
, .post-widget-snippet .entry-title
, .post-widget-snippet .entry-title a
, .post-widget-snippet .entry-topspace
, .post-widget-snippet .entry-topspace a
{
    color: black;
    text-decoration: none;
}

.post-widget-snippet.post-widget-snippet-recent-and-fav .entry-title
{
    font-size: 16px;
    height: 24px;
    font-weight: 900;
}

.post-widget-snippet.post-widget-snippet-recent-and-fav .entry-topspace
{
    height: 116px;
    font-size: 14px;
    line-height: 27px;
    margin-top: 10px;
    padding-left: 2.5%;
    padding-right: 2.5%;
}

.post-widget-snippet.post-widget-snippet-recent-and-fav .under-topspace
{
    height: 4px;
    margin: 0;
    padding: 0;
    border-bottom:none;
}

.post-widget-snippet.post-widget-snippet-recent-and-fav
{
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 63px;
}

.post-widget-snippet.post-widget-snippet-recent-and-fav .lnl-tags
{
    margin-top: 20px;
    padding-bottom: 39px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 5px;
    font-size: 15px;
}

.lnl-tags
{
    font-family: "HCo Knockout 50";
    text-align: center;
    text-transform:uppercase;
    color: black;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    letter-spacing: 0.2em;
    font-size: 12px;
}

.lnl-tags a
{
    color: black;
    text-decoration: none;
}

.entry-summary
, .entry-content
, .yarpp-related
{
    font-family: "HCo Archer SSm";
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.01em;
    line-height: 26px;
}

.entry-content
{
    font-size: 15px;
}

.entry-content p
{
    margin-bottom: 1.625em;
}

.entry-content strong
, .entry-summary strong
, .entry-content b
, .entry-summary b
{
    font-weight: 900;
}

.entry-content em
, .entry-summary em
, .entry-content i
, .entry-summary i
{
    font-style: italic;
}

a.to-the-recipe
{
    font-family: "HCo Knockout 50";
    text-transform:uppercase;
    margin-top: 1em;
    font-size: 20px;
    padding-left: 10px;
    display: block;
    color: black;
    text-decoration: none;
    letter-spacing: 0.2em;
    background-color: #F7F7F7;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 8px;
}

article
{
    padding-bottom: 56px;
}

.single #content-top-left article,
.front-page-feature article
{
    padding-bottom: 1px; /* needs at least some padding to absorb margins */
}

.paged article .article-bottom
{
    height:12px;
}

.paged article
{
    padding-bottom: 12px;
}

#content-top-right .sidebar-sep
{
    background-image: url('https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/images/sidebar-sep.png');
    width: 100%;
    height: 44px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 179px 9px;
}

.post-widget-snippet img
{
    max-width: 100%;
    height: auto;
}

nav.nextprev
{
    text-align:center;
}

nav.nextprev.both-next-and-prev .nextprev-prev
{
    width: 50%;
    float: left;
}

nav.nextprev.both-next-and-prev .nextprev-next
{
    width: 50%;
    float: right;
}

nav.nextprev.next-only .nextprev-nav-child
, nav.nextprev.prev-only .nextprev-nav-child
{
    width: 100%;
}

nav.nextprev .nav-clear
{
    clear: both;
}

nav.nextprev .outer
{
    display: block;
    position: relative;
    width: 100%;
    height: 100px;
    left: 50%;
}

nav.nextprev .inner
{
    position: absolute;
    width: 100px;
    height: 100px;
    left: -50px;
    top: 0;
    border-radius: 50%;
    background-color: black;
    color: white;
    line-height: 100px;
}

nav.nextprev .inner a
{
    margin-top: -4px;
    color: white;
    font-family: "HCo Archer SSm";
    line-height: 1.25em;
    display:inline-block;
    width: 100%;
    text-align:center;    
    text-transform: lowercase;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.1em;
    vertical-align: middle;
}

#page .yarpp-related {
    margin: 0;
}

#page .yarpp-related h3
{
    font-size: 24px;
    margin-bottom: 1em;
    line-height: 1.5em;
    text-transform: inherit;
    padding: inherit;
    font-weight: inherit;
    margin: inherit;
    margin-bottom: 1em;
}

.pin-hidden-image-container
{
    display: none;
}

@media only screen and (min-width: 960px)
{
    #content-top-left
    {
        width: 100%;
        float: left;
        margin-right: -360px;
    }

    #content-top-left .content
    {
        margin-right: 360px;
        border-right: 1px solid #D9D9D9;
        padding-right: 19px;
    }

    #content-top-right
    {
        position:relative;
        float: right;
        width: 360px;
        border-left: 1px solid #D9D9D9;
        margin-left: -1px;
        padding-bottom: 36px;
    }

    #content-bottom
    {
        border-top: 1px solid #D9D9D9;
    }
/*
    article header.entry-header h1,
    article header.entry-header h2,
    article .entry-meta,
    article .entry-summary
    {
        padding-right: 19px
    }
*/

    .paged #content-top-left article .article-bottom
    {
        height: 36px;
        border-bottom: 1px solid #D9D9D9;
        margin-right: -19px;
    }

    #content-top-left article header.entry-header h2,
    #content-top-left article div.entry-content-single p.first-sentence
    {
        margin-right: -19px;
        padding-left: 40px;
        padding-right: /* 19px + 40px */ 59px;
        min-height: 56px;
        border-bottom: 1px solid #D9D9D9;
        padding-top: 3px;
    }

    .without-sidebar
    {
        display:none;
    }

    article img.size-full,
    .post-widget-snippet img
    {
        max-width: 100%;
        width: 100%;
    }

    nav.posts-nav
    {
        padding-top: 24px;
        padding-bottom: 36px;
    }

    #content-top-left article.page header.entry-header h1
    {
        padding-bottom: 6px;
        padding-top: 25px;
        font-size: 24px;
    }

    #content-top-left article.page header.entry-header h2,
    #content-top-left article.page div.entry-content-single p.first-sentence
    {
        min-height: 19px;
    }
}

@media only screen and (max-width:959px)
{
    #content-top-left
    {
        width: 100%;
    }

    #content-top-right
    {
        display:none;
    }

    header.entry-header h1
    {
        background-image: url(https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/images/lnl-header-embellishment.png);
        padding-top: 46px;
        background-size: 22px 11px;
        background-repeat: repeat-x;        
        border-top: 1px solid #D9D9D9;
        background-position: 0px 4px;
        padding-bottom: 10px;
    }

    header.entry-header h2,
    div.entry-content-single p.first-sentence
    {
        margin-bottom: 26px;
    }

    header.entry-header .under-h2,
    div.entry-content-single .under-h2
    {
        background-image: url(https://cdn.loveandlemons.com/wp-content/themes/loveandlemons5/images/lnl-header-embellishment-flip.png);
        background-size: 22px 11px;
        background-repeat: repeat-x;
        height: 15px;
        border-bottom: 1px solid #D9D9D9;
        margin-bottom: 7px;
    }

    div.entry-content-single .under-h2
    {
        margin-left: -2.5%;
        margin-right: -2.5%;
        width: 105%;
    }

    article, 
    .post-widget-snippet,
    #comments
    {
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

    article header,
    .post-widget-snippet header
    {
        margin-left: -2.5%;
        margin-right: -2.5%;        
    }

    article header h1.entry-title,
    .post-widget-snippet header .entry-title,    
    article header h2,
    .post-widget-snippet header .entry-topspace
    {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }

    article header .entry-meta,
    .post-widget-snippet header .entry-meta
    {
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

    .post-widget-snippet .entry-title
    {
        font-size: 17px;
        margin-bottom: 11px;
    }

    .post-widget-snippet .lnl-tags
    {
        font-size: 10px;
    }

    article img.size-full,
    .post-widget-snippet img
    {
        margin-left: -2.5%;
        margin-right: -2.5%;
        max-width: 105.2631579%;
        width: 105.2631579%;
    }

    article header img.size-full,
    .post-widget-snippet header img
    {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }    
    
    .post-widget-snippet .entry-topspace
    {
        font-size: 10px;
        line-height: 18px;
    }

    .with-sidebar
    {
        display:none;
    }

    #content-top-left article.page header.entry-header h1
    {
        padding-bottom: 6px;
        /* padding-top: 0; */
        font-size: 16px;
    }

    a.to-the-recipe
    {
        font-size: 13px;
        background-color: white;
        padding-top: 20px;
        padding-bottom: 60px;
    }

    article
    {
        padding-bottom: 1px;
    }

}
