/*
	Theme Name: Discovering Parenthood Custom
	Theme URI: http://www.dinosaurstew.com
	Description:  Customized template for Discovering Parenthood website.
	Author: Dinosaur Stew
	Author URI: http://www.dinosaurstew.com
	Version: 1.0
 	Tags: custom-menu, fixed-width, green, left-sidebar, one-column, purple, responsive, right-sidebar, theme options, threaded comments, three-column, two-column, white
 	
	Template: genesis
	Template Version: 2.0

*/

/* Table of Contents

	- Imports
	- 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
		- Contact Form 7
		- Genesis Responsive Slider
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
	- Site Header
		- Title Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Homepage
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
Imports
---------------------------------------------------------------------------------------------------- */

/*
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,
.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,
.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
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #fff;
	color: #707070;
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.755;
}

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: #ddd;
	color: #fff;
}

::selection {
	background-color: #ddd;
	color: #fff;
}

a {
	color: #848080;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #DCD6D6;
}

.more-link {
color: #fff;
background-color: #c1edee;
padding: 5px;
display: inline-block;
}

.more-link:hover {
color: #fff;
background-color: #65d2d5; 
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote {
	background-color: #fff;
	border-top: 3px solid #bab5d5;
	border-top: 0.3rem solid #bab5d5;
	border-bottom: 3px solid #bab5d5;
	border-bottom: 0.3rem solid #bab5d5;
	margin: 5px 5px 20px;
	margin: 0.5rem 0.5rem 2.0rem;
	padding: 25px 30px 4px 65px;
	padding: 2.5rem 3.0rem 0.4rem 6.5rem;
}

blockquote p {
	color: #6d6d6d;
	font-style: italic;
}

.entry-content code {
	background-color: #333;
	color: #fff;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #494949;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

h1 {
	font-size: 30px;
	font-size: 3.0rem;
}

h2 {
	font-size: 26px;
	font-size: 2.6rem;
}

h3 {
	font-size: 22px;
	font-size: 2.2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

h6 {
	font-size: 14px;
	font-size: 1.4rem;
}

/* 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 #242829;
	color: #707070;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

.jetpack_subscription_widget input {
	padding: 16px !important;
	width: 100% !important;
}

#subscribe-field {
	margin-bottom: -25px;
}

#subscribe-submit {
	margin-bottom: 25px;
}

input:focus,
textarea:focus {
	border: 1px solid #848080;
	outline: none;
}

::-moz-placeholder {
	color: #848080;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #848080;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.comment-reply a,
.comment-reply a:visited,
.entry-content .button {
	background-color: #c1edee;
	border: none;
	box-shadow: none;
	color: #fff !important;
	cursor: pointer;
	padding: 5px 8px;
	padding: 0.5rem 0.8rem;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 2px;
}



button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.comment-reply a:hover,
.button:hover,
.entry-content .button:hover {
	background-color: #65d2d5 !important;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-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 #7f7f7f;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	padding: 30px;
	background-color: #fff;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 860px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 760px;
}

.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: 545px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 315px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 210px;
}

.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;
}

.comment-list li .avatar { 
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	margin: 0 0.5rem 0 1.0rem;
	padding: 4px;
	padding: 0.4rem;
}

.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;
	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: 400;
	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;
	border: 1px solid #848080;
	border: 0.1rem solid #848080;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.author-box {
	padding: 20px;
	padding: 2rem;
}

.author-box-title {
	color: #f69a8d;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	color: #f69a8d;
}

.author-box p {
	margin-bottom: 0;
	color: #6c6c6c;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */
.entry-title {
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-size: 2rem;
	line-height: 30px;
	line-height: 3.0rem;
	text-align: left;
	font-weight: 400;
	margin-bottom: 0;
}

.entry-title a,
.sidebar .widget-title a {
	color: #4f4f4f;
	text-decoration: none;
	letter-spacing: 0.5px;
}

.entry-title a:hover {
	color: #ddd;
	text-decoration: none;
}

.widget-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 18px;
	margin-bottom: 1.8rem;
	text-transform: none;
}

