/*
	Theme Name: Good In A Room
	Author: Sean Davis
	Author URI: http://seandavis.co/
	Description: Custom WordPress theme for goodinaroom.com. This theme is based on Underscores http://underscores.me/.
	Version: 1.0
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

body {
	background: #fff;
	height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol, ul {
	list-style: none;
}



table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: 0;
}

/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 15px;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}

.content-area h1, 
.content-area h2 {
	color: #16496a;
	font-size: 28px;
	line-height: 1.6em;
}

.content-area h3, 
.content-area h4 {
	color: #16496a;
	font-size: 22px;
	line-height: 1.6em;
	margin-bottom: 10px;
}

.content-area h5, 
.content-area h6,
.widget-title {
	color: #16496a;
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 10px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

b, strong {
	font-weight: bold;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

button,
input,
select,
textarea {
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

input,
textarea {
	font-size: 14px;
	padding: 8px 10px;
	border: 1px solid #eaeaea;
	box-shadow: none;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/* fonts */

/* Links and buttons */
a {
	color: #F3721F;
}

a:hover {
	text-decoration: none;
}

.button,
input[type="submit"],
#comments input[type="submit"] {
	display: inline-block;
	background: #F3721F;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: bold;
	cursor: pointer;
	border: 0;
}

.button:hover,
input[type="submit"]:hover,
#comments input[type="submit"]:hover {
	background: #16496a;
}

.sidebar-pitch input[type="submit"]:hover {
	background: #111;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.inner:before,
.inner:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.inner:before,
.inner:after {
	clear: both;
}

/* =Shared
----------------------------------------------- */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.site-title .logo, 
.menu a, 
.site-main a, 
.button,
input[type="submit"],
#comments input[type="submit"] {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}

.section-headline {
	display: block;
	color: #16496a;
	font-size: 26px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 1em;
}

/* =Structure
----------------------------------------------- */

.for-sticky-footer {
	width: 100%;
}

.full {
	width: 100%;
}

.main {
	margin: 0 auto;
	width: 100%;
}

.inner {
	position: relative;
	padding: 40px 20px;
}

#primary-ns,
#primary-wwm,
#primary-book {
	clear: both;
	width: 100%;
	margin: 1em auto 0;
}

#primary-ns {
	max-width: 700px;
}

#primary-wwm {
	max-width: 800px;
}

#primary-book {
	max-width: 700px;
}

/* =Header
----------------------------------------------- */

.site-title .logo {
	vertical-align: -webkit-baseline-middle;
}

.site-description {
	color: #A2A2A3;
	font-size: 20px;
	margin-bottom: 0;
}

/* =Menu
----------------------------------------------- */

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	color: #16496a;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 13px;
}

.main-navigation a:hover {
	color: #F3721F;
}

.current-menu-item a {
	color: #404040;
	cursor: text;
}

.current-menu-item a:hover {
	color: #404040;
}

.main-navigation ul ul {
	background: #fff;
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 41px;
	z-index: 99999;
	border: 3px solid #eaeaea;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.main-navigation ul ul a {
	font-size: 13px;
	padding-left: 10px;
	width: 120px;
}

