/*
	Theme Name: Genesis Child
	Theme URI: http://www.studiopress.com/
	Description: This is the sample theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 2.2.4

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.2.3

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
	- Jar Of Lemons
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Top Bar
	- Top Bar
	- Search Form
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


/* # 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
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 1.6rem;
}

body {
	background-color: #eee;
	color: #333;
	font-family: "Montserrat","Source Sans Pro",sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-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: #c3251d;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

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: 700;
}

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: "Amatic SC","Source Sans Pro",sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 46px;
	font-size: 4.6rem;
}

h2 {
	font-size: 40px;
	font-size: 4rem;
}

h3 {
	font-size: 34px;
	font-size: 3.4rem;
}

h4 {
	font-size: 30px;
	font-size: 3rem;
}

h5 {
	font-size: 28px;
	font-size: 2.8rem;
}

h6 {
	font-size: 26px;
	font-size: 2.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: #666;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #666;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

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  {
	background-color: #c3251d;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.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: 1065px;
	padding: 0 20px;
}

.site-inner {
	clear: both;
	padding-top: 0px;
	word-wrap: break-word;
}

.landing-page .site-inner {
	max-width: 800px;
}

/* ## 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: 1065px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### WooCommerce Content */

.woocommerce .content {
		width: 70%;
}

.single-product.woocommerce .content {
	width: 100%;
}
	
.single-product div.product .related.products {
	clear: both !important;
}

.woocommerce-checkout #payment ul.payment_methods li {
		list-style-type: none;
}

.woocommerce-message {
    border-top-color: #ed1596 !important;
}
.woocommerce-message:before {
    color: #ed1596 !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt,
.woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #ed1596 !important;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
	background-color: #e00085 !important;
}

.woocommerce input {
	padding: 5px;
	margin-right: 10px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #ed1596 !important;
}

.woocommerce .coupon input[type="text"] {
	height: 36px !important;	
}

.woocommerce table.cart td.actions .input-text {
	width: initial !important;	
}

.woocommerce form .form-row .required {
	color: #ed1596 !important;
	text-decoration: none;
}

.woocommerce-tabs.wc-tabs-wrapper {
	width: 75%;
}


/* ### Content */
.content {
	float: right;
	width: 600px;
	padding-top:40px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 660px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.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;
}
/* ### Panel Grids From Site Origin */

.panel-grid { width:100%; margin-left: 0px !important; margin-right: 0px !important;  }
/* .panel-grid .panel-grid-cell { padding-left: 0px !important; padding-right: 0px !important;  } */

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */


.five-sixths .panel-grid-cell:nth-child(1n+2),
.four-sixths .panel-grid-cell:nth-child(1n+2),
.one-fourth .panel-grid-cell:nth-child(1n+2),
.one-half .panel-grid-cell:nth-child(1n+2),
.one-sixth .panel-grid-cell:nth-child(1n+2),
.one-third .panel-grid-cell:nth-child(1n+2),
.three-fourths .panel-grid-cell:nth-child(1n+2),
.three-sixths .panel-grid-cell:nth-child(1n+2),
.two-fourths .panel-grid-cell:nth-child(1n+2),
.two-sixths .panel-grid-cell:nth-child(1n+2),
.two-thirds .panel-grid-cell:nth-child(1n+2) {
	/* float: left; */
	margin-left: 2.564102564102564%;
}

.jol-five-sixths,
.jol-four-sixths,
.jol-one-fourth,
.jol-one-half,
.jol-one-sixth,
.jol-one-third,
.jol-three-fourths,
.jol-three-sixths,
.jol-two-fourths,
.jol-two-sixths,
.jol-two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half .panel-grid-cell,
.three-sixths .panel-grid-cell,
.two-fourths .panel-grid-cell,
.jol-one-half, .jol-three-sixths, .jol-two-fourths {
	width: 48.717948717948715% !important;
}

.one-third .panel-grid-cell,
.two-sixths .panel-grid-cell,
.jol-one-third, .jol-two-sixths {
	width: 31.623931623931625% !important;
}

.four-sixths .panel-grid-cell,
.two-thirds .panel-grid-cell,
.jol-four-sixths, .jol-two-thirds {
	width: 65.81196581196582% !important;
}

.one-fourth .panel-grid-cell,
.jol-one-fourth {
	width: 23.076923076923077% !important;
}

.three-fourths .panel-grid-cell,
.jol-three-fourths {
	width: 74.35897435897436% !important;
}

.one-sixth .panel-grid-cell, 
.jol-one-sixth {
	width: 14.52991452991453% !important;
}

.five-sixths .panel-grid-cell, 
.jol-five-sixths {
	width: 82.90598290598291% !important;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## 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: 40px;
	font-size: 4rem;
	text-align:center;
}

.entry-title a,
.sidebar .widget-title a {
	/*color: #333;*/
	text-decoration: none;
}

.entry-title a:hover, .entry-title a:focus,
.widget-title a:hover, .widget-title a:focus {
	color: #333 !important; 
}

.widget-title {
	font-size: 28px;
	font-size: 2.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-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}

/* ## Jar Of Lemons
--------------------------------------------- */
.pgc-right { margin-left: 7.564102564102564%; } /* Fix Panel Grids Layout for right column */

/* ## ActiveCampaign Form
--------------------------------------------- */
#popmake-3452 ._form_3._inline-form ._submit {
    -webkit-appearance: none;
    cursor: pointer;
    font-family: arial, sans-serif;
    font-size: 14px;
    text-align: center;
    border: 0 !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    color: #fff !important;
    padding: 10px !important;
}

#popmake-3452 ._form_3._inline-form ._inline-style {
    float: left;
}

#popmake-3452 ._form_3._inline-form._inline-style ._button-wrapper {
    position: relative;
    margin: 25px 0 0 20px;
    outline: none;
} 

#popmake-3452 ._form_3._inline-form ._form_element {
    position: relative;
    margin-bottom: 10px;
    max-width: 100%;
}

#popmake-3452 ._form_3._inline-form ._error-inner {
    padding: 8px 12px;
    background-color: #ed1596;
    font-size: 13px;
    font-family: arial, sans-serif;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#popmake-3452 ._form_3._inline-form ._error._below ._error-arrow {
    top: 0;
    right: 15px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ed1596;
}

#popmake-3452 ._form_3._inline-form input[type="text"]._has_error {
    border: #ed1596 1px solid;
}

