/*
	Theme Name: Daily Dish Pro Theme
	Theme URI: http://my.studiopress.com/themes/daily-dish/
	Description: Mobile Responsive & Tastefully Simple
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0.2

	Tags: black, white, one-column, three-columns, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.1

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


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Easy Recipe
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Jetpack
	- Before Header
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Retina Display
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 768px

*/

/*---------------------------------------------------------
 * BRAND COLOURS
 * 
 * Teal Blue -  #10719c
 * Pink
 * 
 * 
 * --------------------------------------------------------*/




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

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

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

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

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

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

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

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


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



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

body {
	background-attachment: fixed;
	background-color: #fff;
	background-position: top left;
	background-repeat: repeat;
	color: #000;
	font-family: Lato, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
}

.body-script {
	font-family: 'Montez', serif !important;
	font-size: 32px;
	font-weight:  300 !important;
	text-transform: none !important;
}

.signature-script {
	font-family: 'Montez', serif !important;
	font-size: 52px;
	font-weight:  300 !important;
	text-transform: none !important;
}

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

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #9445a8;
	text-decoration: none;
}

a:hover {
	color: #000;
}

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

ol,
ul {
	margin-bottom: 28px;
   	margin-left: 40px;
	padding: 0;
}

li {
	list-style-type: disc;
}

b,
strong {
	font-weight: 700;
}


em,
i {
	font-style: italic;
}


blockquote {
	color: #5d5d5d;
	margin: 40px;
}


blockquote::before {
    font-family: 'Georgia', serif;
    content: "\201C";
    display: block;
    color: #b6509c !important;
    font-size: 84px;
    height: 0;
    position: relative;
    left: -45px;
    top: -45px;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: Alice, serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
	text-transform: uppercase;
}

h1 {
	font-size: 36px;
	text-transform: inherit;
}

h2 {
	font-size: 30px;
	font-weight: 400;
	text-transform: inherit;
}

h3 {
	font-size: 24px;
	font-weight: 500;
	text-transform: inherit;
}

h4 {
	font-size: 20px;
	text-transform: inherit;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 18px;
	font-weight: 300;
	text-transform: inherit;
	color:  #b6509c;
	font-style: italic;
    line-height: 1.4;
}

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

.circle {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	padding:0 !important;
}

img {
	height: auto;
}

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

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

/**
 *  PLUGIN Update Fix - image was displaying full size because of this
 * 
 * img:is([sizes="auto" i], [sizes^="auto," i]) {
 *   contain-intrinsic-size: 3000px 1500px;
 * }
 * 
 **/
.featured-content img {
    contain-intrinsic-size: 340px 200px;
}

.featured-content a.alignleft {
    margin-top: 0;
}

:target:before {
  content:"";
  display:block;
  height:60px; /* fixed header height*/
  margin:-60px 0 0; /* negative fixed header height */
}


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

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: none;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

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

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

::-moz-placeholder {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
	font-size: 16px;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #b6509c;
	color: #fff;
	cursor: pointer;
	border: 1px solid #b53695;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	font-family: Lato, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 20px 24px;
	text-align: center;
	text-transform: uppercase;
}


form.post-password-form input {
	width: 90%;
	margin: 12px;
}


/*------------------------------------------------------
 * 
 * BUTTON IN MENU
 * - Styled to add "Book a Free Call" in top menu
 * 
 --------------------------------------------------------*/

.button-in-menu {
	padding: 16px 30px !important;
	margin-left: 25px;
}

.button-in-menu a {
	color: #fff !important;
	padding: 0px !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background-color: #b6509c !important;
	color: #fff !important;
	line-height: inherit !important;
	border: 1px solid #b53695 !important;
	border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
	font-family: Lato, sans-serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	letter-spacing: 1px !important;
	padding: 20px 24px !important;
}

button,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #9445a8;
	color: #fff;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
	background-color: #9445a8 !important;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #10719c !important;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

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

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

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

/* Zebra striping */
tr:nth-of-type(odd) { 
  	background: #eee; 
}

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

td,
th {
	border: 1px solid #ddd;
	padding: 6px 25px;
	text-align: center;
}

th {
  	background: #535353; 
  	color: #fff; 
	font-weight: 700;
}



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

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

.site-container {
	background-color: #fff;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
	margin: 40px auto;
	padding-left: 60px;
	padding-right: 60px;
	max-width: 1200px;
}

.daily-dish-landing .site-container {
	max-width: 768px;
}

.site-inner {
	clear: both;
	margin: 40px 0;
}

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

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

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

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

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

/* Content */

.content {
	float: right;
	width: 1080px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
	width: 720px; 
}

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

.full_width_bar {padding:45px 0 45px 0;}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

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

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

/* Secondary Sidebar */

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

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

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

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
	margin-bottom: 80px;
}

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	float: left;
}

.author-box .avatar {
	height: 90px;
	margin-right: 30px;
	width: 90px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

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

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

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

.sidebar .avatar {
	margin-right: 12px;
	max-width: 130px;
}


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

.breadcrumb {
	background-color: #000;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.2;
	margin-bottom: 30px;
	padding: 12px 15px;
	text-transform: uppercase;
}

.breadcrumb,
.breadcrumb a {
	color: #fff;
}

.breadcrumb a:hover {
	color: #9445a8;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
	clear: both;
	margin-bottom: 60px;
	padding: 40px;
}

.author-box-title {
	font-size: 20px;
	margin-bottom: 4px;
}

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

.author-img {
    width: 27%;
    height: auto;
    margin: 5px 25px 15px 0;
    float: left;
    border-radius: 50%;
}

.about-author {
    font-size: 24px;
    font-family: Alice, serif;
    font-weight: 700;
    display: block;
    letter-spacing: 0;
    margin: 6px 0 10px;
    line-height: 100%;
}

.author-bio {
    font-size: 17px;
    line-height: 150% !important;
    font-weight: 300;
    letter-spacing: -.2px;
    display: block;
}

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

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	width: 50%;
}

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

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

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-family: Alice, serif;
	font-size: 36px;
	font-weight: 400;
	text-transform: none;
}

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

.entry-title a {
	color: #000;
}

.entry-title a:hover {
	color: #9445a8;
}

.widget-title {
	background-color: #000;
	color: #fff;
	font-family: Lato, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 30px;
	padding: 12px 15px;
	text-transform: uppercase;
}

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

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

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

a.alignnone {
    display: inline-block;
}

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

img.centered,
.aligncenter,
a.aligncenter img {
	display: block;
	margin: 20px auto 20px;
}

img.alignnone,
.alignnone,
a.alignnone img {
	margin: 20px auto 20px;
}

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

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

.border-slim {
	border: 1px solid #ddd;
}

.sidebar a.aligncenter,
.sidebar a.alignleft,
.sidebar a.alignright {
	margin-bottom: 20px;
}

.before-footer-widgets a.aligncenter,
.before-footer-widgets a.alignleft,
.before-footer-widgets a.alignright {
	margin: 0;
	padding: 0 15px;
}

.before-footer-widgets a.alignnone {
	margin: 0;	
	padding: 0 4px;
}


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

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

.gallery-caption {
	margin: 0 0 10px;
}

.blue-heading-block {
	background-color: rgba(10,11,63,0.6);
}

.blue-heading-block h2 {
	color: #ffffff !important;
}


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

.widget {
	word-wrap: break-word;
	margin-bottom: 40px;
}

.widget:last-child,
.widget p:last-child {
	margin-bottom: 0;
}

.widget li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.widget li:last-child {
	border: none;
}

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

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

.widget_calendar table {
	width: 100%;
}

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

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

.daily-dish-home .entry,
.sidebar .featured-content .entry {
	margin-bottom: 30px;
}

.before-footer-widgets .featuredpost .entry {
	display: inline-block;
	max-width: 180px;
	margin-bottom: 10px;
	vertical-align: top;
}

.before-footer-widgets .featuredpost h2 {
	font-size: 16px;
}

.daily-dish-home .entry-content p:last-child {
	margin-bottom: 0;
}

.home-bottom,
.home-middle,
.home-top {
	overflow: hidden;
}

/* 300 for 15 inch screen ???? */
/* 470 for full size */
.home-top .widget_text {
	height:  auto;
}


.home-welcome, .home-middle {
	margin-bottom: 40px;
}

.home-welcome h2 {
    font-size: 58px;
    font-size: 2.4em;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 12px;
}


.home-welcome h3 {
    font-family: Lato, sans-serif;
	font-size: 20px;
    font-size: 0.85em;
    letter-spacing: .02em;
    line-height: 1.33;
    text-align: center;
    text-transform: uppercase;
    padding: 0 3.0em 1.0em 3.0em;
}

.home-welcome h4 {
    font-size: 40px;
    font-size: 1.70em;
    line-height: 1.1;
	text-align: left;
    margin: 0 0 20px 0;
}
.home-welcome h5 {
    font-family: Lato, sans-serif;
    font-size: 25px;
    font-size: 1.03em;
    text-transform: uppercase;
	text-align: left;
    line-height: 1.25;
    margin: 45px 0 15px 0;
}

.home-welcome h6 {
	color: #000;
    font-family: Lato, sans-serif;
	font-size: 16px;
    font-size: 0.65em;
	font-style: normal;
    letter-spacing: .02em;
    line-height: 1.33;
    text-transform: uppercase;
    padding: 0 0 1.0em 0;
}

.home-welcome p {
	text-align: left;
}

.home-welcome li {
    border-bottom: none;
	margin-bottom: 0;
    padding-bottom: 0;
}

.home-welcome a.button {
	margin-top: 40px;
	margin-bottom: 40px;
}

/* Styling for I'm Laura Sectino */

.home-welcome .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 80px 0 100px 0;
}

.home-welcome .text-content {
    width: 100%;
    text-align: center;
}

.home-welcome .image-container {
     width: 100%;
     display: flex;
     justify-content: center;
     margin-bottom: 15px;
}

.home-welcome .portrait-image {
     width: 100%;
     max-width: 400px;
     height: auto;
     object-fit: cover;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}


.home-middle .featuredpost .entry,
.home-middle .featuredpage .entry {
	float: left;
	width: 320px;
	margin-right: 40px;
}

.home-middle .widget {
	float: left;
	padding: 0 3.7% 0 0;
	width: 33.33333333333%;
}

.home-middle .widget:nth-of-type(3n+1){
	clear: left;
}

.featured-content .entry ~ .widget-title {
	clear: both;
}

.featured-content .entry ~ .widget-title + ul li {
	border: none;
	margin: 0;
	padding: 0;
}

.home-middle .featured-content .alignnone {
	margin-bottom: 0;
}

.home-bottom .featured-content .entry-title,
.home-middle .featured-content .entry-title {
	font-size: 24px;
}

.home-middle .featured-content .entry:nth-of-type(3n+1) {
	clear: left;
	margin-right: 40px;
}

.home-middle .widget {
	margin-bottom: 20px;
}

.home-middle-title .widget-title {
	margin-bottom: 0;
}

.home-middle .entry-content p {
    margin: 0 0 12px;
}

.home-welcome .fpa-more-link,
.home-middle .fpa-more-link {
	text-align:left;
}


.home-welcome .fpa-more-link a,
.home-middle .fpa-more-link a {
	font-size: 16px;
	text-transform: uppercase;
}


.home-welcome .fpa-more-link a:hover,
.home-middle .fpa-more-link a:hover {
  color: #9445a8;
}


