/*
	Theme Name: Chris Brogan Theme
	Theme URI: http://chrisbrogan.com
	Description: A custom designed theme for Chris Brogan.
	Author: New Rainmaker
	Author URI: http://newrainmaker.com/
	Version: 3.0

	Tags:

	Template: genesis
	Template Version: 2.1.1

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#27201d}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

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

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


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

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

body {
	background-color: #fff;
	color: #27201d;
	font-family: "Droid Sans", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
#section-books ul li,
#section-social-media .box,
#intro .box,
#section-books ul li:hover img {
	-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: #27201d;
	color: #fff;
}

::selection {
	background-color: #27201d;
	color: #fff;
}

a {
	color: #d9531e;
}

a:hover {
	color: #44d2bb;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #27201d;
	font-family: "Bitter", Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

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

input,
select,
textarea {
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	
	background-color: #fff;
	border: 1px solid #ddd6cb;
	color: #27201d;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

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

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #27201d;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #27201d;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.comment-reply-link {
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;

	background-color: #44d2bb;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 16px 24px 14px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
}

.comment-reply-link {
	font-size: 13px;
	background: #a8a39b;
	padding: 10px 18px; 
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #d9531e;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.comment-reply-link:hover {
	background-color: #d9531e;
	color: #fff;
}

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

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #27201d;
}

.button {
	display: inline-block;
}

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

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}


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

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

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

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

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Content */

.content {
	float: right;
	width: 790px;
}

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

.full-width-content .content {
	float: none;
	margin: 0 auto;
	width: 790px;
}

/* ### Primary Sidebar */

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

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

.ad-banner {
	display: block;
	float: left;
	height: 125px;
	margin: 5px;
	text-align: center;
	width: 125px;
}

.ad-banner img {
	height: 125px;
	width: 125px;
}

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

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

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


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

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

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

.comment .avatar {
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	
	margin: 0 16px 24px 0;
}

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	margin-bottom: 40px;
}

.author-box-title {
	font-size: 24px;
	margin-bottom: 4px;
}

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

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

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

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

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

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 48px;
	margin-bottom: 30px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #27201d;
	text-decoration: none;
}

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

.widget-title {
	font-size: 24px;
	font-style: italic;
	margin-bottom: 25px;
}

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

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 35px;
}

img.alignnone,
.alignnone {
	margin-bottom: 24px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 10px 35px 35px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 10px 0 35px 35px;
}

.entry-content img.alignright,
.entry-content img.alignleft,
.entry-content img.alignnone,
.entry-content img.aligncenter {
	border: 5px solid #ddd6cb;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	
}

.entry-content p:first-of-type {
	color: #d9531e;
	font-size: 22px;
	font-family: "Bitter", sans-serif;
	font-weight: normal;
}

.entry-content p:first-of-type:after {
	clear: both;
	content: "";
	display: block;
	float: none;
	height: 0;
	width: 100%;
}

.post .entry-content .wp-caption-text {
	color: #a59d91;
	font-family: "Droid sans", sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}


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

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

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

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

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}


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

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

.enews-widget,
.enews-widget .widget-title {
	
}

.sidebar .widget.enews-widget {
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	
	border: 5px solid #ddd6cb;
	margin-top: 50px;
	padding: 25px 30px 15px;
	text-align: center;
}

.sidebar .widget.enews-widget p {
	color: #5e574c;
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget.enews-widget h2 {
	border-top: 1px solid #ddd6cb;
	color: #d9531e;
	font-size: 26px;
	margin-top: 20px;
	padding-top: 15px;
}

.sidebar .widget.enews-widget h2 span {
	display: block;
	font-size: 36px;
	font-weight: bold;
}

.sidebar .widget.enews-widget .about {
    background-size: 115px 115px;
    float: none;
    height: 150px;
    margin-top: -85px;
	padding-bottom: 50px;
    padding-top: 125px;
    width: 100%;
}

.sidebar .widget.enews-widget .about h3 {
	font-size: 24px;
}

.sidebar .widget.enews-widget .about small {
	font-size: 8px;
}

.enews-widget input {
	color: #a59d91;
	font-size: 16px;
	margin-bottom: 12px;
	text-align: center;
	width: 100%;
}

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

.enews form + p {
	margin-top: 24px;
}

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

#wpstats {
	display: none;
}


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