.main-navigation ul li:hover > ul {
	display: block;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

/* =Feature
----------------------------------------------- */

.feature-area {
	background: #16496a;
	color: #fff;
	border-bottom: 3px solid #0e334b;
}

.feature-box-title {
	font-size: 24px;
	margin-bottom: 20px;
}

.span-bottom {
	display: block;
	margin-bottom: 1.5em;
}

.stephanie-mobile {
	margin-bottom: 20px;
}

.cta {
	position: relative;
	display: inline-block;
	background: #F3721F;
	-webkit-box-shadow: 3px 3px #0e334b;
	-moz-box-shadow: 3px 3px #0e334b;
	box-shadow: 3px 3px #0e334b;
}

.cta a {
	position: relative;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 12px 12px 12px 46px;
	z-index: 2;
}

.cta i {
	position: absolute;
	top: 8px;
	left: 8px;
	background: rgba(0,0,0,.2);
	color: #fff;
	padding: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 6px;
	z-index: 1;
}

.cta:hover i {
	background: #16496a;
}

.featured-testimonial,
.feature-box .cite {
	color: #D3D3D3;
	font-size: 13px;
	font-style: italic;
}

.feature-box .cite {
	font-weight: bold;
}

.featured-testimonial {
	margin-bottom: 0;
}

.feature-box .cite {
	display: block;
	margin-top: 10px;
}

.about-stephanie-bullets li {
	margin-bottom: 8px;
}

.about-stephanie-bullets i {
	color: #F3721F;
	margin-right: 10px;
}

.stephanie-social {
	display: inline-block;
	background: #F3721F;
	color: #fff;
	text-decoration: none;
	padding: 15px;
	-webkit-box-shadow: 3px 3px #0e334b;
	-moz-box-shadow: 3px 3px #0e334b;
	box-shadow: 3px 3px #0e334b;
}

.stephanie-social a {
	background: rgba(0,0,0,.05);
	color: #fff;
	margin-right: 10px;
	text-decoration: none

}

.stephanie-social a:last-of-type {
	margin-right: 0;
}

.stephanie-social a:hover {
	background: rgba(0,0,0,.1);
}

.stephanie-social a i {
	margin-right: 3px;
}

/* =Partners
----------------------------------------------- */

.partners-area {
	background: #fafafa;
	border-bottom: 3px solid #f1f1f1;
}

.partners.inner {
	padding: 2px 20px 0;
}

.partner-logos {
	display: block;
	margin: 0 auto;
	width: 642px;
}

/* =Testimonials
----------------------------------------------- */

.testimonial-box {
	font-size: 15px;
	margin-bottom: 20px;
}

.testimonial-box header {
	font-size: 15px;
}

.testimonial-cite,
.testimonial-position {
	display: block;
	color: #404040;
}

.testimonial-cite {
	font-weight: bold;
}

.testimonial-box .testimonial-headshot {
	margin-bottom: 1.2em;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

/* =Hollywood Meeting
----------------------------------------------- */

.hollywood-meeting-book {
	float: left;
	padding-right: 50px;
	width: 40%;
}

.hollywood-meeting-text {
	float: right;
	width: 60%;
}

.hollywood-meeting-title {
	color: #333;
	margin-bottom: 15px;
}

.hollywood-meeting-bullets li {
	margin-bottom: 8px;
}

.hollywood-meeting-bullets i {
	color: #BB0B0B;
	margin-right: 10px;
}

.hollywood-meeting-text .cta {
	-webkit-box-shadow: 3px 3px #CE5C14;
	-moz-box-shadow: 3px 3px #CE5C14;
	box-shadow: 3px 3px #CE5C14;
}

/* =Work with me
----------------------------------------------- */

.work-with-me-wrap {
	margin-bottom: 4em;
}

#primary-wwm .entry-content {
	margin: 0 auto;
	max-width: 619px;
}

.wwm-box {
	background: #fafafa url('inc/images/wwm.png') no-repeat bottom right;
	padding: 20px;
	-webkit-box-shadow: 3px 3px #f1f1f1;
	-moz-box-shadow: 3px 3px #f1f1f1;
	box-shadow: 3px 3px #f1f1f1;
	margin: 1em 0 2em;
}

.wwm-img img {
	-webkit-box-shadow: 3px 3px #f1f1f1;
	-moz-box-shadow: 3px 3px #f1f1f1;
	box-shadow: 3px 3px #f1f1f1;
}

.wwm-learn-more {
	display: inline-block;
	background: #F3721F;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
}

.wwm-learn-more:hover {
	background: #16496a;
}

.wwm-bullets li {
	margin-bottom: 8px;
}

.wwm-bullets i {
	color: #F3721F;
	margin-right: 10px;
}

/* =Landing pages
----------------------------------------------- */

.landing .site-header {
	text-align: center;
	padding-bottom: 0;
}

.landing #primary {
	float: none;
	padding-right: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 640px;
}

.landing #content {
	padding-top: 0;
}

.landing .entry-content h3 {
	font-size: 28px;
	margin: 1.6em 0 .8em;
}

/* =Books pages
----------------------------------------------- */

.book-page #content {
	padding-top: 1em;
}

.book-img {
	float: left;
	width: 40%;
}

.hollywood-book-page .book-img {
	width: 36%;
}

