/*
	Theme Name: Lifestyle Pro Child Theme
	Theme URI: http://my.studiopress.com/themes/lifestyle/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.0.0
 
	Tags: green, tan, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
	Template: genesis
	Template Version: 2.0.0
 
	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
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
		- Home Page
		- Miscellaneous
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Home Page
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Lifestyle Pro Blue
		- Lifestyle Pro Green
		- Lifestyle Pro Mustard
		- Lifestyle Pro Purple
		- Lifestyle Pro Red
	- Media Queries
		- Retina Display
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry: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;
}

.clearfix:after,
.entry-content:after,
.entry: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 */
}

body {
	color: #000;
font-family: 'Muli', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #ca414b;
	text-decoration: none;
}

a:hover,
.site-footer a:hover {
	color: #222;
}

p {
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "“";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #5B5B5B;
font-family: 'Muli', sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
}

h1,
.entry-title {
	font-size: 30px;
	font-size: 3rem;
}
h2{
	font-size: 24px;
	font-size: 2.4rem;
}



h3,
.archive-title,
.comments-title,
.home-bottom .entry-title,
.home-middle .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

h4 {
	font-size: 32px;
	font-size: 3.2rem;
line-height: 32px;
font-family: 'Sacramento', cursive;
color: #5B5B5B;
}

.more-link {	font-size: 25px;
	font-size: 2.5rem;
line-height: 25px;
font-family: 'Sacramento', cursive;
color: #C9414B;
text-transform: lowercase;
float: center;
clear: both;
margin: 10px auto;}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6,
.sidebar .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #eeeee8;
	box-shadow: 0 0 5px #f8f8f8 inset;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #ca414b;
	box-shadow: none;
	border: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #eeeee8;
	color: #a5a5a3;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #eeeee8;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #eeeee8;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	background-color: #f7f7f7;
	margin: 0px auto 0px;
	margin: 0rem auto 0rem;
	overflow: hidden;
}

.site-inner {
	clear: both;
	padding-top: 32px;
margin: 0px auto;
margin: 0rem auto;
	padding-top: 3.2rem;
}

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}



/* Category pages
--------------------------------------------- */
.category .entry-footer {display: none;}
.category .entry-title a, .category .entry-title {font-size:20px;
line-height: 22px;
height: 32px;}
.category .entry-meta {display: none;}

.category .entry {border: none !important;
padding: 0px;
padding: 0rem;

}



.category .entry-content {border: none !important;
padding: 0px;
padding: 0rem;
}

.category .entry-content p{display: none;}

.category .post {border: none !important;
padding: 0px;
padding: 0rem;
width: 48%;
margin-right: 1%;
float: left;
display: block;
background: #fff;
border: 1px solid #ddd;
height: 500px;
}




/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */
.content-sidebar-wrap {
max-width: 1140px;
margin: 0 auto;}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 868px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 750px;
}

.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: 500px;
}

.full-width-content .content {
	width: 100%;
}

.lifestyle-pro-landing .site-container {
	max-width: 772px;
}

.lifestyle-pro-landing .site-inner,
.lifestyle-pro-landing .entry {
	padding: 0;
}

/* Primary Sidebar */

.sidebar-primary {
padding: 0px 10px;
padding: 0rem 1rem;
float: right;
width: 360px;
margin-bottom: 15px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

#text-52 {background: #E0E0E0;
color: #5b5b5b;
}
#text-52 h4 {color: #D2515A;
text-shadow:none;}
#text-52 a {color: #D2515A;
text-shadow:none;}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 164px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.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
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form {
	overflow: hidden;
	width: 100%;
}

