/*
Plugin Name: Pinterest Pin It Button For Images
Plugin URI: http://wordpress.org/plugins/pinterest-pin-it-button-for-images/
Author: Canha
Author URI: http://www.canha.net

==========================================================================

So, you want to change the "Pin It" button, eh? Well, here's the place to do it.

In the style below, just change the "width" and "height" values for the values of your button, and add the full URL to the image as the "background-image" value. Please be advised that you *must* enter the full URL so the button shows properly.

Example: your button is 150 pixels wide and 70 pixels high and is at http://example.com/button.png

Change bellow to:
	width: 150px; 
	height: 70px;
	background-image: url("http://example.com/button.png"); 
	
If you wish to change anything else, do so at your own risk. Unfortunatelly, I can't provide support for this as it would take too much time and it's not viable for a free plugin. And if you do need support, please consider the WordPress forums as I'm unlikely to answer e-mails regarding the subject:
http://wordpress.org/support/plugin/pinterest-pin-it-button-for-images

I'm still working on an easier version, but this should do it for now. 

The code is bellow:
*/

.pibfi_pinterest .xc_pin {
	/* Width and height of "Pin It" image button */
	width: 80px; 
	height: 50px;
	/* Image button */
	background-image: url("https://cdn.loveandlemons.com/wp-content/plugins/lnl-pinterest-pin-it-button-for-images-v2/ppibfi_button.png"); 

/* ==========================================================================
	 Try not to change from here on down, unless you know what you're doing!
   ========================================================================== */
   
	background-repeat: none;
	position: absolute;
	top: 5px;
	opacity: 0.7;
	cursor: pointer;
	display: none;
}

/* =====================
	FOR ADVANCED USERS:
   =====================

Code is displayed as:
<span class="pibfi_pinterest pibfi_float_X">
	<img src="link_to_image.jpg" class="alignX" />
	<span class="xc_pin"></span>
</span>

The script grabs the "alignX" (default WordPress alignment values) value from each image to identify where the button will be aligned to.
	- "alignleft" will display as "pibfi_float_left"
	- "alignright" will display as "pibfi_float_right"
	- "aligncenter" will display as "pibfi_float_center"
	- "alignnone" won't display any particular class (resorts to default)
*/
.pibfi_pinterest {
	position: relative;
	display: inline-block;
}

.pibfi_float_left {
	float:left;
}
.pibfi_float_right {
	float:right;
}

.pibfi_float_center {
	float: none;
	margin: auto;
	display: block;
}

.pibfi_float_left .xc_pin {
	left:10px;
}

.pibfi_float_right .xc_pin {
	right:10px;
}

.pibfi_float_center .xc_pin {
	left:40%
}

.pibfi_pinterest:hover .xc_pin {display:block}

.pibfi_pinterest:hover img {
	-webkit-transition:opacity .7s ease-out; -
	moz-transition:opacity .7s ease-out; 
	transition:opacity .7s ease-out;
	opacity: .7;
}

.pibfi_pinterest img:hover + .xc_pin,
.pibfi_pinterest_hover {
	opacity: 0.7;
}
.pibfi_pinterest .xc_pin:hover {
	opacity: 1;
	-webkit-transition:opacity .7s ease-out; -
	moz-transition:opacity .7s ease-out; 
	transition:opacity .7s ease-out;
}.yarpp_pro_msg{
    border: 1px ridge #D0D0D0;
    padding: 0.4em 2em 0.8em;
    text-align: justify;
}
.yarpp_pro_msg strong{
    display: inline-block;
    text-align: center;
    width: 100%;
    color: orange;
}
.yarpp_help {
    position: relative;
    display: inline-block;
    background: transparent url('https://cdn.loveandlemons.com/wp-includes/images/wpicons.png') no-repeat -520px -20px;
    vertical-align: text-bottom;
    width: 20px;
    height: 20px;
}
.yarpp_help_msg {
    position: absolute;
    left: 25px;
    display: none;
    border: 1px solid #D0D0D0;
    width: 250px;
    text-align: justify;
    padding: 10px 15px;
    background-color: #FFF;
    box-shadow: 0 0 0.4em -0.15em #333;
    z-index: 100;
}
.yarpp_help:hover .yarpp_help_msg{
    display: block
}.nav-pages {
	margin-top:10px;
	font-weight:bold;
	text-align:right;
	text-decoration:none;
}
.page-numbers {
	letter-spacing:5px;
	text-decoration:none;
}
.next, .prev {
	text-decoration:none;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration:none;
}
.ret_table {
	width:100%;
	border:solid black 1px;
}
.t_left {
	text-align:left;
}
div.actions {
	margin-top:10px;
}
input[title] { cursor:help; }

.lnl-imagegrid
{
   display: none;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   padding: 0;
   margin: 0;
}

.lnl-imagegrid-p .lnl-imagegrid
{
   display: block;
}

.lnl-imagegrid .lnl-imagegrid-item
{
   text-indent: -5000px;
   outline: none;
   display: block;
   position: absolute;
}

.lnl-imagegrid-p
{
   display: block;
   position: relative;
}

.lnl-imagegrid-p .pibfi_pinterest:hover .xc_pin
{
    /* HACK FOR PIN IT BUTTON */
	opacity: 1;
}
.lnl-video-surround
{
    position: relative;
}

body div.lnl-video-surround > iframe
{
    width: 100%;
    height: 100%;
    position: absolute;
}.lnl-theme-widget-intro
{
    border-bottom: 1px solid #D9D9D9;
    display:block;
    height: 73px;
    padding-top: 16px;
    font-family: "HCo Archer SSm";
    font-size: 17px;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
    letter-spacing: 0.19em;
    font-weight: 900;
    line-height: 1.6em;
}.search-recipes-header
{
    display: none;
    font-family: "HCo Knockout 50";
    text-align: center;
    text-transform:uppercase;
    font-size: 27px;
    letter-spacing: 0.2em;
    text-shadow: -1px -1px 0 #292929, 1px 1px 0 #292929, 1px -1px 0 #292929, -1px 1px 0 #292929;
    color: #cfe8ce;
    font-weight: 100;
}

.search-recipes-side-header,
.search-recipes-bottom-mobile-header
{
    display: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3px;
    padding-bottom: 3px;
}

#content-top-right .search-recipes-side-header
{
    display: block;
}

@media only screen and (max-width:336px)
{
    #content-bottom .search-recipes-header
    {
        display: block;
    }
}

@media only screen and (min-width:337px)
{
    #content-bottom .search-recipes-bottom-mobile-header
    {
        display: block;
    }
}

.lnl-theme-widget-search
{
    padding-top: 44px;
}

.search-widget-form-wrapper
{
    text-align: center;
}

.search-widget-form-submit
{
    display: none;
}