.book-cover {
	margin-left: -3.6em;
	width: 100%;
}

.hollywood-book-page .book-cover {
	margin-bottom: 30px;
	margin-left: -1.5em;
	width: 100%;
	max-width: 270px;
}

.hollywood-book-page .hollywood-book-page .book-cover {
	margin-left: 0;
}

.book-text {
	float: right;
	width: 60%;
}

.hollywood-book-page .book-text {
	width: 64%;
}

.book-title {
	font-size: 42px;
	color: #16496a;
	margin-bottom: 15px;
}

.book-cta {
	clear: both;
	color: #fff;
}

.hollywood-book-page .book-title {
	color: #333;
}

.book-content {
	font-size: 18px;
}

.book-bullets li {
	font-size: 18px;
	margin-bottom: 8px;
}

.book-bullets i {
	color: #F3721F;
	margin-right: 10px;
}

.hollywood-book-page .book-bullets i {
	color: #BB0B0B;
	margin-right: 10px;
}

.book-page .cta {
	-webkit-box-shadow: 3px 3px #CE5C14;
	-moz-box-shadow: 3px 3px #CE5C14;
	box-shadow: 3px 3px #CE5C14;
}

/* =Content
----------------------------------------------- */

.hentry,
.no-results.not-found {
	margin-bottom: 4em;
}

.page .hentry, 
.page .no-results.not-found {
	margin-bottom: 0;
}

.sticky {
}

.content-area .entry-title {
	line-height: 1.4em;
	margin-bottom: 15px;
}

.entry-content > h1,
.entry-content > h2 {
	margin: .8em 0;
}

.entry-title a,
.single .entry-title,
.page .entry-title {
	display: block;
	color: #16496a;
	text-decoration: none;
}

.entry-title a:hover {
	color: #F3721F;
}

.entry-meta {
	color: #999;
	font-size: 13px;
}

.entry-meta a {
	color: #404040;
	font-size: 13px;
	text-decoration: none;
}

.entry-meta a:hover {
	text-decoration: underline;
}

.byline {
	margin-left: 10px;
}

.updated {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	font-size: 16px;
	margin: 1.5em 0 0;
}

.featured-img {
	margin-bottom: 1.5em;
	max-width: 100% !important;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-header {
	margin-bottom: 2em;
}

.read-more,
.more-link {
	display: inline-block;
	background: #F3721F;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
}

.read-more:hover,
.more-link:hover {
	background: #16496a;
}

.read-more i,
.more-link i {
	margin-left: 5px;
}

.featured-img {
	-webkit-box-shadow: 3px 3px #ddd;
	-moz-box-shadow: 3px 3px #ddd;
	box-shadow: 3px 3px #ddd;
}

blockquote {
	background: #fafafa url('inc/images/blockquote.png') no-repeat bottom right;
	color: #404040;
	font-style: italic;
	padding: 20px;
	margin-bottom: 1.5em;
	-webkit-box-shadow: 3px 3px #f1f1f1;
	-moz-box-shadow: 3px 3px #f1f1f1;
	box-shadow: 3px 3px #f1f1f1;
}

blockquote img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 10px;
	max-width: 80px;
}

blockquote p cite {
	clear: both;
	display: block;
	color: #404040;
	margin-top: 10px;
	width: 95%;
}

blockquote p:last-child {
	margin-bottom: 0;
}

#primary div.sharedaddy div.sd-block {
	padding-top: 2em;
	border-top: none !important;
	border-bottom: 2px solid #f1f1f1;
}

#primary .sd-title {
	display: none;
}

#primary div.sharedaddy .sd-content {
	width: 100%;
}

/* =Post footer/Author box
----------------------------------------------- */

.single-author-box,
.single-post-footer {
	background: #fafafa;
	margin-bottom: 4em;
	-webkit-box-shadow: 3px 3px #f1f1f1;
	-moz-box-shadow: 3px 3px #f1f1f1;
	box-shadow: 3px 3px #f1f1f1;
}

.single-author-box {
	margin-bottom: 2em;
}

.post-footer-body {
	background: #16496a;
	color: #fff;
	-webkit-box-shadow: 3px 3px #0e334b;
	-moz-box-shadow: 3px 3px #0e334b;
	box-shadow: 3px 3px #0e334b;
}