#popmake-3452 ._form_3._inline-form ._form-label, #popmake-3452 ._form_3._inline-form ._form_element ._form-label {
    margin-bottom: 5px;
    display: block;
}
 
#popmake-3452 ._form_3._inline-form._inline-style {
    width: auto;
    display: inline-block;
}
 
#popmake-3452 ._form_3._inline-form {
    position: relative;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent !important;
    border: 0px solid #b0b0b0 !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    color: #8c8c8c !important;
}

#popmake-3452 ._form_3._inline-form input[type="text"] {
    height: 40px;
    padding: 15px;
}

@media (max-width: 375px) and (min-width: 320px) {
	#popmake-3452 ._form_3._inline-form._inline-style ._button-wrapper {
		margin: 0 5px 0 0;
	} 
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
/* 	margin-bottom: 40px; */
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
	float: left;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

.featured-content .featured-categories .entry {
	max-width: 327px;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
}

.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # TopBar
---------------------------------------------------------------------------------------------------- */
#topBar { background-color: #bbbbbc; min-height: 40px; clear:both; }
#topBar .wrap { width: 95%; margin: 0 auto; padding:0px } 
#topBar .search, #topBar .newsletter_signup {
	height: auto;
}
.newsletter_signup {
	position: relative;
}
#topBar .search-form,
.widget_search .search-form {
	position: relative;
	width: 200px;
    margin-left: 25px;
    float: left;
}

#topBar .search-form > input,
.widget_search .search-form > input {
    padding: 0px 0px 0px 28px;
    border: none;
    height: 26px;
    margin-top: 7px;
    border-radius: 5px;
}
.widget_search .search-form {
	width: 250px;
}
.widget_search .search-form > input:first-of-type {
	border: solid 1px #999;
	width: 250px;
}
#topBar .search-form input[type="submit"],
.widget_search .search-form input[type="submit"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	clip: inherit;
	color: #4a545a;
	display: inline-block;
	font: 25px/1 "dashicons";
	font-size:2.5rem;
	height: 22px;
	left: 2px;
	padding: 0;
	position: absolute;
	vertical-align: top;
	top: 1px;
	width: 22px;
}

.sr-only, 
._form ._form-branding {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

#topBar ._form {
    height: 40px;
    position: relative;
}
#topBar .newsletter { margin:-2px 0 0 0; font: bold 34px "Amatic SC","Source Sans Pro",sans-serif; font-size:3.4rem; } 
#topBar .newsletter > span { font: 16px "Montserrat","Source Sans Pro",sans-serif; font-size:1.6rem; position: relative; top: -3px; }
#topBar ._form input {
    border: none;
    border-radius: 3px;
    height: 26px;
    margin: 7px 0px 0px 15px;
    padding: 0 35px 0 15px;
    width: 180px;
    font-size: 12px;
    font-size:1.2rem;
    color: #666666; 
}
#topBar ._form button {
	background-color: #eee;
	border-radius: 2px;
	height: 20px;
	line-height: 0;
	padding: 1px 0 0 1px;
	position: absolute;
	right: 7px;
	top: 10px;
	width: 20px;  
}
#topBar ._form button:hover {
	background-color: #ed1596;
}
#topBar ._form button > span { color: #ed1596; } 
#topBar ._form button:hover span {
    color: #ffffff;
}


#topBar ul {padding-top: 2px;}
#topBar li:first-child { padding-left:0px; }
#topBar li.social { 
	font-size:25px; 
	font-size:2.5rem; 
	display:inline-block; 
	padding-left:10px; 
	height:25px;
}
#topBar a { color:#000; }
#topBar a:hover { color:#ed1596; }