.home-welcome .fpa-more-link a::after,
.home-middle .fpa-more-link a::after {
  content: "→"; /* Unicode arrow with a space before */
  margin-left: 0.5em;
  display: inline-block;
  transition: transform 0.3s ease;
}


.home-welcome .fpa-more-link a:hover::after,
.home-middle .fpa-more-link a:hover::after {
  color: #9445a8;
  transform: translateX(4px); /* Move arrow slightly on hover */
}

.home-bottom .featured-content .entry,
.sidebar .featured-content .entry {
	border-bottom: 1px dotted #ddd;
}

.home-bottom .widget-title {
	margin-bottom: 40px;
}

.sidebar .featured-content .entry:last-child {
	margin-bottom: 0;
}


/*----------  CRYSTAL CUSTOMIZATOIN - ADDED HOME WIDGET WELCOME  ----------*/


.home-welcome {
    font-size: 24px;
    overflow: hidden;
    padding: 80px 100px;
	padding: 3.4em 3.9em;
    text-align: center;
}

.home-welcome .widget-title {
    background-color: #fff;
    color: #000;
    font-family: 'Montez', serif;
    font-size: 64px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 20px;
}


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


/* Easy Recipe
--------------------------------------------- */

div.easyrecipe {
	margin-bottom: 30px;
}

.ERComment .ERRateBG {
	margin-left: 5px;
	margin-top: 7px;
}

span.ERComment {
	margin-bottom: 20px !important;
}

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

.enews p {
	margin-bottom: 20px;
}

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

.enews-widget input {
	color: #999;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
   	background-color: #b6509c;
	color: #fff;
	margin-bottom: 0;
	padding: 20px 24px;
	width: 100%;
}


.enews-widget input[type="submit"]:hover,
.home-newsletter-signup .enews-widget input[type="submit"]:hover {
	background-color: #9445a8;
	color: #fff;
}




/*---------------------------------------------
    NEWSLETTER SIGNUP CUSTOMIZATIONS
--------------------------------------------- */


.enews-widget input[type="text"],
.enews-widget input[type="email"] {
    font-family: 'Montez', serif;
	font-size:  32px;
}


.home-newsletter-signup  {
	box-shadow: inset 0 5px rgba(0, 0, 0, 0.05);
	padding: 10px 0;
	margin: 0 auto 20px;
}

/* Change the color of the labels for First Name and eMail */
.enews-widget input::-webkit-input-placeholder, 
.home-newsletter-signup input::-webkit-input-placeholder {
	font-size: 32px;
}

/* Change the color of the labels for First Name and eMail */
.after-entry  input::-webkit-input-placeholder,
.home-newsletter-signup input::-webkit-input-placeholder {
 	color: #fff;
}




.after-entry  .widget.enews-widget,
.home-newsletter-signup,
.home-newsletter-signup  .widget.enews-widget  {
	background-color: #10719c;
	color: #fff !important;
}

.after-entry .widget.enews-widget,
.home-newsletter-signup .widget.enews-widget {
	clear: both;
	overflow: hidden;
	padding: 0 !important;
	border: none;
}

.after-entry .widget.enews-widget {
	margin-top: -60px;
	padding: 15px 10px 10px 20px !important;
}

.home-newsletter-signup .widget-title {
	clear:  both;
   	font-size: 26px;
	font-family: 'Alice', serif;
	font-weight:  400;
    text-transform: inherit;
	background: none;
	margin: 0;	
	padding-bottom:  6px;
	padding-top: 0;
}


.home-newsletter-signup .widget-title,
.home-newsletter-signup .enews p {
	padding-left:  15px;
    line-height: 1.2;
	width: 30.623931623931625%;
}



.home-newsletter-signup .enews p {
	font-family: 'Alice',Verdana, sans-serif !important;
 	font-size: 16px;
    font-weight: 300;
	float: left;
	margin-bottom: 0;
}

.after-entry .enews p {
	font-family: 'Alice',Verdana, sans-serif !important;
 	font-size: 24px;
    font-weight: 300;
	float: left;
	margin-bottom: 0;
}

.after-entry .enews p + form {
	float: left;
	margin-top: 10px;
}


.home-newsletter-signup .enews p + form {
	margin-top:  -40px;
	padding-top: 10px;
	float: right;
	width: 65.81196581196582%;
}

.after-entry  .enews-widget input[type="text"],
.after-entry .enews-widget input[type="email"],
.home-newsletter-signup  .enews-widget input[type="text"],
.home-newsletter-signup  .enews-widget input[type="email"] {
	background: none;
	color: #fff;
  	border: none;
  	border-bottom: 2px solid #fff;
  	-moz-border-radius: 6px;
  	line-height: 1.2;
  	text-align: left;
  	padding: 0 0 0 10px;
	margin: 0 20px 20px 0;
}

.after-entry  .enews-widget input[type="text"],
.home-newsletter-signup  .enews-widget input[type="text"] {
	width: 25%;
	margin-left: 0;
}

.home-newsletter-signup  .enews-widget input[type="email"] {
	width: 40%;
}

.after-entry  .enews-widget input[type="email"] {
	width: 42%;
}

.after-entry .enews-widget input[type="submit"],
.home-newsletter-signup .enews-widget input[type="submit"] {
    font-family: 'Alice',Verdana, sans-serif !important;
	font-size:  18px;
    font-weight: 300;
	width: 25%;
	margin: 0 !important;
    text-transform: inherit;
}


.after-entry  .enews input,
.home-newsletter-signup  .enews input {
	border: none;
}

/*---------------------------------------------
 * NEWSLETTER SUBSCRIPTION
 * --------------------------------------------*/

.lkw-subscribe h2 {
	font-size:  38px;
	font-size: 2.4rem;
	line-height: 45px;
    line-height: 1.1em;
	margin-bottom: 20px !important;
}

.lkw-subscribe h6 {
	font-family: Lato, sans-serif;
    font-size: 19px;
	font-style: normal;
	font-weight: 400;
	Line-height: 1.5;
	color: #000000;
	margin-bottom: 26px !important;
}

.lkw-subscribe .uabb-sf-style-style2 .uabb-form-field label {
    bottom: 10px !important;
	left: 2px !important;
}

.lkw-subscribe .uabb-sf-bottom-text {
	font-size: 14px;
}

.lkw-subscribe .uabb-subscribe-form .uabb-creative-button-wrap {
    margin-top: 10px;
}


.lkw-uabb-modal-popup-overlay .uabb-modal-close {
	top: 6px !important;
    right: 6px !important;
}

.lkw-subscribe div.fl-form-success-message {
	font-family: Alice, serif;
	font-size: 56px;
	font-size: 3.6rem;
	line-height: 45px;
    line-height: 1.1em;
    margin-top: 200px !important;
    margin-bottom: 200px !important;  
}

/*---------------------------------------------
 * LONG FORM + SHORT FORM SERVICES PAGES - TOP BANNER
 * --------------------------------------------*/

.lf-services-top-banner-desc .fl-col-content,
.sf-services-top-banner-desc .fl-col-content {
	padding: 60px 50px 60px 60px;
}

.lf-services-top-banner-row  > .fl-row-content-wrap {
	padding: 140px 260px 160px 160px;
}

.sf-services-top-banner-row  > .fl-row-content-wrap {
	padding: 60px 260px 40px 160px;
}


.lf-services-top-banner h1 {
	font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 20px;	
}

.sf-services-top-banner h1 {
	font-family: Lato, sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 28px;	
}

.lf-services-top-banner h2 {
	font-size: 42px;
	line-height: 1.0;	
	margin-bottom: 24px;
}

.sf-services-top-banner h2 {
	font-size: 44px;
	line-height: 1.12;	
	margin-bottom: 24px;
}

.lf-services-top-banner p {
	font-size: 28px;
	line-height: 1.1;	
}


.sf-services-top-banner p {
	font-size: 29px;
	line-height: 1.1;	
}

.lf-services-desc-right,
.sf-services-package-desc-right,
.lf-services-this-is-for-you-if,
.lf-services-im-laura {
	padding-left: 50px;
}

.lf-services-desc-left,
.sf-services-package-desc-left {
	padding-right: 50px;
}

.lf-services-desc-right h2,
.lf-services-desc-left h2  {
	font-size: 38px;
	font-size:  2.1em;
	line-height: 1.1;	
	margin-bottom: 24px;
}

.lf-services-desc-right h3,
.lf-services-desc-left h3 {
    font-family: Lato, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.2;
	margin-top: -12px;
}

.lf-services-desc-right h4,
.lf-services-desc-left h4 {
	font-size: 27px;
    line-height: 1.1;
}


.lf-services-desc-right h5,
.lf-services-desc-left h5 { 
	font-size: 30px;
    font-weight: 100;
    text-transform: none;
    line-height: 1.2;
}

.lf-services-desc-right p,
.lf-services-desc-right li,
.lf-services-desc-left p,
.lf-services-desc-left li  {
	font-size: 22px;
	font-size:  1.25em;
}


/*---------------------------------------------
 * LONG FORM SERVICES PAGES - MID BANNER
 * --------------------------------------------*/

.lf-services-banner h2 {
	color: #ffffff;
	font-size: 2.4em;
	margin: 120px 80px;
}


/*---------------------------------------------------------
 * LONG FORM SERVICES PAGES - WHAT IS QUANTUM HEALTH
 * --------------------------------------------------------*/

.lf-services-what-is-banner h2 {
	color: #ffffff;
	font-size: 3.6em;
	margin: 120px 80px 180px 80px;
}

.lf-services-what-is-col > .fl-col-content {
    background-color: #ffffff;
	margin-top: -110px;
	padding: 10% 15% 10% 15%;
	box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.39);	
}

.lf-services-what-is-title h2 {
	font-size: 46px;
    font-size: 2.6em;
    line-height: 1.1;
	text-align: center;
    margin-bottom: 12px;
}

.lf-services-what-is-title h3 {
	font-family: Lato, sans-serif;
    font-size: 18px;
    font-size: 1.0em;
    letter-spacing: .05em;
	line-height: 1.33;
	text-align: center;
    text-transform: uppercase;
    padding: 0 9.0em 1.0em 9.0em;
}

.lf-services-what-is-title h4 {
    font-size: 32px;
    line-height: 1.25;
    margin-top: 20px;
}


.lf-services-what-is-title h5 {
    font-family: Lato, sans-serif;
	font-size: 18px;
    text-transform: none;
}

.lf-services-what-is .fl-rich-text {
	border-bottom: 1px solid;
}

.lf-services-what-is h4 {
    font-family: Lato, sans-serif;
    font-size: 22px;
    font-size: 1.6em;
    text-transform: uppercase;
    line-height: 1.25;
	margin: 30px 0 20px 0;
}

.lf-services-what-is h5 {
    font-family: Lato, sans-serif;
    font-size: 18px;
	text-transform: none;
}


.lf-services-what-is-title p,
.lf-services-what-is p {
    font-size: 22px;
    font-size: 1.25em;
}

/*---------------------------------------------------------
 * LONG FORM SERVICES PAGES - I CAN HELP WITH
 * --------------------------------------------------------*/
.i-can-help-with h2 {
	font-size: 46px;
    font-size: 2.6em;
    line-height: 1.1;
    text-align: center;
	margin: 100px 0 12px 0;
}

.i-can-help-with h3 {
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-size: 1.0em;
    letter-spacing: .05em;
    line-height: 1.33;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15.0em;
	margin-bottom: 0;
}



/*---------------------------------------------------------
 * LONG FORM SERVICES PAGES - THIS IS RIGHT FOR YOU IF
 * --------------------------------------------------------*/