.search-widget-form-wrapper input
{
    background-color: #f3f4f6;
    border:none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.without-sidebar .lnl-theme-widget-search
{
    background-color: #CFE8CE;
    padding-bottom: 44px;
    padding-top: 46px;
}

.without-sidebar .search-recipes-header
{
    color: white;
    font-size: 34px;
}

.without-sidebar .search-widget-form-wrapper input
{
    background-color: white;
}

.without-sidebar .search-widget-form-wrapper input
{
    width: 250px;
}

.lnl-theme-widget-search .lnl-tags
{
    font-family: "HCo Gotham SSm";
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.15em;
    line-height: 1.8em;
    margin-top: 2em;
    margin-bottom: 2em;
}

.without-sidebar .lnl-theme-widget-search .lnl-tags
{
    font-size: 10px;
    line-height: 22px;
    margin-top: 13px;
}

a.search-browse-all
{
    display: block;
    text-align: center;
    color: black;
    text-decoration: none;
    font-family: "HCo Knockout 50";
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.1em;
}.lnl-theme-widget-about
{
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    font-family: "HCo Archer SSm";
    padding-top: 36px;
    text-align: center;
}

.lnl-theme-widget-about img
{
    display: block;
    width: 225px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.lnl-theme-widget-about h2
{
    font-size: 14px;
    font-weight: 900;
    padding-top: 16px;
    line-height: 2em;
    letter-spacing: 0.05em;
}

.lnl-theme-widget-about p
{
    font-size: 11px;
    line-height: 2em;
    letter-spacing: 0.05em;
    margin-left: 2%;
    margin-right: 2%;
}

#content-bottom .lnl-theme-widget-about
{
    width: 100%;
}

#content-bottom .lnl-theme-widget-about img
{
    width: 100%;
}

#content-bottom .lnl-theme-widget-about p
{
    margin-left: 10%;
    margin-right: 10%;
}.lnl-theme-widget-subscribe form label
, .lnl-theme-widget-subscribe form input
{
    display: none;
}

.lnl-theme-widget-subscribe form #mc4wp_email
{
    display:block;
}

#content-top-right .lnl-theme-widget-subscribe
{
    padding-top: 36px;
}

#content-top-right .lnl-theme-widget-subscribe aside
{
    background-image: url("/wp-content/themes/loveandlemons5/widgets/subscribe-side-4x.png");
    background-size: 245px 125px;
    width: 245px;
    height: 125px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
}

#content-top-right .lnl-theme-widget-subscribe #mc4wp_email
{
    position: absolute;
    width: 147px;
    height: 16px;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: "HCo Archer SSm";
    font-size: 12px;
    left: 43px;
    top: 84px;
    font-weight: 900;
    padding-left: 3px;
    padding-right: 3px;
    text-align:center; /* GRRRR */
}

@media only screen and (max-width:959px)
{
    #content-bottom .lnl-theme-widget-subscribe 
    {
        margin-top: 36px;
    }

    #content-bottom .lnl-theme-widget-subscribe aside
    {
        background-image: url("/wp-content/themes/loveandlemons5/widgets/subscribe-bottom-mobile-4x.png");
        background-color: #FFF34C;
        background-size: 320px 75px;
        padding-top: 42px;
        padding-bottom: 62px;
        width: 100%;
        height: 125px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        position: relative;
        background-position: center 64px;
        background-repeat: no-repeat;
    }

    #content-bottom .lnl-theme-widget-subscribe .subscribe-header,
    #content-bottom .lnl-theme-widget-subscribe .subscribe-footer
    {
        background-image: url("/wp-content/themes/loveandlemons5/widgets/subscribe-bottom-mobile-top-and-bottom-4x.png");
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-size: 13px 8px;
        background-repeat: repeat-x;
    }

    #content-bottom .lnl-theme-widget-subscribe .subscribe-header
    {
        top: 0;
        background-position: center top;
    }

    #content-bottom .lnl-theme-widget-subscribe .subscribe-footer
    {
        bottom: 0;
        background-position: center bottom;
    }

    #content-bottom .lnl-theme-widget-subscribe #mc4wp_email
    {
        position: absolute;
        width: 157px;
        height: 16px;
        border: 0;
        margin: 0;
        left: 50%;
        margin-left: -78px;
        padding: 0;
        font-family: "HCo Archer SSm";
        font-size: 12px;
/*        left: 49px; */
        top: 146px;
        text-align: center;
    }
}

@media only screen and (min-width:960px)
{
    #content-bottom .lnl-theme-widget-subscribe
    {
        padding-top: 70px;
    }

    #content-bottom .lnl-theme-widget-subscribe aside
    {
        background-image: url("/wp-content/themes/loveandlemons5/widgets/subscribe-bottom-4x.png");
        background-size: 245px 125px;
        background-repeat: no-repeat;
        width: 252px;
        height: 125px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        position: relative;
    }

    #content-bottom .lnl-theme-widget-subscribe #mc4wp_email
    {
        position: absolute;
        width: 207px;
        height: 23px;
        border: 0;
        margin: 0;
        padding: 0;
        font-family: "HCo Archer SSm";
        font-size: 12px;
        left: 19px;
        top: 100px;
        background-color: #E7E7E8;
        text-align:center;
    }
}.widget-social-wrapper
{
    position: relative;
    display: block;
    width: 100%;
}

.widget-social-wrapper img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.widget-social-wrapper img.expand-to-edges
{
    width: 50%;
    height: auto;
} 

.widget-social-wrapper a
{
    position: absolute;
    top: 0;
    display: block;
    left: 0;
    width: 25%;
    height: 100%;
    text-indent: -500vw;
}

.widget-social-wrapper a+a { left: 25%; }
.widget-social-wrapper a+a+a { left: 50%; }
.widget-social-wrapper a+a+a+a { left: 75%; }

#content-top-right .lnl-theme-widget-social
{
    margin-top: 26px;
}

@media only screen and (max-width: 959px)
{
    #content-bottom .lnl-theme-widget-social
    {
        margin-top: 36px;
    }
}.lnl-theme-widget-shop-small
{
    padding-top: 36px;
    text-align: center;
}

.lnl-theme-widget-shop-small a.shop-link
{
    color: black;
    text-decoration: none;
    font-family: "HCo Knockout 50";
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.12em;
    margin-top: 18px;
    display:block;
}.lnl-theme-widget-book-2
{
    width: 100%;
    margin-top: 70px;
    padding-bottom: 70px;
    border-bottom: 1px solid #D9D9D9;
}

.lnl-theme-widget-book-2 img.mobile
{
    display: none;
}

.lnl-theme-widget-book-2 img.desktop-narrow
{
    display: none;
}

#lnl-book-two-widget
{
    display: block;
    width: 960px; /* was 3712px */
    height: 342px; /* was 1324px */
    position: relative;
}

a#lnl-book-two-widget
, a#lnl-book-two-widget:hover
{
    text-decoration: none;
    color:black;
}

#lnl-book-two-widget .copy
{
    position: absolute;
    left: 33%;
    width: 67%;
    top: 45.4%;
    text-align: center;
    font-family: "HCo Archer SSm";
    font-size: 14px;
    font-weight: bold;
}

#lnl-book-two-widget .copy ul
{
    text-transform: lowercase;
    letter-spacing: 0.06em;
    margin-bottom: 23px;
}

#lnl-book-two-widget .copy ul.narrow
{
    display: none;
}

#lnl-book-two-widget .copy ul li
{
    margin-bottom: 13px;
}

#lnl-book-two-widget .copy span.line
{
    display: inline-block;
}

#lnl-book-two-widget .copy ul li::before
{
    content: "• ";
}

#lnl-book-two-widget .lnl-simple-button
{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px;
    letter-spacing: 0.1em;
    font-weight: bold;    
}

@media only screen and (max-width: 959px)
{
    body div.content .lnl-theme-widget-book-2
    {
        width: 100%;
        margin-top: 0;
        padding-bottom: 36px;
        border-bottom: none;
    }
    
    body div.content #lnl-book-two-widget
    {
        display: block;
        /* ratio is 1.3185840707964601769911504424779 */
        width: 100%;
        height: inherit;
        background-image: none;
        position: relative;
    }

    body div.content .lnl-theme-widget-book-2 img.mobile
    {
        display: block;
        width: 100%;
        height: auto;
    }

    body div.content .lnl-theme-widget-book-2 img.desktop-wide
    {
        display: none;
    }

    body div.content .lnl-theme-widget-book-2 img.desktop-narrow
    {
        display: none;
    }

    body div.content #lnl-book-two-widget .copy
    {
        position: relative;
        left: 0;
        width: 100%;
        top: inherit;
        font-size: 11px;
    }

    body div.content #lnl-book-two-widget .copy ul
    {
        margin-left: 16px;
        margin-right: 16px;
    }

    body div.content #lnl-book-two-widget .copy ul li
    {
        line-height: 16px;
        margin-bottom: 8px;
    }

}

@media only screen and (min-width: 960px)
{
    #content-top-left #lnl-book-two-widget
    {
        width: 580px; /* was 2320px */
        height: 235px; /* was 940px */
    }
    
    #content-top-left .lnl-theme-widget-book-2 img.desktop-wide
    {
        display: none;
    }
    
    #content-top-left .lnl-theme-widget-book-2 img.desktop-narrow
    {
        display: block;
    }
    
    #content-top-left #lnl-book-two-widget .copy
    {
        font-size: 12px;
        width: 338px;
        left: 242px;
        top: 120px;
    }

    #content-top-left #lnl-book-two-widget .copy ul
    {
        margin-bottom: 20px;
    }

    #content-top-left #lnl-book-two-widget .copy ul li
    {
        margin-bottom: 10px;
    }

    #content-top-left .lnl-theme-widget-book-2
    {
        margin-top: 0;
        border-bottom: none;
    }

    #content-top-left #lnl-book-two-widget .copy ul.normal
    {
        display: none;
    }

    #content-top-left #lnl-book-two-widget .copy ul.narrow
    {
        display: block;
    }

}.lnl-theme-widget-circle-callout 
{
    display: none;
}

.lnl-theme-widget-circle-callout 
{
    display: block;
    position: relative;
    width: 50%;
    left: 50%;
}

.lnl-theme-widget-circle-callout .circle
{
    z-index: 1;
    position: absolute;
    width: 194px;
    height: 194px;
    left: -100px;
    top: -53px;
    background-color: #221F1F;
    border-radius: 50%;
    line-height: 194px;
}

.lnl-theme-widget-circle-callout .inner
{
    margin-left: 4px; /* fixes wonky centering */ 
    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: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    vertical-align: middle;
}

.lnl-theme-widget-circle-callout .circle.yellow
{
    background-color: #FFF34C;
}

.lnl-theme-widget-circle-callout .circle.yellow .inner
{
    color: black;
    font-weight: 900;
}

.lnl-theme-widget-circle-callout a.inner
{
    font-style: italic;
}
@media only screen and (max-width: 959px)
{
    .lnl-theme-widget-circle-callout .circle
    {
        width: 146px;
        height: 146px;
        left: -73px;
        line-height: 146px;
    }

    .lnl-theme-widget-circle-callout .inner
    {
        font-size: 15px;
        line-height: 1.5em;
    }
}

.lnl-theme-widget-recent-and-fav
{
    margin-top: 70px;
    padding-bottom: 40px;
    border-bottom: 1px solid #D9D9D9; 
    /* margin-bottom: -30px; */
}

.lnl-theme-widget-recent-and-fav .reset-float
{
    clear:both;
}

.lnl-theme-widget-recent-and-fav .left-content
{
    float: left;
    width: 46%;
}

.lnl-theme-widget-recent-and-fav .right-content
{
    float: right;
    width: 46%;
}

.lnl-theme-widget-recent-and-fav a.more-entries
{
    display: block;
    width: 60%;
    margin-left: 20%;
    height: 38px;
    border: 1px solid black;
    background-color: white;
    color: black;
    text-align: center;
    font-family: "HCo Gotham SSm";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 38px;
    text-decoration: none;
    position: absolute;
    top: -33px;
}

.lnl-theme-widget-recent-and-fav a.more-entries:hover
{
    background-color: #D9D9D9;
}
.lnl-theme-widget-favorite-posts .favorite-posts-header
{
    position:relative;
    border-top: 1px solid #ACAAA9;
    border-bottom: 1px solid #ACAAA9;
    text-align: center;
    font-size: 15px;
    font-family: "HCo Gotham SSm";
    letter-spacing: 0.4em;
    line-height: 3em;
    font-weight: bold;
    margin-bottom: 1em;
    text-indent: 5px; /* font is not centered otherwise */
}

.lnl-theme-widget-favorite-posts .favorite-posts-header .pre-caption,
.lnl-theme-widget-favorite-posts .favorite-posts-header .post-caption
{
    position: absolute;
    background-image: url('/wp-content/themes/loveandlemons5/widgets/favorite-hearts-4x.png');
    background-size: 114px 12px;
    display: none;
    top: 0;
    width: 114px;
    height: 100%;
    background-repeat: no-repeat;
}

.lnl-theme-widget-favorite-posts .favorite-posts-header .pre-caption
{
    background-position: left 16px;
    left: 0;
}

.lnl-theme-widget-favorite-posts .favorite-posts-header .post-caption
{
    background-position: right 16px;
    right: 0;
}

#content-bottom .lnl-theme-widget-favorite-posts .favorite-posts-header .pre-caption,
#content-bottom .lnl-theme-widget-favorite-posts .favorite-posts-header .post-caption
{
    display: block;
}

@media only screen and (max-width:959px)
{
    .lnl-theme-widget-favorite-posts
    {
        margin-top: 36px;
    }
}


@media only screen and (max-width: 426px)
{
    .lnl-theme-widget-favorite-posts .favorite-posts-header .pre-caption,
    .lnl-theme-widget-favorite-posts .favorite-posts-header .post-caption
    {
        width: 78px;
    }
}

@media only screen and (max-width: 370px)
{
    .lnl-theme-widget-favorite-posts .favorite-posts-header .pre-caption,
    .lnl-theme-widget-favorite-posts .favorite-posts-header .post-caption
    {
        width: 52px;
    }
}

.lnl-theme-widget-recipes-bottom
{
    width: 100%;
    margin-top: 70px;
    padding-bottom: 70px;
    border-bottom: 1px solid #D9D9D9;
}

.without-sidebar .lnl-theme-widget-recipes-bottom
{
    margin-top: 36px;
    margin-bottom: 36px;
    padding-bottom: 0;
    border-bottom:none;
}

.lnl-theme-widget-recipes-bottom img
{
    width: 100%;
    height: auto;
}

.with-sidebar .lnl-theme-widget-recipes-bottom img.mobile
{
    display: none;
}

.without-sidebar .lnl-theme-widget-recipes-bottom img.desktop
{
    display: none;
}#content-bottom .without-sidebar .lnl-theme-widget-page-posts
{
    padding-top: 75px;
    position: relative;
}

#content-bottom .with-sidebar .lnl-theme-widget-recent-and-fav .left-content
, #content-bottom .with-sidebar .lnl-theme-widget-recent-and-fav .right-content
{
    position: relative;
}

#content-bottom .without-sidebar .page-posts-header
{
    width: 55%;
    margin-left: 22.5%;
    height: 38px;
    background-color: #FFF34C;
    text-align: center;
    font-family: "HCo Gotham SSm";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 38px;
}

#content-bottom .with-sidebar .lnl-theme-widget-recent-and-fav .page-posts-header
, #content-bottom .with-sidebar .lnl-theme-widget-recent-and-fav .favorite-posts-header
{
    width: 48%;
    margin-left: 26%;
    height: 35px;
    background-color: #FFF34C;
    text-align: center;
    font-family: "HCo Gotham SSm";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 35px;
}


#content-bottom .without-sidebar .page-posts-header
{
    top: 56px;
    position: absolute;
}

.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.wp-block-audio audio{width:100%;min-width:300px}.block-editor-block-list__layout .reusable-block-edit-panel{align-items:center;background:#f8f9f9;color:#555d66;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;top:-14px;margin:0 -14px;padding:8px 14px;position:relative;border:1px dashed rgba(145,151,162,.25);border-bottom:none}.block-editor-block-list__layout .block-editor-block-list__layout .reusable-block-edit-panel{margin:0 -14px;padding:8px 14px}.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner{margin:0 5px}.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info{margin-right:auto}.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label{margin-right:8px;white-space:nowrap;font-weight:600}.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title{flex:1 1 100%;font-size:14px;height:30px;margin:4px 0 8px}.block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button{flex-shrink:0}@media (min-width:960px){.block-editor-block-list__layout .reusable-block-edit-panel{flex-wrap:nowrap}.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title{margin:0}.block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button{margin:0 0 0 5px}}.editor-block-list__layout .is-selected .reusable-block-edit-panel{border-color:rgba(66,88,99,.4) rgba(66,88,99,.4) rgba(66,88,99,.4) transparent}.is-dark-theme .editor-block-list__layout .is-selected .reusable-block-edit-panel{border-color:hsla(0,0%,100%,.45) hsla(0,0%,100%,.45) hsla(0,0%,100%,.45) transparent}.block-editor-block-list__layout .reusable-block-indicator{background:#fff;border:1px dashed #e2e4e7;color:#555d66;top:-14px;height:30px;padding:4px;position:absolute;z-index:1;width:30px;right:-14px}.wp-block-button{color:#fff;margin-bottom:1.5em}.wp-block-button.aligncenter{text-align:center}.wp-block-button.alignright{text-align:right}.wp-block-button__link{background-color:#32373c;border:none;border-radius:28px;box-shadow:none;color:inherit;cursor:pointer;display:inline-block;font-size:18px;margin:0;padding:12px 24px;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:inherit}.is-style-squared .wp-block-button__link{border-radius:0}.is-style-outline{color:#32373c}.is-style-outline .wp-block-button__link{background-color:transparent;border:2px solid}.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:4px;border:1px solid #e2e4e7}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.wp-block-calendar table th{font-weight:440;background:#edeff0}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar tfoot a{color:#00739c}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-columns{display:flex;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-column{flex-grow:1;margin-bottom:1em;flex-basis:100%;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (min-width:600px){.wp-block-column{flex-basis:calc(50% - 16px);flex-grow:0}.wp-block-column:nth-child(2n){margin-left:32px}}@media (min-width:782px){.wp-block-column:not(:first-child){margin-left:32px}}.wp-block-cover,.wp-block-cover-image{position:relative;background-color:#000;background-size:cover;background-position:50%;min-height:430px;width:100%;margin:0 0 1.5em;display:flex;justify-content:center;align-items:center;overflow:hidden}.wp-block-cover-image.has-left-content,.wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover-image.has-left-content .wp-block-cover-text,.wp-block-cover-image.has-left-content h2,.wp-block-cover.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,.wp-block-cover.has-left-content h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content,.wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover-image.has-right-content .wp-block-cover-text,.wp-block-cover-image.has-right-content h2,.wp-block-cover.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,.wp-block-cover.has-right-content h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover-image .wp-block-cover-text,.wp-block-cover-image h2,.wp-block-cover .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,.wp-block-cover h2{color:#fff;font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:610px;padding:14px;text-align:center}.wp-block-cover-image .wp-block-cover-image-text a,.wp-block-cover-image .wp-block-cover-image-text a:active,.wp-block-cover-image .wp-block-cover-image-text a:focus,.wp-block-cover-image .wp-block-cover-image-text a:hover,.wp-block-cover-image .wp-block-cover-text a,.wp-block-cover-image .wp-block-cover-text a:active,.wp-block-cover-image .wp-block-cover-text a:focus,.wp-block-cover-image .wp-block-cover-text a:hover,.wp-block-cover-image h2 a,.wp-block-cover-image h2 a:active,.wp-block-cover-image h2 a:focus,.wp-block-cover-image h2 a:hover,.wp-block-cover .wp-block-cover-image-text a,.wp-block-cover .wp-block-cover-image-text a:active,.wp-block-cover .wp-block-cover-image-text a:focus,.wp-block-cover .wp-block-cover-image-text a:hover,.wp-block-cover .wp-block-cover-text a,.wp-block-cover .wp-block-cover-text a:active,.wp-block-cover .wp-block-cover-text a:focus,.wp-block-cover .wp-block-cover-text a:hover,.wp-block-cover h2 a,.wp-block-cover h2 a:active,.wp-block-cover h2 a:focus,.wp-block-cover h2 a:hover{color:#fff}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:inherit;opacity:.5;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10:before,.wp-block-cover.has-background-dim.has-background-dim-10:before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20:before,.wp-block-cover.has-background-dim.has-background-dim-20:before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30:before,.wp-block-cover.has-background-dim.has-background-dim-30:before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40:before,.wp-block-cover.has-background-dim.has-background-dim-40:before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50:before,.wp-block-cover.has-background-dim.has-background-dim-50:before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60:before,.wp-block-cover.has-background-dim.has-background-dim-60:before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70:before,.wp-block-cover.has-background-dim.has-background-dim-70:before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80:before,.wp-block-cover.has-background-dim.has-background-dim-80:before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90:before,.wp-block-cover.has-background-dim.has-background-dim-90:before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100:before,.wp-block-cover.has-background-dim.has-background-dim-100:before{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:305px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:calc(100% - 70px);z-index:1;color:#f8f9f9}.wp-block-cover-image .wp-block-subhead,.wp-block-cover-image h1,.wp-block-cover-image h2,.wp-block-cover-image h3,.wp-block-cover-image h4,.wp-block-cover-image h5,.wp-block-cover-image h6,.wp-block-cover-image p,.wp-block-cover .wp-block-subhead,.wp-block-cover h1,.wp-block-cover h2,.wp-block-cover h3,.wp-block-cover h4,.wp-block-cover h5,.wp-block-cover h6,.wp-block-cover p{color:inherit}.wp-block-cover__video-background{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;height:100%;z-index:0;-o-object-fit:cover;object-fit:cover}.block-editor-block-list__block[data-type="core/embed"][data-align=left] .block-editor-block-list__block-edit,.block-editor-block-list__block[data-type="core/embed"][data-align=right] .block-editor-block-list__block-edit,.wp-block-embed.alignleft,.wp-block-embed.alignright{max-width:360px;width:100%}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper:before{padding-top:66.66%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:13px;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0}.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 16px 16px 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative}.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:40px 10px 9px;color:#fff;text-align:center;font-size:13px;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent)}.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;-o-object-fit:cover;object-fit:cover}}.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{width:calc((100% - 16px)/2)}.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 32px)/3);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 32px)/3 - 1px)}}.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 48px)/4);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 48px)/4 - 1px)}}.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 64px)/5);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 64px)/5 - 1px)}}.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 80px)/6);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 80px)/6 - 1px)}}.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 96px)/7);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 96px)/7 - 1px)}}.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 112px)/8);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 112px)/8 - 1px)}}.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.wp-block-gallery .blocks-gallery-item.has-add-item-button{width:100%}.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:305px;width:100%}.wp-block-gallery.aligncenter,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{display:flex}.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-image{max-width:100%;margin-bottom:1em;margin-left:0;margin-right:0}.wp-block-image img{max-width:100%}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.is-resized{display:table;margin-left:0;margin-right:0}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.is-resized>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin-right:1em}.wp-block-image .alignright{float:right;margin-left:1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.wp-block-latest-comments__comment{font-size:15px;line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:36px;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:52px}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:14px;line-height:1.8;margin:5px 0 20px}.wp-block-latest-comments__comment-date{color:#8f98a1;display:block;font-size:12px}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:24px;display:block;float:left;height:40px;margin-right:12px;width:40px}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-latest-posts.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - 16px)}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-latest-posts.columns-4 li{width:calc(25% - 16px)}.wp-block-latest-posts.columns-5 li{width:calc(20% - 16px)}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-latest-posts__post-date{display:block;color:#6c7781;font-size:13px}.wp-block-media-text{display:grid;grid-template-rows:auto;align-items:center;grid-template-areas:"media-text-media media-text-content";grid-template-columns:50% auto}.wp-block-media-text.has-media-on-the-right{grid-template-areas:"media-text-content media-text-media";grid-template-columns:auto 50%}.wp-block-media-text .wp-block-media-text__media{grid-area:media-text-media;margin:0}.wp-block-media-text .wp-block-media-text__content{word-break:break-word;grid-area:media-text-content;padding:0 8%}.wp-block-media-text>figure>img,.wp-block-media-text>figure>video{max-width:unset;width:100%;vertical-align:middle}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important;grid-template-areas:"media-text-media" "media-text-content"}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right{grid-template-areas:"media-text-content" "media-text-media"}}.is-small-text{font-size:14px}.is-regular-text{font-size:16px}.is-large-text{font-size:36px}.is-larger-text{font-size:48px}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}.has-drop-cap:not(:focus):after{content:"";display:table;clear:both;padding-top:14px}p.has-background{padding:20px 30px}p.has-text-color a{color:inherit}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:305px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:20px}.wp-block-pullquote p{font-size:28px;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:32px}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin:0 0 16px;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:24px;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:18px;text-align:right}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 16px)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-rss.columns-4 li{width:calc(25% - 16px)}.wp-block-rss.columns-5 li{width:calc(20% - 16px)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{color:#6c7781;font-size:13px}.wp-block-search{display:flex;flex-wrap:wrap}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1}.wp-block-search .wp-block-search__button{margin-left:10px}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"\00b7 \00b7 \00b7";color:#191e23;font-size:20px;letter-spacing:2em;padding-left:2em;font-family:serif}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-table.has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table.has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table.has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table.has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f3f4f5}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd),.wp-block-table.is-style-stripes tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td{border-color:transparent}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 16px;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{white-space:nowrap;overflow:auto}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{max-width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.has-pale-pink-background-color.has-pale-pink-background-color{background-color:#f78da7}.has-vivid-red-background-color.has-vivid-red-background-color{background-color:#cf2e2e}.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color{background-color:#ff6900}.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color{background-color:#fcb900}.has-light-green-cyan-background-color.has-light-green-cyan-background-color{background-color:#7bdcb5}.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color{background-color:#00d084}.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color{background-color:#8ed1fc}.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color{background-color:#0693e3}.has-very-light-gray-background-color.has-very-light-gray-background-color{background-color:#eee}.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color{background-color:#abb8c3}.has-very-dark-gray-background-color.has-very-dark-gray-background-color{background-color:#313131}.has-pale-pink-color.has-pale-pink-color{color:#f78da7}.has-vivid-red-color.has-vivid-red-color{color:#cf2e2e}.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color{color:#ff6900}.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color{color:#fcb900}.has-light-green-cyan-color.has-light-green-cyan-color{color:#7bdcb5}.has-vivid-green-cyan-color.has-vivid-green-cyan-color{color:#00d084}.has-pale-cyan-blue-color.has-pale-cyan-blue-color{color:#8ed1fc}.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color{color:#0693e3}.has-very-light-gray-color.has-very-light-gray-color{color:#eee}.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color{color:#abb8c3}.has-very-dark-gray-color.has-very-dark-gray-color{color:#313131}.has-small-font-size{font-size:13px}.has-normal-font-size,.has-regular-font-size{font-size:16px}.has-medium-font-size{font-size:20px}.has-large-font-size{font-size:36px}.has-huge-font-size,.has-larger-font-size{font-size:42px}div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('https://cdn.loveandlemons.com/wp-content/plugins/contact-form-7/images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}
@font-face{font-family:'ssbp';src:url('//www.loveandlemons.com/wp-content/plugins/simple-share-buttons-plus/sharebuttons/assets/fonts/ssbp.eot?1xwfh1');src:url('//www.loveandlemons.com/wp-content/plugins/simple-share-buttons-plus/sharebuttons/assets/fonts/ssbp.eot?#iefix1xwfh1') format('embedded-opentype'),url('//www.loveandlemons.com/wp-content/plugins/simple-share-buttons-plus/sharebuttons/assets/fonts/ssbp.woff?1xwfh1') format('woff'),url('//www.loveandlemons.com/wp-content/plugins/simple-share-buttons-plus/sharebuttons/assets/fonts/ssbp.ttf?1xwfh1') format('truetype'),url('//www.loveandlemons.com/wp-content/plugins/simple-share-buttons-plus/sharebuttons/assets/fonts/ssbp.svg?1xwfh1#ssbp') format('svg');font-weight:normal;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}@-webkit-keyframes spin{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ssbp-spinner:before{font-family:'ssbp';content:"\e614"}.ssbp-spinner{-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;display:inline-block}.ssbp-btn:before,.ssbp-toggle-switch:before{display:inline-block;font-family:'ssbp';speak:none;font-size:24px;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none}.ssbp-arrow-right:before{content:"\e612"}.ssbp-arrow-left:before{content:"\e613"}.ssbp-arrow-down:before{content:"\e619"}.ssbp-arrow-up:before{content:"\e61a"}.ssbp-chevron-down:before,.ssbp-toggle-switch:before{content:"\e618"}.ssbp-chevron-up:before,.ssbp--state-hidden .ssbp-toggle-switch:before{content:"\e615"}.ssbp-chevron-right:before,.ssbp--fixed-right .ssbp-toggle-switch:before,.ssbp--state-hidden.ssbp--fixed-left .ssbp-toggle-switch:before{content:"\e616"}.ssbp-chevron-left:before,.ssbp--fixed-left .ssbp-toggle-switch:before,.ssbp--state-hidden.ssbp--fixed-right .ssbp-toggle-switch:before{content:"\e617"}.ssbp-simplesharebuttons:before{content:"\e611"}.ssbp-yummly:before{content:"\e60b"}.ssbp-whatsapp:before{content:"\e60f"}.ssbp-diggit:before{content:"\e60c"}.ssbp-buffer:before{content:"\e60d"}.ssbp-close:before{content:"\e614"}.ssbp-twitter:before{content:"\e605"}.ssbp-reddit:before{content:"\e606"}.ssbp-flattr:before{content:"\e607"}.ssbp-tumblr:before{content:"\e608"}.ssbp-linkedin:before{content:"\e609"}.ssbp-google:before{content:"\e60a"}.ssbp-xing:before{content:"\e610"}.ssbp-facebook:before{content:"\e60e"}.ssbp-facebook_save:before{content:"\e900"}.ssbp-facebook-messenger:before{content:"\e611"}.ssbp-vk:before{content:"\e600"}.ssbp-stumbleupon:before{content:"\e601"}.ssbp-print:before{content:"\e602"}.ssbp-pinterest:before{content:"\e603"}.ssbp-email:before{content:"\e604"}.ssbp-ellipsis:before{content:"\e612"}.ssbp-x:before{content:"\e613"}@media print{.ssbp-wrap{display:none !important}}@media only screen and (min-width:800px){.ssbp-li--whatsapp,.ssbp-li--facebook-messenger{display:none !important}}.ssbp-wrap *,.ssbp-wrap *:before,.ssbp-wrap *:after{box-sizing:border-box}.ssbp-input-url-div,.ssbp-total-shares,.ssbp-each-share,.ssbp-toggle-switch,.ssbp-text{display:none}.ssbp-wrap{position:relative;display:inline-block;padding:0px;font-size:0;color:#272727}.ssbp-wrap.ssbp--centred{display:block;text-align:center}.ssbp-wrap.ssbp--aligned-right{display:block;text-align:right}.ssbp-wrap.ssbp--aligned-right .ssbp-container{display:inline-block}.ssbp-wrap .ssbp-container,.ssbp-wrap .ssbp-toggle-switch{font-size:16px}.ssbp-wrap .ssbp-list{list-style:none;display:inline-block;vertical-align:middle;margin:0;padding:0}.ssbp-wrap .ssbp-list li{position:relative;display:inline-block;vertical-align:top}.ssbp-wrap .ssbp-list li:first-of-type{margin-left:0}.ssbp-wrap .ssbp-btn{display:inline-block;text-align:center;text-decoration:none;font-family:sans-serif}.ssbp-wrap.ssbp--stacked .ssbp-list li,.ssbp-wrap.ssbp--fixed-left .ssbp-list li,.ssbp-wrap.ssbp--fixed-right .ssbp-list li{display:block;margin-top:6px;margin-left:0 !important;margin-right:0 !important}.ssbp-wrap.ssbp--stacked .ssbp-list li:first-of-type,.ssbp-wrap.ssbp--fixed-left .ssbp-list li:first-of-type,.ssbp-wrap.ssbp--fixed-right .ssbp-list li:first-of-type{margin-top:0}.ssbp-wrap[class*="ssbp--fixed"]{position:fixed;z-index:99999}.ssbp-wrap[class*="ssbp--fixed"] .ssbp-container{-webkit-transition:.25s;transition:.25s}.ssbp-wrap.ssbp--fixed-top,.ssbp-wrap.ssbp--fixed-bottom{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.ssbp-wrap.ssbp--fixed-left,.ssbp-wrap.ssbp--fixed-right{top:25%}.ssbp-wrap.ssbp--fixed-top{top:0}.ssbp-wrap.ssbp--fixed-bottom{bottom:0}.ssbp-wrap.ssbp--fixed-left{left:0}.ssbp-wrap.ssbp--fixed-right{right:0}.ssbp-wrap[data-ssbp-counts="true"] .ssbp-each-share{display:block;pointer-events:none}.ssbp-wrap[data-ssbp-total-counts="true"] .ssbp-total-shares{display:inline-block;padding:0 .5em;text-align:center;font-size:14px;line-height:2}.ssbp-wrap[data-ssbp-total-counts="true"].ssbp--fixed-left .ssbp-total-shares,.ssbp-wrap[data-ssbp-total-counts="true"].ssbp--fixed-right .ssbp-total-shares,.ssbp-wrap[data-ssbp-total-counts="true"].ssbp--stacked .ssbp-total-shares,.ssbp-wrap[data-ssbp-total-counts="true"].ssbp--fixed-left .ssbp-total-shares,.ssbp-wrap[data-ssbp-total-counts="true"].ssbp--fixed-right .ssbp-total-shares{display:block;padding:0}.ssbp-toggle-switch{position:absolute;padding:0;border:0;background:transparent;text-align:center;cursor:pointer;-webkit-transition:.25s;transition:.25s;display:none}.ssbp-toggle-switch:active,.ssbp-toggle-switch:hover,.ssbp-toggle-switch:focus{padding:0;border:0}.ssbp--fixed-left .ssbp-toggle-switch,.ssbp--fixed-right .ssbp-toggle-switch{left:0;bottom:100%;width:100%}.ssbp--fixed-top .ssbp-toggle-switch,.ssbp--fixed-bottom .ssbp-toggle-switch{left:100%;bottom:0;height:100%}.ssbp--show-toggle.ssbp--fixed-top .ssbp-toggle-switch:before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ssbp--show-toggle.ssbp--fixed-bottom .ssbp-toggle-switch:before{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.ssbp--show-toggle.ssbp--fixed-right .ssbp-toggle-switch:before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.ssbp--state-hidden .ssbp-each-share{opacity:0}.ssbp--state-hidden .ssbp-container{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.ssbp--state-hidden.ssbp--fixed-top .ssbp-container{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.ssbp--state-hidden.ssbp--fixed-bottom .ssbp-container{-webkit-transform:translateY(100%);transform:translateY(100%)}.ssbp--state-hidden.ssbp--fixed-left .ssbp-container{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.ssbp--state-hidden.ssbp--fixed-right .ssbp-container{-webkit-transform:translateX(100%);transform:translateX(100%)}.ssbp--theme-1 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}.ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}@-webkit-keyframes ripple-out{100%{visibility:visible;top:-1em;right:-1em;bottom:-1em;left:-1em;opacity:0}}@keyframes ripple-out{100%{visibility:visible;top:-1em;right:-1em;bottom:-1em;left:-1em;opacity:0}}.ssbp--theme-1 .ssbp-container{padding:6px}.ssbp--theme-1 .ssbp-list li{margin-left:12px}.ssbp--theme-1 .ssbp-btn{width:3em;height:3em;line-height:3em;position:relative;border-radius:50%;color:#fff;-webkit-transition:.25s;transition:.25s}.ssbp--theme-1 .ssbp-btn:hover,.ssbp--theme-1 .ssbp-btn:focus,.ssbp--theme-1 .ssbp-btn:active{background-color:#fff;z-index:10}.ssbp--theme-1 .ssbp-btn:visited{color:#fff}.ssbp--theme-1 .ssbp-btn:before{-webkit-transition:-webkit-transform .25s;transition:transform .25s}.ssbp--theme-1 .ssbp-btn:active:before{-webkit-transform:scale(1.2);transform:scale(1.2)}.ssbp--theme-1 .ssbp-btn:after{content:'';visibility:hidden;position:absolute;border:1px solid #fff;border-radius:50%;top:-1px;right:-1px;bottom:-1px;left:-1px;pointer-events:none;-webkit-animation-duration:.5s;animation-duration:.5s}.ssbp--theme-1 .ssbp-btn:hover:after{-webkit-animation-name:ripple-out;animation-name:ripple-out}.ssbp--theme-1[data-ssbp-counts="true"] .ssbp-list li{margin-left:13.2px}.ssbp--theme-1[data-ssbp-counts="true"] .ssbp-list li:first-of-type{margin-left:0}.ssbp--theme-1 .ssbp-buffer{background-color:#272727}.ssbp--theme-1 .ssbp-buffer:hover,.ssbp--theme-1 .ssbp-buffer:focus,.ssbp--theme-1 .ssbp-buffer:active{color:#272727;border-color:#272727}.ssbp--theme-1 .ssbp-buffer+.ssbp-each-share{background-color:#272727}.ssbp--theme-1 .ssbp-diggit{background-color:#14589E}.ssbp--theme-1 .ssbp-diggit:hover,.ssbp--theme-1 .ssbp-diggit:focus,.ssbp--theme-1 .ssbp-diggit:active{color:#14589E;border-color:#14589E}.ssbp--theme-1 .ssbp-diggit+.ssbp-each-share{background-color:#14589E}.ssbp--theme-1 .ssbp-email{background-color:#787878}.ssbp--theme-1 .ssbp-email:hover,.ssbp--theme-1 .ssbp-email:focus,.ssbp--theme-1 .ssbp-email:active{color:#787878;border-color:#787878}.ssbp--theme-1 .ssbp-email+.ssbp-each-share{background-color:#787878}.ssbp--theme-1 .ssbp-ellipsis{background-color:#4582EC}.ssbp--theme-1 .ssbp-ellipsis:hover,.ssbp--theme-1 .ssbp-ellipsis:focus,.ssbp--theme-1 .ssbp-ellipsis:active{color:#4582EC;border-color:#4582EC}.ssbp--theme-1 .ssbp-ellipsis+.ssbp-each-share{background-color:#4582EC}.ssbp--theme-1 .ssbp-facebook{background-color:#3b5998}.ssbp--theme-1 .ssbp-facebook:hover,.ssbp--theme-1 .ssbp-facebook:focus,.ssbp--theme-1 .ssbp-facebook:active{color:#3b5998;border-color:#3b5998}.ssbp--theme-1 .ssbp-facebook+.ssbp-each-share{background-color:#3b5998}.ssbp--theme-1 .ssbp-facebook_save{background-color:#3b5998}.ssbp--theme-1 .ssbp-facebook_save:hover,.ssbp--theme-1 .ssbp-facebook_save:focus,.ssbp--theme-1 .ssbp-facebook_save:active{color:#3b5998;border-color:#3b5998}.ssbp--theme-1 .ssbp-facebook_save+.ssbp-each-share{background-color:#3b5998}.ssbp--theme-1 .ssbp-facebook-messenger{background-color:#0084FF}.ssbp--theme-1 .ssbp-facebook-messenger:hover,.ssbp--theme-1 .ssbp-facebook-messenger:focus,.ssbp--theme-1 .ssbp-facebook-messenger:active{color:#0084FF;border-color:#0084FF}.ssbp--theme-1 .ssbp-facebook-messenger+.ssbp-each-share{background-color:#0084FF}.ssbp--theme-1 .ssbp-flattr{background-color:#f67C1A}.ssbp--theme-1 .ssbp-flattr:hover,.ssbp--theme-1 .ssbp-flattr:focus,.ssbp--theme-1 .ssbp-flattr:active{color:#f67C1A;border-color:#f67C1A}.ssbp--theme-1 .ssbp-flattr+.ssbp-each-share{background-color:#f67C1A}.ssbp--theme-1 .ssbp-google{background-color:#DC4E41}.ssbp--theme-1 .ssbp-google:hover,.ssbp--theme-1 .ssbp-google:focus,.ssbp--theme-1 .ssbp-google:active{color:#DC4E41;border-color:#DC4E41}.ssbp--theme-1 .ssbp-google+.ssbp-each-share{background-color:#DC4E41}.ssbp--theme-1 .ssbp-linkedin{background-color:#007bb6}.ssbp--theme-1 .ssbp-linkedin:hover,.ssbp--theme-1 .ssbp-linkedin:focus,.ssbp--theme-1 .ssbp-linkedin:active{color:#007bb6;border-color:#007bb6}.ssbp--theme-1 .ssbp-linkedin+.ssbp-each-share{background-color:#007bb6}.ssbp--theme-1 .ssbp-pinterest{background-color:#ce1a19}.ssbp--theme-1 .ssbp-pinterest:hover,.ssbp--theme-1 .ssbp-pinterest:focus,.ssbp--theme-1 .ssbp-pinterest:active{color:#ce1a19;border-color:#ce1a19}.ssbp--theme-1 .ssbp-pinterest+.ssbp-each-share{background-color:#ce1a19}.ssbp--theme-1 .ssbp-print{background-color:#1F6B43}.ssbp--theme-1 .ssbp-print:hover,.ssbp--theme-1 .ssbp-print:focus,.ssbp--theme-1 .ssbp-print:active{color:#1F6B43;border-color:#1F6B43}.ssbp--theme-1 .ssbp-print+.ssbp-each-share{background-color:#1F6B43}.ssbp--theme-1 .ssbp-reddit{background-color:#FF4500}.ssbp--theme-1 .ssbp-reddit:hover,.ssbp--theme-1 .ssbp-reddit:focus,.ssbp--theme-1 .ssbp-reddit:active{color:#FF4500;border-color:#FF4500}.ssbp--theme-1 .ssbp-reddit+.ssbp-each-share{background-color:#FF4500}.ssbp--theme-1 .ssbp-simplesharebuttons{background-color:#4582ec}.ssbp--theme-1 .ssbp-simplesharebuttons:hover,.ssbp--theme-1 .ssbp-simplesharebuttons:focus,.ssbp--theme-1 .ssbp-simplesharebuttons:active{color:#4582ec;border-color:#4582ec}.ssbp--theme-1 .ssbp-simplesharebuttons+.ssbp-each-share{background-color:#4582ec}.ssbp--theme-1 .ssbp-stumbleupon{background-color:#EB4924}.ssbp--theme-1 .ssbp-stumbleupon:hover,.ssbp--theme-1 .ssbp-stumbleupon:focus,.ssbp--theme-1 .ssbp-stumbleupon:active{color:#EB4924;border-color:#EB4924}.ssbp--theme-1 .ssbp-stumbleupon+.ssbp-each-share{background-color:#EB4924}.ssbp--theme-1 .ssbp-tumblr{background-color:#2C4762}.ssbp--theme-1 .ssbp-tumblr:hover,.ssbp--theme-1 .ssbp-tumblr:focus,.ssbp--theme-1 .ssbp-tumblr:active{color:#2C4762;border-color:#2C4762}.ssbp--theme-1 .ssbp-tumblr+.ssbp-each-share{background-color:#2C4762}.ssbp--theme-1 .ssbp-twitter{background-color:#00a9f1}.ssbp--theme-1 .ssbp-twitter:hover,.ssbp--theme-1 .ssbp-twitter:focus,.ssbp--theme-1 .ssbp-twitter:active{color:#00a9f1;border-color:#00a9f1}.ssbp--theme-1 .ssbp-twitter+.ssbp-each-share{background-color:#00a9f1}.ssbp--theme-1 .ssbp-vk{background-color:#45668E}.ssbp--theme-1 .ssbp-vk:hover,.ssbp--theme-1 .ssbp-vk:focus,.ssbp--theme-1 .ssbp-vk:active{color:#45668E;border-color:#45668E}.ssbp--theme-1 .ssbp-vk+.ssbp-each-share{background-color:#45668E}.ssbp--theme-1 .ssbp-whatsapp{background-color:#34AF23}.ssbp--theme-1 .ssbp-whatsapp:hover,.ssbp--theme-1 .ssbp-whatsapp:focus,.ssbp--theme-1 .ssbp-whatsapp:active{color:#34AF23;border-color:#34AF23}.ssbp--theme-1 .ssbp-whatsapp+.ssbp-each-share{background-color:#34AF23}.ssbp--theme-1 .ssbp-yummly{background-color:#E16120}.ssbp--theme-1 .ssbp-yummly:hover,.ssbp--theme-1 .ssbp-yummly:focus,.ssbp--theme-1 .ssbp-yummly:active{color:#E16120;border-color:#E16120}.ssbp--theme-1 .ssbp-yummly+.ssbp-each-share{background-color:#E16120}.ssbp--theme-1 .ssbp-xing{background-color:#026466}.ssbp--theme-1 .ssbp-xing:hover,.ssbp--theme-1 .ssbp-xing:focus,.ssbp--theme-1 .ssbp-xing:active{color:#026466;border-color:#026466}.ssbp--theme-1 .ssbp-xing+.ssbp-each-share{background-color:#026466}.ssbp--theme-1 .ssbp-each-share{position:absolute;top:0;left:100%;z-index:11;margin-left:-12px;padding:2px;border-radius:6px;font-size:10px;color:#FFF}.ssbp--theme-1.ssbp--fixed-right .ssbp-each-share{left:auto;right:100%;margin-left:0;margin-right:-12px}@-webkit-keyframes spin{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ssbp-spinner:before{font-family:'ssbp';content:"\e614"}.ssbp-spinner{-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;display:inline-block}.ssbp-btn:before,.ssbp-toggle-switch:before{display:inline-block;font-family:'ssbp';speak:none;font-size:24px;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none}.ssbp-arrow-right:before{content:"\e612"}.ssbp-arrow-left:before{content:"\e613"}.ssbp-arrow-down:before{content:"\e619"}.ssbp-arrow-up:before{content:"\e61a"}.ssbp-chevron-down:before{content:"\e618"}.ssbp-chevron-up:before{content:"\e615"}.ssbp-chevron-right:before{content:"\e616"}.ssbp-chevron-left:before{content:"\e617"}.ssbp-simplesharebuttons:before{content:"\e611"}.ssbp-yummly:before{content:"\e60b"}.ssbp-whatsapp:before{content:"\e60f"}.ssbp-diggit:before{content:"\e60c"}.ssbp-buffer:before{content:"\e60d"}.ssbp-close:before{content:"\e614"}.ssbp-twitter:before{content:"\e605"}.ssbp-reddit:before{content:"\e606"}.ssbp-flattr:before{content:"\e607"}.ssbp-tumblr:before{content:"\e608"}.ssbp-linkedin:before{content:"\e609"}.ssbp-google:before{content:"\e60a"}.ssbp-xing:before{content:"\e610"}.ssbp-facebook:before{content:"\e60e"}.ssbp-facebook_save:before{content:"\e900"}.ssbp-facebook-messenger:before{content:"\e611"}.ssbp-vk:before{content:"\e600"}.ssbp-stumbleupon:before{content:"\e601"}.ssbp-print:before{content:"\e602"}.ssbp-pinterest:before{content:"\e603"}.ssbp-email:before{content:"\e604"}.ssbp-ellipsis:before{content:"\e612"}.ssbp-x:before{content:"\e613"}@media only screen and (max-width:799px){.ssbp-container{-webkit-transition:.25s;transition:.25s}.ssbp-wrap[data-ssbp-responsive="true"]{position:fixed;top:auto;right:0;bottom:0;left:0;z-index:12;text-align:center;-webkit-transform:none;transform:none}[data-ssbp-responsive="true"][data-ssbp-toggle="true"]{padding-right:24px}[data-ssbp-responsive="true"][data-ssbp-toggle="true"] .ssbp-toggle-switch{display:inline-block;left:auto;top:0;right:0;bottom:0;width:auto;height:auto;background:rgba(255,255,255,0.66);color:#4C4C4C}[data-ssbp-responsive="true"][data-ssbp-toggle="true"] .ssbp-toggle-switch:before{content:"\e618"}[data-ssbp-responsive="true"][data-ssbp-toggle="true"].ssbp--state-hidden .ssbp-toggle-switch:before{content:"\e615"}[data-ssbp-responsive="true"] .ssbp-list{display:table;table-layout:fixed;width:100%}[data-ssbp-responsive="true"] .ssbp-list li{display:inline-block !important;margin:0 12px !important;display:table-cell !important;width:auto;height:auto}[data-ssbp-responsive="true"] .ssbp-btn{display:block;width:auto}[data-ssbp-responsive="true"].ssbp--state-hidden .ssbp-container{-webkit-transform:translateY(100%);transform:translateY(100%)}[data-ssbp-responsive="true"].ssbp--theme-1 .ssbp-btn,[data-ssbp-responsive="true"].ssbp--theme-4 .ssbp-btn,[data-ssbp-responsive="true"].ssbp--theme-6 .ssbp-btn{display:inline-block;width:3em}[data-ssbp-responsive="true"].ssbp--theme-1 .ssbp-each-share,[data-ssbp-responsive="true"].ssbp--theme-4 .ssbp-each-share,[data-ssbp-responsive="true"].ssbp--theme-6 .ssbp-each-share{left:50%;right:auto;margin-left:12px}[data-ssbp-responsive="true"].ssbp--theme-2 .ssbp-btn{width:inherit}[data-ssbp-responsive="true"].ssbp--theme-1,[data-ssbp-responsive="true"].ssbp--theme-4,[data-ssbp-responsive="true"].ssbp--theme-6,[data-ssbp-responsive="true"].ssbp--theme-8{padding:12px}[data-ssbp-responsive="true"].ssbp--theme-1[data-ssbp-toggle="true"],[data-ssbp-responsive="true"].ssbp--theme-4[data-ssbp-toggle="true"],[data-ssbp-responsive="true"].ssbp--theme-6[data-ssbp-toggle="true"],[data-ssbp-responsive="true"].ssbp--theme-8[data-ssbp-toggle="true"]{padding-right:36px}[data-ssbp-responsive="true"].ssbp--theme-1.ssbp--state-hidden .ssbp-container,[data-ssbp-responsive="true"].ssbp--theme-4.ssbp--state-hidden .ssbp-container,[data-ssbp-responsive="true"].ssbp--theme-6.ssbp--state-hidden .ssbp-container,[data-ssbp-responsive="true"].ssbp--theme-8.ssbp--state-hidden .ssbp-container{margin-bottom:-12px}[data-ssbp-responsive="true"].ssbp--theme-7 .ssbp-text{display:block}[data-ssbp-responsive="true"].ssbp--theme-8 .ssbp-btn{display:inline-block;width:4em}}@media screen and (min-width:800px){.ssbp-set--one .ssbp-toggle-switch{ display:none!important;}}.ssbp--theme-1 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}.ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}@-webkit-keyframes ripple-out{100%{visibility:visible;top:-1em;right:-1em;bottom:-1em;left:-1em;opacity:0}}@keyframes ripple-out{100%{visibility:visible;top:-1em;right:-1em;bottom:-1em;left:-1em;opacity:0}}.ssbp--theme-1 .ssbp-container{padding:6px}.ssbp--theme-1 .ssbp-list li{margin-left:12px}.ssbp--theme-1 .ssbp-btn{width:3em;height:3em;line-height:3em;position:relative;border-radius:50%;color:#fff;-webkit-transition:.25s;transition:.25s}.ssbp--theme-1 .ssbp-btn:hover,.ssbp--theme-1 .ssbp-btn:focus,.ssbp--theme-1 .ssbp-btn:active{background-color:#fff;z-index:10}.ssbp--theme-1 .ssbp-btn:visited{color:#fff}.ssbp--theme-1 .ssbp-btn:before{-webkit-transition:-webkit-transform .25s;transition:transform .25s}.ssbp--theme-1 .ssbp-btn:active:before{-webkit-transform:scale(1.2);transform:scale(1.2)}.ssbp--theme-1 .ssbp-btn:after{content:'';visibility:hidden;position:absolute;border:1px solid #fff;border-radius:50%;top:-1px;right:-1px;bottom:-1px;left:-1px;pointer-events:none;-webkit-animation-duration:.5s;animation-duration:.5s}.ssbp--theme-1 .ssbp-btn:hover:after{-webkit-animation-name:ripple-out;animation-name:ripple-out}.ssbp--theme-1[data-ssbp-counts="true"] .ssbp-list li{margin-left:13.2px}.ssbp--theme-1[data-ssbp-counts="true"] .ssbp-list li:first-of-type{margin-left:0}.ssbp--theme-1 .ssbp-buffer{background-color:#272727}.ssbp--theme-1 .ssbp-buffer:hover,.ssbp--theme-1 .ssbp-buffer:focus,.ssbp--theme-1 .ssbp-buffer:active{color:#272727;border-color:#272727}.ssbp--theme-1 .ssbp-buffer+.ssbp-each-share{background-color:#272727}.ssbp--theme-1 .ssbp-diggit{background-color:#14589E}.ssbp--theme-1 .ssbp-diggit:hover,.ssbp--theme-1 .ssbp-diggit:focus,.ssbp--theme-1 .ssbp-diggit:active{color:#14589E;border-color:#14589E}.ssbp--theme-1 .ssbp-diggit+.ssbp-each-share{background-color:#14589E}.ssbp--theme-1 .ssbp-email{background-color:#787878}.ssbp--theme-1 .ssbp-email:hover,.ssbp--theme-1 .ssbp-email:focus,.ssbp--theme-1 .ssbp-email:active{color:#787878;border-color:#787878}.ssbp--theme-1 .ssbp-email+.ssbp-each-share{background-color:#787878}.ssbp--theme-1 .ssbp-ellipsis{background-color:#4582EC}.ssbp--theme-1 .ssbp-ellipsis:hover,.ssbp--theme-1 .ssbp-ellipsis:focus,.ssbp--theme-1 .ssbp-ellipsis:active{color:#4582EC;border-color:#4582EC}.ssbp--theme-1 .ssbp-ellipsis+.ssbp-each-share{background-color:#4582EC}.ssbp--theme-1 .ssbp-facebook{background-color:#3b5998}.ssbp--theme-1 .ssbp-facebook:hover,.ssbp--theme-1 .ssbp-facebook:focus,.ssbp--theme-1 .ssbp-facebook:active{color:#3b5998;border-color:#3b5998}.ssbp--theme-1 .ssbp-facebook+.ssbp-each-share{background-color:#3b5998}.ssbp--theme-1 .ssbp-facebook_save{background-color:#3b5998}.ssbp--theme-1 .ssbp-facebook_save:hover,.ssbp--theme-1 .ssbp-facebook_save:focus,.ssbp--theme-1 .ssbp-facebook_save:active{color:#3b5998;border-color:#3b5998}.ssbp--theme-1 .ssbp-facebook_save+.ssbp-each-share{background-color:#3b5998}.ssbp--theme-1 .ssbp-facebook-messenger{background-color:#0084FF}.ssbp--theme-1 .ssbp-facebook-messenger:hover,.ssbp--theme-1 .ssbp-facebook-messenger:focus,.ssbp--theme-1 .ssbp-facebook-messenger:active{color:#0084FF;border-color:#0084FF}.ssbp--theme-1 .ssbp-facebook-messenger+.ssbp-each-share{background-color:#0084FF}.ssbp--theme-1 .ssbp-flattr{background-color:#f67C1A}.ssbp--theme-1 .ssbp-flattr:hover,.ssbp--theme-1 .ssbp-flattr:focus,.ssbp--theme-1 .ssbp-flattr:active{color:#f67C1A;border-color:#f67C1A}.ssbp--theme-1 .ssbp-flattr+.ssbp-each-share{background-color:#f67C1A}.ssbp--theme-1 .ssbp-google{background-color:#DC4E41}.ssbp--theme-1 .ssbp-google:hover,.ssbp--theme-1 .ssbp-google:focus,.ssbp--theme-1 .ssbp-google:active{color:#DC4E41;border-color:#DC4E41}.ssbp--theme-1 .ssbp-google+.ssbp-each-share{background-color:#DC4E41}.ssbp--theme-1 .ssbp-linkedin{background-color:#007bb6}.ssbp--theme-1 .ssbp-linkedin:hover,.ssbp--theme-1 .ssbp-linkedin:focus,.ssbp--theme-1 .ssbp-linkedin:active{color:#007bb6;border-color:#007bb6}.ssbp--theme-1 .ssbp-linkedin+.ssbp-each-share{background-color:#007bb6}.ssbp--theme-1 .ssbp-pinterest{background-color:#ce1a19}.ssbp--theme-1 .ssbp-pinterest:hover,.ssbp--theme-1 .ssbp-pinterest:focus,.ssbp--theme-1 .ssbp-pinterest:active{color:#ce1a19;border-color:#ce1a19}.ssbp--theme-1 .ssbp-pinterest+.ssbp-each-share{background-color:#ce1a19}.ssbp--theme-1 .ssbp-print{background-color:#1F6B43}.ssbp--theme-1 .ssbp-print:hover,.ssbp--theme-1 .ssbp-print:focus,.ssbp--theme-1 .ssbp-print:active{color:#1F6B43;border-color:#1F6B43}.ssbp--theme-1 .ssbp-print+.ssbp-each-share{background-color:#1F6B43}.ssbp--theme-1 .ssbp-reddit{background-color:#FF4500}.ssbp--theme-1 .ssbp-reddit:hover,.ssbp--theme-1 .ssbp-reddit:focus,.ssbp--theme-1 .ssbp-reddit:active{color:#FF4500;border-color:#FF4500}.ssbp--theme-1 .ssbp-reddit+.ssbp-each-share{background-color:#FF4500}.ssbp--theme-1 .ssbp-simplesharebuttons{background-color:#4582ec}.ssbp--theme-1 .ssbp-simplesharebuttons:hover,.ssbp--theme-1 .ssbp-simplesharebuttons:focus,.ssbp--theme-1 .ssbp-simplesharebuttons:active{color:#4582ec;border-color:#4582ec}.ssbp--theme-1 .ssbp-simplesharebuttons+.ssbp-each-share{background-color:#4582ec}.ssbp--theme-1 .ssbp-stumbleupon{background-color:#EB4924}.ssbp--theme-1 .ssbp-stumbleupon:hover,.ssbp--theme-1 .ssbp-stumbleupon:focus,.ssbp--theme-1 .ssbp-stumbleupon:active{color:#EB4924;border-color:#EB4924}.ssbp--theme-1 .ssbp-stumbleupon+.ssbp-each-share{background-color:#EB4924}.ssbp--theme-1 .ssbp-tumblr{background-color:#2C4762}.ssbp--theme-1 .ssbp-tumblr:hover,.ssbp--theme-1 .ssbp-tumblr:focus,.ssbp--theme-1 .ssbp-tumblr:active{color:#2C4762;border-color:#2C4762}.ssbp--theme-1 .ssbp-tumblr+.ssbp-each-share{background-color:#2C4762}.ssbp--theme-1 .ssbp-twitter{background-color:#00a9f1}.ssbp--theme-1 .ssbp-twitter:hover,.ssbp--theme-1 .ssbp-twitter:focus,.ssbp--theme-1 .ssbp-twitter:active{color:#00a9f1;border-color:#00a9f1}.ssbp--theme-1 .ssbp-twitter+.ssbp-each-share{background-color:#00a9f1}.ssbp--theme-1 .ssbp-vk{background-color:#45668E}.ssbp--theme-1 .ssbp-vk:hover,.ssbp--theme-1 .ssbp-vk:focus,.ssbp--theme-1 .ssbp-vk:active{color:#45668E;border-color:#45668E}.ssbp--theme-1 .ssbp-vk+.ssbp-each-share{background-color:#45668E}.ssbp--theme-1 .ssbp-whatsapp{background-color:#34AF23}.ssbp--theme-1 .ssbp-whatsapp:hover,.ssbp--theme-1 .ssbp-whatsapp:focus,.ssbp--theme-1 .ssbp-whatsapp:active{color:#34AF23;border-color:#34AF23}.ssbp--theme-1 .ssbp-whatsapp+.ssbp-each-share{background-color:#34AF23}.ssbp--theme-1 .ssbp-yummly{background-color:#E16120}.ssbp--theme-1 .ssbp-yummly:hover,.ssbp--theme-1 .ssbp-yummly:focus,.ssbp--theme-1 .ssbp-yummly:active{color:#E16120;border-color:#E16120}.ssbp--theme-1 .ssbp-yummly+.ssbp-each-share{background-color:#E16120}.ssbp--theme-1 .ssbp-xing{background-color:#026466}.ssbp--theme-1 .ssbp-xing:hover,.ssbp--theme-1 .ssbp-xing:focus,.ssbp--theme-1 .ssbp-xing:active{color:#026466;border-color:#026466}.ssbp--theme-1 .ssbp-xing+.ssbp-each-share{background-color:#026466}.ssbp--theme-1 .ssbp-each-share{position:absolute;top:0;left:100%;z-index:11;margin-left:-12px;padding:2px;border-radius:6px;font-size:10px;color:#FFF}.ssbp--theme-1.ssbp--fixed-right .ssbp-each-share{left:auto;right:100%;margin-left:0;margin-right:-12px}.ssbp-set--two .ssbp-toggle-switch{ display:none!important;}.ssbp-set--one .ssbp-btn{width:2.5em!important;height:2.5em!important;}.ssbp-set--one .ssbp-btn{line-height:2.5em!important;}.ssbp-set--one .ssbp-btn:before{font-size:24px!important;}.ssbp-set--two .ssbp-share-text{display:none!important;}.ssbp-set--two .ssbp-btn{color:#000000;background-color:#ffffff;}.ssbp-set--two .ssbp-btn:hover{color:#000000!important;}@media only screen and (max-width:799px){ BODY div.ssbp-set--two{display:none; }}@media only screen and (min-width:800px){ BODY .ssbp-wrap.ssbp-set--one{display:none; }}BODY.mobile-site .ssbp-wrap.ssbp-set--one,BODY.wp-admin .ssbp-wrap.ssbp-set--one{ display:block;}.ssbp-set--two .ssbp-each-share{ background-color:inherit !important; color:black !important;}.ssbp-set--two.ssbp--theme-1 .ssbp-btn:visited{ color:inherit;}.ssbp-wrap.ssbp--fixed-left { left:inherit; margin-left:-180px;}@media only screen and (max-width:1280px){ .ssbp-wrap.ssbp--fixed-left { margin-left:-80px; }}div.easyrecipe{position:relative;clear:both}.easyrecipe div,.easyrecipe li,.easyrecipe ol,.easyrecipe p,.easyrecipe span,.easyrecipe ul{padding:0;margin:0;line-height:inherit}.easyrecipe .ERSIngredients .ERSIngredientsHeader,.easyrecipe .ERSInstructions .ERSInstructionsHeader,.easyrecipe .nutrition .ERSNutritionHeader,.easyrecipe div .ERSNotesHeader{font-size:1.4em;font-weight:700;clear:both;margin-top:1em;margin-bottom:1em}#content .easyrecipe .ERSIngredients li.ingredient,.easyrecipe .ERSIngredients li.ingredient{list-style:disc inside;margin-left:10px;line-height:inherit;background:0 0;padding:0}.easyrecipe .ERSIngredients li.ERSIngredientImage{list-style-type:none;margin-left:10px}.easyrecipe .ERSInstructions li.instruction{list-style:decimal;margin-left:30px;line-height:inherit;background:0 0;padding:0}.easyrecipe .ERSInstructions li.ERSInstructionImage{list-style-type:none;margin-left:30px}.easyrecipe .ERSIngredients,.easyrecipe .ERSInstructions,.easyrecipe .ERSNotesDiv{margin-bottom:10px}.easyrecipe .ERSIngredients .ERSSectionHead,.easyrecipe .ERSInstructions .ERSSectionHead{margin-top:3px;margin-bottom:3px;font-weight:700}.entry .easyrecipe .ERSIngredients ul li::before{content:normal}.easyrecipe .ERSLinkback a,.easyrecipe .ERSLinkback span{font:9px "Trebuchet MS",Arial,Helvetica,sans-serif;position:relative;margin-bottom:6px;margin-top:15px;font-weight:400}.easyrecipe .ERSLinkback .ERSWRPLink{color:inherit!important;text-decoration:none!important}.easyrecipe .ERSWRPLink .ERSAttribution{text-decoration:underline!important}.easyrecipe .ERSClear{clear:both;line-height:0;height:0}.easyrecipe .ERSClearLeft{clear:left;line-height:0;height:0}.easyrecipe .ERSFloatLeft{float:left}div.easyrecipe div.ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn,div.easyrecipe div.ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn{border:none;color:#fff;background:#666;font-size:11px}div.easyrecipe a.ERSPrintBtn span,div.easyrecipe a.ERSSaveBtn span{color:#fff}div.easyrecipe div.ERSSavePrint .ERSSaveBtnSpan .ziplist-button.ERSSaveBtn,div.easyrecipe div.ERSSavePrint .ERSSaveBtnSpan .ziplist-link.ERSSaveBtn{background-color:#007ec8}div.easyrecipe div.ERSSavePrint span.ERSPrintBtnSpan a.ERSPrintBtn span.ERSPrintIcon{background-image:url(https://cdn.loveandlemons.com/wp-content/plugins/easyrecipeplus/css/images/printicon.png);width:16px;height:16px}.foodie div.easyrecipe div.ERSSavePrint span.ERSSaveBtnSpan a.bigoven span.ERSSaveIcon{background-image:url(https://cdn.loveandlemons.com/wp-content/themes/foodie/images/save.png);margin-left:10px}.foodie-pro div.easyrecipe div.ERSSavePrint span.ERSSaveBtnSpan a.bigoven span.ERSSaveIcon{background-image:url(https://cdn.loveandlemons.com/wp-content/themes/foodiepro/images/save.png);margin-left:10px}div.easyrecipe div.ERSSavePrint span.ERSSaveBtnSpan a.ziplist-button span.ERSSaveIcon,div.easyrecipe div.ERSSavePrint span.ERSSaveBtnSpan a.ziplist-link span.ERSSaveIcon{background-image:url(https://cdn.loveandlemons.com/wp-content/plugins/easyrecipeplus/css/images/saveicon.png);width:16px;height:16px}div.easyrecipe div.ERSSavePrint span.ERSSaveBtnSpan span.ERSSaveIcon{background-image:url(https://cdn.loveandlemons.com/wp-content/plugins/easyrecipeplus/css/images/bigovenicon.png);width:20px;height:18px}.easyrecipe .ERSRatings{float:right;width:95px}.ERSRatingOuter{background:url(https://cdn.loveandlemons.com/wp-content/plugins/easyrecipeplus/css/images/greystar15.png) repeat-x;width:95px;height:15px;font:10px "Trebuchet MS",Arial,Helvetica,sans-serif;text-align:center;margin-right:5px;margin-left:5px}.ERSRatingInner{background:url(https://cdn.loveandlemons.com/wp-content/plugins/easyrecipeplus/css/images/yellowstar15.png) repeat-x;width:50%;height:15px}.ERComment{margin-bottom:10px!important;margin-top:10px}.ERComment .ERRateBG{width:95px;height:15px;cursor:pointer;float:left;background:url(https://cdn.loveandlemons.com/wp-content/plugins/easyrecipeplus/css/images/greystar15.png) repeat-x}.ERComment .ERRateStars{width:95px;height:15px;cursor:pointer;background:url(https://cdn.loveandlemons.com/wp-content/plugins/easyrecipeplus/css/images/yellowstar15.png) repeat-x}span.ERComment,span.ERComment span{display:block}.ERRatingComment{background:url(https://cdn.loveandlemons.com/wp-content/plugins/easyrecipeplus/css/images/greystar15.png) repeat-x;width:95px;height:15px;margin-right:20px}.ERRatingCommentInner{background:url(https://cdn.loveandlemons.com/wp-content/plugins/easyrecipeplus/css/images/yellowstar15.png) repeat-x;width:50%;height:15px}.easyrecipeWrapper .easyrecipeAbove,.easyrecipeWrapper .easyrecipeBelow{display:none}.easyrecipe .ERSSaveBtnSpan a.ziplist-button img,.easyrecipe .ERSSaveBtnSpan a.ziplist-link img{position:relative;top:10px;width:auto;height:auto;border:none;padding:0;margin:0;box-shadow:none}body .easyrecipe .ERSTimes p{margin:0!important}/*!
 * jQuery UI CSS Framework 1.8.22
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.easyrecipe .ui-helper-hidden { display: none; }
.easyrecipe .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.easyrecipe .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.easyrecipe .ui-helper-clearfix:before, .easyrecipe .ui-helper-clearfix:after { content: ""; display: table; }
.easyrecipe .ui-helper-clearfix:after { clear: both; }
.easyrecipe .ui-helper-clearfix { zoom: 1; }
.easyrecipe .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.easyrecipe .ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.easyrecipe .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.easyrecipe .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*!
 * jQuery UI CSS Framework 1.8.22
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=02_glass.png&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.easyrecipe .ui-widget { font-family: Arial, sans-serif; font-size: 1.1em; }
.easyrecipe .ui-widget .ui-widget { font-size: 1em; }
.easyrecipe .ui-widget input, .easyrecipe .ui-widget select, .easyrecipe .ui-widget textarea, .easyrecipe .ui-widget button { font-family: Arial, sans-serif; font-size: 1em; }
.easyrecipe .ui-widget-content { border: 1px solid #a6c9e2; background: #fcfdfd url(https://cdn.loveandlemons.com/wp-content/plugins/easyrecipeplus/ui/images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; color: #222222; }
.easyrecipe .ui-widget-content a { color: #222222; }
.easyrecipe .ui-widget-header { border: 1px solid #4297d7; background: #5c9ccc url(https://cdn.loveandlemons.com/wp-content/plugins/easyrecipeplus/ui/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.easyrecipe .ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.easyrecipe .ui-state-default, .easyrecipe .ui-widget-content .ui-state-default, .easyrecipe .ui-widget-header .ui-state-default { border: 1px solid #c5dbec; background: #dfeffc url(https://cdn.loveandlemons.com/wp-content/plugins/easyrecipeplus/ui/images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #2e6e9e; }
.easyrecipe .ui-state-default a, .easyrecipe .ui-state-default a:link, .easyrecipe .ui-state-default a:visited { color: #2e6e9e; text-decoration: none; }
.easyrecipe .ui-state-hover, .easyrecipe .ui-widget-content .ui-state-hover, .easyrecipe .ui-widget-header .ui-state-hover, .easyrecipe .ui-state-focus, .easyrecipe .ui-widget-content .ui-state-focus, .easyrecipe .ui-widget-header .ui-state-focus { border: 1px solid #79b7e7; background: #d0e5f5 url(https://cdn.loveandlemons.com/wp-content/plugins/easyrecipeplus/ui/images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1d5987; }
.easyrecipe .ui-state-hover a, .easyrecipe .ui-state-hover a:hover { color: #1d5987; text-decoration: none; }
.easyrecipe .ui-state-active, .easyrecipe .ui-widget-content .ui-state-active, .easyrecipe .ui-widget-header .ui-state-active { border: 1px solid #79b7e7; background: #f5f8f9 url(https://cdn.loveandlemons.com/wp-content/plugins/easyrecipeplus/ui/images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #e17009; }
.easyrecipe .ui-state-active a, .easyrecipe .ui-state-active a:link, .easyrecipe .ui-state-active a:visited { color: #e17009; text-decoration: none; }
.easyrecipe .ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.easyrecipe .ui-state-highlight, .easyrecipe .ui-widget-content .ui-state-highlight, .easyrecipe .ui-widget-header .ui-state-highlight  {border: 1px solid #fad42e; background: #fbec88 url(https://cdn.loveandlemons.com/wp-content/plugins/easyrecipeplus/ui/images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x; color: #363636; }
.easyrecipe .ui-state-highlight a, .easyrecipe .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.easyrecipe .ui-state-error, .easyrecipe .ui-widget-content .ui-state-error, .easyrecipe .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(https://cdn.loveandlemons.com/wp-content/plugins/easyrecipeplus/ui/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.easyrecipe .ui-state-error a, .easyrecipe .ui-widget-content .ui-state-error a, .easyrecipe .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.easyrecipe .ui-state-error-text, .easyrecipe .ui-widget-content .ui-state-error-text, .easyrecipe .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.easyrecipe .ui-priority-primary, .easyrecipe .ui-widget-content .ui-priority-primary, .easyrecipe .ui-widget-header .ui-priority-primary { font-weight: bold; }
.easyrecipe .ui-priority-secondary, .easyrecipe .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.easyrecipe .ui-state-disabled, .easyrecipe .ui-widget-content .ui-state-disabled, .easyrecipe .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.easyrecipe .ui-icon { width: 16px; height: 16px; background-image: url(https://cdn.loveandlemons.com/wp-content/plugins/easyrecipeplus/ui/images/ui-icons_469bdd_256x240.png); }
.easyrecipe .ui-widget-content .ui-icon {background-image: url(https://cdn.loveandlemons.com/wp-content/plugins/easyrecipeplus/ui/images/ui-icons_469bdd_256x240.png); }
.easyrecipe .ui-widget-header .ui-icon {background-image: url(https://cdn.loveandlemons.com/wp-content/plugins/easyrecipeplus/ui/images/ui-icons_d8e7f3_256x240.png); }
.easyrecipe .ui-state-default .ui-icon { background-image: url(https://cdn.loveandlemons.com/wp-content/plugins/easyrecipeplus/ui/images/ui-icons_6da8d5_256x240.png); }
.easyrecipe .ui-state-hover .ui-icon, .easyrecipe .ui-state-focus .ui-icon {background-image: url(https://cdn.loveandlemons.com/wp-content/plugins/easyrecipeplus/ui/images/ui-icons_217bc0_256x240.png); }
.easyrecipe .ui-state-active .ui-icon {background-image: url(https://cdn.loveandlemons.com/wp-content/plugins/easyrecipeplus/ui/images/ui-icons_f9bd01_256x240.png); }
.easyrecipe .ui-state-highlight .ui-icon {background-image: url(https://cdn.loveandlemons.com/wp-content/plugins/easyrecipeplus/ui/images/ui-icons_2e83ff_256x240.png); }
.easyrecipe .ui-state-error .ui-icon, .easyrecipe .ui-state-error-text .ui-icon {background-image: url(https://cdn.loveandlemons.com/wp-content/plugins/easyrecipeplus/ui/images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.easyrecipe .ui-icon-carat-1-n { background-position: 0 0; }
.easyrecipe .ui-icon-carat-1-ne { background-position: -16px 0; }
.easyrecipe .ui-icon-carat-1-e { background-position: -32px 0; }
.easyrecipe .ui-icon-carat-1-se { background-position: -48px 0; }
.easyrecipe .ui-icon-carat-1-s { background-position: -64px 0; }
.easyrecipe .ui-icon-carat-1-sw { background-position: -80px 0; }
.easyrecipe .ui-icon-carat-1-w { background-position: -96px 0; }
.easyrecipe .ui-icon-carat-1-nw { background-position: -112px 0; }
.easyrecipe .ui-icon-carat-2-n-s { background-position: -128px 0; }
.easyrecipe .ui-icon-carat-2-e-w { background-position: -144px 0; }
.easyrecipe .ui-icon-triangle-1-n { background-position: 0 -16px; }
.easyrecipe .ui-icon-triangle-1-ne { background-position: -16px -16px; }
.easyrecipe .ui-icon-triangle-1-e { background-position: -32px -16px; }
.easyrecipe .ui-icon-triangle-1-se { background-position: -48px -16px; }
.easyrecipe .ui-icon-triangle-1-s { background-position: -64px -16px; }
.easyrecipe .ui-icon-triangle-1-sw { background-position: -80px -16px; }
.easyrecipe .ui-icon-triangle-1-w { background-position: -96px -16px; }
.easyrecipe .ui-icon-triangle-1-nw { background-position: -112px -16px; }
.easyrecipe .ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.easyrecipe .ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.easyrecipe .ui-icon-arrow-1-n { background-position: 0 -32px; }
.easyrecipe .ui-icon-arrow-1-ne { background-position: -16px -32px; }
.easyrecipe .ui-icon-arrow-1-e { background-position: -32px -32px; }
.easyrecipe .ui-icon-arrow-1-se { background-position: -48px -32px; }
.easyrecipe .ui-icon-arrow-1-s { background-position: -64px -32px; }
.easyrecipe .ui-icon-arrow-1-sw { background-position: -80px -32px; }
.easyrecipe .ui-icon-arrow-1-w { background-position: -96px -32px; }
.easyrecipe .ui-icon-arrow-1-nw { background-position: -112px -32px; }
.easyrecipe .ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.easyrecipe .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.easyrecipe .ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.easyrecipe .ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.easyrecipe .ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.easyrecipe .ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.easyrecipe .ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.easyrecipe .ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.easyrecipe .ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.easyrecipe .ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.easyrecipe .ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.easyrecipe .ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.easyrecipe .ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.easyrecipe .ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.easyrecipe .ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.easyrecipe .ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.easyrecipe .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.easyrecipe .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.easyrecipe .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.easyrecipe .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.easyrecipe .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.easyrecipe .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.easyrecipe .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.easyrecipe .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.easyrecipe .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.easyrecipe .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.easyrecipe .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.easyrecipe .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.easyrecipe .ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.easyrecipe .ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.easyrecipe .ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.easyrecipe .ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.easyrecipe .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.easyrecipe .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.easyrecipe .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.easyrecipe .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.easyrecipe .ui-icon-arrow-4 { background-position: 0 -80px; }
.easyrecipe .ui-icon-arrow-4-diag { background-position: -16px -80px; }
.easyrecipe .ui-icon-extlink { background-position: -32px -80px; }
.easyrecipe .ui-icon-newwin { background-position: -48px -80px; }
.easyrecipe .ui-icon-refresh { background-position: -64px -80px; }
.easyrecipe .ui-icon-shuffle { background-position: -80px -80px; }
.easyrecipe .ui-icon-transfer-e-w { background-position: -96px -80px; }
.easyrecipe .ui-icon-transferthick-e-w { background-position: -112px -80px; }
.easyrecipe .ui-icon-folder-collapsed { background-position: 0 -96px; }
.easyrecipe .ui-icon-folder-open { background-position: -16px -96px; }
.easyrecipe .ui-icon-document { background-position: -32px -96px; }
.easyrecipe .ui-icon-document-b { background-position: -48px -96px; }
.easyrecipe .ui-icon-note { background-position: -64px -96px; }
.easyrecipe .ui-icon-mail-closed { background-position: -80px -96px; }
.easyrecipe .ui-icon-mail-open { background-position: -96px -96px; }
.easyrecipe .ui-icon-suitcase { background-position: -112px -96px; }
.easyrecipe .ui-icon-comment { background-position: -128px -96px; }
.easyrecipe .ui-icon-person { background-position: -144px -96px; }
.easyrecipe .ui-icon-print { background-position: -160px -96px; }
.easyrecipe .ui-icon-trash { background-position: -176px -96px; }
.easyrecipe .ui-icon-locked { background-position: -192px -96px; }
.easyrecipe .ui-icon-unlocked { background-position: -208px -96px; }
.easyrecipe .ui-icon-bookmark { background-position: -224px -96px; }
.easyrecipe .ui-icon-tag { background-position: -240px -96px; }
.easyrecipe .ui-icon-home { background-position: 0 -112px; }
.easyrecipe .ui-icon-flag { background-position: -16px -112px; }
.easyrecipe .ui-icon-calendar { background-position: -32px -112px; }
.easyrecipe .ui-icon-cart { background-position: -48px -112px; }
.easyrecipe .ui-icon-pencil { background-position: -64px -112px; }
.easyrecipe .ui-icon-clock { background-position: -80px -112px; }
.easyrecipe .ui-icon-disk { background-position: -96px -112px; }
.easyrecipe .ui-icon-calculator { background-position: -112px -112px; }
.easyrecipe .ui-icon-zoomin { background-position: -128px -112px; }
.easyrecipe .ui-icon-zoomout { background-position: -144px -112px; }
.easyrecipe .ui-icon-search { background-position: -160px -112px; }
.easyrecipe .ui-icon-wrench { background-position: -176px -112px; }
.easyrecipe .ui-icon-gear { background-position: -192px -112px; }
.easyrecipe .ui-icon-heart { background-position: -208px -112px; }
.easyrecipe .ui-icon-star { background-position: -224px -112px; }
.easyrecipe .ui-icon-link { background-position: -240px -112px; }
.easyrecipe .ui-icon-cancel { background-position: 0 -128px; }
.easyrecipe .ui-icon-plus { background-position: -16px -128px; }
.easyrecipe .ui-icon-plusthick { background-position: -32px -128px; }
.easyrecipe .ui-icon-minus { background-position: -48px -128px; }
.easyrecipe .ui-icon-minusthick { background-position: -64px -128px; }
.easyrecipe .ui-icon-close { background-position: -80px -128px; }
.easyrecipe .ui-icon-closethick { background-position: -96px -128px; }
.easyrecipe .ui-icon-key { background-position: -112px -128px; }
.easyrecipe .ui-icon-lightbulb { background-position: -128px -128px; }
.easyrecipe .ui-icon-scissors { background-position: -144px -128px; }
.easyrecipe .ui-icon-clipboard { background-position: -160px -128px; }
.easyrecipe .ui-icon-copy { background-position: -176px -128px; }
.easyrecipe .ui-icon-contact { background-position: -192px -128px; }
.easyrecipe .ui-icon-image { background-position: -208px -128px; }
.easyrecipe .ui-icon-video { background-position: -224px -128px; }
.easyrecipe .ui-icon-script { background-position: -240px -128px; }
.easyrecipe .ui-icon-alert { background-position: 0 -144px; }
.easyrecipe .ui-icon-info { background-position: -16px -144px; }
.easyrecipe .ui-icon-notice { background-position: -32px -144px; }
.easyrecipe .ui-icon-help { background-position: -48px -144px; }
.easyrecipe .ui-icon-check { background-position: -64px -144px; }
.easyrecipe .ui-icon-bullet { background-position: -80px -144px; }
.easyrecipe .ui-icon-radio-off { background-position: -96px -144px; }
.easyrecipe .ui-icon-radio-on { background-position: -112px -144px; }
.easyrecipe .ui-icon-pin-w { background-position: -128px -144px; }
.easyrecipe .ui-icon-pin-s { background-position: -144px -144px; }
.easyrecipe .ui-icon-play { background-position: 0 -160px; }
.easyrecipe .ui-icon-pause { background-position: -16px -160px; }
.easyrecipe .ui-icon-seek-next { background-position: -32px -160px; }
.easyrecipe .ui-icon-seek-prev { background-position: -48px -160px; }
.easyrecipe .ui-icon-seek-end { background-position: -64px -160px; }
.easyrecipe .ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.easyrecipe .ui-icon-seek-first { background-position: -80px -160px; }
.easyrecipe .ui-icon-stop { background-position: -96px -160px; }
.easyrecipe .ui-icon-eject { background-position: -112px -160px; }
.easyrecipe .ui-icon-volume-off { background-position: -128px -160px; }
.easyrecipe .ui-icon-volume-on { background-position: -144px -160px; }
.easyrecipe .ui-icon-power { background-position: 0 -176px; }
.easyrecipe .ui-icon-signal-diag { background-position: -16px -176px; }
.easyrecipe .ui-icon-signal { background-position: -32px -176px; }
.easyrecipe .ui-icon-battery-0 { background-position: -48px -176px; }
.easyrecipe .ui-icon-battery-1 { background-position: -64px -176px; }
.easyrecipe .ui-icon-battery-2 { background-position: -80px -176px; }
.easyrecipe .ui-icon-battery-3 { background-position: -96px -176px; }
.easyrecipe .ui-icon-circle-plus { background-position: 0 -192px; }
.easyrecipe .ui-icon-circle-minus { background-position: -16px -192px; }
.easyrecipe .ui-icon-circle-close { background-position: -32px -192px; }
.easyrecipe .ui-icon-circle-triangle-e { background-position: -48px -192px; }
.easyrecipe .ui-icon-circle-triangle-s { background-position: -64px -192px; }
.easyrecipe .ui-icon-circle-triangle-w { background-position: -80px -192px; }
.easyrecipe .ui-icon-circle-triangle-n { background-position: -96px -192px; }
.easyrecipe .ui-icon-circle-arrow-e { background-position: -112px -192px; }
.easyrecipe .ui-icon-circle-arrow-s { background-position: -128px -192px; }
.easyrecipe .ui-icon-circle-arrow-w { background-position: -144px -192px; }
.easyrecipe .ui-icon-circle-arrow-n { background-position: -160px -192px; }
.easyrecipe .ui-icon-circle-zoomin { background-position: -176px -192px; }
.easyrecipe .ui-icon-circle-zoomout { background-position: -192px -192px; }
.easyrecipe .ui-icon-circle-check { background-position: -208px -192px; }
.easyrecipe .ui-icon-circlesmall-plus { background-position: 0 -208px; }
.easyrecipe .ui-icon-circlesmall-minus { background-position: -16px -208px; }
.easyrecipe .ui-icon-circlesmall-close { background-position: -32px -208px; }
.easyrecipe .ui-icon-squaresmall-plus { background-position: -48px -208px; }
.easyrecipe .ui-icon-squaresmall-minus { background-position: -64px -208px; }
.easyrecipe .ui-icon-squaresmall-close { background-position: -80px -208px; }
.easyrecipe .ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.easyrecipe .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.easyrecipe .ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.easyrecipe .ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.easyrecipe .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.easyrecipe .ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.easyrecipe .ui-corner-all, .easyrecipe .ui-corner-top, .easyrecipe .ui-corner-left, .easyrecipe .ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px; }
.easyrecipe .ui-corner-all, .easyrecipe .ui-corner-top, .easyrecipe .ui-corner-right, .easyrecipe .ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px; }
.easyrecipe .ui-corner-all, .easyrecipe .ui-corner-bottom, .easyrecipe .ui-corner-left, .easyrecipe .ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }
.easyrecipe .ui-corner-all, .easyrecipe .ui-corner-bottom, .easyrecipe .ui-corner-right, .easyrecipe .ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }

/* Overlays */
.easyrecipe .ui-widget-overlay { background: #aaaaaa url(https://cdn.loveandlemons.com/wp-content/plugins/easyrecipeplus/ui/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.easyrecipe .ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(https://cdn.loveandlemons.com/wp-content/plugins/easyrecipeplus/ui/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*!
 * jQuery UI Button 1.8.22
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.easyrecipe .ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.easyrecipe .ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.easyrecipe .ui-button-icons-only { width: 3.4em; }
button.ui-button-icons-only { width: 3.7em; }

/*button text element */
.easyrecipe .ui-button .ui-button-text { display: block; line-height: 1.4;  }
.easyrecipe .ui-button-text-only .ui-button-text { padding: .4em 1em; }
.easyrecipe .ui-button-icon-only .ui-button-text, .easyrecipe .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.easyrecipe .ui-button-text-icon-primary .ui-button-text, .easyrecipe .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.easyrecipe .ui-button-text-icon-secondary .ui-button-text, .easyrecipe .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.easyrecipe .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.easyrecipe .ui-button-icon-only .ui-icon, .easyrecipe .ui-button-text-icon-primary .ui-icon, .easyrecipe .ui-button-text-icon-secondary .ui-icon, .easyrecipe .ui-button-text-icons .ui-icon, .easyrecipe .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.easyrecipe .ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.easyrecipe .ui-button-text-icon-primary .ui-button-icon-primary, .easyrecipe .ui-button-text-icons .ui-button-icon-primary, .easyrecipe .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.easyrecipe .ui-button-text-icon-secondary .ui-button-icon-secondary, .easyrecipe .ui-button-text-icons .ui-button-icon-secondary, .easyrecipe .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.easyrecipe .ui-button-text-icons .ui-button-icon-secondary, .easyrecipe .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.easyrecipe .ui-buttonset { margin-right: 7px; }
.easyrecipe .ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */

div.easyrecipe {
	font: 12px Verdana, Arial, Geneva, sans-serif;
	border: 1px dashed #666;
	color:#666;
	padding: 10px;
	background: #FFF;
}

.ERSRatingOuter
{
	cursor: pointer;
}

.ERComment {
	margin-bottom: 10px !important;
}
.ERComment .ERRateBG {
	width: 95px;
	height: 15px;
	cursor: pointer;
	float: left;
	background: url(https://cdn.loveandlemons.com/wp-content/plugins/easyrecipeplus/styles/style002/images/greystar15.png) repeat-x;
}
.ERComment .ERRateStars {
	width: 95px;
	height: 15px;
	cursor: pointer;
	background: url(https://cdn.loveandlemons.com/wp-content/plugins/easyrecipeplus/styles/style002/images/yellowstar15.png) repeat-x;
}
.easyrecipe .ERSName {
	font: 150% Verdana, Geneva, sans-serif;
	margin-bottom: 15px;
}
.easyrecipe .ERSTop {
	margin-top: 10px;
	position: relative;
}
.easyrecipe .ERSTopRight {
	float: right;
	width: 40%;
	text-align: center;
	max-width: 215px;
	z-index:2;
}
.ERSRatingComment {
	background: url(https://cdn.loveandlemons.com/wp-content/plugins/easyrecipeplus/styles/style002/images/greystar15.png) repeat-x;
	width: 95px;
	height: 15px;
	margin-right: 20px;
}
.easyrecipe .ERSHeadItems {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	margin-bottom: 10px;
}
.easyrecipe .ERSTimes {
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	width: 60%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.easyrecipe .ERSTimes .ERSTime {
	width: 33%;
	text-align: center;
	float: left;
	font-weight: bold;
}
.easyrecipe .ERSTimes .ERSTimeItem {
	font-size: 10px;
	font-weight: normal;
}
.easyrecipe .ERSTimeRight {
	border-left: 1px solid #ccc;
}
.easyrecipe .ERSTopRight img {
	border: 2px solid #999;
	width: 205px;
}
.easyrecipe .ERSSummary {
	margin-bottom: 10px;
}
.easyrecipe .divERSHeadItems {
	margin-bottom: 10px;
}
.easyrecipe .ERSTimes .ERSTime .ERSTimeHeading {
	margin-bottom: 4px;
}
.easyrecipe .ERSSavePrint {
	margin-top: 10px;
	text-align: center;
}
.easyrecipe .ERSIngredients .ERSIngredientsHeader.ERSHeading {
	clear: none;
}
/* Make sure the stuff on the left doesn't sit on top of the buttons */
.easyrecipe .ERSTopRight {
	z-index: 2;
}
div.easyrecipe div.ERSTopRight img {
	max-width: 96%;
}

/* Love and lemons add */

.entry-content .easyrecipe
{
   padding: 15px;
}

.entry-content .easyrecipe .ERSName
{
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
}

DIV.easyrecipe
{
   font: inherit;
   color: black;
}

.easyrecipe .ERSIngredients .ERSIngredientsHeader
, .easyrecipe .ERSInstructions .ERSInstructionsHeader
, .easyrecipe .nutrition .ERSNutritionHeader
, .easyrecipe div .ERSNotesHeader
{
border: 0;
font-family: inherit;
font-size: inherit;
font-style: inherit;
/* font-weight: inherit; */
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;

font-weight: bold;
margin-bottom: 1.625em;
}

#content .easyrecipe .ERSIngredients li.ingredient, .easyrecipe .ERSIngredients li.ingredient
{
   list-style-type: square;
   margin-left: 1.4em;
}

.easyrecipe .ERSTopRight img
{
  border: none;
  width: 100px;
}

.easyrecipe .ERSTopRight
{
  width: 100px;
}

.easyrecipe .ERSTimes
{
  width: 75%;
}

.easyrecipe .ERSSavePrint
{
  margin-top: 0;
}

.easyrecipe .ERSNutrition
{
  display: none;
}