._form_hide { display:none; visibility:hidden; }
._form_show { display:block; visibility:visible; }
._form input[type="text"]._has_error,._form textarea._has_error { border:#ed1596 1px solid; }
._form input[type="checkbox"]._has_error { outline:#ed1596 1px solid; }
._form ._error { display:block; position:absolute; font-size:13px; z-index:10000001; }
._form ._error._above { padding-bottom:4px; top:-41px; right:0; }
._form ._error._below { padding-top:4px; top:100%; }
._form ._error._above ._error-arrow { bottom:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #ed1596; }
._form ._error._below ._error-arrow { top:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #ed1596; }
._form ._error-inner { padding:8px 12px; background-color:#ed1596; font-size:13px; font-family:arial, sans-serif; color:#fff; text-align:center; text-decoration:none; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
._form ._error-inner._form_error { margin-bottom:5px; text-align:left; }
._form ._button-wrapper ._error-inner._form_error { position:static; }
._form ._error-inner._no_arrow { margin-bottom:10px; }
._form ._error-arrow { position:absolute; width:0; height:0; }
._form ._error-html { margin-bottom:10px; }
._form ._form-thank-you { color: #ed1596; padding-top: 12px; margin-left: 15px; }

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {}

.site-header > .wrap {}

/* ## Title Area
--------------------------------------------- */
.title-area {
	width:100%; 
	float: none;
	padding: 10px 0;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 300px;
	padding: 0;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 102px;
	font-size: 10.2rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center; 
	display:block;
}
.wrap .site-title a { color: #ed1596;}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
	text-decoration: none;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 100%;
}

.site-description {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	margin-top: -17px;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font: 600 26px/1 "Amatic SC","Source Sans Pro",sans-serif;
	font-size: 2.6rem;
	width: 100%;
	text-align:center;
}

.genesis-nav-menu > .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
	padding:0 10px;
}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 22px 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #c3251d;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	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 a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

/* 
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}
 */

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

/* ## 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;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Homepage
--------------------------------------------- */
#pgc-home-0-0 {
    width: 31.623931623931625% !important; 
	margin-left: 0%;
}
#pgc-home-0-1, #pgc-home-0-2 {
	width: 31.623931623931625% !important;
	margin-left: 2.564102564102564%;
}

div#pgc-home-2-1, 
div#pgc-home-4-1 {
    padding-left: 2.564102564102564%;
    padding-top: 3.6%;
}

.so-widget-jol-image .caption { 
	background-color: rgba(100, 100, 100, 0.85);
	position: relative;
}
.so-widget-jol-image .caption:hover { 
	background-color: rgba(236, 0, 140, 0.85);
}
.so-widget-jol-image .caption .widget-title a { 
    display: block;
    height: 90px;
    margin-top: -90px;
    padding: 10px 5px 0;
    text-align: center; 
    text-decoration:none;
    font: 600 27px/1 "Amatic SC","Source Sans Pro",sans-serif;
	font-size:2.7rem;
	color: #fff; 
}

.so-widget-jol-image .widget-title a:hover {
	color:#fff;
} 


.so-widget-jol-image h3 a > .subtitle { 
	display:block; 
	font: 300 20px/1 "Comfortaa","Source Sans Pro",sans-serif;
	font-size:2rem;
	margin-bottom:5px;
}

.about-me { 
	background: linear-gradient(90deg, rgb( 255, 255, 255) 16%, rgb( 220, 220, 220) 16%);
	min-height: 245px;
	padding: 0px 25px 10px 0px;
	position: relative;
} 

.about-me h3.widget-title { 
	font-size:5rem;
	font-size:50px;
	font-weight:normal;
	padding-top: 5px;
	margin-bottom: 15px;
} 

.about-me h3 > span { 
	font-weight:bold;
} 

.about-me p { 
	font-size: 1.4rem; 
	font: normal 14px "Montserrat","Source Sans Pro",sans-serif; 
	margin-bottom: 10px;
} 

.about-me a { 
	font-size: 2rem; 
	font: normal 20px "Comfortaa","Source Sans Pro",sans-serif; 
	text-decoration:none;
	text-align: right;
	display:block;
	position: absolute;
    bottom: 15px;
    right: 20px;
} 
.about-me a:after {
    background: url("images/jol_arrows.png") no-repeat scroll 0 4px / 50px 25px;
	content: "";
	float: right;
	height: 25px;
	width: 25px;
	margin-left: 65px;
}
.about-me a:after:hover {
    color:#000;
}

.category-menu { margin-left: 7.564102564102564%; }

ul#menu-homepage-categories-2 li.menu-item {
	padding-bottom:0px;
	margin-bottom:11px;
	
}
ul#menu-homepage-categories-2 li.long-category a { /* if category is two lines, fix layout */
	padding-top: 1px !important;
}
ul#menu-homepage-categories-2 li.menu-item a {
	padding-top:15px;
	color:#fff;
	background-color:#ed1596;
	font-size:2.5rem;
	text-decoration:none;
	max-width: 156px;
	width: 156px;
	display:inline-block;
	text-align: center;
	font: 600 25px/1 "Amatic SC","Source Sans Pro",sans-serif;
	height: 53px;
}
ul#menu-homepage-categories-2 li.menu-item a:hover {
	background-color: #666;
}
ul#menu-homepage-categories-2 li:nth-of-type(odd) {
	float:left;
	margin-right:12px;
}
.widget_featured-post h3.widget-title { font-size:6rem; font-size:60px; }
.featured-content article a { margin-bottom: 0px;}
.widget_featured-post h4.entry-title { font-size:3.5rem; font-size:35px; margin-bottom:0px }
.widget_featured-post p.entry-meta { font-family:"Comfortaa","Source Sans Pro",sans-serif; margin-bottom:10px }
.widget_featured-post .entry-content > p { font-size:1.5rem; font: 15px "Montserrat","Source Sans Pro",sans-serif; }
.widget_featured-post .entry-content p > a { 
	background-color: #ed1596;
	font-size:1.6rem; 
	font: 16px "Montserrat","Source Sans Pro",sans-serif;
	text-decoration:none;
	color:#fff;
	display: block;
	height: 45px;
	margin: 35px 0 0 400px;
	padding: 13px 0 0 19px;
	width: 125px;
}
.widget_featured-post .entry-content p > a:hover { 
	background-color:#eee;
	color:#666;
}
#pg-home-3 .panel-grid-cell {
  padding-left: 0px !important; 
  padding-right: 0px !important;
}
.follow-me { 
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.social-media-button-container, .socialmedia-right { 
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 5px 0px;
	height: 55px;
}
.social-media-button-container { padding: 3px 0px;}
.social-media-button-container > h3 { font-size:5.5rem; font-size:55px; margin:0px; line-height:44px; }
.social-media-button-container > h3:before { 
	background: url("images/jol_arrows.png") no-repeat -5px 0 / 109px 50px;
	content: "";
	float: left;
	height: 55px;
	margin: 0 20px 0 10px;
	width: 50px;
}
.social-media-button-container a:last-child {
	margin-right: -10px;
} 
.social-media-button-container .sow-social-media-button {
	font-size:1.29em !important;
}
.so-widget-jol-social-media-buttons a:hover, 
.so-widget-jol-social-media-buttons .sow-social-media-button:hover { 
	background-color:#000 !important; 
	border: 1px solid #000 !important;
}

.socialmedia-right { padding-left: 7.564102564102564%; }
.socialmedia-right ._form {
	position: relative;
	width: 325px;
    height: 40px;
}
.socialmedia-right .newsletter { font: 400 16px "Montserrat","Source Sans Pro",sans-serif; font-size:1.6rem; } 
.socialmedia-right .newsletter > span { font: 16px "Montserrat","Source Sans Pro",sans-serif; position: relative; font-size:1.6rem;}
.socialmedia-right ._form input {
    border-radius: 3px;
	color: #666666;
	font-size: 1.2rem;
	font-size: 12px;
	height: 26px;
	margin: 0;
	padding: 0 0 0 15px;
	width: 208px;
	position: relative;
	top: -6px;
}
.socialmedia-right ._form button {
	background-color: #ed1596;
	color:#fff;
	border-radius: 2px;
	height: 45px;
	line-height: 0;
	padding: 1px 0 0 1px;
	position: absolute;
	right: 15px;
	top: 4px;
	width: 80px;
	font: 1.6rem "Montserrat","Source Sans Pro",sans-serif;
	font-size: 16px;
}
.socialmedia-right ._form button:hover {
	background-color: #eee;
	color:#666;
}

.featured-categories > h3 {
	font-size: 5rem !important;
	font-size: 50px !important;
	margin-bottom: 10px !important;
}
.featured-categories article {
  float: left;
  margin-bottom: 9px;
}
.featured-categories article:nth-of-type(odd) {
  margin-right: 20px;
}
.featured-categories article a {
  margin: 0px;
  padding: 0px;
  width: 327px;
}

/* ## Categories
--------------------------------------------- */
.category-heading {
  border: 1px solid #e2e4e4;
  display: inline-block;
  height: 66px;
  text-align: center;
  margin-bottom: 25px;
}
ul.category-heading {
    text-align: left;
    cursor: pointer;
}
.category-title span {
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font: 31px 'Great Vibes', cursive;
    font-size: 3.1rem;
    letter-spacing: 0.105em;
    width:100%;
    text-transform: lowercase;
    color: #333;
} 
.category-title  {
	font: 24px "Comfortaa","Source Sans Pro",sans-serif;
	font-size: 2.4rem;
	text-transform: uppercase;
	letter-spacing: 0.065em;
	padding-top: 15px;
	color: #ed1596;
	display: inline-block;
}
li.dropdown {
    letter-spacing: 0.105em;
    padding: 20px 20px 0px;
    text-transform: uppercase;
}
li.dropdown span::before {
	content: "\f347";
	line-height: 32px;
    margin-left: 85px;
}
.menu-categories-container {
    position: relative;
}
ul.category-sub-menu {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #e2e4e4;
    border-left: 1px solid #e2e4e4;
    border-right: 1px solid #e2e4e4;
    left: -1px;
    padding: 3%;
    position: absolute;
    width: 100.3%;
    z-index: 999;
}
/* 
ul.sub-menu li {
    padding-bottom: 2%;
}
 */
ul.category-sub-menu li a {
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-family: "Comfortaa","Source Sans Pro",sans-serif;
    font-size: 2rem;
    font-size: 20px;
    letter-spacing: 0.105em;
    text-transform: uppercase;
    text-decoration:none;
}

.grid .entry-title {
	font-size: 25px;
	font-size: 2.5rem;
}
.popular-posts-container .panel-grid-cell:first-child {
	margin-left: 0;
	width: 23.076923076923077% !important;
}
.popular-posts-container .panel-grid-cell  {
	margin-left: 2.564102564102564%;
	width: 23.076923076923077% !important;
}
.popular-posts .widget-title a { 
    display: block;
    height: 90px;
    padding: 10px 5px 0;
    text-align: center; 
    text-decoration:none;
    font: 600 27px/1 "Amatic SC","Source Sans Pro",sans-serif;
	font-size:2.7rem; 
}

.popular-posts .widget-title a:hover {
	color:#333;
} 
.so-widget-jol-image h3 a > .subtitle { 
	display:block; 
	font: 300 20px/1 "Comfortaa","Source Sans Pro",sans-serif;
	font-size:2rem;
	margin-bottom:5px;
}

/* ## Entries
--------------------------------------------- */

.wpp-list li:nth-child(even) {
    margin-left: 15px;
}

.wpp-list li {
    float: left;
    width: 125px;
    margin-bottom: 10px;
    height: 240px;    
    overflow: hidden;
}

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	/*padding: 70px 80px;*/
}