.lf-services-this-is-for-you-if {
	font-size: 22px;
	font-size:  1.0em;
}

.lf-services-this-is-right-for-you {
	padding-left: 25%;
	padding-right: 30%;
}

	
.lf-services-this-is-right-for-you .uabb-info-list-content-wrapper.uabb-info-list-left .uabb-info-list-content {
	width: calc(100% - 25px) !important;
}


.lf-services-this-is-right-for-you h2,
.lf-services-this-is-right-for-you h3,
.lf-services-this-is-right-for-you {
	color: #ffffff;
}

.lf-services-this-is-right-for-you h2 {
	font-size: 58px;
	font-size:  3.2em;
	line-height: 1.1;	
	margin-top: 120px;
	margin-bottom: 0px;
}


.lf-services-this-is-right-for-you h3 {
  	font-family: Lato,sans-serif;
	font-size: 22px;
	font-size:  1.4em;
	line-height: 1.1;	
	margin: 24px 0 9px 0 !important;
}

.lf-services-this-is-right-for-you .uabb-info-list .uabb-info-list-wrapper > li {
	padding: 20px 0 18px 0 !important;
    border-bottom: 1px solid;
}

.lf-services-this-is-right-for-you-photo  > .fl-col-content {
	margin: 120px 220px 0 -380px;
}

/*---------------------------------------------------------
 * LONG FORM SERVICES PAGES - IF YOU NEED HELP CHOOSING
 * --------------------------------------------------------*/


.lf-services-need-help-choosing-title p {
	font-size: 14px;
    font-size: 0.8em;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
    margin-bottom: 10px;	
}

.lf-services-need-help-choosing-title h2 {
	font-size: 38px;
    font-size: 4.2em;
    line-height: 1.0;
    margin-top: 0px;
    margin-bottom: 0px;	
}

.lf-services-need-help-choosing-title-desc p {
    font-family: Alice, serif;
	font-size: 38px;
    font-size: 1.2em;
	font-style: italic;
    line-height: 1.2;
    margin-top: -30px;
    margin-bottom: 60px;	
}

.lf-services-need-help-choosing .fl-rich-text {
	border-bottom: 1px solid;
}


.lf-services-need-help-choosing-left {
	margin: 0 50px 10px 0;
}

.lf-services-need-help-choosing-right {
	margin: 0 0 10px 50px;
}

.lf-services-need-help-choosing-subtitle h3 {
	font-size: 38px;
    font-size: 2.4em;
    line-height: 1.1;
	margin-bottom: 10px;
}


.lf-services-need-help-choosing h4 {
  	font-family: Lato,sans-serif;
	font-size: 22px;
	font-size:  1.6em;
	text-transform: uppercase;
	line-height: 1.1;	
	margin-bottom: 20px
}


/*---------------------------------------------------------
 * LONG FORM SERVICES PAGES - WHAT YOU CAN EXPECT
 * --------------------------------------------------------*/

.lf-services-what-you-can-expect-list .info-list-icon-dynamic0 .uabb-icon-wrap .uabb-icon i  {
	color: #000000 !important;
	font-size: 50px !important;
	
}

.lf-services-what-you-can-expect-list h4,

.lf-services-what-you-can-expect-list .uabb-info-list-content-wrapper .uabb-info-list-content h4 {
  	font-family: Lato,sans-serif;
	font-size: 22px;
	font-size:  1.4em;
	line-height: 1.1;	
	margin-bottom: 8px;
}

/*---------------------------------------------------------
 * LONG FORM SERVICES PAGES - PRICING TABLES
 * --------------------------------------------------------*/

.lf-service-pricing-tables-header h2 {
	font-size: 46px;
    font-size: 2.6em;
    line-height: 1.1;
    text-align: center;
	margin: 0 0 12px 0;
}

.lf-service-pricing-tables-header h3 {
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-size: 1.0em;
    letter-spacing: .05em;
    line-height: 1.33;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15.0em;
	margin-bottom: 20px;
}

.lf-service-pricing-tables .uabb-pricing-table .uabb-pricing-element-box {
    margin: 0 6px !important;
}

.lf-service-pricing-tables h2.uabb-pricing-table-title {
	color: #ffffff;
	font-size: 36px;
	font-size:  2.0em;
	line-height: 1.1;	
	background-color: #b6509c;
	padding: 10px 20px !important;
}

.lf-service-pricing-tables h3.uabb-pricing-table-price {
	font-family: Lato,sans-serif;
	font-size: 22px;
	font-size:  1.4em;
	line-height: 1.1;	
	background-color: #ffffff !important;
}


.lf-service-pricing-tables .uabb-pricing-table .uabb-pricing-table-column .uabb-pricing-table-duration {
	text-transform: uppercase;
	margin-top: 8px;
	
}

.lf-service-pricing-tables .uabb-pricing-table .uabb-pricing-table-features li,
.lf-service-pricing-tables .uabb-pricing-table .uabb-pricing-table-features li:last-child {
    border-bottom: 1px solid #e6e6e6;
}

.lf-service-pricing-tables .uabb-pricing-table .uabb-pricing-table-column {
    border: 1px solid #e6e6e6 !important;
	background: #f8f9f9 !important;
}


.lf-service-pricing-tables .uabb-pricing-table .uabb-pricing-table-features li:nth-child(even) {
	background: #f8f9f9 !important;
}


.lf-service-pricing-tables .uabb-creative-button-wrap a, .uabb-creative-button-wrap a:visited {
    padding: 20px 24px;
}

.lf-service-pricing-tables .uabb-pricing-table .uabb-creative-button-wrap {
	margin-top: 40px !important;
    margin-bottom: 60px !important;
}

/*---------------------------------------------------------
 * 
 * LONG FORM SERVICES PAGES - PACKAGES
 * 		
 * 		LONG FORM - image is indented into text
 *                - white box around text
 * 
 * 		SHORT FORM - Simple image with text beside
 * 
 * --------------------------------------------------------*/

/* This ensures the image displays on top of the text box */
.quantum-health-package-img-left .fl-col-content,
.lf-services-package-img-left .fl-col-content {
	position: relative;
}

.lf-services-package-desc h2,
.sf-services-package-desc h2 {
	font-size: 46px;
    font-size: 2.6em;
    line-height: 1.1;
    margin-bottom: 12px;
}
	
.lf-services-package-desc h3,
.sf-services-package-desc h3 {
	font-family: Lato,sans-serif;
	font-size: 18px;
	font-size:  1.0em;
	text-transform: uppercase;
	line-height: 1.2;	
}


.lf-services-package-desc h4,
.sf-services-package-desc h4 {
	font-size: 24px;
    font-size: 1.35em;
    line-height: 1.1;
}

.lf-services-package-desc h5,
.sf-services-package-desc h5 {
	font-size: 27px;
	font-size: 1.5em;
    font-weight: 100;
    text-transform: none;
	line-height: 1.2;	
}



/*---------------------------------------------------------
 * LONG FORM SERVICES PAGES - STEPS - HOW TO BUY
 * --------------------------------------------------------*/
.how-to-buy-title h2 {
	font-size: 56px;
    font-size: 3.2em;
    line-height: 1.1;
	margin: 0 2.2em .28em 2.2em;
}

.how-to-buy-title h3 {
	font-family: Lato,sans-serif;
	font-size: 18px;
	font-size:  1.0em;
	line-height: 1.2;	
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-bottom: 120px;
}

.how-to-buy .fl-col-content {
	margin: 0 8px;
}


.how-to-buy .uabb-imgicon-wrap {
	margin-top: -85px;
}

.how-to-buy .uabb-icon-wrap .uabb-icon i {
	font-size: 60px !important;
	background: #ffffff !important;
	height: 120px !important;
    width: 120px !important;
	border: 1px solid;
}

.how-to-buy h4 {
    font-family: Lato, sans-serif;
    font-size: 22px;
	line-height: 1.1;
	text-align: center;
    text-transform: uppercase;
	margin: 10px 0 20px 0;
}

.how-to-buy p {
	text-align: center;
    padding: 0 15px 80px 15px;
}

/*---------------------------------------------------------
 * LONG FORM SERVICES PAGES - STEPS - HOW WE DO IT
 * --------------------------------------------------------*/

.lf-services-steps .fl-rich-text {
	border-bottom: 1px solid;
}

.lf-services-steps-title h2 {
	font-size: 56px;
    font-size: 3.2em;
    line-height: 1.1;
    margin: 0 1.7em .28em 1.7em;
}

.lf-services-steps-title h3 {
	font-family: Lato,sans-serif;
	font-size: 18px;
	font-size:  1.0em;
	text-transform: uppercase;
	line-height: 1.2;	
	letter-spacing: .1em;
	padding: 0 9.0em 1.0em 9.0em;
}

.lf-services-steps-title p {
	font-size: 26px;
	padding: 0 80px;
}

.lf-services-steps h4 {
    font-family: Lato, sans-serif;
    font-size: 22px;
    font-size: 1.6em;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 20px;
}

.lf-services-steps-number p,
.lf-services-steps h4 {
	margin-top: 40px;
}


.lf-services-steps-number p {
    color: #0000004A;
	font-family: Alice, serif;
    font-size: 240px;
    line-height: .5;
    text-transform: uppercase;
}

.lf-services-steps p {
    font-size: 22px;
    font-size: 1.25em;
}

/*---------------------------------------------------------
 * LONG FORM SERVICES PAGES - FAQ
 * --------------------------------------------------------*/

.lkw-faq-section .uabb-adv-accordion-button:hover .uabb-adv-accordion-button-icon,
.lkw-faq-section .uabb-adv-accordion-button:hover .uabb-adv-accordion-button-label {
    color: #10719c !important; 
}

.lkw-faq-section .uabb-adv-accordion-button,
.lkw-faq-section .uabb-adv-accordion-content {
    background: none !important;
}


/*---------------------------------------------------------
 * LONG FORM SERVICES PAGES - I'M LAURA
 * --------------------------------------------------------*/

.lf-services-im-laura h2 {
    font-size: 46px;
    font-size: 2.6em;
    line-height: 1.1;
    margin-bottom: 12px;
}

.lf-services-im-laura h3 {
	font-family: Lato, sans-serif;
    font-size: 18px;
    font-size: 1.0em;
    letter-spacing: .05em;
    text-transform: uppercase;
    line-height: 1.33;
	padding-right: 7em;
}

.lf-services-im-laura h4 {
	font-size: 24px;
    font-size: 1.35em;
    line-height: 1.1;
	margin-top: 20px;
}

.lf-services-im-laura p {
	margin-bottom: 12px;
}


/*---------------------------------------------------------
 * LONG FORM SERVICES PAGES - FEATURED IN
 * --------------------------------------------------------*/

.lkw-featured-in-vertical h2 {
	margin-bottom: 40px;
	
}

.lkw-featured-in h2 {
	font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0;
}

.lkw-featured-in .fl-photo-content img {
    filter: grayscale(100%);
}

.lkw-featured-in .fl-photo-content img:hover {
    filter: grayscale(0%);
}

/*---------------------------------------------------------
 * SOCIAL MEDIA LINKS PAGE
 * --------------------------------------------------------*/


.lkw-links-banner h1 {
	font-size: 108px;
    font-size: 6.0em;
    line-height: 1.1;
    text-align: center;
    margin: 0 0 12px 0;
}

.lkw-links-banner p {
	font-family: Lato, sans-serif;
	font-size: 22px;
	font-size: 1.2em ;
    line-height: 1.1;
    letter-spacing: .05em;
    line-height: 1.33;
    text-align: center;
    padding: 0 15.0em;
    margin-bottom: 20px;
}