.site-header {
}

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

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

.title-area {
}

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

.site-title a {
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	border-bottom-right-radius: 25px;
	
	background: #d9531e;
	color: #fff;
	font-size: 25px;
	height: 60px;
	line-height: 60px;
	left: 0px;
	overflow: hidden;
	outline: none;
	padding: 0;
	position: fixed;
	text-align: center;
	text-decoration: none;
	top: 0px;
	z-index: 9999;
	width: 230px;
}

.small-header .site-title a {
	width: 60px;
}

.site-title a:hover {
	background: #44d2bb;
}

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

.site-header .widget-area {
	background: rgba(221,214,203,0.95);
	color: #5c5651;
	display: none;
	height: 100%;
	padding: 30px 40px 40px;
	position: fixed;
	right: 0px;
	top: 0px;
	width: 400px;
	z-index: 9999;
}

.site-header .button-close {
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	border-bottom-right-radius: 25px;
	
	background: none;
	font-size: 30px;
	padding: 0;
	line-height: 1;
	margin: 0;
	outline: none;
	padding: 12px 15px 7px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.site-header .button-close:hover {
	color: #d9531e;
}

.site-header .button-menu {
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-left-radius: 25px;
	
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	
	background: #ddd6cb;
	color: #4b4440;
	font-size: 14px;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	letter-spacing: 1px;
	outline: none;
	padding: 0 0 0 42px;
	position: fixed;
	right: 0px;
	top: 0px;
	z-index: 999;
	width: 140px;
}

.small-header .site-header .button-menu {
	right: -80px;
}

.small-header .site-header .button-menu:hover {
	right: 0px;
}

.site-header .button-menu:before {
	font-size: 28px;
	left: 20px;
	position: absolute;
	top: 15px;
}

.site-header .widget-area a {
	border-bottom: 1px solid #cac3b9;
	color: #5c5651;
	display: block;
	font-family: 'Bitter', Helvetica, Sans-serif;
	font-size: 27px;
	padding: 20px;
	text-decoration: none;
}

.site-header .button-menu:hover {
	background: rgba(221,214,203,0.65);
	color: #d9531e;
}

.site-header .widget-area a:hover {
	color: #d9531e;
}


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

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

.entry {
	border-bottom: 1px solid #ddd6cb;
	margin-bottom: 60px;
	padding-bottom: 40px;
}

.content .entry {

}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

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

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

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

/* ## Entry Meta
--------------------------------------------- */

.entry-header .entry-meta {
	color: #a59d91;
	font-family: "Bitter", sans-serif;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 24px;
}

.entry-header .entry-time {
	font-size: 22px;
	font-style: italic;
	padding-right: 15px;
}

.entry-header .entry-author a,
.entry-header .entry-comments-link a {
	color: #a59d91;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 15px;
}

.entry-header .entry-author a:hover,
.entry-header .entry-comments-link a:hover {
	color: #d9531e;
}

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

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination {
	position: relative;
	margin: 0 auto 40px;
	text-align: center;
	width: 400px;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	color: #27201d;
	cursor: pointer;
	display: inline-block;
	font-family: "Bitter", sans-serif;
	font-size: 20px;
	padding: 6px 15px;
	text-decoration: none;
}

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

.archive-pagination .pagination-next a,
.archive-pagination .pagination-previous a {
	color: #d9531e;
	font-size: 16px;
	font-style: italic;
}

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

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

#comments h3,
#reply-title {
	font-size: 32px;
}

.comment-respond,
.entry-pings {

}

.entry-comments {

}

.comment-header {
	border-bottom: 1px solid #ddd6cb;
	font-size: 16px;
	margin-bottom: 30px;
}

li.comment {
	background-color: #f8f7f5;
	color: #5e574c;
	
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.comment-content {
	clear: both;
}

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

.comment-list li li {
	background-color: #fff;
	border: 5px solid #f8f7f5;
}

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

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	color: #a59d91;
	font-family: "Bitter", sans-serif;
	font-size: 18px;
	margin-bottom: -6px;
}

.entry-comments .comment-author .says {
	color: #d1cbc3;
	font-style: italic;
	font-size: 16px;
}

.entry-comments .comment-meta {
	margin-bottom: 20px;
}

