/*
	Theme Name: Focus Pro
	Theme URI: https://visule.com/
	Description: Custom child theme created for the Genesis Framework.
	Author: Visule Web Media, LLC
	Author URI: https://visule.com/
	Version: 2021.0101

	Template: genesis
	Template Version: 3.3.3

*/


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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

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

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

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


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

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget: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,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

/* ## Typographical Elements

font-family: montserrat, sans-serif;
400 400em 700 700em 800 800em


Apparat Bold

font-family: apparat, sans-serif;

font-weight: 600;

font-style: normal;


Apparat Black

font-family: apparat, sans-serif;

font-weight: 800;

font-style: normal;


Apparat Bold Italic

font-family: apparat, sans-serif;

font-weight: 600;

font-style: italic;


Apparat Regular

font-family: apparat, sans-serif;

font-weight: 300;

font-style: normal;


Apparat Black Italic

font-family: apparat, sans-serif;

font-weight: 800;

font-style: italic;


Apparat Italic

font-family: apparat, sans-serif;

font-weight: 300;

font-style: italic;

font-family: decoy, serif;
700 700em

--------------------------------------------- */

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

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

body {
	background-color: #fff;
	color: #222;
	font-family: apparat, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.tasty-recipes-jump-link {
	-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;
}

a {
	color: #177e89;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #24462d;
	text-decoration: underline;
}

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

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 600;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: apparat, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

.sansit h2,
.sansit h3 {
	font-family: apparat, sans-serif;
	font-weight: 800;
}

h1 {
	font-size: 48px;
	font-size: 4.8rem;
}

h2 {
	font-size: 36px;
	font-size: 3.6rem;
}

h3 {
	font-size: 26px;
	font-size: 2.6rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

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

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

img {
	height: auto;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

.gallery-columns-1 .gallery-item {
	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 img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	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: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

/* --- Main BB and Genesis Button --- */

.fl-builder-content .focus-button a.fl-button,
.fl-builder-content .focus-button a.fl-button:visited,
.fl-builder-content .focus-button .fl-slide a.fl-button, 
.fl-builder-content .focus-button .fl-slide a.fl-button:visited,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.tasty-recipes-jump-link {
	background-color: #24462d;
	border: 0;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 800;
	letter-spacing: 1px;
	padding: 16px 24px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

.fl-builder-content .focus-button a.fl-button:hover, 
.fl-builder-content .focus-button a.fl-button:focus,
.fl-builder-content .focus-button .fl-slide a.fl-button:hover,
.fl-builder-content .focus-button .fl-slide a.fl-button:focus,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
.tasty-recipes-jump-link:hover,
.tasty-recipes-jump-link:focus {
	background-color: #177e89;
	color: #fff;
}

.fl-builder-content .focus-button a.fl-button *, 
.fl-builder-content .focus-button a.fl-button:visited,
.fl-builder-content .focus-button .fl-slide a.fl-button *  {
	color: #fff !important;
}
.fl-builder-content .focus-button a.fl-button:hover *, 
.fl-builder-content .focus-button a.fl-button:focus * {
	color: #fff !important;
}

/* --- Alternate BB Button --- */

.fl-builder-content .focus-button.alt a.fl-button,
.fl-builder-content .focus-button.alt a.fl-button:visited,
.fl-builder-content .focus-button.alt .fl-slide a.fl-button, 
.fl-builder-content .focus-button.alt .fl-slide a.fl-button:visited {
	background-color: #271033;
	color: #fff;
}

.fl-builder-content .focus-button.alt a.fl-button:hover, 
.fl-builder-content .focus-button.alt a.fl-button:focus,
.fl-builder-content .focus-button.alt .fl-slide a.fl-button:hover,
.fl-builder-content .focus-button.alt .fl-slide a.fl-button:focus {
	background-color: #fff;
	color: #000;
}
.fl-builder-content .focus-button.alt a.fl-button *, 
.fl-builder-content .focus-button.alt a.fl-button:visited,
.fl-builder-content .focus-button.alt .fl-slide a.fl-button *  {
	color: #fff !important;
}
.fl-builder-content .focus-button.alt a.fl-button:hover *, 
.fl-builder-content .focus-button.alt a.fl-button:focus * {
	color: #000 !important;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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-bottom: 40px;
	width: 100%;
	word-break: break-word;
}

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


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

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

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

.site-inner {
	clear: both;
	padding-top: 45px;
	word-wrap: break-word;
}


/* ## 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%;
}

.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
---------------------------------------------------------------------------------------------------- */

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

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

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

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

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

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

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.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-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

.wp-block-image figcaption,
.wp-caption-text {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.wp-block-image.aligncenter,
.wp-block-image .aligncenter,
.wp-block-image.alignleft,
.wp-block-image .alignleft,
.wp-block-image.alignright,
.wp-block-image .alignright {
	margin-bottom: 24px;
}

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


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

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0 !important;
}

.genesis-skip-link li {
	height: 0 !important;
	width: 0 !important;
	list-style: none !important;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

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


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

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

.site-inner ol,
.site-inner ul {
	margin-bottom: 28px;
	margin-left: 40px;
	line-height: 1.9;
}

.site-inner ol > li {
	list-style-type: decimal;
}

.site-inner ul > li {
	list-style-type: disc;
}

.site-inner ol ol,
.site-inner ul ul,
.site-inner ol ul {
	margin-bottom: 0;
}


/* # Header Footer Layout
---------------------------------------------------------------------------------------------------- */

.focus-header {
	
}

.focus-menu {
	font-family: apparat, sans-serif;
	font-size: 24px;
	font-size: 2.4rem;	
	font-weight: 700;
	z-index: 9999;
}

.focus-mobile-menu,
.pp-advanced-menu-horizontal {
	font-family: apparat, sans-serif !important;
	font-size: 24px !important;
	font-size: 2.4rem;	
	font-weight: 700 !important;
}

.pp-advanced-menu-horizontal .sub-menu {
	font-size: 18px !important;
	padding-left: 15px;
}

.focus-footer {
	
}

.focus-footer-credits {
	font-size: 15px;
}


/* # Front Page Layout
---------------------------------------------------------------------------------------------------- */

.home-hero {
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
}

.home-hero p {
	margin-bottom: 0;
}

.home-hero h1 {
	color: #fff;
	font-size: 60px;
	font-size: 6rem;
	margin-bottom: 0;
}

.focus-post-grid  .fl-post-grid-title {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.focus-post-grid .fl-post-grid-content p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.625;
}


/* # Inner Page Layouts
---------------------------------------------------------------------------------------------------- */

.inner-hero {
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
}

.inner-hero p {
	margin-bottom: 0;
}

.inner-hero h1 {
	color: #fff;
	font-size: 48px;
	font-size: 4.8rem;
	margin-bottom: 0;
}


/* # Archive Page Layouts
---------------------------------------------------------------------------------------------------- */

.focus-archive-posts .fl-post-feed-post.fl-post-feed-image-beside,
.focus-archive-posts .fl-post-feed-post.fl-post-feed-image-beside-content,
.focus-archive-posts .fl-post-feed-post.fl-post-feed-image-beside-right,
.focus-archive-posts .fl-post-feed-post.fl-post-feed-image-beside-content-right {
    max-width: 100%;
}

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

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

.entry-comments ol {
	list-style-type: none;
	margin-left: 0;
}

.entry-comments ol > li,
.entry-comments ul > li {
	list-style-type: none;
}

.comment-list li {
	list-style-type: none;
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: none;
}

.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;
}

.comment-header p {
	margin-bottom: 0;
}

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

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

.comment .avatar {
	float: left;
    margin: 0 16px 22px 0;
}



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

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

	.focus-menu {
		font-size: 22px;
		font-size: 2.2rem;	
	}

}

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


}

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

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


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}


/* --- Jude --- */


.fl-node-lzo2658t90xj .fl-menu-horizontal.fl-toggle-plus .fl-menu-toggle, .fl-node-lzo2658t90xj .fl-menu-vertical.fl-toggle-plus .fl-menu-toggle {
    width: 28px;
    height: 28px;
    margin: -12px 0 0 !important;
}

.fl-node-lzo2658t90xj .fl-menu .fl-toggle-plus .fl-menu-toggle:before, .fl-node-lzo2658t90xj .fl-menu .fl-toggle-plus .fl-menu-toggle:after {
    border-color: #69a162 !important;
}

.home-search ul {
	margin-left: 0;
}

.home-search .searchandfilter ul li {
    list-style: none;
    display: inline-grid;
    padding: 10px;
    margin: 0;
    width: 33.33%;
}

.home-search input {
	padding: 11px 16px;
}

.home-quad a,
.search-filter-results .fl-post-grid-title a {
	color: #222;
}

.home-quad .fl-callout-photo,
.pp-content-post .pp-post-image {
    position: relative;
    box-shadow: 0px 29px 0px -20px #a9c89c;
}

.search-filter-results .fl-post-grid-image {
    position: relative;
    box-shadow: 0px 29px 0px -20px #a9c89c;
    margin-bottom: 20px;
    line-height: 0;
}

.home-quad .fl-callout-photo:hover,
.pp-content-post:hover .pp-post-image {
    box-shadow: 0px 29px 0px -20px #b1e79a;
}

.search-filter-results .fl-post-grid-post:hover .fl-post-grid-image {
    position: relative;
    box-shadow: 0px 29px 0px -20px #b1e79a;
}

.home-quad:hover a,
.search-find .fl-callout:hover a,
.search-filter-results .fl-post-grid-post:hover .fl-post-grid-title a {
	color: #177e89;
}

.search-filter-results .fl-post-grid-text {
    padding: 0 7px !important;
}

.cta-box {
	background: #e8ebf2;
}

.fl-builder-content .fl-node-ov38rfckptna .fl-subscribe-form .fl-form-field input {
	font-weight: 300 !important;
	border-radius: 0 !important;
}

.focus-header a:hover,
.focus-header a:focus {
	border-bottom: none;
	box-shadow: none;
}

.footer-menu a,
.search-find a {
	color: #222;
	text-decoration: none;
}

.footer-menu a:hover,
.footer-menu a:focus,
.search-find a:hover,
.search-find a:focus {
	color: #177e89;
}


.site-container .tasty-recipes-display {
    border: none;
    border-color: #fff;
    padding: 25px;
    outline: none;
    background: #e8ebf2;
    margin-bottom: 1em;
}

.site-container .tasty-recipes-print-button {
    margin-top: 15px;
    margin-right: 15px;
}

.site-container .tasty-recipes-display h2 {
	font-size: 30px;
	font-weight: 700;
	text-transform: none;
}

.site-container .tasty-recipe-ingredients h3,
.site-container .tasty-recipes-ingredients h3,
.site-container .tasty-recipe-instructions h3,
.site-container .tasty-recipes-instructions h3,
.site-container .tasty-recipes-equipment h3,
.site-container .tasty-recipes-notes h3 {
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

.site-container .tasty-recipes-instructions-header {
	margin: 0;
}

.site-container .pp-content-grid-pagination {
    font-weight: 700;
}

.mobile-only {
	display: none !important;
}

@media only screen and (max-width: 1023px) {
	
	.mobile-only {
		display: block !important;
	}

}

@media only screen and (max-width: 768px) {
	
	.home-search .searchandfilter ul li {
		width: 100%;
	}
	
	h3 {
		font-size: 20px;
		font-size: 2rem;
	}
	
}

.tasty-recipes-quick-links {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
}

.fl-node-go2vk5arq6f0 .fl-form-field input[type=search] {
	z-index: 99999;
}

.page-template-default .entry-title {
	font-size: 48px;
	font-size: 4.8rem;
	margin-top: 45px;
	text-align: center;
}

.post-template-default .content,
.page-template-default .content {
	display: block;
	float: left;
	width: 66.67%;
}

.post-template-default.full-width-content .content,
.page-template-default.full-width-content .content {
	display: block;
	float: left;
	width: 100%;
}

.post-template-default .sidebar,
.page-template-default .sidebar {
	display: block;
	float: right;
	width: 33.33%;
}

.full-width-sidebar .sidebar,
.home.page-template-default .sidebar {
		float: left;
		width: 100%;
}

.single-post .content-sidebar-wrap {
	padding-left: 20px;
	padding-right: 20px;
}

.page-id-40074 .entry-title {
	margin-bottom: 45px;
}

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

	.post-template-default .content,
	.post-template-default .sidebar,
	.page-template-default .content,
	.page-template-default .sidebar {
		float: left;
		width: 100%;
	}
	
}

.search-filter-results .fl-builder-pagination li a.page-numbers,
.search-filter-results .fl-builder-pagination li span.page-numbers {
	border: none;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 700;
	padding: 10px;
	margin: 0 5px 0 0;
	background: #ee7728;
    color: #fff;
}

.search-filter-results .fl-builder-pagination li a.page-numbers:hover,
.search-filter-results .fl-builder-pagination li span.current {
    background: #177e89;
	color: #fff;
    text-decoration: none;
}
