/*
	Theme Name: Happy Black Woman
	Description: Happy Black Woman is a custom child theme created for the Genesis Framework.
	Author: Bourn Creative
	Author URI: http://www.bourncreative.com
	Version: 1.0
	Template: genesis
	Template Version: 2.0.1
*/


/*
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;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%;}body{margin:0;width:100%;}a:focus{outline:0;}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"]{cursor:pointer;-webkit-appearance:button;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield;}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,
.home-top:before,
.home-cta:before,
.home-bottom: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,
.home-top:after,
.home-cta:after,
.home-bottom:after {
	clear: both;
	content: " ";
	display: table;
}

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

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

/*

Imported Google Fonts:

font-family: 'Open Sans', sans-serif;
Open Sans Normal 400
Open Sans Normal 400 Italic
Open Sans Bold 700
Open Sans Bold 700 Italic

font-family: 'Poiret One', cursive;
Poiret One Normal 400

Colors:

Green: #8cc541;
Grey: #444444;
Orange: #f16725;
Pink: #9e2164;
Teal: #19a0af;
Yellow: #faaf42;
Light Teal: #34b5c3;
Light Orange: #fb8a54;

Social Colors:

LinkedIn: #187bae;
Facebook: #faaf42;
Google +: #9e2164;
Twitter: #19a0af;
YouTube: #8cc541;
RSS: #f16724;
Pinterest: #f12424;
Instagram: #444444;

*/

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

body {
	background: #fff;
	color: #444;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

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: #9e2164;
	color: #fff;
}

::selection {
	background-color: #9e2164;
	color: #fff;
}

a {
	color: #f16724;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

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

blockquote {
	margin: 24px 40px 24px;
	margin: 2.4rem 4rem 2.4rem;
}

strong {
	font-weight: 700;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

hr {
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 30px 0 35px;
}

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

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

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

/* Forms & Buttons
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0; /* Keep iOS From Rounding Corners */
	box-shadow: none;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #f16725;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 9px 15px 10px;
	padding: 0.9rem 1.5rem 1rem;
	text-decoration: none;
	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: #444444;
	text-decoration: none;
}

.button {
	display: inline-block;
}

.button.green {
	background-color: #8cc541;
}

.button.green:hover {
	background-color: #444444;
}

.button.grey {
	background-color: #444444;
}

.button.grey:hover {
	background-color: #8cc541;
}

.button.pink {
	background-color: #9e2164;
}

.button.pink:hover {
	background-color: #444444;
}

.button.teal {
	background-color: #19a0af;
}

.button.teal:hover {
	background-color: #444444;
}

.button.yellow {
	background-color: #faaf42;
}

.button.yellow:hover {
	background-color: #444444;
}

.small-button {
	background: #f16724;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	padding: 5px 12px 7px;
	padding: 0.5rem 1.2rem 0.7rem;
	text-decoration: none;
	text-transform: uppercase;
}

.small-button:hover {
	background: #189fae;
	text-decoration: none;
}

.small-button:after {
	content: url(images/li-triangle-white-sm.png);
	padding-left: 5px;
	padding-left: .5rem;
}

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

/* Headings & Color Classes
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #189fae;
	font-family: 'Poiret One', cursive;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
}

/* Titles */

h1,
.entry-title,
.archive-title {
	font-size: 41px;
	font-size: 4.1rem;
}

.entry-title a {
	color: #189fae;
	text-decoration: none;
}

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

h2 {
	font-size: 38px;
	font-size: 3.8rem;
}

h3 {
	color: #9e2164;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
}

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

h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 700;
}

h6 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
}

.green-text {
	color: #8cc541;
}

.grey-text {
	color: #444444;
}

.orange-text {
	color: #f16725;
}

.pink-text {
	color: #9e2164;
}

.teal-text {
	color: #19a0af;
}

.yellow-text {
	color: #faaf42;
}

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

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

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

.site-inner .wrap {
	padding: 0 30px;
	padding: 0 3rem;
}

.site-inner {
	clear: both;
	padding: 50px 0 25px;
	padding: 5rem 0 2.5rem;
}

/* Content Containers
--------------------------------------------- */

.content-sidebar-wrap {
	float: left;
	width: 100%;
}

.content {
	float: left;
	width: 710px;
}

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

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

.avatar {
	float: right;
}

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

img.centered,
.aligncenter {
	display: block;
	margin: 5px auto 24px;
	margin: .5rem 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: 5px 24px 24px 0;
	margin: .5rem 2.4rem 2.4rem 0;
}

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

.entry-content p.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	margin-bottom: 0;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

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


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

.site-header {
	border-bottom: 7px solid #189fae;
	height: 228px;
}

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

.header-photo {
	background: url(images/header-photo.png) no-repeat;
	float: left;
	height: 200px;
	margin: 0 0 0 65px;
	width: 247px;
}

.site-header .wrap {
	height: 228px;
}

.title-area {
	margin: 60px 0 0 85px;
	margin: 6rem 0 0 8.5rem;
	padding: 0;
}

.title-area,
.site-title a {
	display: block;
	float: left;
	height: 95px;
	text-indent: -9999px;
	width: 669px;
}