.sidebar .widget-title, .footer-widgets .widget-title {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	text-transform: uppercase; 
	font-weight: 400;
	border-bottom: 1px dashed #dcd6d6;
	border-top: 1px dashed #dcd6d6;
	padding: 8px 4px;
	padding: 0.8rem 0.4rem;
	text-align: center;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.sidebar .widget-title a {
	border: none;
}

.footer-widgets .widget-title {
	border: 0;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
    margin-bottom: -14px;
    margin-bottom: -1.4rem;
    padding: 0 0 14px;
    padding: 0 0 1.4rem;
}

.featured-content .entry-title {
    font-size: 13px;
    font-size: 1.3rem;
    background: #c1edee;
    border: 4px solid #fff;
    padding: 5px;
    padding: .5rem;
    margin-left: 0;
    margin-top: 10px;
    margin-top: 1rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
    font-style: normal;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
}

.featured-content .entry-title a {
    color: #fff !important;
    border: none;
}

.featured-content .entry-title:hover {
 	background: #65D2D5 !important;
}

.featured-content .entry-title a:hover {
    color: #fff;
}

.featured-content .entry img {
    display: block;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Contact Form 7
--------------------------------------------- */
div.wpcf7-mail-sent-ok {
    border: 1px solid #d5d5d5 !important;
}

/* Genesis Responsive Slider
--------------------------------------------- */
.content #genesis-responsive-slider {
	border: 0;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.content .slide-excerpt {
	background: transparent;
	margin: 0 0 5%;
	opacity: 1;
	width: 100%;
}

.content .slide-excerpt-border {
	border: 0;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

.content .slide-excerpt-border h2 {
	margin: 0;
	text-align: center;
	width: 100%;
}

.content #genesis-responsive-slider h2 a {
	background: #fff;
	color: #494949;
	text-align: center;
	font-style: italic;
	font-family: 'Times New Roman', Times, Georgia, serif;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 1px;
	letter-spacing: .1rem;
	margin: 0;
	opacity: .8;
	overflow: visible;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	width: 100%;
}

.content .flex-direction-nav li .prev {
	background-position: 0 0;
	left: 0;
	transition: none;
}

.content .flex-direction-nav li .prev:hover {
	background-position: 0 -40px;
	transition: none;
}

.content .flex-direction-nav li .next {
	background-position: -20px 0;
	right: 0;
	transition: none;
}
	
.content .flex-direction-nav li .next:hover {
	background-position: -20px -40px;
	transition: none;
}

.content .flex-direction-nav li .prev,
.content .flex-direction-nav li .prev:hover,
.content .flex-direction-nav li .next,
.content .flex-direction-nav li .next:hover {
	opacity: 0.7;
}

/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget .widget-title {
	padding: 8px 0 5px;
	padding: 0.8rem 0 0.5rem;
	border: 0;
}

.footer-widgets .enews-widget .widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-family: 'Times New Roman', Times, Georgia, serif;
	text-transform: none;
	font-weight: 400;
	letter-spacing: 0;
	color: #494949;
	font-style: italic;
	border:0;
	padding: 8px 4px;
	padding: 0.8rem 0.4rem;
	text-aling: center;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	text-align: center;
}

.enews-widget input {
	margin-top: 5px;
	margin-top: 0.5rem;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #dcd6d6;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
	background-color: #e9b66a;
}

.enews-widget {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    background-color: #fff !important;
    border: 1px solid #dcd6d6;
    padding: 28px 32px 32px  !important;
    padding: 2.8rem 3.2rem 3.2rem !important;
}


.enews_spacer {
margin-top: -10px;
margin-top: -1rem;
}

.home-bottom .enews-widget .widget-title {
	padding: 1px 0 4px !important;
	padding: 1rem 0 0.4rem !important;
}

.home-bottom .enews-widget {
    border: 0;
    padding: 0 !important;
    margin: 0;
}

.home-bottom .enews #subbox1 {
    background-color: #ffffff;
    width: 40% !important;
    float: left;
    display: inline-block;
    margin-right: 10px;

}

.home-bottom .enews #subbox {
    width: 40% !important;
    float: left;
    display: inline-block;
    margin-right: 10px;
}

.home-bottom .enews #subbutton {
    display: inline-block;
    float: right;
    width: 18% !important;
    padding: 17px;
    padding: 1.7rem;
    margin-top: 5px;
    margin-top: 0.5rem;
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
    background-color: #f69a8d;
}

.home-bottom .enews #subbutton:hover {
	background-color: #a3a3a3;
}