.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-content code {
	background-color: #333;
	color: #eee;
}

.after-entry {
	padding:0;
}
.about-me-entry h3.widget-title { 
	font-size:2rem;
	font-size:20px;
	font-weight:normal;
	margin-bottom: 5px;
	margin-left:175px;
} 

.about-me-entry p { 
	font-size: 1.4rem; 
	font: normal 14px "Montserrat","Source Sans Pro",sans-serif; 
	margin-bottom: 10px;
} 

.about-me-entry p > img.avatar { 
	position:relative;
	top:-25px;
} 

.about-me-entry a { 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
	font-size: 12px; 
	font: normal 1.2rem "Comfortaa","Source Sans Pro",sans-serif; 
	text-decoration:none;
} 

.about-me-entry .fa-facebook-square { 
	margin-left:10px;
} 

.about-me-entry i {
	font-size: 2.4rem;
	font-size: 24px;
	margin:0 5px 0 10px;
} 

.pagination-previous, .pagination-next {
	font-size: 13px;
	font-size: 1.3rem;	
}

.adjacent-entry-pagination {
	border-bottom: solid 1px #bbbbbb;
	padding-bottom: 50px;
}

.comment-respond {
	margin-bottom: 10px;
}

.entry-comments {
	padding-top:0px;
}
.extra-post-content .entry-date {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
	margin-bottom:0px;
	text-transform: uppercase;
	color: #bbbbbb;
}
.extra-post-content h2 {
	font-size:2.5rem;
	font-size:25px;
}
.extra-post-content a {
	text-decoration:none;
}	
.extra-post-content > div {
	background-color: #f6f6f6;
	color: #555;
}	
.extra-post-content div > p, .extra-post-content div > a {
    font-size: 1.4rem;
    font-size: 14px;
}
.extra-post-content div > p {
    margin-bottom: 15px;
}
.extra-post-content div > p a {
    font-size: 1.2rem;
    font-size: 12px;
}
.extra-post-content span.fa-long-arrow-right {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
    font-size: 1.6rem;
    font-size: 16px;
    margin-left: 5px;
    display:inline-block;
    vertical-align: middle;
}
.one-two {
	height:300px;
	margin-bottom:20px;
	width: 68%;
	float:left;
	padding: 15px;
}
.five-six {
	height:300px;
	margin-bottom:20px;
	width: 68%;
	float:right;
	padding: 15px;
}
.three {
	margin-bottom:20px;
	height: 620px;
	margin-left: 70%;
	width: 30%;
	padding: 15px;
}
.seven {
	margin-bottom:20px;
	height: 620px;
	margin-right: 70%;
	width: 30%;
	padding: 15px;
}
.last {
    height: 300px;
    margin-bottom: 20px;
    padding: 15px;
}
.last h2{
    font-size: 3rem;
    font-size: 30px;
}
.one-two img, .five-six img, .last img {
	height:auto;
	width: 100%;
	max-width:270px;
}
.one-two img, .last img {
	float:left;
	margin-right: 20px;
}
.five-six img {
	float:right;
	margin-left: 20px;
}

/* ## Hey There page
--------------------------------------------- */
.faq h3.widget-title, .disclosure h3.widget-title {
	font-size:45px;
	font-size:4.5rem;
	margin-bottom: 10px;
}
.hey-there p {
	font-size:15px;
	font-size:1.5rem;
}
.hey-there .ow-button-hover {
	font-size:35px !important;
	font-size:3.5rem !important;
	padding:.4em 1em !important;
}
.ow-button-hover { /* Controls all buttons except for Hey There" */
	font-family: "Amatic SC","Source Sans Pro",sans-serif;
	font-size:25px !important;
	font-size:2.5rem !important; 
}
.hey-there .soua-accordion-title div {
	font-size:20px;
	font-size:2rem;
}

/* ## How It All Started
---------------------------------------------------------------------------------------------------- */
.one-half.started-left .panel-grid-cell,
.one-half.started-right .panel-grid-cell {
	padding: 0 !important;
}
.one-half.started-right .panel-grid-cell:nth-child(2) {
    margin-right: 2.564102564102564% !important;
    margin-left: 0% !important;
}