.site-title {
	margin: 0;
	padding: 0;
}

.site-title a {
	background: url(images/logo.png) no-repeat;
	margin: 0;
	padding: 0;
}

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

/* Common Classes */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	width: 100%;
}

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

.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-family: 'Poiret One', cursive;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 6px 21px 6px;
	padding: 0.6rem 2.1rem .6rem;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .sub-menu a:hover {
	background-color: #fb8a54;
}

.genesis-nav-menu .sub-menu {
	border-top: 5px solid transparent; /* IE Workaround */
	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: #f16725;
	padding: 6px 20px;
	padding: 0.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;
}

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

.nav-primary {
	background-color: #f16725;
}

.nav-primary .genesis-nav-menu {
	float: right;
	width: auto;
}

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

.nav-secondary {
	margin: -28px 0 0 0;
	margin: -2.8rem 0 0 0;
}

.nav-secondary .wrap {
	background-color: #189fae;
}

.nav-secondary .genesis-nav-menu a {
	font-size: 18px;
	font-size: 1.8rem;
	padding: 10px 26px 11px;
	padding: 1rem 2.6rem 1.1rem;
}

.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu .sub-menu a:hover {
	background-color: #34b5c3;
}

.nav-secondary .genesis-nav-menu .sub-menu a {
	background: #189fae;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 9px 25px 10px;
	padding: 0.9rem 2.5rem 1rem;
}

/* Responsive Menu Icon
--------------------------------------------- */

#responsive-menu-icon {
	background: url(images/menu.png) no-repeat;
	cursor: pointer;
	display: none;
	height: 32px;
	height: 3.2rem;
	margin: 15px auto 0;
	margin: 1.5rem auto 0;
	width: 32px;
	width: 3.2rem;
}


/*
Custom Templates
---------------------------------------------------------------------------------------------------- */

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

.home-top {
	margin: 0 0 35px;
}

.home-top-left {
	float: left;
	width: 330px;
}

.home-top-left .widget-title {
	color: #9e2164;
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 700;
}

.home-top-right {
	background: #8cc541;
	color: #fff;
	float: right;
	min-height: 316px;
	position: relative;
	width: 705px;
}

.home-top-right .widget-title,
.home-top-right h5 {
	background: #9e2164;
	color: #fff;
	margin: 0;
}

.home-top-right .widget-title{
	font-size: 20px;
	font-size: 2rem;
	padding: 20px 0 0;
	padding: 2rem 0 0;
}

.home-top-right h5 {
	font-family: 'Poiret One', cursive;
	font-size: 29px;
	font-size: 2.9rem;
	font-weight: 400;
	padding: 0 0 20px;
	padding: 0 0 2rem;
}

.book-photo {
	background: url(images/opt-in-book.png) no-repeat;
	height: 316px;
	left: 0;
	position: absolute;
	top: 23px;
	width: 241px;
}

.home-top-right .widget-title,
.home-top-right .textwidget h5,
.home-top-right .textwidget p,
.home-top-right form {
	padding-left: 275px;
}

.home-top-right p {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px 45px 0 0;
}

.home-top-right .opt-in-input {
	float: left;
	margin: 0 10px 10px 0;
	margin: 0 1rem 1rem 0;
	width: 187px;
}

.home-top-right input[type="text"],
.home-top-right input[type="email"] {
	border: none;
	color: #6b7b84;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	margin: 0;
	padding: 7px;
	padding: .7rem;
	width: 100%;
	-webkit-appearance: none; /* Fixes iOS Rendering */
}

.home-top-right .opt-in-submit {
	float: left;
	margin: 0 0 25px;
	margin: 0 0 2.5rem;
}

.home-top-right input[type="submit"] {
	background: #9e2164;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0;
	padding: 7px 15px 8px;
	padding: 0.7rem 1.5rem 0.8rem;
	text-transform: uppercase;
	-webkit-appearance: none; /* Fixes iOS Rendering */
}

.home-top-right input:hover[type="submit"] {
	background: #189fae;
}

.home-cta {
	background: #189fae;
	color: #fff;
	font-family: 'Poiret One', cursive;
	font-size: 41px;
	font-size: 4.1rem;
	line-height: 1.2;
	margin: 0 0 35px;
	margin: 0 0 3.5rem;
	padding: 25px 20px 27px;
	padding: 2.5rem 2rem 2.7rem;
	text-align: center;
}

.home-cta p {
	margin: 0;
}

.home-bottom {
	font-size: 14px;
	font-size: 1.4rem;
}

.home-bottom .widget-title {
	color: #f16725;
}

.home-bottom-left,
.home-bottom-middle,
.home-bottom-right  {
	float: left;
	width: 330px;
}

.home-bottom-left,
.home-bottom-middle {
	margin-right: 45px;
}

/* Landing Pages
--------------------------------------------- */

.landing-page .site-header,
.landing-page .site-header .wrap {
	height: 207px;
}


.landing-page-unbranded .site-inner {
	padding: 30px 0;
    padding: 3rem 0;
}