.entry-comments .comment-meta a {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-decoration: none;
	text-transform: uppercase;
}

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


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

.sidebar {
	font-size: 16px;
}

.sidebar li {
	border-bottom: 1px solid #ddd6cb;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

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

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
}

.sidebar .widget .post-date {
	color: #a59d91;
	display: block;
	font-family: "Bitter", sans-serif;
	font-size: 14px;
	font-style: italic;
}


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

.footer-widgets {
	background-color: #27201d;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #999;
}

.footer-widgets input {
	border: 1px solid #27201d;
}

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

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

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

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

.footer-widgets-1 {
	margin-right: 60px;
}

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

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


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

.site-footer {
	background-color: #27201d;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	margin-top: 20px;
	padding: 120px 0;
	position: relative;
	text-align: center;
}

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

.site-footer .bigger {
	font-size: 22px;
	margin-bottom: 20px;
}

.site-footer:before {
	content: "Chris Brogan";
	color: #2d2724;
	display: block;
	font-size: 160px;
	font-family: "Bitter", sans-serif;
	position: absolute;
	z-index: 0;
	top: 60px;
	width: 100%;
}


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

.section {
	padding: 80px 0;
}

.four-boxes .box {
	display: block;
	float: left;
	margin: 1%;
	text-align: center;
	width: 23%;
}

#intro .headline {
	margin-bottom: 120px;
	margin-top: 30px;
}

.about {
	background-image: url(images/chris-photo.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 215px 215px;
	height: 250px;
	float: left;
	margin-top: -40px;
	padding-top: 240px;
	text-align: center;
	width: 300px;
}

#intro .headline .about {
	position: relative;
	
	-webkit-animation: slide-in-left 2s ease 1;
	-moz-animation: slide-in-left 2s ease 1;
	-o-animation: slide-in-left 2s ease 1;
	-ms-animation: slide-in-left 2s ease 1;
	animation: slide-in-left 2s ease 1;
}

.about h3 {	
	font-size: 27px;
	font-style: italic;
	margin-bottom: 0px;
}

.about small {
	color: #a59d91;
	font-family: 'Bitter', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#intro .headline h1 {
	font-size: 57px;
	float: right;
	position: relative;
	width: 790px;
	
	-webkit-animation: slide-in-right 2s ease 1;
	-moz-animation: slide-in-right 2s ease 1;
	-o-animation: slide-in-right 2s ease 1;
	-ms-animation: slide-in-right 2s ease 1;
	animation: slide-in-right 2s ease 1;
}

#intro .headline h1 span {
	color: #d9531e;
	display: block;
	font-style: italic;
	font-size: 74px;
}

#intro .box {
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	
	border: 5px solid #ddd6cb;
	height: 300px;
	padding: 115px 32px 30px;
	position: relative;
}

#intro .box .icon {
	color: #d9531e;
	font-size: 45px;
	height: 50px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	top: 28px;
	width: 100px;
}

#intro .box .icon-omfg {
	background-image: url(images/omfg.png);
	background-repeat: no-repeat;
	background-size: 87px 36px;
	background-position: center 12px;
}

#intro .box .button {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
}

#intro .box:hover {
	border-color: #d9531e;
}

#intro .box h3 {
	font-size: 24px;
}

#intro .four-boxes {
	opacity: 0;
}

#section-social-media {
	background: #e6e0d8;
}

#section-social-media h2 {
	font-size: 48px;
	font-style: italic;
	margin-bottom: 60px;
	text-align: center;
}

#section-social-media .box {
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background: rgba(255,255,255,0.3);
	padding: 35px 40px;
}

#section-social-media .box:hover {
	background: rgba(255,255,255,0.8);
}

#section-social-media .box .button {
	background: #a8a39b;
}

#section-social-media .box .button:hover {
	background: #d9531e;
}

#section-social-media .box h3 {
	font-family: "Droid sans", sans-serif;
	font-size: 21px;
	margin-bottom: 20px;
}

#section-free-resources {
	background: #27201d;
}

#section-free-resources h2 {
	color: #fff;
	float: left;
	font-size: 30px;
	font-style: italic;
	margin: 0;
	padding-top: 20px;
	text-align: center;
	width: 15%;
}