/* ## Contact Me Page
--------------------------------------------- */
.sow-submit {
    margin-top: 15px;
}

/* ## Shop Page
--------------------------------------------- */
.ebook-ad .so-widget-image {
    height: 43.1rem !important;
    width: 48rem !important;
}
.shop-categories a {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:block;
	height:7em;
	padding-top:2.6em;
	background-color: #ed1596;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 31px;
	font-size: 3.1rem;
	text-decoration:none;
	text-align:center;
	max-height: 20.8rem;
	margin-left: 1.5rem;
}
.two-lines a { /*temp fix for two lined text */
  padding-top: 2.2em;
  line-height: 3.9rem;
}
.shop-categories a:hover {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
	background-color: #eee;
	color: #666;
}
.jol-ebooks .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  width: 100%;
}

.woocommerce ul.products li.product h3 {
	font-family: "Montserrat","Source Sans Pro",sans-serif; 
    font-size: 1.4rem;
}
.shop-links .panel-grid-cell .so-panel {
	margin-bottom:1.5rem !important;
}

/* ## WooCommerce
---------------------------------------------------------------------------------------------------- */
.woocommerce-info {
    border-top-color: #ed1596 !important;
}
.woocommerce-info:before {
	color: #ed1596 !important;
}
.woocommerce .sidebar-primary {
    width: 24%;
}
.woocommerce .woocommerce-product-search {
	position: relative;
	width: 200px;
}
.woocommerce-product-search input[type="search"] {
    height: 26px;
    border-radius: 5px;
    padding-left: 30px;
    margin-top: 5px;
}
.woocommerce-product-search input[type="submit"], 
.woocommerce-product-search input:focus[type="submit"] {
    height: 63px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    clip: inherit;
    color: #4a545a;
    display: inline-block;
    font: 25px/1 "dashicons";
    font-size: 2.5rem;
    height: 22px;
    left: 2px;
    padding: 0;
    position: absolute;
    vertical-align: top;
    top: 7px;
}
.woocommerce select {
	padding: 0px 5px;
}
.woocommerce .woocommerce-EditAccountForm p {
	margin-top: 28px;
}

.woocommerce .linkwithin_hook {
	display: none;
}
.woocommerce .summary li {
	list-style-type: initial;
}

.woocommerce .summary ul {
	padding-left: 20px;
	margin-bottom: 1rem;
}

.woocommerce .price ins {
    text-decoration: none;
}
/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
	text-align:center;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	background-color: #c3251d;
	color: #fff;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 10px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	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: disc;
}

.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 textarea {
	height: 200px;
}
.comment-form textarea, .comment-form input[type="email"], 
input[type="text"], input[type="url"]  {
	font-size: 1.5rem;
	font-size: 15px;
	color: #666;

}
.comment-form input[type="email"], input[type="text"], 
input[type="url"] {
	height:50px;
	padding: 15px;
	
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 40px 0px;
}

.category-recipes .sidebar {
display: none;
}

.category-recipes .content {
width: 100%;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	clear: both;
	padding: 60px 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 380px;
}

.footer-widgets-1 {
	margin-right: 70px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: 40px 0;
	text-align: right;
}

.site-footer .wrap {
	border-top: 1px solid #bbbbbc;
	border-bottom: 1px solid #bbbbbc;
	padding: 10px 0;
	height: 85px;
}

.site-footer p {
	border-top: 1px solid #bbbbbc;
	border-bottom: 1px solid #bbbbbc;
	margin-bottom: 0;
	padding-bottom: 22px;
    padding-top: 24px;
    padding-right: 15px
}

.site-footer ul {padding:12px 0 0 10px;}
.site-footer .social { 
    display: inline-block;
    margin: 0 2px;
    font-size:25px; 
    font-size:2.5rem;
}
.site-footer .social a { 
	background-color: #000;
    border-radius: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
    display:block;
}
.site-footer .social a:hover { 
	background-color: #ed1596;
}
.site-footer .wrap ul li.facebook span {
    padding-left: 12px;
    padding-top: 8px;
}
.site-footer .wrap ul li.heart span {
    padding-left: 8px;
    padding-top: 8px;
}
.site-footer li.twitter span, .site-footer li.instagram span,
.site-footer li.pinterest span { padding: 7px 0 0 10px; }


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1340px) {

	.site-inner,
	.wrap {
		max-width: 1065px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 920px;
	}
	
	.content,
	.site-header .widget-area {
		width: 600px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 340px;
	}

	.footer-widgets-1 {
		margin-right: 60px;
	}

}


@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 64.7%;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

/* # Content
---------------------------------------------------------------------------------------------------- */
	/* ## Entries
	---------------------------------------------------------------------------------------------------- */
	.one-two p.extra-content, .five-six p.extra-content, .last p.extra-content  {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;
		display: block; /* Fallback for non-webkit */
	    height: 135px; /* Fallback for non-webkit http://codepen.io/martinwolf/pen/qlFdp ( $font-size * $line-height * $lines-to-show )   */ 
	    text-overflow: ellipsis;
	}
	
/* # Footer
---------------------------------------------------------------------------------------------------- */
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

}

@media only screen and (max-width: 1024px) {

	.site-inner,
	.wrap {
		max-width: 880px;
	}
/* ## topBar
---------------------------------------------------------------------------------------------------- */
	#topBar .newsletter_signup, #topBar .search {
		float:none;
		margin: 0 auto;
	}
	#topBar .newsletter_signup {
		width:550px;
	}
	#topBar .search {
		width:399px;
	}
	
	.content,
	.site-header .widget-area {
		width: 61%;
	}

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.js nav.nav-primary,
	.js .site-header nav  {
		display: none;
		position: relative;
	}

	.js .site-header nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #fff;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}

	.menu-toggle {
		border-top: 1px solid #eee;
		line-height: 20px;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}

	.site-header .menu-toggle {
		border: 0;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		margin-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		content: "\f142";
	}

	.js .nav-primary .genesis-nav-menu .menu-item,
	.js .site-header .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin: 1px 0;
		position: relative;
		text-align: left;
	}

	.js .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.js .nav-primary .genesis-nav-menu .menu-item a,
	.js .site-header .genesis-nav-menu .menu-item a {
		border: none;
		padding: 12px 0;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		background-color: #fff;
		color: #000;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		background-color: #fff;
		color: #c3251d;
	}