.landing-page-unbranded .content-sidebar-wrap {
	border: 2px solid #189FAE;
	padding: 30px;
	padding: 3rem;
}

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

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

.entry {
	margin: 0;
	padding: 0;
}

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

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

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol {
	margin-left: 90px;
	margin-left: 9rem;
}

.entry-content ol li {
	list-style-type: decimal;
	padding: 6px 0;
}

.entry-content ul {
	margin-left: 50px;
	margin-left: 5rem;
}

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

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


/* Unordered Lists
--------------------------------------------- */

/* Defaults */

.entry-content ul li {
	background: url(images/li-triangle-orange.png) 15px 13px no-repeat;
	padding: 6px 0 6px 45px;
}

/* Triangles */

ul.triangle-green li,
.feature-box.green-border ul li {
	background: url(images/li-triangle-green.png) 15px 13px no-repeat;
}

ul.triangle-grey li,
.feature-box.grey-border ul li {
	background: url(images/li-triangle-grey.png) 15px 13px no-repeat;
}

ul.triangle-pink li,
.feature-box.pink-border ul li {
	background: url(images/li-triangle-pink.png) 15px 13px no-repeat;
}

ul.triangle-teal li,
.feature-box.teal-border ul li {
	background: url(images/li-triangle-teal.png) 15px 13px no-repeat;
}

ul.triangle-yellow li,
.feature-box.yellow-border ul li {
	background: url(images/li-triangle-yellow.png) 15px 13px no-repeat;
}

.feature-box.green ul li,
.feature-box.grey ul li,
.feature-box.orange ul li,
.feature-box.pink ul li,
.feature-box.teal ul li,
.feature-box.yellow ul li {
	background: url(images/li-triangle-white.png) 15px 13px no-repeat;
}

/* Checks */

ul.check-green li,
.feature-box.green-border ul.check-green li {
	background: url(images/li-check-green.png) 15px 11px no-repeat;
}

ul.check-grey li,
.feature-box.grey-border ul.check-grey li {
	background: url(images/li-check-grey.png) 15px 11px no-repeat;
}

ul.check-orange li,
.feature-box.orange-border ul.check-orange li {
	background: url(images/li-check-orange.png) 15px 11px no-repeat;
}

ul.check-pink li,
.feature-box.pink-border ul.check-pink li {
	background: url(images/li-check-pink.png) 15px 11px no-repeat;
}

ul.check-teal li,
.feature-box.teal-border ul.check-teal li {
	background: url(images/li-check-teal.png) 15px 11px no-repeat;
}

ul.check-yellow li,
.feature-box.yellow-border ul.check-yellow li {
	background: url(images/li-check-yellow.png) 15px 11px no-repeat;
}

.feature-box.green ul.check-white li,
.feature-box.grey ul.check-white li,
.feature-box.orange ul.check-white li,
.feature-box.pink ul.check-white li,
.feature-box.teal ul.check-white li,
.feature-box.yellow ul.check-white li {
	background: url(images/li-check-white.png) 15px 11px no-repeat;
}

/* Feature Boxes
--------------------------------------------- */

.feature-box {
	clear: both;
	margin: 15px 0 35px;
	margin: 1.5rem 0 3.5rem;
	padding: 40px 35px 20px;
	padding: 4rem 3.5rem 2rem;
}

.feature-box h2  {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700;
	margin: 0 0 20px;
	margin: 0 0 2rem;
	text-align: center;
}

.feature-box h3 {
	font-family: 'Poiret One', cursive;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
	margin: 0 0 20px;
	margin: 0 0 2rem;
	text-align: center;
}

/* Backgrounds & Border Only */

.feature-box.green {
	background: #8cc541;
}

.feature-box.green-border {
	border: 2px solid #8cc541;
}

.feature-box.green-border h2,
.feature-box.green-border h3,
.feature-box.green-border a {
	color: #8cc541;
}

.feature-box.grey {
	background: #444444;
}

.feature-box.grey-border {
	border: 2px solid #444444;
}

.feature-box.grey-border h2,
.feature-box.grey-border h3,
.feature-box.grey-border a {
	color: #444444;
}

.feature-box.orange {
	background: #f16725;
}

.feature-box.orange-border {
	border: 2px solid #f16725;
}

.feature-box.orange-border h2,
.feature-box.orange-border h3,
.feature-box.orange-border a {
	color: #f16725;
}

.feature-box.pink {
	background: #9e2164;
}

.feature-box.pink-border {
	border: 2px solid #9e2164;
}

.feature-box.pink-border h2,
.feature-box.pink-border h3,
.feature-box.pink-border a {
	color: #9e2164;
}

.feature-box.teal {
	background: #19a0af;
}

.feature-box.teal-border {
	border: 2px solid #19a0af;
}

.feature-box.teal-border h2,
.feature-box.teal-border h3,
.feature-box.teal-border a {
	color: #19a0af;
}

.feature-box.yellow {
	background: #faaf42;
}

.feature-box.yellow-border {
	border: 2px solid #faaf42;
}

.feature-box.yellow-border h2,
.feature-box.yellow-border h3,
.feature-box.yellow-border a {
	color: #faaf42;
}