.post-footer-body,
.single-author-box {
	padding: 20px;
}

.post-footer-body h3 {
	color: #fff;
	margin-bottom: 15px;
}

.post-footer-body p:last-of-type {
	margin-bottom: 0;
}

.author-box-body p:last-of-type {
	margin-bottom: 0;
}

.author-box-avatar img {
	float: left;
	margin-right: 1em;
	vertical-align: top;
	-webkit-box-shadow: 3px 3px #0e334b;
	-moz-box-shadow: 3px 3px #0e334b;
	box-shadow: 3px 3px #0e334b
}

.author-box-avatar .avatar {
	vertical-align: top; 
}

.author-box-author {
	float: left;
}

#primary .author-box-author a { 
	display: inline-block;  
	color: #16496a;
	font-size: 13px;
	text-decoration: none;
	margin-right: 10px; 
}

.author-box-author .social-links {
	margin-bottom: 0;
}

#primary .author-box-author a:hover {
	background: none;
	color: #F3721F;
}

.author-box-body {
	margin-top: 20px;
}

.soc-profile {
	background: rgba(0,0,0,.05);
	padding: 4px 8px;
	margin-top: 6px;
}

.soc-profile:hover {
	background: rgba(0,0,0,.3);
}

/* =Sidebar
----------------------------------------------- */

.widget,
.sidebar-pitch {
	background: #fafafa;
	padding: 20px;
	margin: 0 0 3.5em;
	-webkit-box-shadow: 3px 3px #f1f1f1;
	-moz-box-shadow: 3px 3px #f1f1f1;
	box-shadow: 3px 3px #f1f1f1;
}

.widget:last-of-type {
	margin-bottom: 0;
}

.sidebar-pitch,
.widget_search {
	background: #16496a;
	color: #fff;
	-webkit-box-shadow: 3px 3px #0e334b;
	-moz-box-shadow: 3px 3px #0e334b;
	box-shadow: 3px 3px #0e334b;
}

.widget-title,
.sidebar-pitch-title {
	color: #16496a;
	margin: 0 0 1em;
}

.sidebar-pitch .sidebar-pitch-title {
	color: #fff;
	font-size: 19px;
	line-height: 1.2em;
}

.sidebar-pitch .cta {
	margin-bottom: 0;
}

#secondary ul ul {
	padding-top: 10px;
	border-top: 2px solid #f1f1f1;
	margin-top: 10px;
	margin-left: 0;
}

.widget ul {
	padding: 0;
	margin: 0;
}

.widget li {
	list-style: none;
	padding-bottom: 10px;
	border-bottom: 2px solid #f1f1f1;
	margin-bottom: .66667em;
}

.widget ul li:last-of-type {
	padding-bottom: 0;
	border: none;
	margin-bottom: 0;
}

.widget_search .search-submit {
	display: none;
}

.widget_archive li,
.widget_meta li {
	display: inline-block;
	width: 100%;
}

.widget_archive ul li:last-of-type,
.widget_meta ul li:last-of-type {
	margin-right: 0;
	border-bottom: 2px solid #f1f1f1;
	padding-bottom: 10px;
}

.widget select {
	max-width: 100%;
}

#secondary input {
	width: 100%;
}

#secondary input[type="text"],
#secondary input[type="email"] {
	margin-bottom: 10px;
}

.sidebar-pitch input {
	text-align: center;
	border: 0;
}

.sidebar-pitch .cta a {
	text-align: center;
	padding: 10px;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.site-main .gallery {
	margin-bottom: 1.5em !important;
}

.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}

.site-main .gallery dd {
	margin: 0;
}