/* ## Homepage
---------------------------------------------------------------------------------------------------- */
	#pg-home-1 .panel-grid-cell {
		float:none !important;
	}
	#pgc-home-1-0, #pgc-home-1-1 {
		width: 100% !important;
		margin-bottom: 25px;
	}
	ul#menu-homepage-categories-2 li {
    	float: left;
   		margin-right: 12px;
	}
/* 
	.about-me a { 
		margin-left:295px !important;
	} 
 */
	.featured-content .entry {
		width:75%;
	}
	.featured-categories article.entry {
		width: 48%;
	}
	.widget_featured-post h4.entry-title {
		font-size: 29px;
		font-size: 2.9rem;
	}
	.featured-content article a {
		float: none;
	}
	.widget_featured-post .entry-content p > a { 
		margin: 35px 0 0 0px;
	}
	.about-me p {
		margin-bottom: 40px;
	}
/* 
	.menu-homepage-categories-2-container {
		margin: 0 auto;
		width: 92%;
	}
 */
 	ul#menu-homepage-categories-2 {
		padding: 0px 0 0 5%;
	}
	.category-menu {
    	margin-left: 0;
	}
	ul#menu-homepage-categories-2 li.menu-item a {
		max-width: 181px;
		width: 181px;
		height: 56px;
	}
	#pgc-home-3-0, .social-bar .panel-grid-cell:first-child {
		width: 61% !important;
	}
	#pgc-home-3-1, .social-bar .panel-grid-cell {
		width: 39% !important;
	}
	.social-media-button-container a:last-child {
		margin-right: 0px;
	}
	.so-widget-jol-social-media-buttons-flat-05118c9f830b .sow-social-media-button {
		padding: .15em .15em !important;
	}
	a.ow-button-hover {
    	margin-top: 8px !important;
	}
	.social-media-button-container .sow-social-media-button {
    font-size: 1.46em !important;
	}
	.socialmedia-right ._form input {
		width: 188px;
	}
	.socialmedia-right .newsletter > span {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.socialmedia-right .newsletter {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.social-media-button-container > h3 {
    font-size: 3.5rem !important;
    font-size: 35px !important;
	}
	.socialmedia-right {
    	padding-left: 6%;
	}
	.socialmedia-right ._form button {
	    right: 48px;
	}
/* ## Categories
---------------------------------------------------------------------------------------------------- */
	.category-title  {
		font-size: 20px;
		font-size: 2rem;
	}
	li.dropdown span::before {
    	margin-left: 35px;
    }
    
/* ## Hey There
---------------------------------------------------------------------------------------------------- */
	.hey-there .ow-button-hover {
		font-size: 32px !important;
		font-size: 3.2rem !important;				
	}
	.started-buttons .ow-button-hover {
		font-size: 26px !important;
		font-size: 2.6rem !important;
	}
	.hey-there .about-section .panel-grid-cell:first-child {
		margin-right: 15px;
	}
	.hey-there .about-section .panel-grid-cell:nth-child(2) {
		float: none !important;
		width: 100% !important;
		margin-left: 0;
	}
	.hey-there .disclosure p {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.hey-there p {
		text-align: justify;
	}
	
/* # footer
---------------------------------------------------------------------------------------------------- */
	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}

}

@media only screen and (max-width: 860px) {

	body > div {
		font-size: 1.8rem;
	}

	body {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.site-inner {
		padding: 5% 5% 0;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.content {
		padding-top: 0px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.js .genesis-nav-menu .sub-menu a,
	.js .genesis-nav-menu .sub-menu, 
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
/* 		padding: 30px; */
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.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%;
	}
	
	/* ## topBar
	---------------------------------------------------------------------------------------------------- */
	#topBar .search {
		width: 401px;
	}
	/* ## Homepage 
	---------------------------------------------------------------------------------------------------- */
	#pg-home-0 .panel-grid-cell, 
	#pg-home-1 .panel-grid-cell, 
	#pg-home-2 .panel-grid-cell {
		float:left !important;
	}
	.about-me {
    	background: linear-gradient(90deg, rgb( 255, 255, 255) 15%, rgb( 220, 220, 220) 15%);
    }
    .about-me p {
		margin-bottom: 10px;
	}
/* 
	.about-me a {
		margin-left: 140px !important;
	}
 */
	ul#menu-homepage-categories-2 li.menu-item a {
		width: 146.9px;
	}
	.featured-content article a.alignleft {
		margin: 0px;
	}
	.featured-content .entry {
		width: 100%;
		text-align:center;
	}
	.widget_featured-post .entry-content p > a {
		padding: 13px 0 0 0;
		margin-right: auto;
		margin-left: auto;
	}
	#pgc-home-3-0 {
		margin-bottom: 0px !important;
	}
	.social-media-button-container > h3:before {
		display:none;
	}
	.social-media-button-container a:last-child {
		margin-right: 3px;
	}
	a.ow-button-hover {
		margin-top: 4px !important;
	}
	#pg-home-3 .panel-grid-cell, .social-bar .panel-grid-cell {
    	float: left !important;
	}
	.socialmedia-right {
		padding-left: 2.75%;
	}
	.socialmedia-right ._form {
		width: 263px;
	}
	.socialmedia-right ._form input {
		top: -10px;
	}
	.socialmedia-right ._form button {
		width: 65px;
		right: 0px;
	}
	.pgc-right {
    	margin-left: 0;
	}
	
	/* ## Hey There 
	---------------------------------------------------------------------------------------------------- */
	.one-half.about-section .panel-grid-cell {
	    float: left !important;
	    margin-bottom: 5px !important;
	}
	
	.one-half.about-christine-section .panel-grid-cell,
	.one-half.disclosure-section .panel-grid-cell,
	.one-third.hey-buttons .panel-grid-cell,
	.one-third.how-it-started-buttons .panel-grid-cell,
	.one-half.about-christine-buttons .panel-grid-cell {
		float: left !important;
	}
	
	/* ## How It All Started
	---------------------------------------------------------------------------------------------------- */
	.one-half.started-left .panel-grid-cell,
	.one-third.started-buttons .panel-grid-cell {
		float: left !important;
		padding: 0 !important;
	}
	.one-half.started-right .panel-grid-cell {
		float:left !important;
		padding: 0 !important;
	}
	.one-half.started-right .panel-grid-cell .info {
		margin-left: 5.564103% !important;
	}
		
	/* ## Recipes 
	---------------------------------------------------------------------------------------------------- */
	.category-title {
		padding-top: 20px;		
	}
	.category-title span {
		display:none;		
	}
	li.dropdown {		
		padding: 22px 20px 0px;		
		font-size: 1.5rem;
    }
	li.dropdown span::before {
		margin-left: 10px;
		line-height: 25px;
	}

	.popular-posts-container .panel-grid-cell {
		float: left !important;
	}
	.one-two, .five-six {
		width: 100%;
		float:none;
	}
	.three {
		height: 300px;
		margin-left: 0%;
		width: 100%;
	}
	.seven {		
		height: 300px;
		margin-right: 0%;
		width: 100%;
	}
	.last {
		height: 300px;
		margin-bottom: 20px;
		padding: 15px;
	}
	.last h2{
		font-size: 3rem;
		font-size: 30px;
	}
	.one-two img, .three img, 
	.seven img, .five-six img, 
	.last img {
		height:auto;
		width: 100%;
		max-width:270px;
	}
	.one-two img, .five-six img, .last img {
		float:left;
		margin-right: 20px;
	}
	.three img, .seven img {
		float:right;
		margin-left: 20px;
	}


	/* ## WooCommerce Content 
	---------------------------------------------------------------------------------------------------- */
	.woocommerce .content {
		width: 65%;
	}
	.woocommerce .sidebar-primary {
		width: 30%;
	}
	.ebook-ad .so-widget-image {
		width: 35rem !important;
		height: 33rem !important;
	}
	.shop-categories.two-lines a {
	    padding-top: 1.4em !important;
		line-height: 3.9rem !important;
	}
	.shop-categories a {
		/* width: 100% !important; */
		height: 100% !important;
		padding-top: 1.8em !important;
		display: block;
	}
	
	.woocommerce-checkout #payment ul.payment_methods li {
		list-style-type: none;
	}

	/* ## Contact Me
	---------------------------------------------------------------------------------------------------- */
	.one-half.contact-me .panel-grid-cell {
		float:left !important;
	}
}