.feature-box.green,
.feature-box.green h2,
.feature-box.green h3,
.feature-box.green a,
.feature-box.grey,
.feature-box.grey h2,
.feature-box.grey h3,
.feature-box.grey a,
.feature-box.orange,
.feature-box.orange h2,
.feature-box.orange h3,
.feature-box.orange a,
.feature-box.pink,
.feature-box.pink h2,
.feature-box.pink h3,
.feature-box.pink a,
.feature-box.teal,
.feature-box.teal h2,
.feature-box.teal h3,
.feature-box.teal a,
.feature-box.yellow,
.feature-box.yellow h2,
.feature-box.yellow h3,
.feature-box.yellow a,
.feature-box.green-border a.button,
.feature-box.grey-border a.button,
.feature-box.orange-border a.button,
.feature-box.pink-border a.button,
.feature-box.teal-border a.button,
.feature-box.yellow-border a.button {
	color: #fff;
}

/* PULL QUOTES
------------------------------------------------------------ */

.pull-quote {
	background: #f16725; /* Default => Grey */
	color: #fff;
	float: right;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.25;
	margin: 0 0 50px 22px;
	padding: 30px;
	position: relative;
	width: 31.623931623931625%;
}

.pull-quote:after {
	border-right: 50px solid transparent;
    border-top: 50px solid #f16725; /* Default => Red */
    bottom: -50px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 30px;
    width: 0;
}

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

.pull-quote h4 {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
}

.pull-quote.green {
	background: #8cc541;
}

.pull-quote.green:after {
	border-top: 50px solid #8cc541;
}

.pull-quote.grey {
	background: #444444;
}

.pull-quote.grey:after {
	border-top: 50px solid #444444;
}

.pull-quote.pink {
	background: #9e2164;
}

.pull-quote.pink:after {
	border-top: 50px solid #9e2164;
}

.pull-quote.teal {
	background: #19a0af;
}

.pull-quote.teal:after {
	border-top: 50px solid #19a0af;
}

.pull-quote.yellow {
	background: #faaf42;
}

.pull-quote.yellow:after {
	border-top: 50px solid #faaf42;
}

/* Column Classes
--------------------------------------------- */

/*

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-bottom: 24px;
	margin-bottom: 2.4rem;
	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;
}

/* Posts
--------------------------------------------- */

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

.entry-meta a {
	color: #444444;
}

.entry-header .entry-meta {
	margin-bottom: 28px;
	margin-bottom: 2.8rem;
	padding-top: 10px;
	padding-top: 1rem;
}

.entry-footer {
	clear: both;
	padding: 20px 0;
	padding: 2rem 0;
}

.entry-footer .entry-meta {
	color: #444;
	margin: 0;
	padding: 0 0 14px;
	padding: 0 0 1.4rem;
}

.entry-footer .entry-meta a {
	color: #444;
}

/* POST
------------------------------------------------------------ */

.content .post,
.content .post {
	background: url(images/post-divider.png) bottom center no-repeat;
	margin: 0 0 40px 0;
	margin: 0 0 4rem 0;
	padding: 0 0 55px;
	padding: 0 0 5.5rem;
}

/* Author Box
--------------------------------------------- */

.author-box {
	background-color: #9e2164;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.3;
	margin: 30px 0;
	margin: 3rem 0;
	padding: 30px;
	padding: 3rem;
}

.archive .author-box {
	margin: 10px 0 60px;
	margin: 1rem 0 6rem;;
}