#section-free-resources .five-boxes {
	float: right;
	width: 80%;
}

#section-free-resources .five-boxes .box {
	color: #817e7d;
	display: block;
	float: left;
	margin-top: 10px;
	padding: 60px 30px 0px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 20%;
}

#section-free-resources .five-boxes .box:hover {
	color: #fff;
}

#section-free-resources .five-boxes .box .icon {
	color: #fff;
	display: block;
	font-size: 42px;
	line-height: 1;
	left: 50%;
	margin-left: -60px;
	position: absolute;
	top: -10px;
	width: 120px;
}

#section-free-resources .five-boxes .box .icon-owner {
	background-image: url(images/owner.png);
	background-repeat: no-repeat;
	background-size: 106px 32px;
	background-position: center 10px;
	height: 50px;
}

#section-free-resources .five-boxes .box .icon-bossfit {
	background-image: url(images/bossfit.png);
	background-repeat: no-repeat;
	background-size: 80px 31px;
	background-position: center 10px;
	height: 50px;
}

#section-books {
	background: #d9531e;
	margin-bottom: 40px;
}

#section-books h2 {
	color: #fff;
	font-style: italic;
	font-size: 48px;
	margin-bottom: 80px;
	text-align: center;
}

#section-books ul,
#section-books ul li {
	margin: 0;
	padding: 0;
}

#section-books ul li {
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	display: block;
	float: left;
	margin: 0;
	padding: 20px 0 12px;
	text-align: center;
	width: 16.6%;
	
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	perspective: 800px;
}

#section-books ul li:hover {
	background: rgba(0,0,0,0.1);
}

#section-books ul li img {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#section-books ul li:hover img {
	-webkit-transform: rotateY( 25deg );
	-moz-transform: rotateY( 25deg );
	-o-transform: rotateY( 25deg );
	transform: rotateY( 25deg );
}

.entry-content .sidebar .widget.enews-widget {
	margin:40px 0;
	padding-top:30px;
	width:400px;
}

.entry-content .enews-widget br {
	display:none;
}

/* popup form */
#welcome-message {
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;

	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 40px;
	margin: 0 auto 2.5rem;
	max-width: 1140px;
	display: none;
	position: relative;
	width: 400px;
}

.mfp-wrap #welcome-message {
	display: block;
}

#welcome-message.genesis_before {
	margin-top: 40px;
	margin-top: 2.5rem;
}

#welcome-message .side-content {
	max-width: 33%;
}

.side-content.alignleft {
	float: left;
	margin: 0 40px 0 0;
	margin: 0 2.5rem 0 0;
}

.side-content.alignright {
	float: right;
	margin: 0 0 0 40px;
	margin: 0 0 0 2.5rem;
}

.message-box .inner {
	margin: 40px;
	margin: 2.5rem;
}

.message-box .title {
	clear: none;
}

.clear {
	clear: both;
}

#welcome-message .close-button {
	color: #fff;
	display: block;
	height: 30px;
	line-height: 25px;
	padding: 0px;
	position: absolute;
	right: 1px;
	top: 1px;
	text-align: center;
	text-decoration: none;
	width: 30px;
}

#welcome-message .close-button:before {
	content: "x";
	color: #fff;
	display: inline;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}

#welcome-message .close-button:hover span {
	opacity: 1;
}

#welcome-message .close-button span {
	color: #aaa;
	display: block;
	font-size: 13px;
	opacity: 0;
	position: absolute;
	right: 42px;
	text-align: right;
	top: 3px;
	width: 250px;
}

#welcome-message {
	background: #ffffff;
}

#welcome-message .close-button {
	background: #a8a39b;
}

#welcome-message .close-button:hover {
	background: #44d2bb;
}

#welcome-message h2 {
	color: #d9531e;
	margin-bottom: 30px;
	text-align: center;
}

#welcome-message ul {
	margin-bottom: 20px;
}

#welcome-message ul li {
	color: #5e574c;
	font-size: 18px;
	padding-left: 0px;
	padding-bottom: 5px;
	text-align: center;
}

#welcome-message ul li:before {
	color: #44d2bb;
	font-size: 20px;
	margin: 0 10px 0 0;
	line-height: 1;
}