.about .site-main .gallery-columns-4 .gallery-item img {
	border: none !important;
	-webkit-box-shadow: 3px 3px #f1f1f1;
	-moz-box-shadow: 3px 3px #f1f1f1;
	box-shadow: 3px 3px #f1f1f1;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}

[class*="navigation"] .nav-previous {
	margin-bottom: 1em;
}

.nav-title {
	display: block;
}

.nav-title {
	color: #999;
	font-size: 13px;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}

.comment-list {
	margin-left: 0;
}

.comment-list > .parent + .children {
	border-left: 1px solid #eaeaea;
	margin-left: 0;
	padding-left: 1em;
}

.children > .children {
	border-left: 1px solid #eaeaea;
	margin-left: 0;
	padding-left: 1em;
}

.comment {
	list-style: none;
}

.comment-meta {
	position: relative;
	background: #fafafa;
	margin-bottom: 1.5em;
	-webkit-box-shadow: 3px 3px #f1f1f1;
	-moz-box-shadow: 3px 3px #f1f1f1;
	box-shadow: 3px 3px #f1f1f1;
}

.comment-metadata {
	float: right;
	margin-right: 10px;
}

.comment-metadata a {
	color: #404040;
	font-size: 13px;
	text-decoration: none;
}

.comment .avatar { 

	margin-right: 16px;
	vertical-align: top; 

}

cite.fn { 

	position: relative;
	font-style: normal; 

	top: 10px;
} 

.comment-body {
	padding: 1em 0 2em;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

#commentform textarea {
	width: 100%;
	height: 150px;
}

.comment-reply-link {
	color: #f1f1f1;
	font-weight: bold;
	text-decoration: none;
}

.comment-body:hover > .reply > .comment-reply-link {
	color: #404040;
}

.navigation-comment .nav-previous {
	padding-left: 0;
}

.navigation-comment .nav-next {
	padding-right: 0;	

}

/* =Footer
----------------------------------------------- */

.site-info {
	background: #fafafa;
	color: #666;
	font-size: 13px;
	padding: 20px;
	-webkit-box-shadow: 3px 3px #f1f1f1;
	-moz-box-shadow: 3px 3px #f1f1f1;
	box-shadow: 3px 3px #f1f1f1;
}

.footer-logo {
	display: none;
}

/* for the sticky footer */
.footer-area.full {
    position: absolute;
    left: 0;
    bottom: 0; 
	background: #16496a;
	height: 10px;
}

.for-sticky-footer {
	min-height: 100%;
	position: relative;
}

/* =Optin Monster
----------------------------------------------- */

.widget.optin-monster {
	background: none;
	padding: 0;
	box-shadow: none;
}

.widget.optin-monster #om-sidebar-action-optin {
	padding: 20px !important;
	-webkit-box-shadow: 3px 3px #0E334B;
	-moz-box-shadow: 3px 3px #0E334B;
	box-shadow: 3px 3px #0E334B;
}

/* =Responsive
----------------------------------------------- */

@media screen and (min-width: 1024px) {

	.main {
		width: 1024px;
	}	

	.widget_archive li,
	.widget_meta li {
		margin-right: 3%;
		width: 46%;
	}

	.testimonial-box {
		display: block;
		width: 800px;
		height: 200px;
		vertical-align: text-top;
		margin: 0 auto 20px;
	}	

	.testimonial-text {
		width: 96%;
	}	

	.testimonial-cite {
		display: inline-block;
		width: 50%;
	}
}

@media screen and (min-width: 768px) {

	.main-navigation {
		position: absolute;
		right: 0;
		top: 55px;
	}	

	#primary,
	#secondary {
		float: left;
	}	

	#primary {
		padding-right: 50px;
		width: 68%;
	}	

	#secondary {
		width: 32%;
	}	

	.home .feature-box.inner,
	.about .feature-box.inner,
	.wwm .feature-box.inner {
		padding-bottom: 20px;
	}	

	.stephanie {
		float: left;
		width: 30%;
	}	

	.stephanie-mobile {
		display: none;
	}	

	.feature-text {
		float: right;
		padding-left: 50px;
		width: 70%;
	}	

	.feature-box .cite {
		text-align: right;
		margin-top: 0;
	}	

	.footer-logo {
		display: inline-block;
		float: right;
	}	

	.hollywood-meeting {
		padding: 20px 60px 0;
	}	

	.wwm-img {
		float: left;
		width: 22%;
	}	

	.wwm-text {
		float: right;
		padding-left: 40px;
		width: 78%;
	}	

	.book-bullets {
		margin-bottom: 2em;
	}
}