.author-box-title {
	color: #fff;
	font-family: 'Poiret One', cursive;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 400;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.author-box a {
	color: #fff;
}

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

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


/* Archive Description
--------------------------------------------- */

.archive-description {
	border-bottom: 3px solid #9e2164;
	margin: 0 0 35px;
	margin: 0 0 3.5rem;
	padding: 0 0 10px;
	padding: 0 0 1rem;
}

.archive-title {
	color: #9e2164;
	font-size: 28px;
	font-size: 2.8rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


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

.archive-pagination,
.entry-pagination {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 10px;
	margin: 0 0 1rem;
	padding: 20px 0 0;
	padding: 2rem 0 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a,
.archive-pagination li a:hover,
.archive-pagination li.active a,
.archive-pagination li.disabled {
	border: 1px solid #189fae;
	color: #5b6a74;
	cursor: pointer;
	display: inline-block;
	margin: 0 0 10px;
	margin: 0 0 1rem;
	padding: 10px 14px;
	padding: 1rem 1.4rem;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background: #189fae;
	color: #fff;
	text-decoration: underline;
}

.entry-pagination a {

}

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

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

.comment-respond {
	padding-top: 10px;
	padding-top: 1rem;
}

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

}

.comment-header,
.comment-respond a,
.entry-comments a {
	color: #19a0af;
	text-decoration: none;
}

.comment-reply {
	padding: 20px 0 0;
	padding: 2rem 0 0;
}

.comment-reply a {
	text-decoration: underline;
}

.comment-reply a:hover {
	text-decoration: none;
}

.comment-meta {
	font-size: 14px;
	font-size: 1.4rem;
}

.comment-content {
	padding-top: 10px;
	padding-top: 1rem;
}

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

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

.comment-list li,
.ping-list li {
	list-style-type: none;
}

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

.comment-list li li {
	background-color: #fff;
}

li.comment {
	background-color: #f5f5f5;
	border-top: 2px solid #19a0af;
}

.comment-list .children li {
	padding-bottom: 0;
}

.comment-list .children li:last-child {
	padding-bottom: 32px;
	padding-bottom: 3.2rem;
}

.comment .avatar {
	height: 100px;
	height: 10rem;
	margin: 0 0 0 16px;
	margin: 0 0 0 1.6rem;
	width: 100px;
	width: 10rem;
}

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

/* Comment Form */

.comment-notes {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
}

.comment-respond label {
	display: block;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
	-webkit-appearance: none; /* Fixes iOS Rendering */
}

.comment-respond textarea,
.comment-respond input[type="submit"] {
	-webkit-appearance: none; /* Fixes iOS Rendering - CHECK NEW RESET*/
}

a#cancel-comment-reply-link {
	color: #a60027;
	font-size: 15px;
	font-size: 1.5rem;
}

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

/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar-primary {
	float: right;
	padding: 10px 0 0;
	padding: 1rem 0 0;
	width: 330px;
}

.sidebar {
	color: #444444;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
}

.sidebar .widget-title {
	background: #189fae;
	color: #fff;
	font-family: 'Poiret One', cursive;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	margin-bottom: 28px;
	margin-bottom: 2.8rem;
	padding: 12px 10px;
	padding: 1.2rem 1rem;
	text-align: center;
	text-transform: uppercase;
}

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

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

.sidebar .widget-title a {
	color: #fff;
	text-decoration: none;
}

.sidebar .menu a {
	color: #444;
}

.sidebar a {
	color: #f16724;
}

.sidebar a.button {
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
}

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

.sidebar li {
	background: url(images/li-triangle-orange-sm.png) 0 5px no-repeat;
	list-style-type: none;
	padding: 0 0 6px 24px;
	padding: 0 0 .6rem 2.4rem;
	word-wrap: break-word;
}

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

.sidebar .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

/* Sidebar Opt In Widget
--------------------------------------------- */

.sidebar-opt-in {
	background: #8cc541;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.3;
}

.sidebar .sidebar-opt-in .widget-title {
	background: #9e2164;
	margin: 0;
	padding: 12px 10px 0;
	padding: 1.2rem 1rem 0;
}

.sidebar-opt-in h5 {
	background: #9e2164;
	color: #fff;
	font-family: 'Poiret One', cursive;
	font-size: 33px;
	font-size: 3.3rem;
	font-weight: 400;
	padding: 0 10px 12px;
	padding: 0 1rem 1.2rem;
	text-align: center;
}

.sidebar-opt-in img {
	float: right;
	margin: 0 0 0 25px;
	margin: 0 0 0 2.5rem;
}

.sidebar-opt-in p,
.sidebar-opt-in form {
	padding: 0 15px;
	padding: 0 1.5rem;
}

/* Form Code */

.sidebar-opt-in form {
	margin: 10px 0;
	margin: 1rem 0;
	padding: 0 15px 15px;
	padding: 0 1.5rem 1.5rem;
}

.sidebar-opt-in input[type="text"],
.sidebar-opt-in input[type="email"] {
	border: none;
	color: #6b7b84;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	margin: 0 0 5px;
	margin: 0 0 .5rem;
	padding: 7px;
	padding: .7rem;
	-webkit-appearance: none; /* Fixes iOS Rendering */
}

.sidebar-opt-in input[type="email"] {
	margin: 0 0 10px;
	margin: 0 0 1rem;
}

.sidebar-opt-in input[type="submit"] {
	background: #9e2164;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 9px 5px;
	padding: .9rem .5rem;
	text-transform: uppercase;
	width: 100%;
	-webkit-appearance: none; /* Fixes iOS Rendering */
}

.sidebar-opt-in input:hover[type="submit"] {
	background: #189fae;
}


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

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

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

.featured-content .entry-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.featured-content .alignright img {
	margin: 0 0 10px 10px;
}

/*
Footer Call To Action Widget
---------------------------------------------------------------------------------------------------- */

.footer-top {
	border-bottom: 7px solid #189fae;
	color: #f16725;
	font-family: 'Poiret One', cursive;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
	padding: 0 0 55px;
	text-align: center;
	text-transform: uppercase;
}

.social-text {
	line-height: 1;
	vertical-align: text-bottom;
}

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

.footer-widgets {
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	margin: -30px 0 0;
}

.footer-widgets .wrap {
	background-color: #189fae;
}

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

.footer-widgets-1 {
	margin-right: 45px;
	margin-right: 4.5rem;
}

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

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

.footer-widgets p {
	font-size: inherit;
	line-height: inherit;
}

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

.footer-widgets a {
	color: #fff;
}

.footer-widgets a.button {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 7px 12px 8px;
	padding: 0.7rem 1.2rem 0.8rem;
}

.footer-widgets .widget {
	padding: 30px;
	padding: 3rem;
}

.footer-widgets .widget-title {
	color: #fff;
	font-family: 'Poiret One', cursive;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}

.footer-widgets li {
	background: url(images/li-triangle-white-sm.png) 0 5px no-repeat;
	list-style-type: none;
	padding: 0 0 6px 24px;
	padding: 0 0 .6rem 2.4rem;
	word-wrap: break-word;
}

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

/*
Social Icons
---------------------------------------------------------------------------------------------------- */

a.social-icons {
	display: inline-block;
	height: 32px;
	text-indent: -9999px;
	vertical-align: text-top;
	width: 32px;
}

a.facebook {
	background: url(images/icons/icon-facebook.png) no-repeat;
}

a.googleplus {
	background: url(images/icons/icon-googleplus.png) no-repeat;
}

a.instagram {
	background: url(images/icons/icon-instagram.png) no-repeat;
}

a.linkedin {
	background: url(images/icons/icon-linkedin.png) no-repeat;
}

a.pinterest {
	background: url(images/icons/icon-pinterest.png) no-repeat;
}

a.rss {
	background: url(images/icons/icon-rss.png) no-repeat;
}

a.twitter {
	background: url(images/icons/icon-twitter.png) no-repeat;
}

a.youtube {
	background: url(images/icons/icon-youtube.png) no-repeat;
}

a.social-icons:hover {
	opacity: .8;
}

/*
Retina Images
---------------------------------------------------------------------------------------------------- */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (	min--moz-device-pixel-ratio: 2),
only screen and (	-o-min-device-pixel-ratio: 2/1),
only screen and (		 min-device-pixel-ratio: 2),
only screen and (           min-resolution: 192dpi),
only screen and (            min-resolution: 2dppx) {

	#responsive-menu-icon {
		background: url(images/hidpi/menu2x.png) no-repeat;
		background-size: 32px 32px;
	}

	/* Undordered Lists */

	.entry-content ul li {
		background: url(images/hidpi/li-triangle-orange2x.png) 15px 13px no-repeat;
		background-size: 10px 11px;
	}

	.sidebar li {
		background: url(images/hidpi/li-triangle-orange-sm2x.png) 0 5px no-repeat;
		background-size: 8px 9px;
	}

	.footer-widgets li {
		background: url(images/hidpi/li-triangle-white-sm2x.png) 0 5px no-repeat;
		background-size: 10px 11px;
	}

	/* Triangles */

	ul.triangle-green li,
	.feature-box.green-border ul li {
		background: url(images/hidpi/li-triangle-green2x.png) 15px 13px no-repeat;
		background-size: 10px 11px;
	}

	ul.triangle-grey li,
	.feature-box.grey-border ul li {
		background: url(images/hidpi/li-triangle-grey2x.png) 15px 13px no-repeat;
		background-size: 10px 11px;
	}

	ul.triangle-orange li,
	.feature-box.orange-border ul li {
		background: url(images/hidpi/li-triangle-orange2x.png) 15px 13px no-repeat;
		background-size: 10px 11px;
	}

	ul.triangle-pink li,
	.feature-box.pink-border ul li {
		background: url(images/hidpi/li-triangle-pink2x.png) 15px 13px no-repeat;
		background-size: 10px 11px;
	}

	ul.triangle-teal li,
	.feature-box.teal-border ul li {
		background: url(images/hidpi/li-triangle-teal2x.png) 15px 13px no-repeat;
		background-size: 10px 11px;
	}

	ul.triangle-yellow li,
	.feature-box.yellow-border ul li {
		background: url(images/hidpi/li-triangle-yellow2x.png) 15px 13px no-repeat;
		background-size: 10px 11px;
	}

	.feature-box.green ul li,
	.feature-box.grey ul li,
	.feature-box.orange ul li,
	.feature-box.pink ul li,
	.feature-box.teal ul li,
	.feature-box.yellow ul li {
		background: url(images/hidpi/li-triangle-white2x.png) 15px 13px no-repeat;
		background-size: 10px 11px;
	}

	/* Checks */

	ul.check-green li,
	.feature-box.green-border ul.check-green li {
		background: url(images/hidpi/li-check-green2x.png) 15px 11px no-repeat;
		background-size: 20px 18px;
	}

	ul.check-grey li,
	.feature-box.grey-border ul.check-grey li {
		background: url(images/hidpi/li-check-grey2x.png) 15px 11px no-repeat;
		background-size: 20px 18px;
	}

	ul.check-orange li,
	.feature-box.orange-border ul.check-orange li {
		background: url(images/hidpi/li-check-orange2x.png) 15px 11px no-repeat;
		background-size: 20px 18px;
	}

	ul.check-pink li,
	.feature-box.pink-border ul.check-pink li {
		background: url(images/hidpi/li-check-pink2x.png) 15px 11px no-repeat;
		background-size: 20px 18px;
	}

	ul.check-teal li,
	.feature-box.teal-border ul.check-teal li {
		background: url(images/hidpi/li-check-teal2x.png) 15px 11px no-repeat;
		background-size: 20px 18px;
	}

	ul.check-yellow li,
	.feature-box.yellow-border ul.check-yellow li {
		background: url(images/hidpi/li-check-yellow2x.png) 15px 11px no-repeat;
		background-size: 20px 18px;
	}

	.feature-box.green ul.check-white li,
	.feature-box.grey ul.check-white li,
	.feature-box.orange ul.check-white li,
	.feature-box.pink ul.check-white li,
	.feature-box.teal ul.check-white li,
	.feature-box.yellow ul.check-white li {
		background: url(images/hidpi/li-check-white2x.png) 15px 11px no-repeat;
		background-size: 20px 18px;
	}

	/* Social Icons */

	a.facebook {
		background: url(images/icons/icon-facebook2x.png) no-repeat;
		background-size: 32px 32px;
	}

	a.googleplus {
		background: url(images/icons/icon-googleplus2x.png) no-repeat;
		background-size: 32px 32px;
	}

	a.instagram {
		background: url(images/icons/icon-instagram2x.png) no-repeat;
		background-size: 32px 32px;
	}

	a.linkedin {
		background: url(images/icons/icon-linkedin2x.png) no-repeat;
		background-size: 32px 32px;
	}

	a.pinterest {
		background: url(images/icons/icon-pinterest2x.png) no-repeat;
		background-size: 32px 32px;
	}

	a.rss {
		background: url(images/icons/icon-rss2x.png) no-repeat;
		background-size: 32px 32px;
	}

	a.twitter {
		background: url(images/icons/icon-twitter2x.png) no-repeat;
		background-size: 32px 32px;
	}

	a.youtube {
		background: url(images/icons/icon-youtube2x.png) no-repeat;
		background-size: 32px 32px;
	}

}


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

