/*
	Theme Name: EOM Custom
	Description: This is a custom child theme created for the Genesis Framework.
	Author: Jeni @ The Blog Maven
	Author URI: http://www.theblogmaven.com/
	Version: 2.0.0

	Tags: black, orange, 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.opensource.org/licenses/gpl-license.php
*/


/* 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
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- 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
--------------------------------------------- */

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

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


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

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

@font-face {font-family: 'FuturaPT-Book';src: url('webfonts/294EE9_0_0.eot');src: url('webfonts/294EE9_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/294EE9_0_0.woff') format('woff'),url('webfonts/294EE9_0_0.ttf') format('truetype'),url('webfonts/294EE9_0_0.svg#wf') format('svg');}


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

body {
	color: #000;
	font-family: 'Libre Baskerville', serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.625;
}

body > div { font-size: 1.6rem; }

a,
button,
input:focus,
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: #b7236d;
	text-decoration: underline;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	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: "\201C";
	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: #333;
	font-family: 'FuturaPT-Book', sans-serif;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	text-transform: uppercase;
}

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

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

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

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

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

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

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

img {
	height: auto;
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 3px #eee 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: #666;
	opacity: 1;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #e52875;
}

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

.button {
	border-radius: 3px;
	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 #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


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

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

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

.site-inner {
	clear: both;
	padding-top: 40px;
	padding-top: 4rem;
}

/* 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: 920px;
}

.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: 660px;
}

.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: 520px;
}

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

/* Primary Sidebar */

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

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

/* Secondary Sidebar */

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

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

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

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

.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 {
	float: left;
}

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

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

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

.sticky {
}

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

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

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

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

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

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

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.author-box {
	padding: 40px;
	padding: 4rem;
	border-top: 3px dotted #f2f2f2;
	border-bottom: 3px dotted #f2f2f2;
}

.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {

}

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

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

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

.entry-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	letter-spacing: .4px;
	margin-bottom: 6px;
	margin-bottom: .6rem;
}

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

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

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-align: center;
	text-transform: uppercase;
}

.sidebar .widget-title {
	background: url(images/sidebar-dbl-border.png) no-repeat center top, url(images/sidebar-dbl-border.png) no-repeat center bottom;
	padding: 7px 0;
	padding: .7rem 0;
	letter-spacing: .6px;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


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

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

.featured-content .entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
}

.featured-content .entry-title a {
	border: none;
}

.featured-content .entry-title a:hover {
	border: none;
	color: #B7236D;
}

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

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

.enews-widget {
	color: #666;
}

.enews-widget .widget-title {
	color: #fff;
}

.sidebar .enews-widget {
	background: url(images/subscribe-bg.png) no-repeat top left;
	height: 240px;
	padding: 120px 25px 0;
}

.sidebar .enews-widget input {
	text-align: center;
	padding: 6px;
	padding: .6rem;
}

.sidebar .enews-widget input[type="submit"] {
	background: url(images/Sidebar-subscribe-button-bg.png);
	color: #333;
	font-size: 20px;
	font-size: 2rem;
	padding: 6px 10px;
	padding: .6rem 1rem;
	width: 100%;
}