/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	margin: 0 auto;
	max-width: 1140px;
}

.site-header .wrap {
	padding: 40px 0;
	padding: 4rem 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	text-align: center;
	font-weight: 400;
	padding: 16px 0;
	padding: 1.6rem 0;
	width: 1134px;
}

.header-image .title-area {
	padding: 20x 0;
	padding: 2rem 0;
}

.site-title {
	font-family: Raleway, 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 1;
	text-transform: uppercase;
	margin: 5px 0 5px;
	margin: 0.5rem 0 0.5rem;
	font-style: normal;
}

.site-title a,
.site-title a:hover {
	color: #f69a8d;
	text-decoration: none;
}

.site-description {
	color: #919191;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-top: 5px;
	margin-top: 0.5rem;
	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 {
	background: url(http://www.discoveringparenthood.com/wp-content/uploads/2016/07/discovering-1.png) no-repeat center;
	padding: 0;
}

.header-image .site-title a {
	float: left;
	height: 265px;
	width: 100%;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    color: #898989;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 13px;
    font-size: 1.3rem;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 1px;
    letter-spacing: 0.1rem;
    margin: 0 auto;
    
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu a {
    border: none;
    padding: 11px 14px 11px 14px;
    padding: 1.1rem 1.4rem 1.1rem 1.4rem;
    color: #898989;
    display: block;
    position: relative;
    text-decoration: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #000;
    text-decoration: none;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
    color: #000;
    text-decoration: none;
}

.genesis-nav-menu > .menu-item > a {
    text-transform: uppercase;
}

.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 dashed #e1eaf4;
    border-top: none;
    font-size: 12px;
    font-size: 1.2rem;
    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;
    text-transform: uppercase;
    padding: 11px 24px 11px 24px;
    padding: 1.1rem 2.4rem 1.1rem 2.4rem;
}

.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;
    padding: 1.4rem;
    width: 250px;
}


/* Primary Navigation
--------------------------------------------- */
.nav-primary {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    background-color: #65D2D5;
    border-left: none;
    border-right: none;
}

.nav-primary a {
    color: #fff;
    background: #65D2D5;
    letter-spacing: 1.5px;
    letter-spacing: 0.1rem;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
    color: #fff;
    text-decoration: none;
}

.nav-primary .sub-menu a {
    color: #5a5a5a;
}

.nav-primary .sub-menu a:hover {
    color: #ddd !important;
    text-decoration: none;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
    width: 100%;
    background-color: #b7cde4;
    text-align: center;
}

.nav-secondary a {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 3px;
    letter-spacing: 0.3rem;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a {
    color: #fff;
    text-decoration: underline;
}

.nav-secondary .sub-menu a {
    color: #707070;
}

.nav-secondary .sub-menu a:hover {
    color: #000 !important;
    text-decoration: none;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Home Page
--------------------------------------------- */

.home-middle {
	border-bottom: 1px solid #848080;
	border-bottom: .1rem solid #848080;
	margin-bottom: 25px;
	overflow: hidden;
	padding: 20px 0px;
}

.home-middle-left {
	float: left;
	padding-right: 20px;
	width: 70%;
}

.home-middle-right {
	float: right;
	width: 30%;
	text-align: justify;
	background-color: #fff;
	padding: 2px;
	line-height: 1.655;
}

.home-bottom {
	padding: 0 !important;
}

.home-bottom h4 {
	text-align: center;
}

.home-middle h4 {
	text-align: center;
	border-bottom: 1px solid #848080;
	border-top: 1px solid #848080;
	padding: 8px 4px;
	padding: 0.8rem 0.4rem;
	}

.home-bottom .wrap {
	width: 95%;
	margin: 0 auto;
}

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 20px 20px 14px 5px;
	padding: 2rem 2rem 1.4rem 0.5rem;
}

.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%;
}

.sidebar .search-form {
width: 100%;
margin: 5px auto;
}

.entry-meta a {
	color: #848080;
	text-decoration: none;
}

.entry-meta a:hover {
	color: #ddd;
	text-decoration: none;
}

.entry-header .entry-meta {
	border-top: 1px dashed #848080;
	border-bottom: 1px dashed #848080;
	margin: 5px 0 15px;
	padding: 6px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #848080;
	border-top: 0.1rem solid #848080;
	padding-top: 8px;
	padding-top: 0.8rem;
}

.entry-categories,
.entry-tags {
	display: inline-block;
}

/* Pagination
--------------------------------------------- */
.pagination {
	font-family: 'Times New Roman', Times, Georgia, serif;
	font-style: italic;
	font-size: 16px;
	font-size: 1.6rem;
	overflow: hidden;
	padding: 5px 0 20px;
	padding: .5rem 0 2rem;
	width: 100%;
	text-transform: none;
}

.pagination a,
.pagination .disabled,
.pagination a:hover,
.pagination .active a {
	color: #494949;
	padding: 3px 8px;
	padding: 0.3rem 0.8rem;
        text-decoration: none;
}

.pagination a:hover,
.pagination .active a {
	color: #65d2d5;
        text-decoration: none;
}

.pagination li {
	display: inline;
}

.pagination li a,
.pagination li.disabled {
	color: #494949;
	padding: 3px 8px;
	padding: 0.3rem 0.8rem;
        text-decoration: none;
}

.pagination li a:hover,
.pagination li.active a {
	color: #65d2d5;
        text-decoration: none;
}

/*
Comments
---------------------------------------------------------------------------------------------------- */
#comments,
#respond {
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	line-height: 1.8;
	overflow: hidden;
	color: #474747;
}

