/*
Theme Name: Brené Brown
Theme URI: http://brenebrown.com
Author: Zoe Rooney
Author URI: http://zoerooney.com/
Description: Custom theme designed by <a href="http://braidcreative.com" target="_blank">Braid Creative</a>
*/

@import "style-reset.css";
@import "fonts/stylesheet.css";

/* 
color: #3e3934;
color: LINKCOLOR;
color: LINKHOVER;
*/

/* =Structure
----------------------------------------------- */
body {
	background: #FFF;
	padding: 0;
	min-width: 1170px;
}
#page {
	margin: 0 auto;
	width: 1140px;
	padding: 0 15px;
	/*width: 100%;*/
	overflow: hidden;
}
#main {
	clear: both;
	padding: 0;
	overflow: hidden;
}
#primary {
	float: left;
	margin: 0;
	width: 76%;	
	max-width: 870px;
	min-width: 300px;
}
#content {
	margin: 0;
	width: 100%;
	float: left;
}
#primary.full-width,
#primary.full-width #content {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	float: none;
}
#secondary {
	float: right;
	padding: 25px 0 0;
	width: 19%;
}

/* =Typography
----------------------------------------------- */

body, input, textarea {
	color: #3e3934;
	font-family: 'Nexa';
	font-size: 15px;
	line-height: 1.625;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	margin: 0.75em 0 0.5em;
}
h1 {
	font-size: 22px;
}
h2 {
	color: #78777b;
	font-size: 22px;
}
h3 {
	color: #78777b;
	font-size: 16px;
}
h4 {
	
}
h5 {
	
}
h6 {
	
}


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 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.5em;
}
dt {
}
dd {
	margin-bottom: 1.5em;
}
strong {
}
em, i {
	font-style: italic;
}
blockquote {
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
cite {
	color: #666;
	letter-spacing: 0.05em;
	padding-left: 60px;
}
pre {
	background: #f4f4f4;
	line-height: 1.5;
	margin-bottom: 1.5em;
	overflow: auto;
	padding: 0.75em 1.5em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.5em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
.gform_wrapper {
	max-width: 600px !important;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=phone],
input[type=password],
textarea,
select {
	background: #fafafa;
	border: 1px solid #e6e6e6;
	padding: 4px 10px;
	font-size: 14px;
}
select#input_3_13 {
	font-size:14px;
}
label {
	font-family: 'Nexa';	
	color: #9a989a !important;
	padding: 5px 0 !important;
	font-weight: bold;
	letter-spacing: 0.05em;
}
input[type=submit] {
	background: #3e3934;
	padding: 4px 15px;
	color: white;
}
input[type=submit]:hover {
	opacity: 0.8;
}
.fsBody .fsForm {
	background-color: #fff;
	margin: 0;
	border: none !important;
	display: table;
}
.fsBody .fsRowBody {
	padding: 10px 0 0 !important;
}
.fsForm .fsSubmit {
	padding: 0 !important;
}
input[type=text]:focus,
textarea:focus {
	color: #3e3934;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input#s {
	background: #FFF;
	border: 1px solid #3e3934;
	font-size: 13px;
	height: 19px;
	line-height: 1.2em;
	padding: 4px 10px;
}
input#searchsubmit {
	display: inline-block;
	width: 33px;
	height: 21px;
	margin-left: 10px;
}
.gfield_required {
	display: none !important;
}
#gform_fields_3 .gfield_required {
	display: inline-block !important;
}

/* Links */
a {
	color: #007480;
	text-decoration: none;
}
.entry-content a {
	color: #007480;
}
a:focus,
a:active,
a:hover {
	opacity: 0.7;
}
.entry-content a:hover {
	text-decoration: underline;
	opacity: 1;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


/* =Header
----------------------------------------------- */

#branding {
	margin-bottom: 45px;
	position: relative;
	z-index: 9999;
}

#branding img {
	height: auto;
	width: 100%;
}