.lkw-links-buttons-header h2 {
	font-size: 54px;
    font-size: 3.0em;
    line-height: 1.1;
    text-align: center;
    margin: 0 0 12px 0;
}

.lkw-links-buttons-header h3 {
	font-family: Lato, sans-serif;
    font-size: 16px;
    font-size: 0.9em;
    letter-spacing: .05em;
    line-height: 1.33;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15.0em;
    margin-bottom: 20px;
}

.lkw-links-buttons-group a.fl-button, 
.lkw-links-buttons-group a.fl-button:visited {
    font-size: 18px !important;
	line-height: 1.4 !important;
    text-transform: none !important;
}

.lkw-links-im-laura h2 {
    font-size: 24px;
}


/*---------------------------------------------------------
 * BANNER TESTIMONIALS
 * --------------------------------------------------------*/
.lkw-banner-testimonials .fl-module-content {
	margin: 0 35% 0 60px;
}

.lkw-banner-testimonials h3 {
    font-size: 43px;
    font-size: 2.4em;
    line-height: 1.1;
    margin: 28px 0 24px 0;
	text-align: left;
}

.lkw-banner-testimonials p {
	 font-size: 22px;
    font-size: 1.25em;
	text-align: left;
}


.lkw-banner-testimonials h4 {
    font-size: 22px !important;
    font-size: 1.2em !important;
    font-weight: 100 !important;
    text-align: left;
    color: #ffffff !important;
    line-height: 1.3em;
}


/*---------------------------------------------------------
 * SLIDER TESTIMONIALS
 * --------------------------------------------------------*/
.lkw-slider-testimonials .fl-module-content {
	margin: 80px 190px 60px 190px;
	
}

.lkw-slider-testimonials .uabb-testimonial-author-description h3 {
	font-family: Alice, serif !important;
    font-size: 38px !important;
    font-size: 2.1em !important;
    font-weight: 100 !important;
    text-align: center;
    color: #ffffff !important;
    line-height: 1.3em;
    padding-bottom: 32px;
}

.lkw-slider-testimonials .uabb-testimonial-author-description p {
    color: #ffffff !important;   
	font-size: 22px !important;
    font-size: 1.2em !important;
    font-weight: 100 !important;
    line-height: 1.6em !important;
    padding-bottom: 32px;
}

.lkw-slider-testimonials .uabb-testimonial-author-name {
    color: #ffffff;
    font-size: 22px;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 100;
    font-family: Alice, serif;
    padding-top: 0;
}

.lkw-slider-testimonials .uabb-testimonials-wrap .uabb-slider-prev .fa,
.lkw-slider-testimonials .uabb-testimonials-wrap .uabb-slider-next .fa,
.lkw-slider-testimonials .uabb-testimonials-wrap .uabb-slider-prev i,
.lkw-slider-testimonials .uabb-testimonials-wrap .uabb-slider-next i {
    font-size: 36px;
    height: 36px;
    width: 36px;
    line-height: 36px;
	color: #ffffff;
}

.lkw-slider-testimonials .uabb-slider-prev {
    left: -100px;
}

.lkw-slider-testimonials .uabb-slider-next {
    right: -100px;
}

/*---------------------------------------------------------
 * STICKY MENU / STICKY ROW CSS
 * --------------------------------------------------------*/
.sticky-row {
	position: sticky;
	top: 0;
	z-index: 99;
}

/*---------------------------------------------------------
 * FAVOURITE TOOLS AND RESOURCES PAGE
 * --------------------------------------------------------*/

.fav-tools-categories h3 {
	font-size: 26px;
	text-align: right;
}

.fav-tools-categories .uabb-creative-menu a {
	color: #000000 !important;
	font-size: 14px;
    text-transform: uppercase;
	padding-top: 0 !important;
	margin-top: -5px;
}
.fav-tools-left-title h2 {
	color: #ffffff;
	font-family: Lato, sans-serif;
	font-size: 18px;
	text-align: right;
    letter-spacing: 7.2px;
	line-height: 1.3;
    text-transform: uppercase;
	margin-bottom: 0;
	padding-right: 20px;	
}

.fav-tools-left-desc {
	padding-left: 30px;
}


.fav-tools-left-desc h3 {	
	font-size: 42px;
	line-height: 1.1;
	text-align: left;
	margin-bottom: 4px;
}


.fav-tools-left-desc h4 {
	font-family: Lato, sans-serif;
	font-size: 16px;
	text-align: left;
    letter-spacing: 1.6px;
	   line-height: 1.3;
    text-transform: uppercase;	
}

.fav-tools-left-photo {
	margin-top: 30px;
	/* border: 1px solid #e6e6e6; */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.fav-tools-left-photo img.fl-photo-img {
    object-fit: none;
}

.fav-tools-left-photo div.fl-module-content.fl-node-content {
	margin: 0;
}

.fav-tools-books {
	margin-top: 30px;
}

.fav-tools-books img.fl-photo-img {
    object-fit: none;
}

.fav-tools-books div.fl-module-content.fl-node-content {
	margin: 0;
}

.fav-tools-right-title h2 {
	color: #ffffff;
	font-family: Lato, sans-serif;
	font-size: 18px;
	text-align: left;
    letter-spacing: 7.2px;
    text-transform: uppercase;
	margin-bottom: 0;
	padding-left: 20px;	
}

.fav-tools-right-desc {
	padding-right: 40px;
}


.fav-tools-right-desc h3 {	
	font-size: 42px;
	line-height: 1.1;
	text-align: left;
	margin-bottom: 4px;
}


.fav-tools-right-desc h4 {
	font-family: Lato, sans-serif;
	font-size: 16px;
	text-align: left;
    letter-spacing: 1.6px;
	line-height: 1.3;
    text-transform: uppercase;	
}

.fav-tools-right-photo {
	margin-top: 30px;
	/* border: 1px solid #e6e6e6; */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.fav-tools-right-photo img.fl-photo-img {
    object-fit: none;
}

.fav-tools-right-photo div.fl-module-content.fl-node-content {
	margin: 0;
}

/*---------------------------------------------------------
 * CONTACT FORM 7
 * --------------------------------------------------------*/

.wpcf7-list-item-label {
	padding-left: 8px;
}





/* WordPress Popular Posts
--------------------------------------------- */

.wpp-list {
    margin-left: 0px;
}

.wpp-list li {
    line-height: 1.2;
}

/*
 * The container of our grid.
 */
.wpp-grid {
    overflow: hidden;
    margin: 0 0 5px 0 !important;
    padding: 0;
}

.wpp-thumbnail {
	margin-right: 20px !important;

}

.wpp-post-title {
		font-size: 20px;
		font-family: Alice, serif;
}
 
    /*
     * The container of each post.
     *
     * Each LI will use relative positioning so we can freely move
     * the elements inside them (namely the post title and the overlay)
     * using CSS3 animations.
     */
    .wpp-grid li {
        position: relative;
        display: inline;
        float: left;
        margin: 0;
        padding: 0;
        width: 33.333%;
    }

         
        /*
         * The thumbnail.
         *
         * By settings its width to 100% and its height to auto
         * we are making sure it adapts its size to the container
         * while maintaining its aspect ratio.
         */
        .wpp-grid li .wpp-thumbnail {
            display: block;
            width: 100%;
            height: auto;
            border: none;
   	 		margin: 0px 8px 0px 0px!important;
    		padding: 5px 5px 5px 5px!important;
        }

        .wpp-grid li:hover  .wpp-thumbnail {
   			-webkit-box-shadow: 0 0 5px #000;
   			-moz-box-shadow: 0 0 5px #000;
   			box-shadow: 0 0 5px #000;
			-webkit-filter: grayscale(60%);
			filter: grayscale(60%);
		}
     
        /*
         * The overlay.
         *
         * It's initial position is outside the LI element (top: 100%),
         * hiding it from view.
         */
        .wpp-grid li .wpp-grid-overlay {
            position: absolute;
            display: block;
            top: 100%;
            right: 0;
            bottom: 0;
            left: 0;
            opacity: 0;
            transition: all 0.4s;
            background: rgb(0, 0, 0);
            background: rgba(0, 0, 0, 0.9);
        }
         
        /*
         * This defines how the overlay behaves when hovering over a post.
         *
         * The overlay is positioned inside the container (LI) and its opacity
         * is also gradually set to 100% (1) during the animation.
         */
        .wpp-grid li:hover .wpp-grid-overlay {
            top: 0;
            opacity: 1;
        }
         
        /*
         * The post title.
         *
         * Like the overlay, this element is also hidden from view.
         * It's positioned at the top of its container (LI) and its
         * opacity is set to 0 (invisible).
         */
        .wpp-grid li .wpp-post-title {
			font-size: 20px;
			font-family: Alice, serif;
            display: block;
            width: 100%;
            text-align: center;
            transition: all 0.4s;
        }
         
        /*
         * This defines how the post title behaves when hovering over a post.
         *
         * The title is positioned at the center of its container (LI) and its opacity
         * is also gradually set to 100% (1) during the animation.

         */
        .wpp-grid li:hover .wpp-post-title {
            top: 45%;
            opacity: 1;
        }

     
    /*
     * Responsive CSS rules.
     *
     * These are specific to my theme. You'll have to adjust these to fit yours.
     */
     
    /* When the screen width is 940 or lower, switch to a two columns grid. */
    @media (max-width: 940px) {
        .wpp-grid li {
            width: 50%;
	    	padding-top: 20px;
        }
    }
     
    /* When the screen width is 480 or lower, switch to a one column grid. */
    @media (max-width: 480px) {
        .wpp-grid li {
            float: none;
            clear: both;
            width: 100%;
        }
    }






/* Genesis Responsive Slider
--------------------------------------------- */

.daily-dish-home .content #genesis-responsive-slider,
.daily-dish-home .content .genesis_responsive_slider li {
	border: none;
}

.daily-dish-home .content .genesis_responsive_slider li:before {
	content: "";
	margin: 0;
}

.daily-dish-home .content .genesis_responsive_slider .slide-excerpt,
.daily-dish-home .content .genesis_responsive_slider .slide-excerpt-border  {
	background: transparent;
	border: none;
	margin: 0;
}

.daily-dish-home .content .genesis_responsive_slider .slide-excerpt-border {
	background: rgba( 0, 0, 0, 0.8 );
}

.daily-dish-home .content .genesis_responsive_slider .slide-excerpt {
	padding: 24px;
}

.daily-dish-home .content #genesis-responsive-slider,
.daily-dish-home .content .genesis_responsive_slider .slides li,
.daily-dish-home .content .genesis_responsive_slider .flex-direction-nav li {
	margin: 0;
	padding: 0;
}

.daily-dish-home .content .genesis_responsive_slider .flex-control-nav {
	line-height: 1;
	margin-top: -30px;
}

.daily-dish-home .content .genesis_responsive_slider .flex-control-nav li {
	margin-bottom: 0;
	padding-bottom: 0;
}

.daily-dish-home .content .genesis_responsive_slider h2 {
	font-family: Alice, serif;
	font-size: 24px;
	font-weight: 400;
	text-transform: none;
}

.daily-dish-home .content .genesis_responsive_slider h2 a,
.daily-dish-home .content .genesis_responsive_slider p {
	color: #fff;
}

.daily-dish-home .content .genesis_responsive_slider a:hover {
	color: #fff;
}

.daily-dish-home .content .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 100px 98px;
	height: 49px;
	outline: none;
	right: -25px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 50px;
}

.daily-dish-home .content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

.daily-dish-home .content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	bottom: 10px;
	left: auto;
	right: 62px;
	top: auto;
}