.search-form input[type="search"] {
	background: #fff url(images/search.png) no-repeat 15px 16px;
	background-size: 15px 15px;
color: #ca414b;
	padding: 16px 16px 16px 44px;
	padding: 1.6rem 1.6rem 1.6rem 4.4rem;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

img.centered,
.aligncenter {
	display: block;
float: center;
	margin: 0 auto 0px;
	margin: 0 auto 0rem;
}

a.alignnone img,
img.alignnone {
	margin-bottom: 0px;
	margin-bottom: 0rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
     max-width: 100%;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 10px 0px 0;
	margin: 0 1rem 0rem 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 0px 10px;
	margin: 0 0 0rem 1rem;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	border: 1px solid #eeeee8;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	padding: 16px 32px;
	padding: 1.6rem 3.2rem;
}

.archive-description,
.author-box,
.sticky {
	border: 1px solid #eeeee8;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	overflow: hidden;
	padding: 32px;
	padding: 3.2rem;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */

.site-header .widget-title {
  color: #fff;
}

.entry-title a,
.sidebar .widget-title a {
	color: #5B5B5B;
}



.entry-title a:hover {
	color: #ca414b;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

/* Featured Content
--------------------------------------------- */

.featuredpost .entry {
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
}

.featuredpost .entry-header {
	border: none;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.featuredpost .entry-title {
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
	text-align: center;
}

.home h2 a, .home .post-info {	text-align: center !important;}

.home-top .entry-title, .home-top h2 a, .home-top h2{
	font-size: 24px;
	font-size: 2.4rem;
text-align: center;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */
.enews {background: #6A6A6A;
padding: 15px;
width: 300px;
padding: 1.5rem;
color: #fff;
text-shadow: 1px 1px #636160;
margin-left: 10px;}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.sidebar .widget-title {margin-bottom: 5px;
margin-bottom: .5rem;
padding-bottom: 0px;
text-shadow: 1px 1px #fff;}

.enews h4 {color: #ffffff !important;
text-shadow: 1px 1px #636160 !important;}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews-widget input {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	border: none;
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
border-bottom: 1px solid #E3E2E0;
	padding: 8px;
	padding: 0.8rem;
	overflow: hidden;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	width: 380px;
}

.site-title {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 50px;
	font-size: 5rem;
	line-height: 1;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

.site-title a,
.site-title a:hover {
	color: #fff;
	text-decoration: none;
}

.site-description {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	text-align: center;
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

.header-full-width.header-image .site-title a {
	background-position: center !important;
	margin: 0;
}

/* Logo, hide text */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 115px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	color: #fff;
	float: right;
	width: 740px;
}

.site-header .search-form {
	float: right;
	margin-top: 16px;
	margin-top: 1.6rem;
}

.site-header .widget-area a {
	color: #fff;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #fff;
font-family: 'Muli', sans-serif;
text-transform: uppercase;
	display: block;
	padding: 15px 22px 16px;
	padding: 1.5rem 2.2rem 1.6rem;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu > li:hover a,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: #fff;
	color: #ca414b;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 194px;
	z-index: 99;
	background-color: #EEEEEE;
}

.genesis-nav-menu > li:hover .sub-menu a,
.genesis-nav-menu .sub-menu a {
border: none;
border-bottom: 1px solid #fff;
	background-color: #EEEEEE;
	color: #5B5B5B;
	font-size: 14px;
	font-size: 1.4rem;
padding: 15px 0px 16px;
	padding: 1.5rem 0rem 1.6rem;
text-align: center;
	position: relative;
	width: 194px;
height: 40px;
margin-bottom: 0px;
}

.genesis-nav-menu > li:hover .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:hover {
	background-color: #5B5B5B;
	color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 183px;
}

.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 {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	padding: 2rem 0;
}

.genesis-nav-menu > .right > a {
	background: none;
	color: #a5a5a3;
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .right > a:hover {
	color: #ca414b;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 0;
margin-top: 2px;
}

.genesis-nav-menu .search-form input[type="search"] {
	background-position: 12px 12px;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 12px 12px 12px 44px;
	padding: 1.2rem 1.2rem 1.2rem 4.4rem;
}

.genesis-nav-menu .widget-area {
float: right;
padding-top: .8rem;
padding-top: 8px;
height: 45px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li,
.site-header .widget_nav_menu ul ul {
	border: none;
	margin: 0;
	padding: 0;
}

#menu-item-6852{
border-left: 1px solid #E1E1E1;}

.site-header .genesis-nav-menu li {margin-top: 15px;
margin-top: 1.5rem;
}

.site-header .genesis-nav-menu .sub-menu li {height: 40px;
margin-top: 0px;
margin-bottom: 0px;
}

.menu-description {
clear: both;
color: #cccccc;
display: block;
font-family: Georgia, Times, 'Times New Roman', serif;
font-size: 13px;
text-align: center;
line-height: 20px;
font-style: italic;
text-transform: lowercase;
}

.site-header .genesis-nav-menu a {
	color: #6A6A6A;
font-weight: 300;
	display: block;
	padding: 20px 21px;
	padding: 2rem 2.1rem;
	position: relative;
text-align: center;
font-size: 18px;
height: 80px;
	text-decoration: none;
border-right: 1px solid #E1E1E1;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {background: #6A6A6A;
}
.nav-primary .wrap {width: 1140px;}
.nav-primary a {
	color: #fff;
z-index: 1;
}


.nav-primary > li:hover a,
.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	background-color: #fff;
	color: #CA414B;
}

.genesis-nav-menu > li:hover a,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #CA414B;
}

#menu-item-7473, #menu-item-7474, #menu-item-7475, #menu-item-7476{
float: right;
}


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #91dbd1;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.lifestyle-pro-home .content .widget {
	margin-bottom: 32px;
	margin-bottom: 3.2rem;

}

.lifestyle-pro-home .featuredpost img {
	margin-bottom: 20px;
	margin-bottom: 2rem;
float: center;
}
.lifestyle-pro-home .featured-content .entry-title {padding: 10px;
padding: 1rem;
text-align: center;}

.featuredpost .entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding-bottom: 30px !important;
	padding-bottom: 3rem !important;
background: #fff;
border: 1px solid #E0E0E0;
}



.lifestyle-pro-home .entry:last-child {
	margin-bottom: 0;
}

.home-middle .featuredpost img {
	margin-bottom: 0;
	margin-right: 20px;
	margin-right: 2rem;
}

.home-bottom-left,
.home-bottom-right {
	width: 48%;
height: 370px;
}


.home-bottom-left {
	float: left;
margin-right: 2%;
}

.home-bottom-right {
	float: right;
}

.lifestyle-pro-home .content .featuredpost p {
	margin: 0;
padding: 5px 20px 20px;
padding: .5rem 2rem 2rem;
}


/* Entries
--------------------------------------------- */

.content .entry {
	border: 1px solid #eeeee8;
background: #fff;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	padding: 32px;
	padding: 1.2rem;
}

.lifestyle-pro-home .content .entry {
padding: 0px;
padding: 0rem;
}

#featured-post-2 .entry {padding: 0px 0px 15px!important;
padding: 0rem 0rem 1.5rem !important;}

.home .post {padding: 0px;
padding: 0rem;}

.entry-header {
	border-bottom: 1px solid #eeeee8;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	text-align: center;
}

.entry-content img {max-width: 680px;
height: auto;
margin: 0 auto -10px;
}

.search .entry-content img{
    height: auto;
    margin: 0 15px 0px 0px !important;
    max-width: 680px;
}


.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-meta {
	font-size: 12px;
	font-size: 1.2rem;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eeeee8;
	margin: 0;
	padding: 32px 0 8px;
	padding: 3.2rem 0 0.8rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-meta .entry-tags {
	float: right;
}

/* Entry Navigation
--------------------------------------------- */

.archive-pagination {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	border: 1px solid #eeeee8;
	color: #a5a5a3;
background: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	color: #ca414b;
}

/* Comments
--------------------------------------------- */

.ping-list,
.entry-comments,
.comment-respond {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-comments-link {display: 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;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

.comment {
	border: 1px solid #eeeee8; 
	border-right: none; 
}

.comment.depth-1 {
	border-right: 1px solid #eeeee8; 
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.form-allowed-tags {
	background-color: #f8f8f8;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}

p.subscribe-to-comments {
	padding: 24px 0 16px;
	padding: 2.4rem 0 1.6rem;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 15px;
	font-size: 1.5rem;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
	padding: 12px;
	padding: 1.2rem;
	text-align: center;
}

.widget li {
	border-bottom: 1px solid #eeeee8;
	list-style-type: none;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
	padding-bottom: 12px;
	padding-bottom: 1.2rem;
}

.widget ul ul {
	border-top: 1px solid #eeeee8;
	margin-top: 12px;
	margin-top: 1.2rem;
	padding-top: 12px;
	padding-top: 1.2rem;
}

.widget ul > li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
/*
Categories above Footer
---------------------------------------------------------------------------------------------------- */
.bottom-category-menu a img {border-right: 1px solid #F7F7F7;
padding-left: 0px;
padding-right: 0px;
padding-left: 0rem;
padding-right: 0rem;
margin-top: 0px;
margin-top: 0rem;
width: 227px;
height: 160px;}

.bottom-category-menu h2 {  color: #5B5B5B;
text-shadow: 1px 1px #fff;
    font-family: 'Sacramento',cursive;
    font-size: 4.8rem;
    line-height: 32px;
padding-top: 30px;
padding-top: 3rem;
clear: both;}

.bottom-category-menu {clear: both;
max-width: 1140px;
margin: 5px auto 20px;
margin: .5rem auto 2rem;
}

/*
Bottom Subscribe
---------------------------------------------------------------------------------------------------- */
.bottom-subscribe {height: 110px;
max-width: 1140px;
margin: 0 auto;
margin-top: 20px;
margin-top: 2rem;
padding-top: 0px;}

#gform_2 {float: right;
display: block;
width: 30%;
padding-left: 20px;
padding-left: 2rem;}

#gform_2 .gfield_label {display: none;}
#input_2_1 {width: 240px;
height: 58px;}

#gform_submit_button_2 {float: right;
margin-top: -89px;
background: url(/wp-content/uploads/2014/03/go-button.png) no-repeat;
margin-left: 20px;
height: 58px;
width: 58px;
padding:0px;
margin-left: 2rem;
text-indent: -9999px;}

#gform_submit_button_2:hover {
background: url(/wp-content/uploads/2014/03/go-hover.png) no-repeat;
text-indent: -9999px;}

.subscribe-words {float: left;
display: block;
width: 68%;
color: #fff;
font-size: 18px;
line-height: 24px;
text-shadow: 1px 1px #5B5B5B;
margin-top: 0px;}
/*

Bottom Social Media Section
---------------------------------------------------------------------------------------------------- */
.bottom-social {height: 260px;
padding-top: 10px;
padding-top: 1rem;
background: #6A6A6A;
color: #fff;
text-align: left;}
.social-wrap {max-width: 1140px;
margin: 0 auto;
}

.bottom-social img {float: left;
margin-right: 10px;}

.fb {width: 280px;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
float: left;
display: block;
padding: 20px;
padding: 2rem;
font-size: 15px;
 vertical-align:middle;
line-height: 60px;
text-align: left;}

.twitter, .gplus, .pinterest {width: 280px;
border-right: 1px solid #fff;
float: left;
font-size: 15px;
 vertical-align:middle;
display: block;
padding: 20px;
line-height: 60px;
padding: 2rem;
text-align: left;
}

.gform_footer {padding-bottom: 0px !important;
margin-bottom: 0px !important;}

#simple-social-icons-1 {margin-right: 25px;}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: url(/wp-content/uploads/2014/01/94100093.jpg);
	border-top: 1px dotted #E1E1E1;
	clear: both;
	margin: 0 auto;
	padding-top: 22px;
	padding-top: 2.2rem;
text-shadow: 1px 1px #fff;
}

.footer-widgets-1{
	width: 1140px;
float: left;
}

.footer-widgets a {color: #6A6A6A;}

.footer-widgets .widget li {
	border-bottom: none;
	list-style-type: none;
	margin-bottom: 0px;
	margin-bottom: 0rem;
	padding-bottom: 0px;
	padding-bottom: 0rem;
}

.footer-widgets .widget ul ul {
	border-top: 1px solid #eeeee8;
	margin-top: 12px;
	margin-top: 1.2rem;
	padding-top: 12px;
	padding-top: 1.2rem;
}

.footer-widgets .widget {
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	padding: 5px 22px;
	padding: .5rem 2.2rem;
text-align: center;
}

#menu-footer-menu {
width: 760px;
float: center;
margin: 0 auto;
border-left: 1px solid #F1F1F1;
}

#menu-footer-menu a {
	color: #6A6A6A !important;
font-family: 'Muli', sans-serif;
text-transform: uppercase;
border-right: 1px solid #F1F1F1;
	padding: 15px 30px 16px;
	padding: 1.5rem 3rem 1.6rem;
display: block;
float: left;
	text-decoration: none;
}

#menu-footer-menu > li:hover a,
#menu-footer-menu a:hover,
#menu-footer-menu .current-menu-item > a {
	color: #ca414b;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #ca414b;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 10px;
	padding: 1rem;
	text-align: center;
}

.site-footer a {
	color: #fff;
	text-decoration: none;	
}

.site-footer p {
	margin-bottom: 0;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {
	
	.search-form input[type="search"] {
		background-image: url(images/search@2x.png);
	}

}

@media only screen and (max-width: 1139px) {

	.footer-widgets,
	.site-container,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 688px;
	}

	.content {
		width: 580px;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.site-header .widget-area {
		width: 380px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-bottom-left,
	.home-bottom-right,
	.sidebar-primary {
		width: 272px;
	}

}

@media only screen and (max-width: 1023px) {

	.footer-widgets,
	.site-container,
	.wrap {
		max-width: 772px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.content-sidebar-sidebar .content,
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.sidebar-sidebar-content .content,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	.site-header {
		padding: 24px;
		padding: 2.4rem;
	}
	
	.header-image .site-title a {
		background-position: center !important;
		margin: 0 0 16px;
		margin: 0 0 1.6rem;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-footer p,
	.site-header hgroup,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a {
		padding: 16px;
		padding: 1.6rem;
	}
	
	.site-header .widget-area {
		margin-top: 16px;
		margin-top: 1.6rem;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.alignleft,
	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}
	
	.home-bottom-left,
	.home-bottom-right {
		width: 332px;
	}
	
	.footer-widgets-1 {
		margin: 0;
	}

	.site-footer {
		padding: 24px;
		padding: 2.4rem;
	}

}

@media only screen and (max-width: 767px) {

	body {
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.site-container {
		padding: 20px 5%;
		padding: 2rem 2%;
		width: 98%;
	}

	.five-sixths,
	.four-sixths,
	.home-bottom-left,
	.home-bottom-right,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.site-title {
		font-size: 32px;
		font-size: 3.2rem;
	}
	
	.header-image .site-title a {
		background-size: contain !important;
	}
	
	.genesis-nav-menu a,
	.nav-primary .sub-menu a {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 12px;
		padding: 1.2rem;
	}
	
	.nav-secondary a,
	.nav-secondary .sub-menu a {
		font-size: 11px;
		font-size: 1.1rem;
		padding: 10px 8px;
		padding: 1rem 0.8rem;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -31px 0 0 199px;
	}
	
	.nav-primary .sub-menu .sub-menu {
		margin: -36px 0 0 199px;
	}
	
	.entry-meta .entry-tags {
	  clear: both;
	  float: left;
	}
	
	.entry-meta .entry-comments a {
		margin: 0 0 10px;
		margin: 0 0 1rem;
	}
	
	.lifestyle-pro-home .featuredpost .alignleft,
	.lifestyle-pro-home .featuredpost .alignright {
		float: none;
		margin: 0 auto;
	}

}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.after-entry,
	.comment-respond h3:after,
	.comment-respond h3:before,
	.entry-comments h3:after,
	.entry-comments h3:before,
	.entry,
	.widget-title:after,
	.widget-title:before {
		background-image: url(images/lines@2x.png);
	}

	.search-form input[type="search"] {
		background-image: url(images/search@2x.png);
	}

}

@media only screen and (max-width: 1139px) {

	.footer-widgets,
	.site-container,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 688px;
	}

	.content {
		width: 580px;
	}

.header-image .site-title a {
	background-color: none;
	width: 530px;
	min-height: 100px;
	padding: 0;
}

	.site-header .widget-area {
		width: 544px;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 380px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-middle-left,
	.home-middle-right,
	.sidebar-primary,
	.title-area {
		width: 272px;
	}

}

@media only screen and (max-width: 1023px) {

	.footer-widgets,
	.site-container,
	.wrap {
		width: 100%;
	}

#simple-social-icons-1 {display: none;}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.content-sidebar-sidebar .content,
	.content,
	.footer-widgets-1,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.sidebar-sidebar-content .content,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

Bottom Social Media Section
---------------------------------------------------------------------------------------------------- */
.bottom-social {height: auto;
padding-top: 10px;
padding-top: 1rem;
background: #6A6A6A;
color: #fff;
text-align: left;
width: 100%;}

.social-wrap {width: 100%;
margin: 0 auto;
}

.bottom-social img {float: left;
margin-right: 10px;}

.fb {width: 23%;
border: none;
float: left;
display: block;
padding: 1%;
font-size: 15px;
 vertical-align:middle;
line-height: 60px;
text-align: left;}

.twitter, .gplus, .pinterest {width: 23%;
border: none;
float: left;
font-size: 15px;
 vertical-align:middle;
display: block;
padding: 1%;
line-height: 60px;
text-align: left;
}

.social-words {width: 100%;
clear: both;
margin: 0 auto;}


	.header-image .site-title a {
		float: none;
		margin: 0 auto;
	}

.site-header .genesis-nav-menu {
margin-top: 0px;
margin-top: 0rem;
}

	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header,
	.entry-comments,
	.comment-respond {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}
	.site-description {display: none;}

	.genesis-nav-menu,
	.site-footer p,
	.site-header hgroup,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a {
		padding: 16px;
		padding: 1.6rem;
	}

.header-image .site-title a {
	background-color: none;
width: 100%;
height:120px !important;
	padding: 0;
}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
		width: 100%;
	}

	.genesis-nav-menu li.alignleft,
	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.home-middle-left,
	.home-middle-right {
		width: 332px;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
float: center;
margin: 0 auto;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	.site-footer {
		padding: 24px;
		padding: 2.4rem;
	}

}

@media only screen and (max-width: 767px) {

	body {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.footer-widgets,
	.site-container {
		width: 94%;
	}

	.site-container {
		padding: 20px 5%;
		padding: 2rem 2%;
	}

	.five-sixths,
	.four-sixths,
	.home-middle-left,
	.home-middle-right,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}


.header-image .site-title a, .header-image .site-title,
.header-image .title-area{
	background: none;
	width: 100%;
	padding: 0;
}
.header-image .site-title a{background: url() no-repeat;
width: 100%;
min-height: 175px;}

.genesis-nav-menu {}

	.genesis-nav-menu a,
	.nav-primary .sub-menu a {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 12px;
		padding: 1.2rem;
	}

	.nav-secondary a,
	.nav-secondary .sub-menu a {
		font-size: 11px;
		font-size: 1.1rem;
		padding: 10px 8px;
		padding: 1rem 0.8rem;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -31px 0 0 174px;
	}

	.nav-primary .sub-menu .sub-menu {
		margin: -36px 0 0 174px;
	}

	.entry-title {
		font-size: 30px;
		font-size: 3rem;
	}

	.after-entry .enews-widget input,
	.after-entry .enews-widget input[type="submit"] {
		width: 100%;
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}

	.footer-widgets {
		padding: 20px 5% 0;
		padding: 2rem 5% 0;
	}

}



}







/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */
}
 
/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */
}
 
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* Styles */
}
 
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* Styles */
}
 
/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
}
 
/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* Styles */
}
 
/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* Styles */
}
 
/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* Styles */
}
 
/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}