#branding a:hover {
	opacity: 1;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0;
}
#access div {
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
}
#access ul {
	clear: left;
	float: left;
	position: relative;
	padding-left: 0;
	margin: 0 !important;
	list-style: none;
}
#access li {
	position: relative;
	display: block;
	float: left;
}
#access li a {
	display: block;
	padding: 8px 0 8px 22px;
	margin: 2px 0;
	text-decoration: none;
	cursor: pointer;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #3e3934;
}
#access li a:hover,
#access li.current-menu-item a {
	background: url('images/hover-short.jpg') no-repeat center;
}
#access li.long a:hover,
#access li.long.current-menu-item a {
	background: url('images/hover-long.jpg') no-repeat center;
}
#access li a:after {
	content: '|';
	color: #9a989a;
	padding-left: 22px;
}
#access li:last-of-type a:after {
	content: none;
}
.lower-menu ul {
	width: 75%;
	display: inline-block;
	vertical-align: middle;
}
.lower-menu #menu-social-media {
	display: inline-block;
	vertical-align: middle;
	float: right;
}
.lower-menu #menu-social-media a {
	display: block;
	float: left;
	margin: 7px 4px;
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-indent: -9999em;
}
.lower-menu #menu-social-media a:hover {
	opacity: 0.7;
}
.lower-menu #menu-social-media a.twitter {
	background: url('images/sm-twitter.png') no-repeat;
}
.lower-menu #menu-social-media a.facebook {
	background: url('images/sm-facebook.png') no-repeat;
}
.lower-menu #menu-social-media a.gplus {
	background: url('images/sm-gplus.png') no-repeat;
}
.lower-menu #menu-social-media a.pinterest {
	background: url('images/sm-pinterest.png') no-repeat;
}
.lower-menu #menu-social-media a.instagram {
	background: url('http://brenebrown.com/wp-content/uploads/2014/05/instagram.png') no-repeat;
}
.lower-menu #menu-social-media a.rss {
	background: url('images/sm-rss.png') no-repeat;
}

/* =Content
----------------------------------------------- */

.hentry {
	position: relative;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 1.5em;
}
.page .hentry,
.no-results {
	border-bottom: none;
}
.entry-header {
	padding-top: 25px;
}
.entry-title,
.entry-title a {
	clear: both;
	font-size: 26px;
	line-height: 1em;
	padding: 0.5em 0 0;
}
.entry-meta {
	clear: both;
}
.entry-date {
	color: LINKCOLOR;
	padding-bottom: 2px;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 20px 0 0;
}
.entry-content table,
.comment-content table {
	margin: 0 0 1.5em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
}
.entry-content td,
.comment-content td {
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.5em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.5em;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}


/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.5em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: LINKCOLOR;
	font-size: 10px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 5px 0;
	position: relative;
}
#content .gallery {
	margin: 0 auto 1.5em;
}
#content .gallery a img {
	border: none;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.5em;
}

/* Image borders */

.wp-caption img {
	border-color: #eee;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.5em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}



/* =Home
----------------------------------------------- */
.columns {
	padding-top: 10px;
	text-align: center;
}
.column {
	width: 360px;	
	margin-right: 24px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 35px;
	text-align: left;
}
.column.last {
	margin-right: 0;
}
.column h2,
.column a h2 {
	font-size: 21px;
	line-height: 24px;
	color: #78777b;
	text-align: left;
}
.column p {
	text-align: justify;
}
.column a {
	color: #a1d0cb;
	font-weight: bold;
}
.column a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.quote {
	font-family: 'NexaLightItalic';
	font-style: italic;
	letter-spacing: 0.06em;
	font-size: 38px;
	line-height: 1.2;
	color: #78777b;
	text-align: left;
	padding: 25px;
	background: url('images/quote-bg.jpg');
}
.quote img {
	vertical-align: top;
}


.team-member {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 25px;
}
.team-member:last-of-type {
	border-bottom: none;
}

/* =error404
----------------------------------------------- */
.error404 #main #s {
	width: 75%;
}


/* =Pager Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.5em;
}
#nav-below {
}
.nav-previous {
	float: left;
	width: 50%;
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 15px;
	display: inline-block;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 15px;
	display: inline-block;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}


/* =Widgets
----------------------------------------------- */

.widget {
	clear: both;
	margin: 0 0 30px;
	padding: 0;
}
.widget.small-margin {
	margin: 0 0 10px;
}
.widget-title {
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0.05em;
	text-align: left;
	text-transform: uppercase;
}
.widget input {
	margin-bottom: 10px;
}
.widget input[type=submit] {
	background: none !important;
	color: #9a989a !important;
	padding: 5px 0 !important;
	font-weight: bold;
	letter-spacing: 0.05em;
}
input.mce_inline_error {
	border: 2px solid #3e3934;
}
div.mce_inline_error {
	position: relative;
	bottom: 10px;
}
.widget ul {
	list-style-position: inside;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
}