.daily-dish-home .content #genesis-responsive-slider .flex-direction-nav li a.next {
	bottom: 10px;
	left: auto;
	right: 10px;
	top: auto;
}

.daily-dish-home .content #genesis-responsive-slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}

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

#wpstats {
	display: none;
}

/* Plugin - The Events Calendar
--------------------------------------------- */
#tribe-events-pg-template {
    max-width: none;
}

#tribe-events-pg-template .tribe-events-content h2, .tribe-events-after-html h2, 
.tribe-events-before-html h2, .tribe-events-schedule h2 {
    font-size: 30px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    text-transform: inherit;
}


#tribe-events-pg-template .tribe-events-content h2 {
	font-family: Alice, serif !important;
    font-size: 1.7em!important;
    line-height: 1.2!important;
}

.single-tribe_events .tribe-events-event-image {
    display: none !important;
}

.single-tribe_events .tribe-events-single-event-title {
    font-family: Alice, serif;
    font-size: 36px !important;
    font-weight: 400;
    text-transform: none;
}


/*---------------------------------------------
    WORKSHOP CUSTOMIZATIONS
--------------------------------------------- */

/* Formats lists so that bullets wrap left aligned */
.tribe-events-content ol, .tribe-events-content ul {
    list-style-position: inherit;
}

#tribe-events-pg-template .tribe-events-content .fl-builder-content a.fl-button *, 
#tribe-events-pg-template .tribe-events-content .fl-builder-content a.fl-button:visited * {
    color: #fff !important;
}

.workshops .top-banner p,
#tribe-events-pg-template .tribe-events-content .workshops .top-banner p {
		color: #ffffff !important;
}


.workshops p,
#tribe-events-pg-template .tribe-events-content .workshops p {
	color: #000;
    font-family: Lato,sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.625 !important;
}

.workshops h2,
#tribe-events-pg-template .tribe-events-content .workshops h2 {
	color: #000 !important;
	font-family: Alice,serif !important;
	font-size: 1.7em !important;
    line-height: 1.2 !important;
}

.workshops .banner-header h2,
#tribe-events-pg-template .tribe-events-content .workshops .banner-header h2 {
	font-size: 2.4em !important;
	color: #ffffff !important;
	
}


.workshops .block-header h2,
#tribe-events-pg-template .tribe-events-content .workshops .block-header h2 {
	color: #ffffff !important;
}

.workshops .block-header h2,
#tribe-events-pg-template .tribe-events-content .workshops .block-header h2, 
.workshops .faq-header h2,
#tribe-events-pg-template .tribe-events-content .workshops .faq-header h2, 
.workshops .register h2,
#tribe-events-pg-template .tribe-events-content .workshops .register h2 {
	font-size: 2.25em !important;
}

.workshops h3,
#tribe-events-pg-template .tribe-events-content .workshops h3 {
    color: #000 !important;
    font-family: Alice,serif !important;
	font-size: 1.3em !important;
	font-weight: 400 !important;
}

.workshops .left-header h3,
#tribe-events-pg-template .tribe-events-content .workshops .left-header h3 {
	font-family: Lato,sans-serif !important;
    line-height: 1.625 !important;
}

.workshops .register h3,
#tribe-events-pg-template .tribe-events-content .workshops .register h3 {
	font-family: Lato,sans-serif !important;
	font-size: 1.45em !important;
	font-weight: 400 !important;
    line-height: 1.625 !important;
}


.workshops .faq-intro p,
#tribe-events-pg-template .tribe-events-content .workshops .faq-intro p {
	font-size: 1.2em !important;
}

#tribe-events-pg-template .tribe-events-content .workshops ul {
    font-family: Lato,sans-serif !important;
	margin-bottom: 28px !important;
    margin-left: 40px !important;
}

.workshops a,
#tribe-events-pg-template .tribe-events-content .workshops a {
	font-family: Lato,sans-serif !important;
    border-bottom: none;
	color: #9445a8;
    text-decoration: none;
}


/*
Before Header
---------------------------------------------------------------------------------------------------- */

.before-header {
	color: #999;
	font-size: 16px;
	line-height: 1;
	margin: 0 auto -40px;
	max-width: 1200px;
	text-align: center;
}

.before-header .wrap {
	padding: 20px 0;
}

.before-header p:last-child {
	margin-bottom: 0;
}


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

.site-header {
	padding: 40px 0 20px;
	text-align: center;
}

.site-title {
	font-family: Montez, sans-serif;
	font-size: 86px;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: none;
}

.site-description,
.site-title a,
.site-title a:hover {
	color: #000;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	margin-bottom: 0;
	text-indent: -9999px;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	display: block;
	height: 160px;
	margin: 0 auto;
	max-width: 500px;
}

.site-description {
	font-family: 'Lato', serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-bottom: 0;
	text-transform: none;
}

.header-image .site-description {
	height: 0;
}


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

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	text-align: center;
	width: 100%;
  	margin-left: 0;
}

.genesis-nav-menu li {
	float: none;
	list-style-type: none;
}

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

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: center;
}

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

.genesis-nav-menu a {
	color: #000;
	display: block;
	font-family: Lato, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 20px;
	text-transform: uppercase;
}

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

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu:after,
.genesis-nav-menu .sub-menu:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.genesis-nav-menu .sub-menu:after {
	border-width: 10px;
	margin-left: -10px;
}

.genesis-nav-menu .sub-menu:before {
	border-width: 11px;
	margin-left: -11px;
}

.genesis-nav-menu .sub-menu .sub-menu:after,
.genesis-nav-menu .sub-menu .sub-menu:before {
	display: none;
}

.genesis-nav-menu .sub-menu a {
	font-size: 14px;
	letter-spacing: 0;
	padding: 20px;
	position: relative;
	text-transform: none;
	width: 200px;
}

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

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: 50%;
	margin-left: -100px;
	opacity: 1;
}

.genesis-nav-menu .menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu {
	left: 199px;
	margin-left: 0px;
	opacity: 1;
}

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

.nav-primary {
	border-bottom: double #ddd;
	border-top: double #ddd;
}

.nav-primary .genesis-nav-menu .sub-menu:after {
	border-bottom-color: #222;
}

.nav-primary .genesis-nav-menu .sub-menu:before {
	border-bottom-color: #222;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #222;
	border: 1px solid #ddd;
	border-top: none;
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover {
	color: #9445a8;
}

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

.nav-secondary {
	background-color: #222;
}

.nav-secondary,
.nav-secondary a {
	color: #fff;
}

.nav-secondary .genesis-nav-menu a:hover {
	color: #9445a8;
}

.nav-secondary .genesis-nav-menu .sub-menu:after {
	border-bottom-color: #fff;
}

.nav-secondary .genesis-nav-menu .sub-menu:before {
	border-bottom-color: #fff;
}

.nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #222;
	border-top: none;
	color: #222;
}

.nav-secondary .genesis-nav-menu .sub-menu a:hover {
	color: #9445a8;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

/* VOXX SALES PAGE
--------------------------------------------- */
.life-is-better-column {
	margin-top: -60px;
}
.order-now-top-button .fl-module-content {
	margin-top: -45%;
	margin-bottom: 200px;
	margin-right: 10px;
}



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

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

.entry {
	margin-bottom: 40px;
}

.archive .entry {
	border-bottom: 1px dotted #ddd;
}

.woocommerce .products ul li, .woocommerce ul.products li {
	text-align: center;
/*	border: 1px solid #cfcfcf; */
    padding: 0px 0px 30px !important;
    width: 29.5% !important;
    box-shadow: 0 26px 41px 0 rgba(0,0,0,0.05);
}

.woocommerce ul.products li.product .price {
    color: #10719c !important;
}

.product_benefits {
	border: 1px solid #ddd;
}






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

.single .entry {
	margin-bottom: 60px;
}

.single .entry h2 {
	margin-top: 60px;
}

.single .entry h3 {
	margin-top: 40px;
}

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

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

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

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

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

p.entry-meta {
	font-family: Lato, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.entry-header p.entry-meta {
	margin-top: -10px;
}

p.entry-meta,
p.entry-meta a {
	color: #999;
}

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

p.entry-meta:last-child {
	margin-bottom: 20px;
}

.entry-footer {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}

.entry-author::before,
.entry-categories::before,
.entry-comments-link::before,
.entry-tags::before,
.entry-time::before {
	color: #ccc;
	display: inline-block;
	font: normal 18px/1 'dashicons';
	margin-right: 5px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.entry-author,
.entry-comments-link,
.entry-time {
	margin-right: 15px;
}

.entry-tags {
	float: right;
}

.entry-author::before {
	content: "\f110";
}

.entry-categories::before {
	content: "\f318";
}

.entry-comments-link::before {
	content: "\f101";
	margin-top: 2px;
}

.entry-tags::before {
	content: "\f323";
}

.entry-time::before {
	content: "\f469";
}

/* After Entry
--------------------------------------------- */

.after-entry {
	margin-bottom: 60px;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin-bottom: 0;
}

.after-entry li {
	margin-bottom: 6px;
}

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

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

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

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


.testimonial-box {
	clear: both;
	overflow: hidden;
	margin: 90px -60px;
	padding: 30px 150px;
	color: #fff;
	background-color: #10719c;
	border: 1px solid #bebde9;
}


.testimonial-block {
	overflow: hidden;
	padding: 30px;
	border: 1px solid #ddd;
	border-bottom: 3px solid #ddd;
}


/* Content Boxes
--------------------------------------------- */
 
.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
	margin-bottom: 25px;
	overflow: hidden;
	padding: 20px;
}
 
.content-box-blue {
	background-color: #10719c;
	border: 1px solid #afcde3;
}

hr, .content-box-divider {
  	opacity: 0.2;
  	border-top: 1px solid #000;
  	border-bottom: 1px solid #fff;
}

.content-box-divider {
	clear: both;
	overflow: hidden;
	margin-bottom: 80px;
	padding: 0;
}


 
.content-box-green {
	background-color: #d9edc2;
	border: 1px solid #b2ce96;
}
 
.content-box-purple {
	background-color: #e2e2f9;
	border: 1px solid #bebde9;
}
 
.content-box-red {
	background-color: #f9dbdb;
	border: 1px solid #e9b3b3;
}
 
.content-box-yellow {
	background-color: #fef5c4;
	border: 1px solid #fadf98;
}

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

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

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

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

.comment-content {
	clear: both;
}

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

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

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

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

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

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

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

.sidebar {
	font-size: 18px;
}

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

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

.sidebar .widget {
	margin-bottom: 40px;
	overflow: hidden;
}

/*
Before Footer Widgets
---------------------------------------------------------------------------------------------------- */

.before-footer-widgets {
	color: #999;
	font-size: 16px;
	margin-top: -40px;
	text-align: center;
}

.before-footer-widgets .wrap {
	padding: 20px 0;
}


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

.footer-widgets {
	border-top: double #ddd;
	clear: both;
	padding: 40px 0 20px;
}

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

.footer-widgets a {
	color: #000;
}

.footer-widgets a:hover {
	color: #9445a8;
}


.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 330px;
}

.footer-widgets .button {
	width: 100%;
}

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

.footer-widgets-1 {
	margin-right: 45px;
}

.footer-widgets-1 img {
/*	border-radius: 100px;
	-moz-border-radius: 100px;
	border: 2px solid #999; */
	margin: 0 14px 24px 0;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


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

.site-footer {
	border-top: double #ddd;
	font-family: Lato, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 10px 0px;
	text-align: center;
	text-transform: uppercase;
}

.site-footer,
.site-footer a {
	color: #222;
}

.site-footer a:hover {
	color: #9445a8;
}

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

/* ---------------------  FOOTER CUSTOMIZATIONS  -------------------- */

.site-footer .dashicons-heart {
     color: #b6509c;
     font-size: 16px;
     margin-top: 2px;
     vertical-align: middle;
}



/*
After Footer
---------------------------------------------------------------------------------------------------- */

.after-footer {
	color: #999;
	font-size: 16px;
	line-height: 1;
	margin: -40px auto 0;
	max-width: 1140px;
	text-align: center;
}

.after-footer .wrap {
	padding: 20px 0;
}

.after-footer p:last-child {
	margin-bottom: 0;
}


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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.genesis_responsive_slider #genesis-responsive-slider .flex-direction-nav li a {
		background-image: url(images/icon-direction-nav@2x.png);
	}
	
}