.after-content-sub .enews-widget .widget-title {
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: 2px;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.after-content-sub .enews-widget p {
	color: #fff;
}

.enews-widget input {
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #666;
	font-size: 13px;
	font-size: 1.3rem;
	font-style: italic;
	height: 39px;
	letter-spacing: .4px;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.after-content-sub .enews-widget input {
	padding: 10px 16px;
	padding: 1rem 1.6rem;
	width: 286px;
}

.enews-widget input:focus {

}

.enews-widget input[type="submit"] {
	background-color: #e52875;
	color: #fff;
	font-family: 'FuturaPT-Book', sans-serif;
	font-size: 1.8rem;
	font-size: 18px;
	font-style: normal;
	letter-spacing: 1px;
	margin: 0;
	vertical-align: top;
	width: 100%;
}

.enews-widget input[type="submit"] {
	border: 1px solid #fff;
	padding: 8px 10px;
	padding: .8rem 1rem;
	width: auto;
}

.enews-widget input:hover[type="submit"] {
	background-color: #FB6A67;
	color: #fff;
}

.sidebar .enews-widget input:hover[type="submit"] {
	color: #B7236D;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

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

.site-header .wrap {
	padding: 40px 0;
	padding: 4rem 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 16px 0;
	padding: 1.6rem 0;
	width: 100%;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

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

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

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

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 30px 0;
	padding: 3rem 0;
	position: relative;
}

.header-image .site-title a {
	background: url(images/logo.png) no-repeat center;
	float: left;
	min-height: 128px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	position: absolute;
	text-align: left;
	top: 0;
	left: 0;
	width: 320px;
}

.header-image .site-header .widget-area {
	margin-top: 15px;
	margin-top: 1.5rem;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}


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

.genesis-nav-menu {
	clear: both;
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'FuturaPT-Book', sans-serif;
	line-height: 1.5;
	width: 100%;
}

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

.genesis-nav-menu a {
	border: none;
	color: #666;
	display: block;
	padding: 28px 24px;
	padding: 2.8rem 2.4rem;
	position: relative;
}

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

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}

.genesis-nav-menu > .menu-item > a {

}

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

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 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 {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

.genesis-nav-menu .family {
	background: url(images/family-nav.jpg) no-repeat;
}

.genesis-nav-menu .family:hover {
	background: #e52875;
}

.genesis-nav-menu .you {
	background: url(images/you-nav.jpg) no-repeat;
}

.genesis-nav-menu .you:hover {
	background: #f55c79;
}

.genesis-nav-menu .style {
	background: url(images/style-nav.jpg) no-repeat;
}

.genesis-nav-menu .style:hover {
	background: #fa9189;
}

.genesis-nav-menu .home {
	background: url(images/home-nav.jpg) no-repeat;
}

.genesis-nav-menu .home:hover {
	background: #9de0ca;
}

.genesis-nav-menu .food {
	background: url(images/food-nav.jpg) no-repeat;
}

.genesis-nav-menu .food:hover {
	background: #7dd1b5;
}

.genesis-nav-menu .travel {
	background: url(images/travel-nav.jpg) no-repeat;
}

.genesis-nav-menu .travel:hover {
	background: #64c3cf;
}

.genesis-nav-menu .good {
	background: url(images/good-nav.jpg) no-repeat;
}

.genesis-nav-menu .good:hover {
	background: #07abc2;
}


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

.site-header .genesis-nav-menu {
	font-family: 'Libre Baskerville', serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	text-transform: lowercase;
}

.site-header .genesis-nav-menu a {
	border-right: 1px solid #a9e2d0;
	letter-spacing: .5px;
	padding: 2px 12px 2px 8px;
	padding: .2rem 1.2rem .2rem .8rem;
}

.site-header .genesis-nav-menu a:hover {
	color: #b7236d;
}

.site-header a {
	text-decoration: none;
}

.site-header .genesis-nav-menu li:last-child a {
	border: none;
}

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

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

.nav-primary {
	background: #e6e6e6;
}

.nav-primary .genesis-nav-menu {
	text-transform: uppercase;
}

.nav-primary .wrap {
	background: #fff;
	max-width: 967px;
	padding: 0 7px;
	padding: 0 .7rem;
	position: relative;
}

.nav-primary .genesis-nav-menu li {
	display: block;
	float: left;
	margin-right: 7px;
	margin-right: .7rem;
	width: 130px;
}

.nav-primary ul li:last-child {
	margin-right: 0;
}

.nav-primary a {
	color: #fff;
	letter-spacing: 1px;
	padding: 20px 24px;
	padding: 2rem 2.4rem;
	text-align: center;
	text-decoration: none;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #fff;
}

.nav-primary .sub-menu a:hover {
	color: #333;
}

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

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


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

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

.entry {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.single-post .entry-content {
/*	background: url(images/post-signature.png) no-repeat 40px bottom;*/
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding-bottom: 53px;
	padding-bottom: 5.3rem;
}

.entry-content a {
	color: #b7236d;
	text-decoration: none;
}

.entry-content a:hover {
	text-decoration: underline;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

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

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

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

.entry-meta {
	color: #4d4d4d;
	font-size: 13px;
	font-size: 1.3rem;
}

.entry-categories,
.entry-tags {
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	text-transform: lowercase;
}

.entry-meta a {

}

.entry-header .entry-meta {
	font-style: italic;
	margin-bottom: 0;
}

.entry-footer .entry-meta {
	background: url(images/double-line-border.png) left top repeat-x;
	margin: 0 0 20px;
	margin: 0 0 2rem;
	min-height: 116px;
	padding: 25px 0 25px 95px;
	padding: 2.5rem 0 2.5rem 9.5rem;
	position: relative;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-categories {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.entry-categories a {
	color: #fff;
	font-family: 'FuturaPT-Book', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	letter-spacing: 1px;
	margin-right: 2px;
	margin-right: .2rem;
	padding: 4px 8px;
	padding: .4rem .8rem;
	text-decoration: none;
	text-transform: uppercase;
}

.entry-categories a.family {
	background-color: #e52875;
}

.entry-categories a.you {
	background-color: #f55c79;
}

.entry-categories a.style {
	background-color: #fa9189;
}

.entry-categories a.home {
	background-color: #9de0ca;
}

.entry-categories a.food {
	background-color: #7dd1b5;
}

.entry-categories a.travel {
	background-color: #64c3cf;
}

.entry-categories a.good {
	background-color: #64c3cf;
}

.entry-categories a.featured-content {
	background-color: #dddddd;
}

.entry-footer .entry-comments-link {
	background: url(images/leave-a-comment.png) no-repeat left center;
	left: 0;
	position: absolute;
	text-indent: -9999px;
	top: 20px;
}

.entry-comments-link a {
	color: #b7236d;
	text-decoration: none;
}

.home .entry-comments-link a:hover {
	text-decoration: none;
}

.entry-comments-link a:hover {
	text-decoration: underline;
}

.entry-footer .entry-comments-link a {
	display: block;
	height: 73px;
	width: 77px;
}

.after-content-sub {
	background: #64d3df url(images/subscribe-butterfly.png) left top no-repeat;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 40px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.after-content-sub:after {
	border: 1px solid #FFF;
	bottom: 8px;
	content: "";
	left: 8px;
	position: absolute;
	right: 8px;
	top: 8px;
	z-index: -1;
}

.entry-author a {
	color: #b7236d;
	text-decoration: none;
}

.entry-author a:hover {
	text-decoration: underline;
}

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

.archive-pagination,
.entry-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 {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 0.8rem 1.2rem;
	padding: 8px 12px;
}

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

.entry-pagination a {

}

.post-nav {
	overflow: hidden;
}

.nav-previous a {
	background: url(images/prevpost.png) left top no-repeat;
	color: #bf267a;
	float: left;
	letter-spacing: .4px;
	padding: 25px 0 0 21px;
	font-style: italic;
	text-decoration: none;
	width: 240px;
}

.nav-next a {
	background: url(images/nextpost.png) right top no-repeat;
	color: #bf267a;
	float: right;
	padding: 25px 21px 0 0;
	font-style: italic;
	width: 240px;
	text-decoration: none;
	text-align: right;
}

.nav-previous a:hover,
.nav-next a:hover {
	text-decoration: underline;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-comments {
}

.comment-respond,
.entry-pings {

}

.comment-respond a,
.entry-comments a {

}

.comment-content {
	clear: both;
}

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

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

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

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

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

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

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


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

.sidebar {
	color: #1a1a1a;
}

.sidebar a {

}

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

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

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

.sidebar .widget {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}


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

.footer-widgets {
	background-color: #333;
	color: #999;
	clear: both;
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

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

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

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

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

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

.footer-widgets a {
	border-bottom: 1px solid #666;
	color: #999;
}

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

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


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

.site-footer {
	background-color: #fff;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 40px 0;
	padding: 4rem 0;
}

.site-footer a {
	text-decoration: none;
}

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

.site-footer p a {
	text-decoration: none;
}

.site-footer p a:hover {
	text-decoration: underline;
}

.menu-primary-navigation-container {
	float: left;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.menu-primary-navigation-container .genesis-nav-menu .family {
	background: #e52875;
}

.menu-primary-navigation-container .genesis-nav-menu .you {
	background: #f55c79;
}

.menu-primary-navigation-container .genesis-nav-menu .style {
	background: #fa9189;
}

.menu-primary-navigation-container .genesis-nav-menu .home {
	background: #9de0ca;
}

.menu-primary-navigation-container .genesis-nav-menu .food {
	background: #7dd1b5;
}

.menu-primary-navigation-container .genesis-nav-menu .travel {
	background: #64c3cf;
}

.menu-primary-navigation-container .genesis-nav-menu .good {
	background: #64c3cf;
}

.menu-primary-navigation-container .genesis-nav-menu li {
	margin-right: 6px;
	margin-right: .6rem;
}

.menu-primary-navigation-container .genesis-nav-menu a {
	color: #FFF;
	font-family: 'FuturaPT-Book', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	letter-spacing: 1px;
	padding: 4px 8px;
	padding: .4rem .8rem;
	text-transform: uppercase;
}

.menu-social-container {
	float: right;
}

.menu-social-container li {
	display: inline-block;
	margin-right: 6px;
	margin-right: .6rem;
}

.menu-social-container .genesis-nav-menu a {
	border: none;
	display: inline-block;
	height: 26px;
	line-height: 1;
	padding: 0;
	text-indent: -9999px;
	width: 26px;
	vertical-align: top;
}

.menu-social-container .facebook {
	background: url(images/social-sprite.png) 0 0 no-repeat;
}

.menu-social-container .twitter {
	background: url(images/social-sprite.png) -35px 0 no-repeat;
}

.menu-social-container .pinterest {
	background: url(images/social-sprite.png) -71px 0 no-repeat;
}

.menu-social-container .gplus {
	background: url(images/social-sprite.png) -107px 0 no-repeat;
}

.menu-social-container .instagram {
	background: url(images/social-sprite.png) -143px 0 no-repeat;
}

.menu-social-container .youtube {
	background: url(images/social-sprite.png) -180px 0 no-repeat;
}

.menu-social-container .linkedin {
	background: url(images/social-sprite.png) -215px 0 no-repeat;
}

.menu-social-container .email {
	background: url(images/social-sprite.png) -251px 0 no-repeat;
}

.menu-social-container .facebook:hover {
	background: url(images/social-sprite.png) 0 -30px no-repeat;
}

.menu-social-container .twitter:hover {
	background: url(images/social-sprite.png) -35px -30px no-repeat;
}

.menu-social-container .pinterest:hover {
	background: url(images/social-sprite.png) -71px -30px no-repeat;
}

.menu-social-container .gplus:hover {
	background: url(images/social-sprite.png) -107px -30px no-repeat;
}

.menu-social-container .instagram:hover {
	background: url(images/social-sprite.png) -143px -30px no-repeat;
}

.menu-social-container .youtube:hover {
	background: url(images/social-sprite.png) -180px -30px no-repeat;
}

.menu-social-container .linkedin:hover {
	background: url(images/social-sprite.png) -215px -30px no-repeat;
}

.menu-social-container .email:hover {
	background: url(images/social-sprite.png) -251px -30px no-repeat;
}

.menu-contact-container {
	clear: both;
	float: left;
}

.menu-contact-container .genesis-nav-menu a {
	color: #e52875;
	display: inline-block;
	font-family: 'Libre Baskerville', serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	letter-spacing: .5px;
	padding: 2px 6px 2px 4px;
	padding: .2rem .6rem .2rem .4rem;
	position: relative;
	text-transform: lowercase;
}

.menu-contact-container .genesis-nav-menu a:hover {
	text-decoration: underline;
}

.menu-contact-container .genesis-nav-menu li:first-child a {
	padding-left: 0;
}

.menu-divider {
	color: #666;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: -3px;
	position: relative;
	bottom: 2px;

}

.menu-contact-container .genesis-nav-menu li:last-child .menu-divider {
	display: none;
}

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

.credits p {
	color: #1a1a1a;
}

/*
Extraordinary Mommy
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-featured-post {
	overflow: hidden;
	width: 630px;
	float: left;
}

.home-featured-post .featuredpost {
	background: url(images/double-line-border.png) left bottom repeat-x;
	position: relative;
	width: 630px;
}

.home-featured-post .featuredpost h2 {
	color: #4d4d4d;
	margin-bottom: 0;
	line-height: 1;
}

.home-featured-post .featuredpost h2 a {
	color: #4d4d4d;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	text-decoration: none;
}

.home-featured-post .featuredpost h2 a:hover {
	color: #b7236d;
}

.home-featured-post .featuredpost img {
	border: 1px solid #e6e6e6;
}

.home-featured-post .featuredpost p {
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
}

.home-featured-post .entry {
	background: none;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.home-featured-post p.byline {
	color: #4d4d4d;
	font-size: 13px;
	font-size: 1.3rem;
	font-style: italic;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.home-featured-post p.byline a {
	color: #4d4d4d;
}

.home-featured-post p.byline a:hover {
	color: #b7236d;
	text-decoration: none;
}

.byline a {
	text-decoration: none;
}

.home-latest-video {
	width: 300px;
	float: right;
}

.home-latest-video a h2 {
	color: #4d4d4d;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
	margin-bottom: 0;
	text-decoration: none;
}

.home-latest-video a h2:hover,
.home-latest-video a span:hover {
	color: #b7236d;
}

.home-latest-video a {
	color: #333;
	text-decoration: none;
}

.home-latest-video a:hover {
	color: #b7236d;
}

.home-latest-video a span {
	color: #000;
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	font-style: italic;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.home-categories {
	clear: both;
}

.home-categories .featuredpost.widget {
	background: url(images/double-line-border.png) left bottom repeat-x;
	float: left;
	margin: 0 30px 40px 0;
	margin: 0 3rem 4rem 0;
	position: relative;
	max-width: 300px;
	width: 100%;
}

.home-categories .featuredpost:nth-child(4),
.home-categories .featuredpost:nth-child(7) {
	clear: both;
}

.home-categories .featuredpost:nth-child(3),
.home-categories .featuredpost:nth-child(6),
.home-categories .featuredpost:nth-child(7) {
	margin-right: 0;
}

.home-categories .widget-title {
	height: 60px;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	text-indent: -9999px;
	max-width: 300px;
	width: 100%;
}

.featured-content-family .widget-title {
	background: url(images/family.png) no-repeat;
}

.featured-content-you .widget-title {
	background: url(images/you.png) no-repeat;
}

.featured-content-style .widget-title {
	background: url(images/style.png) no-repeat;
}

.featured-content-home .widget-title {
	background: url(images/home.png) no-repeat;
}

.featured-content-food .widget-title {
	background: url(images/food.png) no-repeat;
}

.featured-content-travel .widget-title {
	background: url(images/travel.png) no-repeat;
}

.featured-content-good .widget-title {
	background: url(images/good.png) no-repeat;
}

.home-categories .featured-content .entry-title {
	text-align: center;
}

.home-categories .featured-content .entry-title a {
	color: #000;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1;
	text-decoration: none;
}

.home-categories .featured-content .entry-title a:hover {
	border: none;
	color: #B7236D;
}


.home-categories .featured-content .entry {
	padding: 0;

}

.home-categories p {
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	text-align: center;
}

.home-categories img.alignnone {
	margin-bottom: 4px;
	margin-bottom: .4rem;
}

.home-featured-post a.more-link,
.home-categories a.more-link {
	background: #e52875;
	bottom: -10px;
	color: #fff;
	font-family: 'FuturaPT-Book', sans-serif;
	font-size: 1.2rem;
	font-size: 12px;
	left: 50%;
	letter-spacing: 2px;
	margin-left: -5.3rem;
	margin-left: -53px;
	padding: 5px 12px;
	position: absolute;
	text-decoration: none;
}

.home-featured-post a.more-link:hover,
.home-categories a.more-link:hover {
	background: #fb6a67;
}

.home-about {
	float: right;
}

.about-danielle-img {
	position: relative;
	width: 641px;
}

.about-danielle-img a,
.about-danielle-txt a {
	background: #e52875;
	color: #fff;
	display: block;
	font-family: 'FuturaPT-Book', sans-serif;
	font-size: 1.2rem;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 3px 9px;
	position: absolute;
	text-decoration: none;
}

.welcome a span:hover,
.about-danielle-img a:hover,
.about-danielle-txt a:hover {
	background: #fb6a67;
}

.about-danielle-txt {
	display: none;
	font-size: 13px;
	font-size: 1.3rem;
}

a.me {
	right: 254px;
	bottom: 77px;
}

a.books {
	right: 254px;
	bottom: 40px;
}

.entry-header {
	margin-bottom: 14px;
	margin-bottom: 1.4rem;
	padding: 13px 0 13px 80px;
	padding: 1.3rem 0 1.3rem 8rem;
	position: relative;
}

.page .entry-header {
	padding: 13px 0;
	padding: 1.3rem 0;
}

.category-family .entry-header {
	background: url(images/family-category-title.png) left center no-repeat;

}

.category-extraordinary-you .entry-header {
	background: url(images/you-category-title.png) left center no-repeat;

}

.category-fashion-and-style .entry-header {
	background: url(images/style-category-title.png) left center no-repeat;

}

.category-extraordinary-home .entry-header {
	background: url(images/home-category-title.png) left center no-repeat;

}

.category-extraordinary-food .entry-header {
	background: url(images/food-category-title.png) left center no-repeat;

}

.category-extraordinary-travel .entry-header {
	background: url(images/travel-category-title.png) left center no-repeat;

}

.category-give-good-get-good .entry-header {
	background: url(images/good-category-title.png) left center no-repeat;

}

.as-seen-on {
	background: url(images/narrow-stripe-top.png);
}

.as-seen-on .wrap {
	padding: 10px 0 10px 141px;
	padding: 1rem 0 1rem 14.1rem;
	position: relative;
}

.as-seen-on .wrap:before {
	background: url(images/aso.png) left top no-repeat;
	content: "";
	top: 0;
	left: -10px;
	width: 131px;
	height: 29px;
	position: absolute;
}

.as-seen-on img {
	float: right;
}

.tworow {
	display: none;
}

.content-sponsor-area {
	background: #f2f2f2;
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 0 30px 30px;
	padding: 0 3rem 3rem;
}

.content-sponsor-area h4.widget-title {
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}

.content-sponsor-area h4.widget-title span {
	background: #07abc2;
	letter-spacing: 2px;
	padding: .3rem 1.4rem;
	padding: 6px 14px 4px;
	position: relative;
	top: -4px;
}

.content-sponsor-area img {
	float: left;
	margin-right: 20px;
	margin-right: 2rem;
}

.content-sponsor-area a {
	color: #e52875;
	font-style: italic;
	position: relative;
}

.entry-tags {
	line-height: 2.2;
}

.entry-tags a {
	background: #f2f2f2;
	color: #000;
	margin-right: 2px;
	margin-right: .2rem;
	padding: 4px 8px;
	padding: .4rem .8rem;
	text-decoration: none;
}

.entry-tags a:hover {
	text-decoration: underline;
}

.related-posts {
	clear: both;
    overflow: hidden;
    margin: 40px 0 10px;
}

.related-list li {
	float: left;
	list-style-type: none;
	margin: 0 20px 0 0;
	margin: 0 2rem 0 0;
	text-align: left;
	width: 150px;
}

.related-list li:last-child {
	margin: 0;
}

.related-list li a {
	color: #bf267a;
	font-size: 15px;
	font-size: 1.5rem;
	font-style: italic;
	text-decoration: none;
}

.related-list li a:hover {
	text-decoration: underline;
}

.related-list img {
  display: block;
  margin: 0 auto;
}


.welcome {
	background: url(images/welcome-sidebar.png) no-repeat;
	height: 507px;
	padding-top: 337px;
	text-align: center;
	width: 250px;
}

.welcome .widgettitle h4 {
	font-size: 20px;
	font-size: 2rem;
	font-style: normal;
	letter-spacing: 3px;
	margin-bottom: 2px;
}

.welcome {
	font-size: 15px;
	font-size: 1.5rem;
	font-style: italic;
	line-height: 1.4;
}

.welcome a, input.gsc-search-button {
	color: #fff;
	display: block;
	font-family: 'FuturaPT-Book', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: normal;
	letter-spacing: 2px;
	margin-top: 15px;
	margin-top: 1.5rem;
	text-decoration: none;
	text-transform: uppercase;
}

.welcome a span, input.gsc-search-button {
	background: #e52875;
	padding: 6px 10px;
	padding: .6rem 1rem;
	text-decoration: none;
}

input.gsc-search-button {
	margin-top: 0 !important;
}

.sidebar .featuredpost h2 {
	color: #1a1a1a;
	font-family: 'Libre Baskerville', serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-style: italic;
	text-transform: lowercase;
}

.sidebar .featuredpost h2 a {
	color: #1a1a1a;
	text-decoration: none;
}

.sidebar .featuredpost h2 a:hover {
	color: #bf267a;
}

.sidebar .featuredpost .entry {
	clear: both;
	margin-bottom: 3px;
	margin-bottom: .3rem;
	overflow: hidden;
	min-height: 85px;
}

.sidebar .featuredpost img.alignleft {
	margin: 0 10px 10px 0;
	margin: 0 1rem 1rem 0;
}

.contributor {
	float: left;
	margin: 0 0 60px 60px;
	margin: 0 0 6rem 6rem;
	text-align: center;
	width: 180px;
}

div.contributor:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}

.contributor img {
	border-radius: 55%;
}

.blogger-name {
	font-family: 'FuturaPT-Book', sans-serif;
	font-weight: normal;
	line-height: 1.2;
	margin: 10px 0;
	margin: 1rem 0;
	text-transform: uppercase;
	font-size: 20px;
	font-size: 2rem;
	font-style: normal;
}

.contributor a {
	color: #B7236D;
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
}

.eom-contributors .entry-header {
	padding: 2px 0;
	padding: .2rem 0;
}

.eom .tubepress_thumb {
    height: 150px;
    margin: 0 10px 10px 0 !important;
    margin: 0 1rem 1rem 0 !important;
    width: 158px;
}

.eom .tubepress_thumbs div.tubepress_thumb:nth-child(4n) {
	margin-right: 0 !important;
}

.eom .tubepress_thumbs div.tubepress_thumb:nth-child(2n) {
	width: 157px;
}

.eom .tubepress_thumb img {
    margin-top: -15px !important;
    margin-top: -1.5rem !important;
}

.eom .tubepress_sidebar .tubepress_thumb {
	height: 168px;
	margin: 0 0 15px 0 !important;
	margin: 0 0 1.5rem 0 !important;
	position: relative;
	width: 300px;
}

.eom .entry-content .tubepress_thumb:hover img,
.eom .tubepress_sidebar .tubepress_thumb:hover {
	opacity: .75;
}

.eom .tubepress_sidebar .tubepress_thumb a:after {
	background: url(images/play.png) no-repeat center center;
	display: none;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}

.eom .entry-content .tubepress_thumb {
	position: relative;
}

.eom .entry-content .tubepress_thumb a:after {
	background: url(images/play.png) no-repeat center center;
	display: none;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 60px;
	position: absolute;
}

.eom .entry-content .tubepress_thumb a:hover:after {
	display: block;
}

.eom .tubepress_sidebar .tubepress_thumb a:hover:after {
	display: block;
}

.eom .tubepress_sidebar .tubepress_thumbs div.tubepress_thumb:nth-child(2n) {
	width: 300px;
}

.eom .tubepress_sidebar .tubepress_thumb img {
	margin-top: -29px !important;
	margin-top: -2.9rem !important;
	padding: 0;
	max-width: 300px !important;
	width: 100% !important;
}

dd.tubepress_meta_title, dd.tubepress_meta_title a, dd.tubepress_meta_title a:hover {
	color: #1A1A1A;
	font-family: 'Libre Baskerville', serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	background: #fff;
	margin-top: -13px;
	margin-top: -1.3rem;
	padding-top: 10px;
	padding-top: 1rem;
	position: relative;
	text-decoration: none;
	width: 100%;
}

 dd.tubepress_meta_title a:hover {
 	color: #b7236d;
 }

.contributor-wrap {
	overflow: hidden;
}

.eom div.tubepress_container div.pagination a {
	background: #e6e6e6;
	border: none;
	color: #333;
	border-radius: 0;
}

.eom div.tubepress_container div.pagination span.current,
div.tubepress_container div.pagination a:hover {
	background: #b7236d;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
}

.eom .tubepress_embedded_title {
	font-weight: normal;
	color: #333;
	font-family: 'FuturaPT-Book', sans-serif;
	font-weight: normal;
	line-height: 1.2;
	text-transform: uppercase;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	position: absolute;
	top: -40px;
}

.tubepress_normal_embedded_wrapper, .tubepress_thumbnail_area {
width:auto!important;
}

.tubepress_container {
width: 100% !important;
height: 75% !important;
}

.tubepress_normal_embedded_wrapper{
position: relative !important;
padding-bottom: 56.25% !important;
width:100% !important;
height: 0 !important;
clear:both !important;
margin: 40px 0 !important;
}

.youtube-player {
position: absolute !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
}

.footer-videos {
	background: url(images/wide-stripe-footer.png);
	padding: 35px 0 35px;
	padding: 3.5rem 0 3.5rem;
}

.footer-videos .wrap {
	background: url(images/featured-video145.png) no-repeat;
	background-size: contain;
	/*padding-left: 160px;*/
	/*padding-left: 208px;*/ /* use this when using pagination */
	/*padding-left: 16rem;*/
	padding-left: 171px;
}

.eom ul.ytchagallery li .ytcliinner {
	overflow: hidden!important;
	padding: 0 10px 0 0!important;
}

.visual-archive .entry.one-third.first {
	margin-left: 0;
}

.visual-archive .entry.one-third {
	max-width: 200px;
	width: 30%;
	margin-left: 4.5%;
}

.visual-archive .entry {
	margin-bottom: 2.564102564102564%;
	padding: 0;
  	position: relative;
}

.visual-archive .entry img {

}

.visual-archive-title {

}

.visual-archive-title h2 {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	height: 100%;
	letter-spacing: 1px;
	line-height: 1.17;
	margin-top: 6px;
	margin-top: .6rem;
	text-align: center;
	width: 100%;
}

.visual-archive-title:hover h2 {

}

.visual-archive-title h2 a {
	color: #B7236D;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

.visual-archive-title h2 a:hover {
	text-decoration: underline;
}

.visual-archive .entry:after {
	display: none;
}

.visual-archive .entry:hover img {
	opacity: .8;
}

.visual-archive .entry-header {
	background: none;
	padding: 0;
}

.before-content {
	background: #c3eaee;
	border: 1px solid #74ced8;
	border-radius: 12px;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 20px;
	padding: 2rem;
}

.category h1.entry-title {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.eom .ytcthumb-cont {
	background: #fff;
}

.gform_wrapper .top_label .gfield_label {
	font-weight: normal !important;
}

.gfwa-odd,
.gfwa-even {
	clear: both;
}

/* Custom styles by Sridhar of http://GenesisCustomizations.com/ */

.google-ad {
	margin-top: 24px;
	margin-bottom: 0;
}
.bottom.google-ad {
	margin-top: 0;
	margin-bottom: 24px;
}

.youtubechannelgallery .ytc-pslb.ytc-thumbnails .ytc-row .ytc-column {
	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) {

	.header-image .site-header .a {
		background: url(images/logo@2x.png) no-repeat left;
		background-size: 320px 164px;
	}

}

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

	.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 {

	}

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

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

}

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

	body {
		background-color: #fff;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 0;
		padding: 2rem 0;
	}

	.header-image .site-header .wrap {
		background-position: center top;
		padding-top: 50px;
		padding-top: 5rem;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.author-box {
		padding: 20px;
		padding: 2rem;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
		padding: 2rem 1.6rem;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding: 25px 0 25px 95px;
		padding: 2.5rem 0 2.5rem 9.5rem;
	}

	.sidebar .widget.enews-widget {
		padding: 120px 25px 0;
	}

	.site-footer {
		padding: 24px 2%;
		padding: 2.4rem 2%;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	.nav-primary .genesis-nav-menu li {
		display: inline-block;
		float: none;
		margin: 0 4px 14px;
		margin: 0 .4rem 1.4rem;
	}

	.nav-primary ul li:last-child {
		margin-right: 4px;
		margin-right: .4rem;
	}

	.sidebar-primary {
		clear:both;
		float: none;
		margin: 0 auto;
	}

	.home-featured-post,
	.home-latest-video {
		float: none;
		margin: 0 auto;
		max-width: 630px;
		width: 100%;
	}

	.eom .tubepress_sidebar .tubepress_thumb,
	.eom .tubepress_sidebar .tubepress_thumbs div.tubepress_thumb:nth-child(2n) {
		display: inline-block;
		text-align: center;
		margin: 0 6px !important;
		margin: 0 .6rem !important;
		width: 100%;
		max-width: 300px;
	}

	.home-categories {
		text-align: center;
	}

	.home-categories .featuredpost.widget {
		display: inline-block;
		float: none;
		margin: 0 15px 40px;
		margin: 0 1.5rem 4rem;
		vertical-align: top;
	}

	.home-categories .featuredpost:nth-child(3),
	.home-categories .featuredpost:nth-child(6),
	.home-categories .featuredpost:nth-child(7) {
		margin-right: 15px;
	}

	.home-about {
		float: none;
		text-align: center;
	}

	.eom-home .tubepress_thumb {
		float: none;
	}

	.eom-home .tubepress_thumbs {
		text-align: center;
	}

	.eom-home .tubepress_sidebar .tubepress_thumbnail_area {
		float: none;
	}

	.home-featured-post .featuredpost {
		width: 100%;
	}

	.contributor-wrap {
		text-align: center;
	}

	.contributor,
	div.contributor:nth-child(3n+1) {
		display: inline-block;
		float: none;
		margin: 0 30px 60px;
		margin: 0 3rem 6rem;
	}

	.eom .tubepress_thumb,
	.eom .tubepress_thumbs div.tubepress_thumb:nth-child(4n) {
		margin: 0 5px 10px !important;
		margin: 0 .5rem 1rem !important;
		float: none;
		display: inline-block;
	}

	.eom .tubepress_thumbs {
		text-align: center;
	}

	.as-seen-on .wrap {
		padding: 10px 10px 10px 141px;
		padding: 1rem 1rem 1rem 14.1rem;
	}

	.footer-videos {
		padding: 35px 2% 25px;
		padding: 3.5rem 2% 2.5rem;
	}

	.footer-videos .wrap {
		padding-left: 16.7%;
	}

	.about-danielle-img {
		margin: 0 auto;
	}

}

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

	.footer-videos .wrap {
		background: none;
		padding-left: 0;
	}

}

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

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

	.menu-primary-navigation-container,
	.menu-social-container,
	.menu-contact-container,
	.credits {
		float: none;
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

	.site-footer .menu-primary-navigation-container .genesis-nav-menu li {
		margin-bottom: 12px;
		margin-bottom: 1.2rem;
	}

	.credits {
		text-align: center;
	}

	.home-categories .widget-title {
		background-size: contain;
		height: 0;
		padding-bottom: 20%;
	}

	.menu-social-container li {
		margin-bottom: 12px;
		margin-bottom: 1.2rem;
	}

	.eom .tubepress_embedded_title {
		top: -80px;
	}

	.tubepress_normal_embedded_wrapper {
		margin-top: 80px !important;
		margin-top: 8rem !important;
	}

	.onerow {
		display: none;
	}

	.tworow {
		display: block;
	}

	.about-danielle-img {
		display: none;
	}

	.about-danielle-txt {
		background: url(images/gray.png);
		display: block;
		margin: 0 -6% 40px;
		padding: 5% 5% 40px;
	}

	.about-danielle-txt a {
		position: relative;
	}

	.about-content {
		clear: both;
		padding: 15px 0 30px;
		overflow: hidden;
	}

	img.hi-danielle {
		display: block;
		float: left;
	}

	img.danielle-circle {
		display: block;
		float: right;
	}

	.about-text {
		float: left;
		width: 65%;
	}

	a.me,
	a.books {
		display: inline-block;
		right: 0;
		bottom: 0;
	}

	a.me {
		display: block;
		margin: 10px auto 0;
		width: 150px;
	}

	a.books {
		margin-top: 10px;
		width: 161px;
	}

	.eom-books {
		display: block;
		margin: 0 auto 10px;
	}

}

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

	.about-text {
		width: 53%;
	}

}


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

	.header-image .site-title a {
		min-height: 0;
		height: 0;
		padding-bottom: 26.7%;
		background-size: contain;
	}

	.footer-videos .wrap {
		background: url(images/featured-video-lg.png) no-repeat;
		background-size: 49%;
		padding-left: 0;
	}

	.about-text {
		width: 100%;
		float: none;
	}

	img.danielle-circle {
		float: none;
		margin: 0 auto 20px;
	}

	.eom li.ytccell-2 {
		clear: both !important;
	}

	.eom .ytc-columns3 li {
		width: 50% !important;
		width: calc(100%/2)!important;
	}

	.eom ul.ytchagallery li.ytccell-first {
		clear: left!important;
		float: right !important;
		margin-bottom: 10px !important;
	}

}

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

	.home-categories .featuredpost {
		margin: 0 0 40px;
		margin: 0 0 4rem;
	}

	.eom .tubepress_sidebar .tubepress_thumb,
	.eom .tubepress_sidebar .tubepress_thumbs div.tubepress_thumb:nth-child(2n) {
		margin: 0 !important;
	}

	.as-seen-on .wrap {
		padding: 39px 10px 10px;
		padding: 3.9rem 1rem 1rem;
	}

	.footer-videos .wrap {
		background-size: 48%;
	}

}