.subscribe-links a {
	font-size: 16px;
	line-height: 16px;
}


/* Special Classes */
.no-margin {
	margin-bottom: 0;
}

/* Search Widget */
.widget_search form {
	margin: 0;
}
.widget_search #s {
	width: 170px;
	display: inline-block;
}

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #3e3934;
	width: 95%;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* =Comments
----------------------------------------------- */
.comment-form-title {
	margin:  30px 0 10px;
}
#comments-title {
	padding: 0 0 2.6em;
}
.nopassword,
.nocomments {
	color: #3e3934;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 100%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #FFF;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 10px;
	padding: 10px;
}
.commentlist .children {
	list-style: none;
	margin: 0 0 10px 20px;
}
.commentlist .children .children {
	margin: 10px 0 10px 10px;
}
.commentlist .children li.comment {
	background: #FFF;
	position: relative;
}
article.comment {
	border-bottom: 1px solid #EBE9E8;
	padding: 10px 0;
}
.avatar {
	float: left;
	padding-right: 10px;
	vertical-align: bottom;
}
.comment-meta {
	margin-bottom: 12px;
}
.comment-meta .fn, .comment-meta time {
	font-style: normal;
	display: block;
	clear: right;
	color: #3e3934;
}
.comment-content p {
	margin-bottom: 1em;
}
.comment-content p:last-of-type {
	margin-bottom: 0;
}
a.comment-reply-link {
	color: LINKHOVER;
	display: inline-block;
	text-decoration: none;
	margin-top: 10px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor .comment-content, .commentlist .children > li.bypostauthor .comment-content {
	background: #FAF9F9;
	padding: 5px 2px;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	margin: 0 0 1.5em;
	padding: 10px;
	position: relative;
	width: 580px;
	overflow: hidden;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	position: relative;
	float: left;
	display: inline-block;
	padding: 2px 5px;
	border: none;
	border: 1px solid #3e3934;
}
#respond input[type="text"] {
	width: 255px;
}
#respond textarea {
	resize: vertical;
	width: 570px;
	min-height: 150px;
	margin: 5px 0 0;
	border: 1px solid #3e3934;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
	margin: 5px 0 0;
	
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	color: #3e3934;
	display: inline-block;
	padding: 0px 10px 8px;
	position: relative;
	z-index: 1;
}
#respond .logged-in-as a {
	color: #3e3934;
}
#respond p {
	margin: 5px 0;
}
#respond .form-submit {
	float: left;
	margin: 0 0;
}
#respond input#submit {
	background: #3e3934;
	cursor: pointer;
	margin: 10px 0;
}
#respond input#submit:hover {
}
#respond #cancel-comment-reply-link {
	color: #3e3934;
	margin-left: 10px;
	text-decoration: none;
}
.commentlist #respond {
	margin: 1.5em 0 0;
	width: auto;
}
#cancel-comment-reply-link {
	color: #3e3934;
	display: block;
	position: absolute;
	right: 1.5em;
	text-decoration: none;
	top: 1.1em;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}
.comment-subscription-form {
	clear: both;
	display: block;
}


/* =Footer
----------------------------------------------- */

#colophon {
	clear: both;
	overflow: hidden;
	margin-top: 25px;
	padding-bottom: 25px;
	border-top: 1px solid #e6e6e6;
}

/* Site Generator Line */
#site-generator {
	color: #78777b;
	padding: 2em 0.5em 1em;
	font-size: 12px;
	text-align: center;
}



/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}

/*  Favorites Amazon Code
----------------------------------------------- */
body .easyazon-link img {
    border: 0px none;
    vertical-align: middle;
}

body a.easyazon-link {
display:inline-block;
width:160px;
text-align:center;
padding: 0px 5px;
}
#post-681 .entry-content, #post-682 .entry-content {
text-align:center;
}
/* Later Coding Additions (by Brandi)
----------------------------------------------- */
#bookshelves {
background: url(http://brenebrown.com/wp-content/uploads/2013/11/shelves.png) center no-repeat;
background-size:700px 465px;
padding:30px 0;
}

.entry-content #bookshelves h2 a {
color:#ffffff;
font-size:24px;
}

.pllexislider .pllex-control-nav, .pllexislider ul li .instatime, .pllexislider ul li .instadescription {
display:none !important;
}