/*----------------------------------------------------------------
  TABLET - PORTRAIT - MIN WIDTH - WELCOME ABOUT LAURA SECTION ON HOME PAGE
         - Settings for anything larger than 823 px
------------------------------------------------------------------*/
@media (min-width:900px) {
            .home-welcome .container {
                flex-direction: row;
                text-align: left;
                gap: 40px;
                align-items: flex-start;
            }
	
            .home-welcome .text-content {
                flex: 3;
                text-align: left;
                order: 2; /* Text on right for desktop */
            }
	
            .home-welcome .image-container {
                flex: 2;
                margin-bottom: 0;
                order: 1; /* Image on left for desktop */
                display: flex;
                justify-content: flex-start;
            }
	
           .home-welcome .portrait-image {
                width: auto;
            }
}




/*--------------------------------------------
  LAPTOP - 1600
----------------------------------------------*/

@media only screen and (max-width: 1600px) {
	
	.lf-services-top-banner-row > .fl-row-content-wrap {
		padding: 120px 180px 120px 80px;
	}
	
	.sf-services-top-banner-row  > .fl-row-content-wrap {
		padding: 60px 260px 40px 100px;
	}
	.lf-services-top-banner-desc .fl-col-content,
	.sf-services-top-banner-desc .fl-col-content {
        padding: 40px 40px 40px 60px;
	}
	
	.lf-services-top-banner-desc a.fl-button {
   	 	width: 260px !important;
	}
	
	.lf-services-top-banner h2 {
    	font-size: 38px;
	}
	
	.sf-services-top-banner h2 {
    	font-size: 38px;
	}
	
	.lf-services-this-is-right-for-you {
    	padding-left: 20%;
    	padding-right: 30%;
	}
	
	.lf-services-this-is-right-for-you-photo > .fl-col-content {
    	margin-right: 80px;
   	 	margin-left: -280px;
	}
	
	.lf-services-this-is-right-for-you h2 {
    	font-size: 54px;
    	font-size: 3.0em;
	}

	.order-now-top-button .fl-module-content {
		margin-top: -2%;
	}
	
}

/*--------------------------------------------
  MAC 13" - 1440
----------------------------------------------*/

@media only screen and (max-width: 1440px) {
	
	.lf-services-top-banner-row > .fl-row-content-wrap,
	.sf-services-top-banner-row > .fl-row-content-wrap {
    	padding-left: 80px;
		padding-right: 0px;
	}
	
	.lf-services-this-is-right-for-you {
    	padding-left: 16%;
    	padding-right: 28%;
	}
	
	.lf-services-this-is-right-for-you-photo > .fl-col-content {
        margin-right: 20px;
        margin-left: -220px;
    }
	
}

/*--------------------------------------------
  LAPTOP 15"
----------------------------------------------*/

@media only screen and (max-width: 1366px) {
	
	.lf-services-top-banner-row > .fl-row-content-wrap,
	.sf-services-top-banner-row > .fl-row-content-wrap {
    	padding-left: 60px;
		padding-right: 0px;
	}
	
	.lf-services-top-banner-desc a.fl-button {
   	 	width: 250px !important;
	}
	
	.lf-services-this-is-right-for-you h2 {
    	font-size: 47px;
    	font-size: 2.6em;
	}
	
}


/*--------------------------------------------
  TABLET - 1280 X 800
----------------------------------------------*/

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

    .lf-services-top-banner-desc a.fl-button {
        width: 230px !important;
    }
	
	.lf-services-this-is-right-for-you-photo > .fl-col-content {
        margin-right: 0px;
        margin-left: -200px;
    }
}


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

	.after-footer,
	.before-header,
	.site-container {
		padding-left: 40px;
		padding-right: 40px;
		width: 960px;
	}

	.home-middle .featured-content .entry {
		width: 275px;
	}

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

	.content {
		width: 590px;
	}

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

	.sidebar-primary {
		width: 250px;
	}

	.sidebar-secondary {
		width: 150px;
	}

	.footer-widgets-1,
	.footer-widgets-3 {
		width: 270px;
	}

	.footer-widgets-2 {
		width: 260px;
	}

	.footer-widgets-1 {
		margin-right: 40px;
	}

}

/*--------------------------------------------
  IPAD 7th GEN LANDSCAPE - 1080 x 810
----------------------------------------------*/

@media only screen and (max-width: 1080px) {
	
	.genesis-nav-menu a {
    	padding: 20px 10px;
	}
	
	.lf-services-top-banner-row > .fl-row-content-wrap {
    	background-position: center center !important;
		padding: 80px 0px 80px 60px;
	}
	
	.lf-services-top-banner-desc .fl-col-content {
        padding: 40px 20px 20px 40px;
    }
	
	.lf-services-top-banner-desc a.fl-button {
        width: 180px !important;
    }
	
	.lf-services-this-is-right-for-you-photo > .fl-col-content {
        margin-right: -20px;
        margin-left: -200px;
    }

	.workshops .block-header h2,
		#tribe-events-pg-template .tribe-events-content .workshops .block-header h2  {
		font-size: 2.1em !important;
	}
	
	.lkw-newsletter-popup-img > .fl-col-content {
    	background-position: top center !important;
	}
	
	.lf-services-desc-right .fl-button-group-layout-horizontal .fl-button-group-buttons a.fl-button,
	.lf-services-desc-left .fl-button-group-layout-horizontal .fl-button-group-buttons a.fl-button {
    	width: 250px !important;
	}
	
	.lf-services-package-desc .fl-button-group-layout-horizontal .fl-button-group-buttons a.fl-button {
    	width: 210px !important;
	}	
	
    .home-welcome .portrait-image {
                width: auto;
                max-width: 250px;
                max-height: 375px;
    }
}

/*--------------------------------------------
  IPAD PRO - 1024 X 1366
  IPAD LANDSCAPE - 1024 x 768
----------------------------------------------*/

@media only screen and (max-width: 1024px) {
	
	.sf-services-top-banner-desc .fl-col-content {
        padding: 40px 20px 40px 20px;
    }
	
    .lf-services-top-banner-desc a.fl-button {
        width: 170px !important;
    }
	
	.lkw-slider-testimonials .fl-module-content {
    	margin: 30px 190px 0px 190px;
	}

	.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content {
    	float: left;
   	 width: 590px;
	}
	
	.after-entry .enews-widget input[type="email"] {
    	width: 40%;
	}
	
	.live-a-better-life-title h1 {
    	font-size: 102px !important;
	}
	
	.lf-services-desc-right .fl-button-group-layout-horizontal .fl-button-group-buttons a.fl-button,
	.lf-services-desc-left .fl-button-group-layout-horizontal .fl-button-group-buttons a.fl-button {
    	width: 230px !important;
	}
	
	.lf-services-package-desc .fl-button-group-layout-horizontal .fl-button-group-buttons a.fl-button {
    	width: 200px !important;
	}	
	
    .lkw-links-banner p {
       padding: 0 20%;
    }
}


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

	.after-footer,
	.before-header,
	.site-container {
		width: 768px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-middle .featured-content .entry,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 100%;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}
	
	.home-welcome .container {
                flex-direction: column;
            }
	
  .home-welcome .image-container {
                order: 1; /* Image on top for mobile */
                width: 100%;
            }
	
  .home-welcome .portrait-image {
                width: 100%;
                max-width: 100%;
                max-height: 100%;
            }
	
  .home-welcome .text-content {
                order: 2; /* Text below image for mobile */
            }

}


/*--------------------------------------------
 MENU BREAKPOINT - 899
----------------------------------------------*/