.ping-list,
#comments {
	margin-bottom: 48px;
	margin-bottom: 4.8rem;
}

#author,
#email,
#url {
	width: 50%;
	padding: 5px;
	padding: 0.5rem;
}

.commentmetadata,
#author,
#email,
#url {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

#comment {
	margin: 3px 0;
	margin: 0.3rem 0;
	padding: 5px;
	padding: 0.5rem;
	width: 98%;
}

.comment-respond label {
	display: block;
	font-family: inherit;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 15px 0 5px;
	margin: 1.5rem 0 0.5rem;
	padding: 10px 5px 10px 10px;
	padding: 1.0rem 0.5rem 1.0rem 1.0rem;
}

.comment-list li ul li {
	margin-right: -3px;
	margin-left: 10px;
	margin-left: 1.0rem;
}

.comment-header {
	overflow: hidden;
}

#comments a, #comments a:visited {
	color: #bab4da;
	text-decoration: none;
}

#comments a:hover {
	text-decoration: underline;
}

.thread-alt,
.thread-even {
	background-color: #fff;
	border: 1px solid #848080;
	margin-bottom: 10px;
	margin-bottom: 1.0rem;
}

.comment-content p {
	margin-bottom: 10px;
	margin-bottom: 1.0rem;
}

.nocomments {
	text-align: center;
}

.entry-comments .pagination {
	display: block;
}

.bypostauthor {
}

ul.children {
	background-color: #fff;
	width: 97%;
	margin: 10px 5px 5px 5px;
	margin: 1rem 0.5rem 0.5rem 0.5rem;
	border: 1px solid #dcd6d6;
	border: 0.1rem solid #dcd6d6;
}

#comments .navigation {
	margin-top: 32px;
	margin-top: 3.2rem;
}