@media only screen and (max-width: 768px) {

	/* ## Homepage
	---------------------------------------------------------------------------------------------------- */	
	#_form_1_ ._form-thank-you { font-size: 16px; }
	
	.about-me {
		background: linear-gradient(180deg, rgb( 255, 255, 255) 30%, rgb( 220, 220, 220) 60%);
		padding: 15px 25px 40px 25px;
		min-height: 100%;
	}
	.about-me div.alignleft, .about-me .avatar {
		float:none !important;
		text-align:center;
		margin:0;
	}
	.about-me a:after {
		margin-left: 15px;
	}
	ul#menu-homepage-categories-2 {
		padding: 0;
		display: block;
		margin: 0 auto;
		width: 65%;
    }
	ul#menu-homepage-categories-2 li.menu-item a {
		width: 187px;
	}
	
	#pgc-home-3-0, .social-bar .panel-grid-cell:first-child,
	#pgc-home-3-1, .social-bar .panel-grid-cell {
		width: 50% !important;
	}
	.social-media-button-container > h3 {
		float:none;
		text-align:center !important;
	}
	.social-media-button-container {
		height: auto;
		text-align:center !important;
		border-top: 1px solid #999;
		padding: 0px;
	}
	.socialmedia-right {
		padding: 5.5% 0 0 8%;
		height: 90px;
	}
	.socialmedia-right ._form button {
		height: 48px;
	}
	
	/* ## Recipe Categories
	---------------------------------------------------------------------------------------------------- */
	#category-nav .jol-one-half.category-heading {
		float: none;
		width: 100% !important;
		margin-left: 0;
	}
	.category-title span {
    	display: inline;
	}
	.category-title {
		padding-top: 14px;
	}
	li.dropdown {
		text-align: center;
	}
	
	.hey-there .ow-button-hover {
		font-size: 27px !important;
		font-size: 2.7rem !important;
		padding: .4em 0.856em !important
	}
	
	.wpp-list li {
		width: 48%;
		margin-right: 5px;
		height: 390px;
	}
	
	.site-footer p {
		padding-bottom: 14px;
	}
	
	/* ## WooCommerce
	---------------------------------------------------------------------------------------------------- */	
	.shop-categories a, 
	.shop-categories.two-lines a  {
		padding: 1em 0 !important;
		font-size: 2rem !important;
	}
	.shop-categories.two-lines a  {
		line-height: 2.9rem !important;
	}
	.shop-links .panel-grid-cell {
		float: left !important;
		width: 50% !important;
		margin-bottom: 0px !important;
	}
}
@media only screen and (max-width: 568px) {
	ul#menu-homepage-categories-2 li.menu-item a {
		width: 154px;
		margin-left: 3%;
	}
	
	.wpp-list li {
		width: 48%;
		margin-right: 0;
		height: 310px;
	}
	.wpp-list li:nth-child(even) {
		margin-left: 20px;
	}
}

