/*
	Theme Name: Living Well Mom non theme css
	Description: This is loaded after the main theme is loaded
	Author: Nate B.
	Author URI: http://livingwellmom.com
	Version: 0.0.2

	Tags: 

	Template: non
	Template n/a

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

*/

.entry-post-type::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-post-type img {
	margin: 0;
	height: 10px;
    width: 10px;
}

.entry-content p {
	display: block;
}

.fl-module-pp-pricing-table .pp-pricing-table .pp-pricing-table-column-0 .pp-pricing-table-title {
    background: white none repeat scroll 0 0;
}
.fl-module-pp-pricing-table .pp-pricing-table .pp-pricing-table-column-0 .pp-pricing-table-price {
    background: white none repeat scroll 0 0;
}

body .sd-content ul li {
float: left;
}

/*Buy button image*/
.fl-builder-content .JoinButton a.fl-button {
background: url(https://livingwellmom.com/wp-content/uploads/2017/11/BecomeEmpowered@2x.png) no-repeat scroll;
background-size: 391px 84px;
width: 391px;
height: 84px;
text-indent: -9999px;
}

/*Buy button image hover*/
.fl-builder-content .JoinButton a.fl-button:hover {
background: url(https://livingwellmom.com/wp-content/uploads/2017/11/Join-Now@2x.png);
background-size: 391px 84px;
}

/*Basic Empowered button image*/
.fl-builder-content .BasicEButton a.fl-button {
background: url(https://livingwellmom.com/wp-content/uploads/2018/01/Basic-Access@2x.png) no-repeat scroll;
background-size: 391px 84px;
width: 391px;
height: 84px;
text-indent: -9999px;
}

/*Basic Empowered button image hover*/
.fl-builder-content .BasicEButton a.fl-button:hover {
background: url(https://livingwellmom.com/wp-content/uploads/2017/11/Join-Now@2x.png);
background-size: 391px 84px;
}

/*VIP Empowered button image*/
.fl-builder-content .VIPEButton a.fl-button {
background: url(https://livingwellmom.com/wp-content/uploads/2018/01/VIP-Access@2x.png) no-repeat scroll;
background-size: 391px 84px;
width: 391px;
height: 84px;
text-indent: -9999px;
}

/*VIP Empowered button image hover*/
.fl-builder-content .VIPEButton a.fl-button:hover {
background: url(https://livingwellmom.com/wp-content/uploads/2017/11/Join-Now@2x.png);
background-size: 391px 84px;
}
/* Styling for Tasty Recipes Plugin "FRESH" Template"*/

.tasty-recipes {
    margin-bottom: 4em;
    max-width: 700px;
    background-color: #f9f9f9;
    border: 4px solid #87A5AF;
}
.tasty-recipes-entry-header .tasty-recipes-details ul li {
	border: none !important;
}
.tasty-recipes-entry-header .tasty-recipes-details {
	margin-top: .5em;}
/*Stars Colors*/
.tasty-recipes-entry-header .tasty-recipes-rating-stars span {
    margin-right: 2px;
    margin-left: 2px;
	color: #9F577B !important;
}
a.share-pin.button {border: solid 2px #87A5AF !important; color: #87A5AF !important;}
.button.tasty-recipes-print-button.tasty-recipes-no-print {
    border: solid 2px;
}

.tasty-recipes-entry-header h2 {
    margin-bottom: -15px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    clear: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1.75em;
	line-height: 1.125em;
}
.tasty-recipes-entry-content h3 {
    color: #535353;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.tasty-recipes-entry-header .tasty-recipes-details {
    margin-top: 1.5em;
    color: #606060;
    text-align: center;
}

.tasty-recipes-entry-header .tasty-recipes-details ul li {
    display: inline-block;
    margin-left: 0;
    padding-left: 0;
    margin-right: .5em;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.8em;
    border-top: solid 4px blue;
    padding-top: .5em;}

.tasty-recipes-entry-footer {
    background-color: #87A5AF;
    padding-top: 1.5625em;
    padding-bottom: 1.25em;
    padding-left: 2.5em;
    padding-right: 2.5em;
    text-align: center;
    color: white;
    font-weight: 400;
}

.tasty-recipes-entry-footer h3, .tasty-recipes-entry-footer p {
    margin-left: 90px;
    clear: none;
    text-align: left;
    color: white;}

.tasty-recipes-entry-footer p a {
    text-decoration: underline;
    box-shadow: none;
    border-bottom: none;
    color: white;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.tasty-recipes-entry-header .tasty-recipes-buttons a:hover {
    background-color: #9F577B;
    text-decoration: none;
    border-color: #9F577B;
}

/*Print Version of Recipes: Edit in Customizer Mode - otherwise CSS won't stick.*/

.genesis-nav-menu .menu-item-has-children > a::after {
    content: '\f105';
    font-family: "FontAwesome 5 Free";
	font-weight: 700;
    font-size: 14px;
    margin-top: -1px;
    padding-left: 6px;
    position: absolute;
    vertical-align: middle;
}