.comment-notes {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.comment-author {
	text-transform: uppercase;
	margin-bottom: 3px !important;	
}

.form-allowed-tags {
	background-color: #fff;
	color: #696969;
	font-size: 12px;
	padding: 10px;
	padding: 1.0rem;
	margin-bottom: 3px;
	margin-bottom: 0.3rem;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.content-sidebar .sidebar {
	padding: 0 0 0 10px;
}

.sidebar-content .sidebar {
	padding: 0 10px 0 0;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
	text-align: center;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	padding: 4px;
	padding: 0.4rem;
}

/* Footer Widgets
------------------------------------------------------------ */
.footer-widgets {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	width: 95%;
	border-top: 1px solid #dcd6d6;
	border-top: 0.1rem solid #dcd6d6;
	border-bottom: 1px solid #dcd6d6;
	border-bottom: 0.1rem solid #dcd6d6;
	background-color: #fff;
	padding: 8px 0;
	padding: 0.8rem 0;
}


.footer-widgets a:hover {
	color: #a3a3a3;
}

.footer-widgets .widget {
	border: 0;
	padding: 4px;
	padding: 0.4rem;
	margin: 0 0 25px;
	margin: 0 0 2.5rem;
}

.footer-widgets .textwidget {
	padding: 0;
}

.footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

.footer-widgets p {
	margin: 0 0 10px;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
	text-align: center;
}

.footer-widgets ul > li:last-child {
	margin-bottom: 0;
}

.footer-widgets-1 {
	float: left;
	width: 33%;
	margin-right: 6px;
	margin-right: 0.6rem;
}

.footer-widgets-2 {
	float: left;
	width: 33%;
}

.footer-widgets-3 {
	float: right;
	width: 33%;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	padding: 30px 0;
	padding: 3rem 0;
	text-align: center;
	margin: 0 auto;
	max-width: 1140px;
}

.site-footer a {
	color: #a3a3a3;
	text-decoration: none;
}

.site-footer a:hover {
	text-decoration: underline;
}

.site-footer p {
	margin-bottom: 0;
}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Sea
--------------------------------------------- */

.esther-sea blockquote {
	border-top: 3px solid #c6e5e0;
	border-top: 0.3rem solid #c6e5e0;
	border-bottom: 3px solid #c6e5e0;
}

.esther-sea button,
.esther-sea input[type="button"],
.esther-sea input[type="reset"],
.esther-sea input[type="submit"],
.esther-sea .button,
.esther-sea .comment-reply a,
.esther-sea .comment-reply a:visited,
.esther-sea .entry-content .button,
.esther-sea .home-bottom .enews #subbutton {
	background-color: #aad3cc;
}

.esther-sea .featured-content .entry-title {
    background: #c6e5e0;
}

.esther-sea .site-title a,
.esther-sea .site-title a:hover,
.esther-sea .nav-primary a,
.esther-sea .author-box a,
.esther-sea .author-box-title,
.esther-sea .pagination a:hover,
.esther-sea .pagination .active a,
.esther-sea .pagination li a:hover,
.esther-sea .pagination li.active a,
.esther-sea .sidebar a {
	color: #aad3cc;
}

.esther-sea .nav-primary a:hover,
.esther-sea .nav-primary .current-menu-item > a,
.esther-sea .sidebar a:hover {
    color: #c6e5e0;
}

.esther-sea .nav-secondary,
.esther-sea .entry-header .entry-meta {
    background-color: #c6e5e0;
}

/* Grey
--------------------------------------------- */

.esther-grey blockquote {
	border-top: 3px solid #4f4f4f;
	border-top: 0.3rem solid #4f4f4f;
	border-bottom: 3px solid #4f4f4f;
}

.esther-grey button,
.esther-grey input[type="button"],
.esther-grey input[type="reset"],
.esther-grey input[type="submit"],
.esther-grey .button,
.esther-grey .comment-reply a,
.esther-grey .comment-reply a:visited,
.esther-grey .entry-content .button,
.esther-grey .home-bottom .enews #subbutton {
	background-color: #191919;
}

.esther-grey .featured-content .entry-title {
    background: #4f4f4f;
}

.esther-grey .site-title a,
.esther-grey .site-title a:hover,
.esther-grey .nav-primary a,
.esther-grey .author-box a,
.esther-grey .author-box-title,
.esther-grey .pagination a:hover,
.esther-grey .pagination .active a,
.esther-grey .pagination li a:hover,
.esther-grey .pagination li.active a,
.esther-grey .sidebar a {
	color: #191919;
}

.esther-grey .nav-primary a:hover,
.esther-grey .nav-primary .current-menu-item > a,
.esther-grey .sidebar a:hover {
    color: #4f4f4f;
}

.esther-grey .nav-secondary,
.esther-grey .entry-header .entry-meta {
    background-color: #4f4f4f;
}

/* Navy
--------------------------------------------- */

.esther-navy blockquote {
	border-top: 3px solid #0e243b;
	border-top: 0.3rem solid #0e243b;
	border-bottom: 3px solid #0e243b;
}

.esther-navy button,
.esther-navy input[type="button"],
.esther-navy input[type="reset"],
.esther-navy input[type="submit"],
.esther-navy .button,
.esther-navy .comment-reply a,
.esther-navy .comment-reply a:visited,
.esther-navy .entry-content .button,
.esther-navy .home-bottom .enews #subbutton {
	background-color: #0e243b;
}

.esther-navy .featured-content .entry-title {
    background: #0e243b;
}