#welcome-message small {
	color: #5e574c;
	display: block;
	font-style: italic;
	margin: -15px 0;
	text-align: center;
}


/* # Animations
---------------------------------------------------------------------------------------------------- */

/* Slide in from left */
.animate-slide-in-left {
	-webkit-animation: slide-in-left 1s ease 1;
	-moz-animation: slide-in-left 1s ease 1;
	-o-animation: slide-in-left 1s ease 1;
	-ms-animation: slide-in-left 1s ease 1;
	animation: slide-in-left 1s ease 1;
}

@-webkit-keyframes slide-in-left {
	from { opacity: 0; -webkit-transform: translateX(-50px); }
	to { opacity: 1; -webkit-transform: translateX(0); }
}

@-moz-keyframes slide-in-left {
	from { opacity: 0; -moz-transform: translateX(-50px); }
	to { opacity: 1; -moz-transform: translateX(0); }
}

@-o-keyframes slide-in-left {
	from { opacity: 0; -o-transform: translateX(-50px); }
	to { opacity: 1; -o-transform: translateX(0); }
}

@-ms-keyframes slide-in-left {
	from { opacity: 0; -ms-transform: translateX(-50px); }
	to { opacity: 1; -ms-transform: translateX(0); }
}

@keyframes slide-in-left {
	from { opacity: 0; transform: translateX(-50px); }
	to { opacity: 1; transform: translateX(0); }
}


/* Slide in from right */
.animate-slide-in-right {
	-webkit-animation: slide-in-right 1s ease 1;
	-moz-animation: slide-in-right 1s ease 1;
	-o-animation: slide-in-right 1s ease 1;
	-ms-animation: slide-in-right 1s ease 1;
	animation: slide-in-right 1s ease 1;
}

@-webkit-keyframes slide-in-right {
	from { opacity: 0; -webkit-transform: translateX(50px); }
	to { opacity: 1; -webkit-transform: translateX(0); }
}

@-moz-keyframes slide-in-right {
	from { opacity: 0; -moz-transform: translateX(50px); }
	to { opacity: 1; -moz-transform: translateX(0); }
}

@-o-keyframes slide-in-right {
	from { opacity: 0; -o-transform: translateX(50px); }
	to { opacity: 1; -o-transform: translateX(0); }
}

@-ms-keyframes slide-in-right {
	from { opacity: 0; -ms-transform: translateX(50px); }
	to { opacity: 1; -ms-transform: translateX(0); }
}

@keyframes slide-in-right {
	from { opacity: 0; transform: translateX(50px); }
	to { opacity: 1; transform: translateX(0); }
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	#intro .headline .about { background-image: url(images/chris-photo@2x.png); }
	#intro .box .icon-omfg { background-image: url(images/omfg@2x.png); }
	#section-free-resources .five-boxes .box .icon-bossfit { background-image: url(images/bossfit@2x.png); }
	#section-free-resources .five-boxes .box .icon-owner { background-image: url(images/owner@2x.png); }

}

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

	.site-inner,
	.wrap {
		max-width: 960px;
	}
	
	.content,
	.full-width-content .content,
	#intro .headline h1 {
		width: 600px;
	}
	
	.about {
		margin-top: 0;
	}
	
	#intro .headline {
		margin-top: 0;
	}
	
	#intro .box {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#intro .box .button {
		margin-left: -85px;
		width: 170px;
	}
	
	#section-social-media .box {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	#section-free-resources .five-boxes .box {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#section-free-resources h2 {
		font-size: 25px;
	}
	
	#section-books ul li {
		padding: 20px 15px 12px;
	}

}

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

	.site-inner,
	.wrap {
		max-width: 800px;
	}
	
	.content,
	#intro .headline h1 {
		width: 470px;
	}
	
	.full-width-content .content {
		width: 100%;
	}
	
	.entry-content img.alignright,
	.entry-content img.alignleft,
	.entry-content img.alignnone,
	.entry-content img.aligncenter {
		float: none;
		clear: both;
		display: block;
	}
	
	.entry-title {
		font-size: 36px;
	}
	
	.entry-content p:first-of-type {
		font-size: 20px;
	}
	
	.section {
		padding: 60px 0;
	}
	
	#intro .headline h1 {
		font-size: 44px;
	}
	
	#intro .headline h1 span {
		font-size: 60px;
	}
	
	#intro .headline .about {
		margin-top: -40px;
	}
	
	#intro .box h3 {
		font-size: 18px;
	}
	
	.four-boxes .box {
		margin: 0.5%;
		width: 24%;
	}
	
	#intro .box .button {
		margin-left: -80px;
		width: 160px;
	}
	
	#section-social-media .box h3 {
		font-size: 18px;
	}
	
	#section-social-media .box {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#section-social-media .box .button {
		padding: 16px 16px 14px;
	}
	
	#section-books h2 {
		margin-bottom: 40px;
	}
	
	#section-free-resources h2 {
		font-size: 20px;
	}
	
	.site-footer:before {
		font-size: 100px;
		top: 95px;
	}

}