@media only screen and (max-width: 899px) {
	
		
	.genesis-nav-menu.responsive-menu .sub-menu:after,
	.genesis-nav-menu.responsive-menu .sub-menu:before,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item {
		text-align: left;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		display: block;
		line-height: 1;
		padding: 16px 20px;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu a,
	.nav-primary .genesis-nav-menu.responsive-menu a:hover {
		color: #000;
	}
	
	.nav-secondary .genesis-nav-menu.responsive-menu a,
	.nav-secondary .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 14px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.genesis-nav-menu .menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu,
	.genesis-nav-menu .menu-item:hover > .sub-menu,
	.genesis-nav-menu.responsive-menu .sub-menu {
		left: auto;
		opacity: 1;
		margin: 0 auto;
		position: relative;
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		padding-left: 20px;
		margin: 0;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 16px 20px;
		position: relative;
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}
	
	.button-in-menu {
		background-color: #fff;
		border: none;
		padding: 0 !important;
		margin-left: 0;
	}

	.button-in-menu a {
		color: #000 !important;
		padding: 16px 20px !important;
	}
	
}



/*--------------------------------------------
 PIXEL 2XL - LANDSCAPE - 823 X 411
 IPAD 2    - PORTRAIT  - 810 X 1024

THIS IS BEAVER BUILDER BREAKPOINT

 IMPORTANT - IF YOU CHANGE THIS VALUE, 
             BE SURE TO BEAVER BUILDER 
             GLOBAL RESPONSIVE BREAKPOINT
----------------------------------------------*/

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

	body {
		padding-left: 5%;
		padding-right: 5%;
	}

	.after-footer,
	.before-header,
	.daily-dish-landing .site-container,
	.site-container {
		width: 100%;
	}


	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0 0 60px;
		width: 100%;
	}
	
	.entry-tags {
		float: left;
	}
	
	.home-welcome {
    	padding: 1.6em 1.6em;
	}


	.home-middle .featured-content .entry {
		/* width: 265px; */
		margin: 0 0 28px !important;
        padding: 1.6em;
	}

	.home-middle .widget {
   	 	float: none;
    	padding: 0;
    	width: 100%;
		text-align:  center;
	}
	
	.home-middle .fpa-more-link {
    	text-align: center;
	}
	
	.home-middle .featured-content img {
    	contain-intrinsic-size: 680px 400px;
	}

	.home-bottom .featured-content .entry {
		margin-bottom: 40px;
	}
	

	
	.single .entry h2 {
		margin-top: 10px;
	}

	.single .entry h3 {
		margin-top: 10px;
	}

	.footer-widgets-1, .footer-widgets-2 {
		margin-bottom: 50px;
	}

	.home-newsletter-signup .widget-title,
	.home-newsletter-signup .enews p {
		width: 100%;
		text-align: center;
	}

	.home-newsletter-signup .enews p + form {
		margin-top:  0px;
		padding: 20px 0 10px 50px;
		float: right;
		width: 100%;
	}

	.home-newsletter-signup  .enews-widget input[type="text"] {
		width: 25%;
	}


	.after-entry  .enews-widget input[type="email"],
	.home-newsletter-signup  .enews-widget input[type="email"] {
		width: 35%;
	}
	
	
	.after-entry .enews-widget input[type="submit"] {
    	width: 25%;
	}

	.testimonial-box {
		margin: 90px -40px;
		padding: 30px 50px;
	}


	.order-now-top-button .fl-module-content {
		margin-top: -70%;
		margin-bottom: 0;
	}
	

	.fl-node-8z0aylgmwcne.fl-col>.fl-col-content,
	.fl-node-pyhqtmdi18b7.fl-col>.fl-col-content,
	.fl-node-l9tpbxu6azqg.fl-col>.fl-col-content,
	.fl-node-oen683g041zj.fl-col>.fl-col-content {
    	padding-top: 20% !important;
    	padding-right: 7% !important;
    	padding-bottom: 20% !important;
    	padding-left: 7% !important;
	}
	
	.workshops h2,
	#tribe-events-pg-template .tribe-events-content .workshops h2 {
   	 	margin-bottom: 30px !important;
	}
	
	.workshops .block-header h2,
	#tribe-events-pg-template .tribe-events-content .workshops .block-header h2 {
    	font-size: 2.4em !important;
    	text-align: center !important;
	}
	
	.workshops .register h3,
	#tribe-events-pg-template .tribe-events-content .workshops .register h3 {
		font-size: 1.4em !important;
		margin-bottom: -20px !important;
	}
	
	.workshops h2.fl-cta-title, 
	#tribe-events-pg-template .tribe-events-content .workshops h2.fl-cta-title, 
	.workshops h2.fl-callout-title,
	#tribe-events-pg-template .tribe-events-content .workshops h2.fl-callout-title {
    	padding-bottom: 0 !important;
	}


	/* Plugin - The Events Calendar
	--------------------------------------------- */

	.tribe-events-list .tribe-events-event-image+div.tribe-events-content {
   	 	width: 100% !important;
	}

	/* Tables
	--------------------------------------------- */
	td,
	th {
		padding: 6px 20px;
	}
	
	.lf-services-top-banner-row > .fl-row-content-wrap {
        background-position: center center !important;
        padding: 80px 0px 80px 60px;
        margin-top: -42px !important;
    }
	

	.sf-services-top-banner-row > .fl-row-content-wrap {
        padding: 40px 40px 40px 40px;
		margin-top: -42px !important;
    }
	
	.lf-services-top-banner-desc .fl-col-content {
		margin: 200px 60px -200px 60px !important;
		padding: 40px 40px 40px 40px !important;
		box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.39);
	}
	
	.sf-services-top-banner-desc .fl-col-content {
		margin: 0 40px !important;
		padding: 40px 40px 40px 40px !important;
	}
	
    .lf-services-top-banner-desc a.fl-button {
        width: 260px !important;
    }
	
	.lf-services-desc-left,
	.lf-services-desc-right, 
	.sf-services-package-desc-right,
	.sf-services-package-desc-left,
	.lf-services-this-is-for-you-if, 
	.lf-services-im-laura {
    	padding: 0 40px !important;
	}
	
	.lf-services-desc-left h2,
	.lf-services-desc-right h2, 
	.sf-services-package-desc h2,
	.lf-services-this-is-for-you-if h2, 
	.lf-services-im-laura h2 {
    	padding-top: 40px;
	}
	
	.sf-top-banner.lf-services-desc-left .fl-button-wrap,
	.lf-services-desc-right .fl-button-wrap,
	.sf-services-package-desc-left .fl-button-wrap,
	.sf-services-package-desc-right .fl-button-wrap {
    	text-align: center !important;
	}	
	
	.lf-services-what-is-col > .fl-col-content {
    	margin-top: -180px !important;
		padding: 80px 40px !important;
	}

	.i-can-help-with h3,
	.lf-service-pricing-tables-header h3 {
    	padding: 0 4.0em;
	}
	
	.lf-services-this-is-right-for-you {
        padding-left: 16%;
        padding-right: 16%;
	}
	

	.lf-services-package-desc-right .fl-col-content,
	.lf-services-package-desc-left .fl-col-content,
	.sf-services-package-desc-right .fl-col-content,
	.sf-services-package-desc-left .fl-col-content {
    	padding: 40px 40px 80px 40px !important;
	}
	

	.lf-services-package-desc-right a.fl-button,
	.lf-services-package-desc-left a.fl-button,
	.sf-services-package-desc-right a.fl-button,
	.sf-services-package-desc-left a.fl-button {
    	text-align: center !important;
	}
	
	.lf-services-need-help-choosing-row .fl-row-content-wrap {
    	background-image: linear-gradient(90deg, #eff1f1 50%, #eff1f1 0%) !important;
	}
	

	.lf-services-need-help-choosing-left-col .fl-col-content {
		padding-bottom: 80px !important;
	}
	
	.lf-services-need-help-choosing-right-col .fl-col-content {
		padding-top: 80px !important;
    	background-image: linear-gradient(90deg, #f8f9f9  50%, #f8f9f9 0%) !important;
	}
	
	.lf-services-need-help-choosing-button-col  .fl-col-content {
		padding: 20px 0 80px 0 !important;
    	background-image: linear-gradient(90deg, #f8f9f9  50%, #f8f9f9 0%) !important;
	}
	
	.lf-services-need-help-choosing-left, 
	.lf-services-need-help-choosing-right {
		margin: 0;
   	 	padding: 0px 40px 10px 40px;
	}
	
	.lf-services-steps {
    	padding: 0px 40px 0 40px !important;		
	}
	
	.lf-services-steps-title h2 {
    	margin: 20px 40px 16px 40px;
	}
	
	.lf-services-steps-number p {
    	text-align: center;
		padding-top: 40px !important;
	}
	
	.lkw-slider-testimonials .fl-module-content {
        margin: 30px 120px 0px 120px;
    }
	
	.lkw-slider-testimonials .uabb-testimonials-wrap.compact {
   	 	padding: 0 25px !important;
	}
	
	.lkw-slider-testimonials .uabb-slider-previous {
    	left: -60px;
	}
	
	.lkw-slider-testimonials .uabb-slider-next {
    	right: -60px;
	}
	
	.lkw-faq-desc .fl-col-content,
	.lkw-faq-questions .fl-col-content {
	    	padding: 0 40px !important;
	}
	
	.lkw-faq-desc .fl-module-content {
	    	margin-bottom: 0 !important;
	}
	
	.lkw-faq-questions .fl-module-content {
	    	margin-top: 0 !important;
	}
	
	.lkw-start-living-your-best-life a.fl-button {
		display: inline-block !important;
	}

	.fav-tools-col > .fl-col-content {
    	margin-top: -120px !important;
	}


	.fav-tools-left-title h2,
	.fav-tools-right-title h2 {
    	text-align: center;
	}
	
	.fav-tools-left-desc,
	.fav-tools-right-desc {
    	padding-left: 0;
	}
	
	.fav-tools-left-desc .fl-module-content,
	.fav-tools-right-desc .fl-module-content {
		margin: 20px 10px;
	}
	
	.fav-tools-categories h3 {
    	text-align: left !important;
		margin-left: 0;
	}
	
	.fav-tools-categories .uabb-creative-menu a {
		margin-top: 0;
    	margin-left: 50px;
	}
	
	.lf-services-desc-right .fl-button-group-layout-horizontal .fl-button-group-buttons a.fl-button,
	.lf-services-desc-left .fl-button-group-layout-horizontal .fl-button-group-buttons a.fl-button,
	.lf-services-package-desc .fl-button-group-layout-horizontal .fl-button-group-buttons a.fl-button {
    	width: 280px !important;
	}
	
	.join-me-for-a-free-consultation > .fl-row-content-wrap {
        background-position: 90% 0% !important;		
	}
	
}


/*--------------------------------------------
  TABLET - PORTRAIT - 768 X 1024
----------------------------------------------*/

@media only screen and (max-width: 768px) {
	.woocommerce .products ul li, .woocommerce ul.products li {
  		clear: none !important;
  		margin: 0 3.8% 2.992em 0 !important;
  	}
	

    .lf-services-top-banner-desc a.fl-button {
        width: 240px !important;
    }	
	
	.lkw-links-banner h1 {
        font-size: 90px;
        font-size: 5.0em;
    }
	
	.lkw-links-buttons-header h3 {
        padding: 0 2.0em;
    }

}


/*--------------------------------------------
  IPHONE 5/SE LANDSCAPE - 568 x 320
----------------------------------------------*/
@media only screen and (max-width: 568px) {
		
	.lf-services-desc-left, 
	.lf-services-desc-right, 
	.sf-services-package-desc-left, 
	.sf-services-package-desc-right, 
	.lf-services-this-is-for-you-if, 
	.lf-services-im-laura {
        padding: 0 !important;
    }
	
	.lf-services-top-banner-desc .fl-col-content {
        margin: 80px 20px -200px 20px !important;
        padding: 20px 20px 20px 20px !important;
    }
	
	.sf-services-top-banner-desc .fl-col-content {
        padding: 20px 20px 20px 20px !important;
    }
	
		
	.lf-services-top-banner-desc .fl-button-group-layout-horizontal .fl-button-group-buttons,
	.lf-services-desc-left .fl-button-group-layout-horizontal .fl-button-group-buttons,
	.lf-services-desc-right .fl-button-group-layout-horizontal .fl-button-group-buttons {
    	justify-content: center !important;
	}
	
	.lf-services-top-banner h1,
	.sf-services-top-banner h1 {
		font-size: 14px;
	}
	
	.lf-services-top-banner h2,
	.sf-services-top-banner h2 {
        font-size: 28px;
    }
	
	.lf-services-top-banner p,
	.sf-services-top-banner p {
    	font-size: 24px;
	}
	
	.lf-services-desc-right h3, 
	.lf-services-desc-left h3 {
    	font-size: 16px;
	}
	
	.lf-services-desc-right h4, 
	.lf-services-desc-left h4 {
    	font-size: 24px;
	}
	
	.lf-services-desc-right h5, 
	.lf-services-desc-left h5 {
    	font-size: 27px;
	}
	
	.lf-services-desc-right p, 
	.lf-services-desc-right li, 
	.lf-services-desc-left p, 
	.lf-services-desc-left li {
    	font-size: 20px;
	}
	
	.lf-services-banner h2 {
        font-size: 26px;
        margin: 40px 20px;
	}
	
	.lf-services-desc-right h2, 
	.lf-services-desc-left h2 {
    	font-size: 28px;
	}

	.lf-services-what-is-banner h2 {
		font-size: 38px;
    	margin: 80px 0px 120px 0px;
	}
	
	.lf-services-what-is-col > .fl-col-content {
        margin-top: -180px !important;
        padding: 80px 0px !important;
    }
	

	.lf-services-what-is-title h2 {
    	font-size: 36px;
	}
	
	.lf-services-what-is-title h3 {
   	 	font-size: 16px;
    	padding: 0 20px 18px 20px;
	}
	
	.lf-services-what-is h4 {
    	font-size: 22px;
		margin-top: 20px;
	}
	
	.lf-services-what-is-title p,
	.lf-services-what-is p {
    	font-size: 18px;
	}
	
	.lf-services-steps-title p {
    	padding: 0;
	}
	
	.i-can-help-with h2 {
    	font-size: 36px;
    	margin: 60px 0 12px 0;
	}
	
	.i-can-help-with h3 {
   	 	font-size: 16px;
    	padding: 0 20px;
	}
	
	.i-can-help-you-with-symptom-list {
		padding-left: 40px;
		
	}
	
	.lf-services-this-is-right-for-you-photo > .fl-col-content,
	.lf-services-im-laura-photo > .fl-col-content {
        aspect-ratio: auto !important;
    }
	
	.lf-services-this-is-right-for-you {
        padding-left: 20px;
        padding-right: 20px;
    }
	
	.lf-services-this-is-right-for-you h2 {
		font-size: 36px;
		margin: 60px 0 0 0;
    }
	
	.lf-services-this-is-right-for-you .fl-button-wrap {
    	text-align: center !important;
	}
	
	.lkw-banner-testimonials .fl-module-content {
    	margin: 0 40px;
	}
	
	.lkw-banner-testimonials h3 {
    	font-size: 36px;
	}

	.lkw-banner-testimonials  h4,
	.lkw-banner-testimonials p {
    	font-size: 20px;
	}
	

	.lf-services-package-right .fl-col-content, 
	.lf-services-package-left .fl-col-content,
	.sf-services-package-right .fl-col-content, 
	.sf-services-package-left .fl-col-content {
        padding: 40px 20px 80px 20px !important;
    }
	

	.lf-services-package-desc h2,
	.sf-services-package-desc h2,
	.lf-service-pricing-tables-header h2,
	.how-to-buy-title h2,
	.lf-services-steps-title h2,
	.lf-services-im-laura h2 {
		font-size: 36px;
		margin: 0 0 12px 0;		
	}
	
	
	.lf-services-package-desc h3,
	.sf-services-package-desc h3,
	.lf-service-pricing-tables-header h3,
	.how-to-buy-title h3,
	.lf-services-steps-title h3,
	.lf-services-im-laura h3 { 
		font-size: 16px;
        padding: 0 20px;
    }
	
	.lf-services-steps {
        padding: 0 !important;
    }


	.lf-service-pricing-tables .uabb-pricing-table .uabb-pricing-table-column {
    	margin-bottom: 80px;
	}
	
	.lf-service-pricing-tables .uabb-pricing-table .uabb-pricing-element-box {
    	margin: 0 !important;
	}
	
	.lf-services-need-help-choosing-title h2 {
		font-size: 42px;
	}
	
	.lf-services-need-help-choosing-title p {
		font-size: 12px;
	}
	
	.lf-services-need-help-choosing-title-desc p {
    	font-size: 18px;
	}
	
	.lf-services-need-help-choosing-subtitle h3 {
    	font-size: 36px;
	}
	
	.lf-services-need-help-choosing h4,
	.lf-services-steps h4 {
        font-size: 22px;
	}
	
	.lf-services-need-help-choosing p,
	.lf-services-steps p {
        font-size: 18px;
	}
	
	.lf-service-pricing-tables-header h3 {
		font-size: 16px;
		padding: 0 20px;
	}
		
	.lf-services-im-laura h3 { 
        padding: 0;
    }
	
	.lkw-slider-testimonials .uabb-testimonials-wrap.compact {
   	 	padding: 0 !important;
	}
	
	.lkw-slider-testimonials .fl-module-content {
        margin: 0 80px;
    }
	
	.lkw-slider-testimonials .bx-wrapper {
		margin-bottom: 0;
	}
	
	.lkw-slider-testimonials .uabb-testimonial-author-description h3 {
		font-size: 32px !important;
	}
	
	.lkw-slider-testimonials .uabb-testimonial-author-description p,
	.lkw-slider-testimonials .uabb-testimonial-author-name {
		font-size: 18px !important;
	}
	
	.lkw-slider-testimonials .uabb-slider-prev {
        left: -60px;
    }

    .lkw-slider-testimonials .uabb-slider-next {
        right: -60px;
    }
	
	.lkw-featured-in-vertical h2 {
    	font-size: 28px;
	}
	
	.lkw-faq-desc .fl-col-content, .lkw-faq-questions .fl-col-content {
        padding: 0 2px !important;
    }
	
	.lkw-faq-desc h2 {
		font-size: 36px;
	}
	
			
	.fav-tools-col > .fl-col-content {
    	margin-top: -120px !important;
	}
	
	.lkw-links-banner h1 {
        font-size: 72px;
        font-size: 4.0em;
    }
	
	.lkw-links-buttons-header h2 {
        font-size: 39px;
        font-size: 2.2em;
	}
}




/*--------------------------------------------
  SMALL TABLET - 480 X 640
----------------------------------------------*/
@media only screen and (max-width: 480px) {

	body {
		padding-left: 0;
		padding-right: 0;
	}

	.site-container {
		margin-bottom: 0;
		margin-top: 0;
	}
	
		
	.site-header {
        padding: 10px 20px;
    }


	.home-newsletter-signup .enews p + form {
		margin-top:  0px;
		padding: 10px;
		float: right;
		width: 100%;
	}
	
	.after-entry .widget.enews-widget {
		padding: 15px 20px 10px 20px !important;
	}


	.after-entry  .enews-widget input[type="text"],
	.after-entry  .enews-widget input[type="email"],	
	.after-entry .enews-widget input[type="submit"],	
	.home-newsletter-signup  .enews-widget input[type="text"],
	.home-newsletter-signup  .enews-widget input[type="email"],	
	.home-newsletter-signup .enews-widget input[type="submit"] {
		width: 100%;
	}

	.home-welcome .widget-title {
    		font-size: 40px;
	}

	.home-welcome {
    		font-size: 20px;
	}

	.home-middle .featuredpost .entry {
		float: none;
		width: 100%;
		padding: 20px 40px;
		margin: 0;
	}

	.home-bottom .featured-content .entry {
		padding-bottom: 20px;
		margin-bottom:  40px;
	}

	.footer-widgets-1, .footer-widgets-2 {
		margin-bottom:  40px;
	}

	.after-footer,
	.before-header,
	.site-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.before-header {
		margin-bottom: 0;
	}

	.after-footer {
		margin-top: 0;
	}

	.site-title {
		font-size: 40px;
	}

	.site-description {
	font-size: 20px;
}

	.entry-title {
		font-size: 24px;
	}

	h2 {
		font-size: 22px;
	}

	.content-sidebar .content {
		width: 100%;
		padding: 0 20px;
	}

	.entry-content img {
		max-width: 100%;
	}
	
	.order-now-top-button .fl-module-content {
    	margin-top: -40%;
    	margin-bottom: 0;
	}
	
	.live-a-better-life-title h1 {
    	font-size: 80px !important;
	}

	/* Tables
	--------------------------------------------- */
	td,
	th {
		padding: 6px 5px;
		font-size: 16px;
	}
	
	
	.lkw-subscribe div.fl-form-success-message {
		font-size: 42px;
		font-size: 2.6rem;
    	margin-top: 100px !important;
    	margin-bottom: 100px !important;  
	}
	
	.lf-services-what-is-title h4 {
    	font-size: 24px;
	}
	
	.lkw-links-banner h1 {
        font-size: 54px;
        font-size: 3.0em;
    }
	
	.lkw-links-buttons-header h2 {
        font-size: 36px;
        font-size: 2.0em;
	}

}

/*--------------------------------------------
  IPHONE 16 PRO MAX - 430 x 942
----------------------------------------------*/
@media only screen and (max-width: 430px) { 
	

	    
  .home-welcome h2 {
    font-size: 2.3em;
  }	
	
    .home-welcome {
        padding: 20px;
    }
	
  .home-welcome h3 {
    padding: 0 0.4em 1.0em 0.4em;
  }
	
  .home-middle .featured-content .entry,
  .home-bottom .featured-content .entry {
        padding: 20px;
    }
	
  .home-bottom .featured-content img {
    	contain-intrinsic-size: 680px 400px;
	}
	
	.home-bottom a.alignleft, img.alignleft, .wp-caption.alignleft {
   	 	margin: 20px 0 20px 0;
	}
	
	
}

/*--------------------------------------------
  IPHONE 6 plus  - 414 X 667
  PIXEL 2 XL - 411 x 823
----------------------------------------------*/
@media only screen and (max-width: 414px) {  
	
	.site-header {
        padding: 10px 20px;
    }

	.woocommerce .products ul li, .woocommerce ul.products li {
  	    width: 98% !important;
    	float: left !important;
    	clear: both !important;
    	margin: 0 1.0 2.992em !important;
  	}
	
	.live-a-better-life-title h1 {
    	font-size: 60px !important;
	}
	
	.workshops .banner-header h2,	
	#tribe-events-pg-template .tribe-events-content .workshops .banner-header h2,
	.workshops .block-header h2,
	#tribe-events-pg-template .tribe-events-content .workshops .block-header h2 {
    	font-size: 1.7em !important;
	}
	
	.sf-services-top-banner-desc .fl-col-content {
        margin: 0 !important;
	}
	
	.lf-services-package-desc h3, 
	.sf-services-package-desc h3 {
        font-size: 15px;
        padding: 0;
    }
	
	.lkw-subscribe .uabb-subscribe-form {
		padding-top: 30px !important;
	}
	
	.lkw-subscribe h2 {
		font-size: 30px;
	}
	
	.lkw-newsletter-popup-img > .fl-col-content {
    	background-position: top center !important;
    	min-height: 210px !important;
	}
	
	
	.sticky-row {
    	position: static;
	}
}



/*--------------------------------------------
  IPHONE 6  - 375 X 667
----------------------------------------------*/
@media only screen and (max-width: 375px) {

	/* Plugin - The Events Calendar
	--------------------------------------------- */
	table.tribe-events-tickets.tribe-events-tickets-rsvp {
		font-size: 14px;
	}

	.tribe-events-tickets td {
		padding: 8px 6px !important;
	}

	/* Tables
	--------------------------------------------- */
	td,
	th {
		padding: 6px 2px;
	}
	
	.workshops .banner-header h2,	
	#tribe-events-pg-template .tribe-events-content .workshops .banner-header h2,
	.workshops .block-header h2,
	#tribe-events-pg-template .tribe-events-content .workshops .block-header h2 {
    	font-size: 1.3em !important;
	}
	
	.workshops h3, #tribe-events-pg-template .tribe-events-content .workshops h3 {
   	 font-size: 1.2em!important;
	}
	
	.lkw-links-banner h1 {
        font-size: 48px;
    }
	
	.lkw-links-banner p {
    	font-size: 20px;
		padding: 0 10%;
	}
	
	.lkw-links-buttons-header h2 {
        font-size: 32px;
    }
	
	.lkw-links-buttons-header h3 {
    	font-size: 16px;
	}
	
	.lkw-links-buttons-group a.fl-button, 
	.lkw-links-buttons-group a.fl-button:visited {
    	font-size: 14px !important;
	}
  
}


/*--------------------------------------------
  IPHONE 5  - 320 x 568
----------------------------------------------*/
@media only screen and (max-width: 320px) {
	
	.gd-full-width .fl-row-bg-video {
        min-width: 320px !important;
    }
	
	.order-now-top-button .fl-module-content {
    	margin-top: -2%;
    	margin-bottom: 20px;
	}
	
	.life-is-better-column {
    	margin-top: 40px;
	}
	
	.lkw-newsletter-popup-img > .fl-col-content {
    	min-height: 170px !important;
	}
	
	.lkw-links-banner h1 {
        font-size: 42px;
    }
	
	.lkw-links-buttons-header h2 {
        font-size: 30px;
    }
	
}