@media screen and (max-width: 768px) {

	.site-header,
	.feature-box {
		text-align: center;
	}	

	.site-header.inner {
		padding: 20px;
	}

	.logo {
		background: #f7f7f7;
		padding: 10px;
		border: 3px solid #f1f1f1;
	}	

	.logo:hover {
		background: #f1f1f1;
		border: 3px solid #eaeaea;
	}	

	.menu-toggle {
		display: inline-block;
	}	

	.main-navigation.toggled .nav-menu {
		display: block;
		background: #f7f7f7;
		margin: 2em auto 0;
		border: 3px solid #f1f1f1;
		width: 100%;
		max-width: 345px;
	}

	.menu-toggle {
		background: #16496a;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		padding: 6px 12px;
		margin-top: 10px;
		-webkit-box-shadow: 3px 3px #0e334b;
		-moz-box-shadow: 3px 3px #0e334b;
		box-shadow: 3px 3px #0e334b;
	}

	.main-navigation ul {
		display: none;
		margin-top: 1em;
	}	

	.main-navigation li {
		float: none;
	}	

	#secondary {
		margin-top: 4em;
	}	

	.widget_archive li,
	.widget_meta li {
		margin-right: 3%;
		width: 46%;
	}

	.stephanie {
		display: none;
	}

	.partners-area {
		display: none;
	}

	.testimonial-box {
		width: 100%;
	}

	.hollywood-meeting-book,
	.hollywood-meeting-text {
		float: none;
		text-align: center;
		width: 100%;
	}	

	.hollywood-meeting-book {
		padding: 30px 0 0;
	}

	.hollywood-meeting-bullets {
		margin-left: 0;
	}	

	.about-stephanie-bullets li,
	.wwm-bullets {
		display: inline-block;
		margin-right: 20px;
	}	

	.wwm-box {
		text-align: center;
	}	

	.wwm-img {
		margin-bottom: 1.5em;
	}	

	.hollywood-book-page .book-cover,
	.book-cover {
		clear: both;
		display: block;
		margin: 0 auto;
		max-width: 250px;
	}	

	.book-content {
		font-size: 15px;
	}	

	.book-bullets li {
		font-size: 15px;
	}	

	.book-title {
		font-size: 26px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 600px) {

	.testimonial-box {
		text-align: center;
	}	

	.testimonial-box .testimonial-headshot {
		float: none;
		margin: 0 0 1em;
	}

	.testimonial-cite {
		padding: 0;
	}	

	.hollywood-meeting-text {
		text-align: left;
	}	

	.book-bullets {
		margin-left: 0;
	}

	.book-page #content {
		padding-top: 0;
	}

	.hollywood-book-page .book-img,
	.hollywood-book-page .book-text {
		float: none;
		width: 100%;
	}	

	#gallery-1 .gallery-item {
		width: 50% !important;
	}

	.cta a {
		padding: 10px 12px;
	}

	.cta i {
		display: none;
	}
	
	.buy-now-button {
		font-size: 24px;
	}
}



@media screen and (min-width: 450px) {

	.comment .avatar {
		float: left; 
	}	

	.comment-metadata {
		position: absolute;
		right: 16px;
		top: 12px;
	}
}



@media screen and (max-width: 480px) {

	.widget_archive li,
	.widget_meta li {
		margin-right: 0;
		width: 100%;
	}	

	img {
		float: none !important;
		margin-bottom: 1em;
	}	

	.about-stephanie-bullets,
	.wwm-bullets {
		margin-left: 0;
	}	

	.about-stephanie-bullets li,
	.wwm-bullets li {
		display: block;
		text-align: left;
		margin-right: 0;
	}

	.stephanie-social {
		display: block;
		padding-bottom: 15px;
	}

	.stephanie-social a {
		display: block;
		background: rgba(0,0,0,.1);
		text-align: center;
		margin-right: 0;
	}

	.stephanie-social a:hover {
		background: rgba(0,0,0,.2);
	}	

	.single-author-box {
		text-align: center;
	}

	.author-box-avatar img,
	.author-box-author {
		float: none;
	}	

	#primary .author-box-author a {
		display: block !important;
		text-align: center;
		margin-right: 0;
	}	

	.cta {
		text-align: center;
	}	

	.cta,
	.hollywood-meeting-cta {
		font-size: 13px;
	}
}

#social-icons-widget-2 { display:block!important; clear:both!important; padding-bottom: 50px;  }