@media only screen and (max-width: 840px) {
	
	.site-inner,
	.wrap {
		max-width: 100%;
		padding: 0 5%;
	}
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	#intro .headline .about,
	#intro .headline h1,
	.content,
	.content-sidebar .content,
	.sidebar-content .content,
	.sidebar-primary {
		clear: both;
		float: none;
		margin: 0;
		width: 100%;
	}
	
	.sidebar-primary {
		margin-top: 100px;
	}
	
	#intro {
		padding-top: 0;
	}
	
	#intro .headline {
		margin-bottom: 50px;
	}
	
	#intro .headline .about {
		display: none;
		/*background-position: top left;
		background-size: 115px 115px;
		height: 140px;
		padding-top: 25px;
		padding-left: 150px;
		text-align: left;*/
	}
	
	#intro .headline h1 {
		font-size: 36px;
		margin-top: 20px;
		text-align: center;
		
		-webkit-animation: none;
		-moz-animation: none;
		-o-animation: none;
		-ms-animation: none;
		animation: none;
	}
	
	#intro .headline h1 span {
		font-size: 50px;
	}
	
	#intro .box {
		height: 260px;
	}
	
	.four-boxes .box {
		margin: 1%;
		width: 48%;
	}
	
	#section-free-resources h2 {
		display: block;
		float: none;
		padding-top: 0;
		width: 100%;
	}
	
	#section-free-resources .five-boxes {
		float: none;
		width: 100%;
	}
	
	#section-free-resources .five-boxes .box {
		margin-top: 50px;
		width: 33.3%;
	}
	
	#section-books ul li {
		width: 33.3%;
	}
	
	#section-free-resources h2,
	#section-books h2,
	#section-social-media h2 {
		font-size: 34px;
		margin-bottom: 30px;
	}
	
	.site-footer:before {
		display: none;
	}
	
	.site-footer {
		font-size: 14px;
		line-height: 1.5;
		padding: 40px 0;
	}
	
	.site-footer .bigger {
		font-size: 18px;
	}
	
	.comment-list li {
		padding: 15px;
	}

}

@media only screen and (max-width: 470px) {
	
	#intro .headline h1 span {
		font-size: 38px;
		margin-top: 20px;
	}
	
	.four-boxes .box,
	#section-free-resources .five-boxes .box {
		margin: 10px 0;
		width: 100%;
	}
	
	#section-free-resources .five-boxes .box {
		margin-bottom: 40px;
	}
	
	.site-header .button-menu {
		right: -80px;
	}
	
	.site-header .widget-area,
	.archive-pagination {
		width: 100%;
	}
	
	#section-books ul li {
		width: 50%;
	}
	
	.section {
		padding: 40px 0;
	}
	
	.entry-header .entry-meta {
		font-size: 14px;
		margin-bottom: 15px;
	}
	
	.entry-header .entry-time {
		font-size: 16px;
		padding-right: 5px;
	}
	
	.entry-header .entry-author a,
	.entry-header .entry-comments-link a {
		font-size: 11px;
		padding: 0 5px;
	}
	
	.entry-title {
		font-size: 28px;
		margin-bottom: 10px;
	}
	
	.entry-content p:first-of-type {
		font-size: 18px;
	}
	
	.entry {
		border-bottom: 1px solid #ddd6cb;
		margin-bottom: 40px;
		padding-bottom: 20px;
	}
	
	h3 {
		font-size: 22px;
	}
	
	.entry-content .sidebar .widget.enews-widget {
		width: 100%;
	}
	
}