/* Contact Form
--------------------------------------------- */

#contact-form .moonray_form_field_wrapper {
	margin: 0 0 20px;
	margin: 0 0 2rem;
}

#contact-form input[type="text"],
#contact-form textarea {
	margin: 7px 0 0;
	margin: .7rem 0 0;
	-webkit-appearance: none; /* Fixes iOS Rendering */
}

#contact-form input[type="text"] {
	width: 75%;
}

#contact-form textarea {
	width: 90%;
}

#contact-form .moonray-checkbox {
	float: left;
	margin: 6px 8px 0 0;
	margin: .6rem .8rem 0 0;
	width: auto;
}

/* Coaching Application Form
--------------------------------------------- */

#coaching-application .moonray-form-element-wrapper {
	margin: 0 0 20px;
	margin: 0 0 2rem;
}

#coaching-application input,
#coaching-application textarea {
	margin: 12px 0 0;
	margin: 1.2rem 0 0;
	-webkit-appearance: none; /* Fixes iOS Rendering */
}


/*
Responsive Design
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1180px) {
	
	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.site-inner .wrap {
		padding: 0;
	}

	.content {
		width: 590px;
	}
	
	.header-photo {
		margin: 0;
	}

	.title-area {
		float: right;
		margin: 60px 0 0 0;
		margin: 6rem 0 0 0;
	}

	.nav-secondary .genesis-nav-menu a {
		padding: 10px 15px 11px;
		padding: 1rem 1.5rem 1.1rem;
	}

	.home-top-left,
	.home-bottom-left,
	.home-bottom-middle,
	.home-bottom-right,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 300px;
	}

	.home-bottom-left,
	.home-bottom-middle,
	.footer-widgets-1 {
		margin-right: 30px;
	}

	.home-top-right {
		width: 590px;
	}
	
	.home-top-right form {
	    padding-left: 100px;
	}
	
}

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

	.header-photo {
		display: none;
	}

	.title-area {
		float: none;
		margin: 30px 0 0;
		margin: 3rem 0 0;
		padding: 0;
		width: 100%;
	}
	
	.site-title a {
	    background: url(images/logo.png) no-repeat top center;
		width: 100%;
	}

	.home-top-right form {
	    padding-left: 275px;
	}
	
	.home-top-right .opt-in-input {
		width: 90%;
	}
	
	.home-bottom {
		font-size: 16px;
		font-size: 1.6rem;
		text-align: center;
	}

	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.site-inner,
	.wrap,
	.home-top-left,
	.home-top-right,
	.home-bottom-left,
	.home-bottom-middle,
	.home-bottom-right {
		width: 100%;
	}

	.site-inner {
		padding: 35px 30px 0;
		padding: 3.5rem 3rem 0;
	}
	
	.landing-page-unbranded .site-inner {
		padding: 15px;
		padding: 1.5rem;
	}
	
	.site-inner,
	.wrap {
		max-width: 100%;
	}

	.site-inner .wrap {
		padding: 0;
	}

	.site-header {
		padding-bottom: 15px;
	}

	.site-header,
	.site-header .wrap {
		height: auto;
	}
	
	.genesis-nav-menu {
		display: none;
	}

	#responsive-menu-icon {
		display: block;
	}
	
	.landing-page #responsive-menu-icon {
		display: none;
	}
	
	.landing-page .site-header,
	.landing-page .site-header .wrap {
	    height: auto;
	}
	
	.nav-primary {
		background-color: #189fae;
		clear: both;
		float: none;
	}
	
	.nav-primary .genesis-nav-menu {
		float: left;
		width: 100%;
	}
	
	.nav-secondary {
		margin: 0;
	}
	
	.genesis-nav-menu .menu-item {
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu a,
	.nav-primary .genesis-nav-menu .sub-menu a,
	.genesis-nav-menu .sub-menu a,
	.nav-secondary .genesis-nav-menu a,
	.genesis-nav-menu a {
		background: none;
		padding: 11px 21px 9px;
		padding: 1.1rem 2.1rem .9rem;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu a:hover,
	.nav-primary .genesis-nav-menu .sub-menu a:hover,
	.nav-secondary .genesis-nav-menu a:hover,
	.nav-secondary .genesis-nav-menu .sub-menu a:hover {
		background: #34b5c3;
	}
	
	.nav-secondary .genesis-nav-menu a,
	.nav-secondary .genesis-nav-menu .sub-menu a {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 0;
		left: 0;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu a:before {
		content: "-";
		padding: 0 15px 0 20px;
		padding: 0 1.5rem 0 2rem;
	}
	
	.footer-top {
		border: none;
		padding: 10px 0 40px;
		padding: 1rem 0 4rem;
	}
	
	.footer-widgets {
		margin: 0;
	}

	.home-bottom-left,
	.home-bottom-middle,
	.footer-widgets-1 {
		margin-right: 0;
	}

}

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

	.home-top-right .widget-title,
	.home-top-right .textwidget h5,
	.home-top-right .textwidget p,
	.home-top-right form {
		padding-right: 45px;
		padding-right: 4.5rem;
	}

	.home-top-right .opt-in-input {
		margin: 0 0 10px;
	    margin: 0 0 1rem;
	    width: 100%;
	}
	
	.home-top-right .opt-in-submit {
		width: 100%;
	}
	
	.home-top-right input[type="submit"] {

	}

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

	.comment-respond input[type="email"],
	.comment-respond input[type="text"],
	.comment-respond input[type="url"],
	.pull-quote {
		width: 100%;
	}

	.social-text {
		display: block;
		margin: 0 0 10px;
		margin: 0 0 1rem;
	}

}

@media only screen and (max-width: 710px) {
	
	.title-area {
		height: 43px;
	}
	
	.site-title a {
		background: url(images/logo-sm.png) no-repeat center top;
		height: 43px;
	}
		
	#contact-form input[type="text"],
	#contact-form textarea {
		width: 100%;
	}
}

/* Retina Override */

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 710px),
only screen and (   min--moz-device-pixel-ratio: 2) and (max-width: 710px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (max-width: 710px),
only screen and (        min-device-pixel-ratio: 2) and (max-width: 710px),
only screen and (                min-resolution: 192dpi) and (max-width: 710px),
only screen and (                min-resolution: 2dppx) and (max-width: 710px) {

	.site-title a {
		background: url(images/hidpi/logo-sm2x.png) no-repeat center top;
		background-size: 300px 43px;
	}
}

@media only screen and (max-width: 677px) {
	
	.book-photo {
		background: url(images/sidebar-opt-in-book.png) no-repeat;
		float: left;
		height: 138px;
		margin: 20px 20px 0 45px;
		margin: 2rem 2rem 0 4.5rem;
		position: static;
		width: 125px;
	}
	
	.home-top-right .widget-title,
	.home-top-right .textwidget h5,
	.home-top-right .textwidget p,
	.home-top-right form {
		padding-left: 45px;
		padding-left: 4.5rem;
	}
	
	.home-top-right .widget-title,
	.home-top-right .textwidget h5 {
		text-align: center;
	}
	
	.entry-content ul {
		margin-left: 0;
	}

	.entry-content ol {
		margin-left: 30px;
	    margin-left: 3rem;
	}

	blockquote {
		margin: 24px 10px;
	    margin: 2.4rem 1rem;
	}

	.author-box {
		text-align: center;
	}

	.author-box .avatar {
	    float: none;
		margin: 0 0 24px;
	    margin: 0 0 2.4rem;
	}

	.author-box-content {
		text-align: left;
	}

	.comment-list li {
		padding: 32px 0 0;
	    padding: 3.2rem 0 0;
	}

	li.comment {
		background: none;
	}

	.comment-list .children li:last-child {
	    padding-bottom: 0;
	}

}

@media only screen and (max-width: 430px) {
	
	.home-top-right .widget-title,
	.home-top-right .textwidget h5,
	.home-top-right .textwidget p,
	.home-top-right form {
		padding-left: 15px;
		padding-left: 1.5rem;
		padding-right: 15px;
		padding-right: 1.5rem;
	}
	
	.book-photo {
		float: none;
		margin: 20px auto 0;
		margin: 2rem auto 0;
	}
	
	.home-top-right input[type="submit"],
	.sidebar-opt-in input[type="submit"] {
	    font-size: 12px;
		font-size: 1.2rem;
	}
	
	.home-top-right p {
		padding-top: 0;
	}
	
}


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

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

img#wpstats {
	display: none;
}