@media only screen and (max-width: 475px) {
	.site-title {
		font-size: 50px;
		font-size: 5rem;
	}
	.site-description {
		font-size: 20px;
		font-size: 2rem;
		margin-top: -10px;
	}		
	#topBar .search ul{
		text-align: center;
		float: none;
	}
	#topBar .search-form {
		margin: 0 auto;
		float: none;
	}
	#topBar .newsletter_signup, #topBar .search {
		float:none;
		margin: 0 auto;
		width: 100%;
	}
	#topBar .newsletter { font-size: 24px; font-size:2.4rem; float:none; display:block; text-align:center; }
	#topBar .newsletter > span { font-size: 12px; font-size: 1.2rem; }
	#topBar #mc_embed_signup { float: none; text-align: center; width: 200px; margin: 0 auto; }
	#topBar ._form { height: auto; margin-bottom: 10px;}
	#topBar ._form button {

	}
	#topBar ._form input {
		margin: 7px 0px 0px 0px;
		width: 200px;
	}
	
	/* ## Homepage
	---------------------------------------------------------------------------------------------------- */	
	#pg-home-0 .panel-grid-cell, 
	#pg-home-1 .panel-grid-cell, 
	#pg-home-2 .panel-grid-cell, 
	#pg-home-3 .panel-grid-cell, 
	#pg-home-4 .panel-grid-cell,
	.social-bar .panel-grid-cell {
		float: none !important;
		width: auto !important;;
	}
	.so-widget-jol-image-default-3f547a15eaaa .sow-image-container .so-widget-image {
		width: 100%;
	}
	#pgc-home-3-0 {
		margin-bottom: 15px !important;
	}
	#pgc-home-3-0, .social-bar .panel-grid-cell:first-child,
	#pgc-home-3-1, .social-bar .panel-grid-cell {
		width: auto !important;
	}
	ul#menu-homepage-categories-2 {
		padding: 0;
		width:100%;
	}
	ul#menu-homepage-categories-2 li.menu-item, 
	ul#menu-homepage-categories-2 li:nth-of-type(odd) {
		float:none;
		margin-right: 0;
	}
	ul#menu-homepage-categories-2 li.menu-item a,
	ul#menu-homepage-categories-2 li.long-category a {
		width: 65%;
		margin: 0 auto;
		display: block;
		max-width: 100%;
		padding-top: 15px !important;
	}
	
	.featured-content article.entry {
		width: 100% !important;
	}
	.social-media-button-container {
		border-bottom: none;
	}
	.socialmedia-right {
		border-top:none;
		padding-top: 0;
		height: 60px;
	}
	
	.widget_featured-post h3.widget-title { font-size:4.5rem !important; font-size:45px !important; }
	.sow-image-grid-wrapper .sow-image-grid-image img {
		width: 100%;
	}
	
	/* ## Hey There 
	---------------------------------------------------------------------------------------------------- */	
	.one-half.about-section .panel-grid-cell,
	.one-half.about-christine-section .panel-grid-cell,
	.one-half.started-right .panel-grid-cell,
	.one-half.started-left .panel-grid-cell {
		width: 100% !important;
		margin: 0 !important;	
	}

	.one-half.about-section .panel-grid-cell .sow-image-container img,
	.one-half.about-christine-section .panel-grid-cell .sow-image-container img,
	.one-half.started-right .panel-grid-cell .sow-image-container img,
	.one-half.started-left .panel-grid-cell .sow-image-container img {
		margin-bottom: 35px !important;	
	}
	.one-third.hey-buttons .panel-grid-cell,
	.one-half.about-christine-buttons .panel-grid-cell,
	.one-third.started-buttons .panel-grid-cell {
		width: 100% !important;
		float: none !important;
		margin: 0 0 10px 0 !important;
	}
	.one-half.disclosure-section .panel-grid-cell {
		width: 100% !important;
		float: none !important;
		margin-left: 0px;
	}
	.hey-there .ow-button-hover,
	.about-christine-buttons .ow-button-hover,
	.started-buttons .ow-button-hover {
		max-width: 70%;
	}
	
	.one-half.started-right .panel-grid-cell .info {
		margin-left: 0 !important;
	}

	/* ## Recipe Categories
	---------------------------------------------------------------------------------------------------- */	
	
	.content {
		float:none;
	}
	.after-blog {
		clear: both !important;
	}
	.category-title {
		padding-top: 20px;
	}
	.category-title span {
		display: none;
	}
	.category .jol-one-fourth, 
	.popular-posts-container .panel-grid-cell,
	.popular-posts-container .panel-grid-cell:first-child
	 {
		width: 48.717948717948715% !important;
		margin-left: 0;
		height: 240px
	}
	.category .jol-one-fourth:nth-of-type(even), .popular-posts-container .panel-grid-cell:nth-of-type(even) {
		margin-left: 2.564102564102564%;
	}
	.popular-posts-container .panel-grid-cell h3 {
		margin-bottom: 0;
	}
	
	.social-bar .panel-grid-cell:first-child {
		margin-bottom: 15px !important;
	}
	.social-bar .panel-grid-cell:first-child .follow-me {
		border-bottom: none;
	}
	.social-bar .panel-grid-cell:nth-of-type(even) .follow-me {
		border-top: none;
	}
	
	/* ## Single Category
	---------------------------------------------------------------------------------------------------- */	
	.about-me-entry h3.widget-title {
		font-size: 3rem;
		font-size: 30px;
		font-weight: normal;
		margin-bottom: 5px;
		text-align: center;
		margin-left: 0;
	}
	.about-me-entry p > img.avatar {
		display: block;
		float: none;
		margin: 10px auto;
		position: static;
	}
	.about-me-entry .fa-facebook-square {
		margin-left: 50px !important;
	}
	.one-two, .three, .five-six, .seven, .last { 
		height: auto;
	}
	
	.one-two img, .three img, .five-six img, .seven img, .last img {
		float: none;
		margin: 0;
		max-width: 100%;
	}
	
	.wpp-list li {
		width: 100%;
		height: 350px;
	}
	.wpp-list li:nth-child(even) {
		margin-left: 0;
	}
	
	/* ## WooCommerce
	---------------------------------------------------------------------------------------------------- */	
	#pgc-231-1-0, #pgc-231-1-1 {
		margin-bottom: 0 !important;
	}
	.shop-categories a {
		padding: 1em 0 !important;
	}
	
	.woocommerce .content, 
	.woocommerce .sidebar-primary {
		width: 100%;
		float: none;
	}
	.woocommerce .woocommerce-product-search {
		width: 100%;
	}
	
	.woocommerce-checkout #payment ul.payment_methods li {
		list-style-type: none;
	}
	
	/* ## Contact
	---------------------------------------------------------------------------------------------------- */	
	.one-half.contact-me .panel-grid-cell {
		float: none !important;
		width: 100% !important;
		margin: 0;
	}
	
	.sow-recaptcha, #rc-imageselect { 
		transform:scale(0.88);
		-webkit-transform:scale(0.88);
		transform-origin:0 0;
		-webkit-transform-origin:0 0; 
	}
	
	
	.site-footer .wrap {
		height: auto;
	}
	.site-footer p {
		border-top: none;
		border-bottom: 1px solid #BBBBBC;
		margin-bottom: 0px;
		padding: 15px 10px 10px 10px;
		text-align:center;
	}
	.site-footer .social { 
		font-size:20px; 
		font-size:2rem;
	}
	.site-footer .social a { 
		width: 35px;
		height: 35px;
	}
	.site-footer ul {
		float: none;
		text-align: center;
		border-top: 1px solid #BBBBBC;
	}
	.site-footer .wrap ul li.facebook span {
		padding-left: 2px;
	}
	.site-footer .wrap ul li.heart span {
		padding-left: 1px;
	}
	.site-footer li.twitter span,
	.site-footer li.pinterest span { padding: 7px 0 0 2px; }
	.site-footer li.instagram span { padding: 7px 0 0 1px; }

}

@media only screen and (max-width: 320px) { 	
	li.dropdown {
		padding-top: 10px;
	}
}


/* # 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;
	}

}