.esther-navy .site-title a,
.esther-navy .site-title a:hover,
.esther-navy .nav-primary a,
.esther-navy .author-box a,
.esther-navy .author-box-title,
.esther-navy .pagination a:hover,
.esther-navy .pagination .active a,
.esther-navy .pagination li a:hover,
.esther-navy .pagination li.active a,
.esther-navy .sidebar a {
	color: #0b335e;
}

.esther-navy .nav-primary a:hover,
.esther-navy .nav-primary .current-menu-item > a,
.esther-navy .sidebar a:hover {
    color: #0e243b;
}

.esther-navy .nav-secondary,
.esther-navy .entry-header .entry-meta {
    background-color: #0e243b;
}

/* Flamingo
--------------------------------------------- */

.esther-flamingo blockquote {
	border-top: 3px solid #f74c68;
	border-top: 0.3rem solid #f74c68;
	border-bottom: 3px solid #f74c68;
}

.esther-flamingo button,
.esther-flamingo input[type="button"],
.esther-flamingo input[type="reset"],
.esther-flamingo input[type="submit"],
.esther-flamingo .button,
.esther-flamingo .comment-reply a,
.esther-flamingo .comment-reply a:visited,
.esther-flamingo .entry-content .button,
.esther-flamingo .home-bottom .enews #subbutton {
	background-color: #f74c68;
}

.esther-flamingo .featured-content .entry-title {
    background: #f74c68;
}

.esther-flamingo .site-title a,
.esther-flamingo .site-title a:hover,
.esther-flamingo .nav-primary a,
.esther-flamingo .author-box a,
.esther-flamingo .author-box-title,
.esther-flamingo .pagination a:hover,
.esther-flamingo .pagination .active a,
.esther-flamingo .pagination li a:hover,
.esther-flamingo .pagination li.active a,
.esther-flamingo .sidebar a {
	color: #fa8094;
}

.esther-flamingo .nav-primary a:hover,
.esther-flamingo .nav-primary .current-menu-item > a,
.esther-flamingo .sidebar a:hover {
    color: #f74c68;
}

.esther-flamingo .nav-secondary,
.esther-flamingo .entry-header .entry-meta {
    background-color: #f74c68;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@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: 680px;
	}

	.content,
	.site-header .widget-area {
		width: 570px;
	}
	
	.home-bottom .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.home-bottom {
		padding-bottom: 0;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 340px;
	}
	
	.home-bottom .enews #subbox1, .home-bottom .enews #subbox, .home-bottom .enews #subbutton {
		display: block !important;
		width: 100% !important;
	}
	

}

@media only screen and (max-width: 1023px) {

	body {
		background-color: #fff;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets,
	.wrap {
		width: 100%;
	}
			
	.home-middle-left,
	.home-middle-right {
		background: none;
		float: none;
		width: 100%;
	}
	
	.home-middle-left {
	text-align: center;
	padding-right: 0;
	margin: 0 auto;
	}

	.home-middle-right {
	margin-top: 5px;
	}

	.site-header .wrap {
		padding: 20px 0;
		padding: 2rem 0;
	}
	

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.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-top: 12px;
		padding-top: 1.2rem;
	}

	.sidebar {
		margin: 30px 0 0 0;
		margin: 3rem 0 0 0;
}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
	}

	.sidebar .widget {
		text-align: center;
	}


	.header-image .site-header .wrap {
		background: url(http://www.discoveringparenthood.com/wp-content/uploads/2016/07/discovering-1.png) no-repeat center;
		background-size: 650px 170px;
	}

}

@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%;
	}
	
	.footer-widgets .widget {
		text-align: center;
	}
	
	.genesis-nav-menu a {
	padding: 4px 12px 4px 12px;
	padding: .4rem 1.2rem .4rem 1.2rem;
	}
	
	.header-image .site-header .wrap {
		background: url(http://www.discoveringparenthood.com/wp-content/uploads/2016/07/discovering-1.png) no-repeat center;
		background-size: 650px 170px;
	}
}

@media only screen and (max-width: 480px) {
	
		.header-image .site-header .wrap {
		background: url(http://www.discoveringparenthood.com/wp-content/uploads/2016/07/discovering-1.png) no-repeat center;
		background-size: 380px 99px;
	}

.header-image .site-title a {
	float: left;
	height: 105px;
	width: 100%;
}
	
}