/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, abbr, acronym, fieldset {
	border: 0;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	clear: both;
	word-wrap: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align="left"] {
	display: block;
	float: left;
}
.right, .alignright, img[align="right"] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align="middle"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	clear: both;
}
.block, .alignnone {
	display: block;
	clear: both;
}
.wp-smiley {
	display: inline;
}
input[type="submit"], button {
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
}
html {
	-webkit-text-size-adjust: 100%;
}
/*---:[ layout structure ]:---*/
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #898989;
	background-color: #FFFFFF;
	padding-top: 28px;
}
body.landing {
	padding-top: 0;
}
.container {
	width: 1080px;
	margin: 0 auto;
}
.landing .container {
	width: 780px;
}
.columns, .columns > .content, .columns > .sidebar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columns > .content {
	width: 780px;
	float: left;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #EEEEEE;
}
.columns > .sidebar {
	width: 300px;
	float: right;
	padding: 28px 28px 0 28px;
}
.full_page .columns > .content {
	width: 1080px;
	float: none;
	border-right: 0;
}
/*---:[ links ]:---*/
a {
	color: #006f8c;
	text-decoration: none;
}
p a {
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}
/*---:[ nav menu ]:---*/
.menu {
	position: relative;
	z-index: 50;
	list-style: none;
	border-width: 0 0 1px 1px;
	border-style: solid;
}
.menu li {
	position: relative;
	float: left;
	margin-bottom: -1px;
}
.menu .sub-menu {
	position: absolute;
	left: -1px;
	display: none;
	list-style: none;
	z-index: 110;
	margin-top: -1px;
}
.menu .sub-menu .sub-menu {
	top: 0;
	left: 182px;
	margin: 0 0 0 -1px;
}
.menu li:hover > .sub-menu {
	display: block;
}
.menu .sub-menu li {
	width: 182px;
	clear: both;
}
.menu a, .menu_control {
	display: block;
	font-size: 13px;
	line-height: 19px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #898989;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	background-color: #e45367;
	padding: 0.5em 1em;
}
.menu a:hover {
	background-color: #EEEEEE;
}
.menu_control {
	display: none;
	background-color: #FFFFFF;
}
.menu .sub-menu a {
	border-left-width: 1px;
}
.menu, .menu a, .menu .sub-menu {
	border-color: #EEEEEE;
}
.menu .current-menu-item > a {
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
	cursor: text;
}
.menu .sub-menu .current-menu-item > a {
	border-bottom-color: #EEEEEE;
}
/*---:[ header ]:---*/
.header {
	border-bottom: 3px double #EEEEEE;
	padding: 28px;
}
.landing .header {
	text-align: center;
}
#site_title {
	font-size: 42px;
	line-height: 1.32em;
	font-weight: bold;
	color: #898989;
}
#site_title a {
	color: #898989;
}
#site_title a:hover {
	color: #006f8c;
}
#site_tagline {
	font-size: 16px;
	color: #898989;
	line-height: 1.32em;
}
/*---:[ golden ratio typography with spaced paragraphs ]:---*/
.grt, .grt h3 {
	font-size: 16px;
	line-height: 28px;
}
.grt .headline {
	font-size: 26px;
	line-height: 41px;
	margin: 0;
}
.grt h2 {
	font-size: 20px;
	line-height: 33px;
	margin-top: 42px;
	margin-bottom: 14px;
}
.grt .small, .grt .caption {
	font-size: 13px;
	line-height: 24px;
}
.grt .drop_cap {
	font-size: 56px;
	line-height: 1em;
	margin-right: 0.15em;
	float: left;
}
.grt p, .grt ul, .grt ol, .grt blockquote, .grt pre, .grt dl, .grt dd, .grt .center, .grt .block, .grt .caption, .post_box .aligncenter, .post_box .alignnone, .post_box .post_image, .post_box .post_image_box, .post_box .wp-caption, .post_box .wp-post-image, .post_box .alert, .post_box .note, .headline_area, .grt .footnotes {
	margin-bottom: 28px;
}
.grt ul, .grt ol, .grt .stack {
	margin-left: 28px;
}
.grt ul ul, .grt ul ol, .grt ol ul, .grt ol ol, .wp-caption p, .post_box .alert p:last-child, .post_box .note p:last-child, .post_content blockquote.right p, .post_content blockquote.left p, .grt .footnotes p:last-child {
	margin-bottom: 0;
}
.grt .left, .post_box .alignleft, .post_box .ad_left {
	margin-bottom: 28px;
	margin-right: 28px;
}
.grt .right, .post_box .alignright, .post_box .ad {
	margin-bottom: 28px;
	margin-left: 28px;
}
.grt .caption {
	margin-top: -14px;
	color: #898989;
}
.grt .footnotes p {
	margin-bottom: 14px;
}
/*---:[ golden ratio pullquotes ]:---*/
.grt blockquote.right, .grt blockquote.left {
	font-size: 26px;
	line-height: 37px;
	width: 45%;
	margin-bottom: 14px;
}
.grt blockquote.right, .grt blockquote.left { 
	padding-left: 0;
	border: 0;
}
/*---:[ post box styles ]:---*/
.post_box {
	padding: 28px 28px 0 28px;
	border-top: 1px dotted #EEEEEE;
}
.top {
	border-top: 0;
}
.post_box .headline, .headline a {
	color: #898989;
}
.headline a:hover {
	color: #006f8c;
}
.byline, .byline a, .grt .footnotes, .grt sub, .grt sup {
	color: #898989;
}
.byline a {
	border-bottom: 1px solid #EEEEEE;
}
.byline a, .post_author, .post_date {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.byline a:hover, .num_comments {
	color: #898989;
}
.byline .post_edit {
	margin-left: 14px;
}
.byline .post_edit:first-child {
	margin-left: 0;
}
.post_author_intro, .post_date_intro, .byline .post_cats_intro {
	font-style: italic;
}
.post_box h2, .post_box h3 {
	color: #898989;
}
.post_box h3 {
	font-weight: bold;
}
.post_box ul {
	list-style-type: square;
}
.post_box blockquote {
	color: #898989;
	margin-left: 14px;
	padding-left: 14px;
	border-left: 1px solid #EEEEEE;
}
.post_box code {
	font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
}
.post_box pre {
	font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
	background-color: #e45367;
	padding: 14px;
	-webkit-tab-size: 4;
	-moz-tab-size: 4;
	tab-size: 4;
}
.post_content li a {
	text-decoration: underline;
}
.post_content li a:hover {
	text-decoration: none;
}
.post_box .frame, .post_box .post_image_box, .post_box .wp-caption {
	border: 1px solid #EEEEEE;
	background-color: #e45367;
	padding: 14px;
}
.post_box .wp-caption img, .post_box .post_image_box .post_image, .post_box .thumb {
	margin-bottom: 14px;
}
.wp-caption.aligncenter img {
	margin-right: auto;
	margin-left: auto;
}
.wp-caption .wp-caption-text .wp-smiley {
	display: inline;
	margin-bottom: 0;
}
.post_box .wp-caption p {
	font-size: 13px;
	line-height: 24px;
}
.post_box .author_description {
	border-top: 1px dotted #EEEEEE;
	padding-top: 28px;
}
.post_box .author_description_intro {
	font-weight: bold;
}
.post_box .avatar {
	width: 65px;
	height: 65px;
	float: right;
	clear: both;
	margin-left: 14px;
}
.post_box .author_description .avatar {
	width: 84px;
	height: 84px;
	float: left;
	margin-right: 14px;
	margin-left: 0;
}
.post_box .post_cats, .post_box .post_tags {
	color: #898989;
}
.post_box .alert, .post_box .note {
	padding: 14px;
}
.post_box .alert {
	background-color: #ff9;
	border: 1px solid #e6e68a;
}
.post_box .note {
	background-color: #e45367;
	border: 1px solid #EEEEEE;
}
.grt .footnotes {
	font-size: 13px;
	line-height: 24px;
	border-top: 1px dotted #EEEEEE;
	padding-top: 28px;
}
.landing .headline_area {
	text-align: center;
}
/*---:[ other post box styles ]:---*/
.num_comments_link {
	display: inline-block;
	color: #898989;
	text-decoration: none;
	margin-bottom: 28px;
}
.num_comments_link:hover {
	text-decoration: underline;
}
.bracket, .num_comments {
	font-size: 28px;
}
.bracket {
	color: #EEEEEE;
}
/*---:[ misc. content elements ]:---*/
.archive_intro {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #EEEEEE;
}
.archive_intro .headline {
	margin-bottom: 28px;
}
.prev_next {
	clear: both;
	color: #898989;
	border-top: 1px solid #EEEEEE;
	padding: 14px 28px;
}
.prev_next .next_posts {
	float: right;
}
.previous_posts, .next_posts {
	display: block;
	font-size: 13px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.previous_posts a:hover, .next_posts a:hover {
	text-decoration: underline;
}
/*---:[ comments ]:---*/
#comments {
	margin-top: 56px;
}
.comments_intro {
	color: #898989;
	margin-bottom: 14px;
	padding: 0 28px;
}
.comments_closed {
	font-size: 13px;
	line-height: 24px;
	color: #898989;
	margin: 0 28px 28px 28px;
}
.comment_list {
	list-style-type: none;
	margin-bottom: 56px;
	border-top: 1px dotted #EEEEEE;
}
.comment {
	border-bottom: 1px dotted #EEEEEE;
	padding: 28px;
}
.children .comment {
	list-style-type: none;
	margin-top: 28px;
	border-left: 1px solid #EEEEEE;
	border-bottom: 0;
	padding: 0 0 0 28px;
}
.children .bypostauthor {
	background-color: transparent;
	border-color: #006f8c;
}
.comment .comment_head {
	margin-bottom: 14px;
}
.children .comment_head {
	margin-bottom: 0;
}
.comment .comment_author {
	font-weight: bold;
}
.comment_date {
	font-size: 13px;
	margin-left: 14px;
	color: #898989;
}
.comment_date a {
	color: #898989;
}
.comment_footer a {
	font-size: 13px;
	line-height: 24px;
	color: #898989;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 14px;
}
.comment_head a:hover, .comment_footer a:hover, .comment_nav a:hover {
	text-decoration: underline;
}
.comment_footer a:first-child {
	margin-left: 0;
}
.comment .avatar {
	width: 56px;
	height: 56px;
	float: right;
	margin-left: 14px;
}
.comment_nav {
	font-size: 13px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-style: dotted;
	border-color: #EEEEEE;
	padding: 14px 28px;
}
.comment_nav_top {
	border-width: 1px 0 0 0;
}
.comment_nav_bottom {
	margin: -56px 0 56px 0;
	border-width: 0 0 1px 0;
}
.next_comments {
	float: right;
}
/*---:[ inputs ]:---*/
.input_text {
	font-family: inherit;
	font-size: inherit;
	line-height: 1em;
	font-weight: inherit;
	color: #898989;
	border: 1px solid #EEEEEE;
	background-color: #e45367;
	padding: 0.35em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.input_text:focus {
	border-color: #e45367;
	background-color: #FFFFFF;
}
textarea.input_text {
	line-height: 28px;
}
.input_submit {
	font-family: inherit;
	font-size: 20px;
	line-height: 1em;
	font-weight: bold;
	border: 3px double #EEEEEE;
	background: #e45367 url('images/bg-button.png') repeat-x;
	padding: 0.5em;
}
/*---:[ comment form ]:---*/
#commentform {
	margin: 56px 0;
	padding: 0 28px;
}
.comment #commentform {
	margin-top: 0;
	padding-right: 0;
	padding-left: 0;
}
.comment_form_title {
	font-size: 20px;
	line-height: 33px;
	color: #898989;
	margin: 0 -28px;
	border-bottom: 1px dotted #EEEEEE;
	padding: 0 28px 14px 28px;
}
#commentform label {
	display: block;
}
#commentform p {
	margin-bottom: 14px;
}
#commentform p .required {
	color: #d00;
}
.comment_moderated {
	font-weight: bold;
}
#commentform .input_text {
	width: 50%;
}
#commentform textarea.input_text {
	width: 100%;
}
#cancel-comment-reply-link {
	float: right;
	font-size: 13px;
	line-height: inherit;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #006f8c;
}
#cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.login_alert {
	font-weight: bold;
	border: 1px solid #EEEEEE;
	background-color: #e45367;
}
/*---:[ sidebar ]:---*/
.sidebar {
	font-size: 13px;
	line-height: 19px;
}
.sidebar .headline, .sidebar .sidebar_heading, .sidebar .widget_title {
	font-size: 17px;
	line-height: 25px;
}
.sidebar .sidebar_heading, .sidebar .widget_title {
	font-variant: small-caps;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.sidebar .input_submit {
	font-size: inherit;
}
.sidebar p, .sidebar ul, .sidebar ol, .sidebar blockquote, .sidebar pre, .sidebar dl, .sidebar dd, .sidebar .left, .sidebar .alignleft, .sidebar .ad_left, .sidebar .right, .sidebar .alignright, .sidebar .ad, .sidebar .center, .sidebar .aligncenter, .sidebar .block, .sidebar .alignnone {
	margin-bottom: 19px;
}
.sidebar .left, .sidebar .alignleft, .sidebar .ad_left {
	margin-right: 19px;
}
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol, .sidebar .right, .sidebar .alignright, .sidebar .ad, .sidebar .stack {
	margin-left: 19px;
}
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol, .wp-caption p, .sidebar .post_excerpt p {
	margin-bottom: 0;
}
.widget, .sidebar .text_box, .sidebar .thesis_email_form, .sidebar .query_box {
	margin-bottom: 38px;
}
.sidebar .thesis_email_form .input_text, .widget li {
	margin-bottom: 10px;
}
.sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
	width: 100%;
}
.sidebar .query_box .post_author, .sidebar .query_box .post_date {
	color: #898989;
}
.sidebar .post_content, .widget li ul, .widget li ol {
	margin-top: 10px;
}
.widget ul {
	list-style-type: none;
}
.widget li a:hover {
	text-decoration: underline;
}
/*---:[ footer ]:---*/
.footer {
	font-size: 13px;
	line-height: 24px;
	text-align: right;
	color: #898989;
	border-top: 3px double #EEEEEE;
	padding: 14px 28px;
}
.footer a {
	color: #898989;
}
.footer a:hover {
	color: #898989;
}
.landing .footer {
	text-align: center;
}
/*---:[ clearfix ]:---*/
.columns:after, .menu:after, .post_box:after, .post_content:after, .author_description:after, .sidebar:after, .query_box:after, .prev_next:after, .comment_text:after, .comment_nav:after {
	display: table;
	clear: both;
	content: '';
}
/*---:[ media queries ]:---*/
@media all and (max-width: 1080px) {
	body {
		padding-top: 0;
	}
	.container, .landing .container {
		width: auto;
		max-width: 780px;
	}
	.header {
		border-top: 1px solid #EEEEEE;
	}
	.landing .header {
		border-top: 0;
	}
	.columns > .content {
		float: none;
		width: 100%;
		border: 0;
	}
	.columns > .sidebar {
		float: none;
		width: 100%;
		border-top: 3px double #EEEEEE;
	}
	.menu_control {
		display: block;
		width: 100%;
		border-width: 0;
		background-color: #FFFFFF;
		padding: 1em 28px;
		cursor: pointer;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.menu {
		display: none;
		width: 100%;
		border-width: 1px 0 0 0;
		clear: both;
	}
	.show_menu {
		display: block;
	}
	.menu .sub-menu {
		position: static;
		display: block;
		margin: 0;
		border-top: 1px solid #EEEEEE;
		padding-left: 28px;
	}
	.menu li {
		width: 100%;
		float: none;
		margin-bottom: 0;
	}
	.menu .sub-menu li {
		width: 100%;
	}
	.menu a {
		border-width: 1px 1px 0 0;
		background-color: #FFFFFF;
		padding: 1em 28px;
	}
	.menu .current-menu-item > a {
		background-color: #e45367;
	}
	.menu > li > a {
		border-left-width: 1px;
	}
	.menu li:first-child > a:first-child {
		border-top-width: 0;
	}
	.sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
		width: 50%;
	}
}
@media all and (max-width: 780px) {
	.menu a {
		border-right-width: 0;
	}
	.menu > li > a {
		border-left-width: 0;
	}
	.post_box .frame, .post_box .post_image_box, .post_box .wp-caption {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media all and (max-width: 450px) {
	.menu a, .menu_control {
		padding: 1em 14px;
	}
	.header, .columns > .sidebar, .post_box, .prev_next, .comments_intro, .comment, .comment_nav, #commentform, .comment_form_title, .footer {
		padding-right: 14px;
		padding-left: 14px;
	}
	.menu .sub-menu, .children .comment {
		padding-left: 14px;
	}
	.comments_closed, .login_alert {
		margin-right: 14px;
		margin-left: 14px;
	}
	.comment_form_title {
		margin-left: -14px;
		margin-right: -14px;
	}
	.right, .alignright, img[align="right"], .left, .alignleft, img[align="left"] {
		float: none;
	}
	.grt .right, .grt .left, .post_box .alignright, .post_box .alignleft, .grt blockquote.right, .grt blockquote.left {
		margin-right: 0;
		margin-left: 0;
	}
	.post_author:after {
		content: '\a';
		height: 0;
		white-space: pre;
		display: block;
	}
	.grt blockquote.right, .grt blockquote.left, #commentform .input_text, .sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
		width: 100%;
	}
	.post_box blockquote {
		margin-left: 0;
	}
	.comment_date {
		display: none;
	}
}
/*---:[ custom CSS ]:---*/
/*--- GOOGLE FONTS:
font-family: 'Oswald',helvetica,sans-serif; Book 300 Normal 400 Bold 700
font-family: 'Lora',times new roman,serif; Normal 400 Normal 400 Italic Bold 700 Bold 700 Italic */
/*--- COLORS: Red: #B32124; Yellow: #FFA63F; Pink: #E45367; Teal: #006F8C; Grey: #898888; #light grey: #E5E5E5; */

/*remove borders*/
.header, .menu a, .menu_control, .menu, .columns > .content, .menu .current-menu-item > a, .menu .sub-menu a, .footer, .prev_next, .comment_form_title, .comment_form_title, .comment, .comment_list, .archive_intro.post_box.grt.top {border:none;}
.post_box {border-top:2px solid #eeeeee;}
.top {border-top:none;}


/* GENERAL */
html {font-size:16px;}
body {background: url("https://followyourfeelgood.com/wp-content/uploads/bg.jpg") repeat fixed left top transparent; padding-top:0; }
.container {background: none repeat scroll 0 0 #ffffff; -webkit-box-shadow: -3px 0px 12px rgba(50, 50, 50, 0.6); -moz-box-shadow: -3px 0 12px rgba(50, 50, 50, 0.6); box-shadow: -3px 0 12px rgba(50, 50, 50, 0.6);}
.header {padding:10px;}
.template-fullpage .post_box {padding: 0 150px;}
.template-booksapp .post_box {padding: 0 28px 50px !important;}
.template-fullpage .wp-post-image {border: 2px solid #e5e5e5;margin: 30px auto;}

/*BOOMBAR*/
.boom_bar .boom_bar-text a {text-transform: uppercase;text-decoration: none;margin: 0 10px;border: 2px solid;padding: 2px 10px;}
.boom_bar .boom_bar-text a:hover {opacity:0.8;}

/* NAV MENU */
.logo {float: left;}
.menu {float: right; padding-top:62px;}
.menu li {background: url("https://followyourfeelgood.com/wp-content/uploads/menu-border.jpg") no-repeat scroll 0 50% #ffffff;}
.menu a {background:#ffffff; color: #898988; font-family: 'Oswald',helvetica,sans-serif; font-size: 0.938em; margin: 0 7px 0 11px; padding: 16px 7px;}
#menu-item-1890, #menu-item-1923 { background: none; }
.menu .current-menu-item > a {background: none repeat scroll 0 0 #e45367; border: medium none; color:#ffffff;}
.menu a:hover, .menu .current-menu-item > a:hover {background-color: #B32124; color: #FFFFFF;}
.menu .sub-menu {background: none repeat scroll 0 0 #FFFFFF; border: 2px solid #E5E5E5; left:10px; padding:6px 5px 15px;}
.sub-menu li {background: none repeat scroll 0 0 #FFFFFF;}
.menu .sub-menu a {background: none repeat scroll 0 0 transparent;letter-spacing: 0;margin: 0;padding: 8px 4px 4px;text-transform: none;}
.menu .sub-menu a:hover {color:#B32124;}
.menu_control {background: none repeat scroll 0 0 #e45367;color: #ffffff;font-family: "Oswald",helvetica,sans-serif;text-align: center;}
.menu .sub-menu .current-menu-item > a {border: medium none;color: #b32124;}
.menu .sub-menu .current-menu-item > a:hover {background:transparent;}

/*headlines*/
.grt .headline {font-size:1.25rem; line-height:1.75rem;}
.template-page .grt .headline, .template-fullpage .grt .headline, .template-booksapp .grt .headline, .archive_intro h1 { color: #e45367; font-size: 2rem; line-height:2.5rem; margin: 40px 0 10px; text-align: center;}
.archive_intro .headline { margin-bottom: 12px; color: #e45367; font-size: 2rem !important; line-height: 2.5rem !important;}
h2, h1, .grt h1, .grt h2 { font-family: 'Oswald',helvetica,sans-serif; font-weight:normal; font-size: 24px; margin:18px 0 32px; }
h3, .grt h3 { color: #e45367; font-family: 'Oswald',helvetica,sans-serif; font-size: 24px; line-height: 32px; margin: 6px 0; font-weight:normal;} 
h4 { color: #898888; font-family: 'Oswald',helvetica,sans-serif; font-size: 1.25em; font-weight: normal; padding:0 0 28px;}
.testimonial h3 { color: #898888 !important; font-family: 'Oswald',helvetica,sans-serif !important; font-size: 1.25em !important; font-weight: normal !important; }
h5 { font-family: 'Oswald',helvetica,sans-serif; color: #FFA63F; font-size: 1.5em; text-transform: none; padding: 20px 0; font-weight: normal; } 
h6 { font-family: 'Lora',times new roman,serif; font-size: 18px; font-style: italic; line-height: 1.5em; text-transform: none; padding-bottom: 26px; }
h6 a { background: none repeat scroll 0 0 #e45367; color: #ffffff; font-family: "Oswald",helvetica,sans-serif; font-size: 1rem; font-style: normal; font-weight: normal; letter-spacing: 1px; padding: 8px 12px; text-transform: uppercase;}
h6 a:hover {background-color:#b32124;}
blockquote, .post_box blockquote { background: url("https://followyourfeelgood.com/wp-content/uploads/bg-green.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0); border-left: medium none; color:#FFFFFF; font-family: "Lora",times new roman,serif; font-size: 1.15rem; font-style: italic; margin: 10px 20px 30px; padding: 20px 50px 1px;}
.post_date {background: none repeat scroll 0 0 #e45367;color: #ffffff;float: left;font-family: "Oswald",helvetica,sans-serif;font-size: 0.65rem;line-height: 0.75rem;margin: 0 6px 0 0;max-width: 50px;padding: 4px;text-align: center;}
.eStore_buy_now_button { background: none repeat scroll 0 0 #e45367; border: 2px solid #e45367; padding: 20px 40px;}
hr {border: 0;border-bottom-width: 0px;border-bottom-style: none;border-bottom-color: currentcolor;border-bottom: 2px solid #e3e3e3;margin: 30px 0;}

/*links*/
.format_text a { text-decoration: none; }
.sidebar a:hover { text-decoration: none; color: #B32124; }
.format_text a:hover, h2 a:hover { color: #B32124; }

/* HEADER & YELLOW SIGN-UP BAR */
.header { padding: 10px 0; }
.signupheader, .signupafter {background:url('https://followyourfeelgood.com/wp-content/uploads/bg-yellow.jpg') repeat scroll 0 0 #ffa63f;color: #ffffff;font-family: "Lora",times new roman,serif;font-size: 1.25rem;font-style: italic;padding: 15px;text-align: center;}
	
/* SIGN-UP FORMS */
#mce-EMAIL, #mce-FNAME {background: none repeat scroll 0 0 #ffffff;border: 2px solid #ffffff;color: #000000;font-family: "Lora",times new roman,serif;font-size: 1.125rem;font-style: italic;margin: 8px 4px;padding: 3px;text-align: center;text-shadow: none;}
#mc-embedded-subscribe {background: url("https://followyourfeelgood.com/wp-content/uploads/bg-arrow-signup.png") no-repeat scroll 50% 50% transparent;border: 0 none;color: #ffffff;cursor: pointer;font-family: "Lora",times new roman,serif;font-size: 1.125rem;font-style: italic;font-weight: bold;margin: 2px;padding: 10px 31px;text-align: center;}
#mc-embedded-subscribe:hover {background-image: url("https://followyourfeelgood.com/wp-content/uploads/bg-arrow-signup-fill.png");color:#ffa63f;}

/* CONTACT PG Mailchimp Form */
.contactpgmcform { background: none repeat scroll 0 0 #FFA63F; width: 98%; }
.bookapppg .contactpgmcform { padding: 0 10%; width: 75%;}
.contactpgmcform #mc_embed_signup form { background: url("https://followyourfeelgood.com/wp-content/uploads/subscribe-free-chapter.png") no-repeat scroll 0 0 transparent; padding: 30px 0 20px 430px;}

/* App Page Slideshow */
.appslideshow { float: left; margin-right: 30px; }

/*landing*/
.landing .container {
    margin: 20px auto;
}
.landing .header {
    display: table;
    margin: 0 auto;
}

/* Home Page */
.template-front .headline {color: #e45367;font-size: 1.75rem;padding: 15px 0 0; text-align:center;}
.template-front h3 {font-size: 1.313rem;font-weight: normal;margin: 10px 0 35px;}
.homepgctaall h3 {margin: 10px 0 5px;}
.homepgcta img {margin: 0 auto; -webkit-filter: grayscale(100%); filter: grayscale(100%);}
.homepgcta {border: 2px solid #e5e5e5;float: left;margin:20px 0.5% 50px;padding: 10px 1%;text-align: center;width: 21.5%;}
.homepgcta:hover {border-color:#e45367;}
.homepgcta a {color: #898888; text-decoration: none;}
.homepgcta a:hover {color: #e45367}
.homepgcta img:hover {-webkit-filter: none; filter: none;}
.homepgcta br {display: none;}
.programbuttons {margin: 0 3%;}

/* Testimonials */
.testimonial {border: 2px solid #E5E5E5 !important;}
.testimonial .inner {background: none !important; border: none !important; padding:20px !important;}
.testimonial .content {color: #898888 !important; font-style: normal !important;}
.testimonial .client {color: #006F8C !important; text-align: left !important;}
.testimonial .client .name, .testimonial .company {font-family: "Lora",times new roman,serif !important; font-style: italic !important;}
.testimonial .company a {color: #006F8C !important;}
.testimonial img {border: none !important; padding: 5px 0 0 0 !important;}


/*PRODUCTS Page - Books & App*/
.shopcta { border: 2px solid #e5e5e5; float: left; margin: 0 1%; max-width: 210px; padding: 10px 1%; width: 23%;}
.shopctaFreak a { background: url("https://followyourfeelgood.com/wp-content/uploads/born-to-freak-book-button.jpg") no-repeat; display:block; height:220px; width:210px; background-position:0 0; color: #898888; }
	.shopctaFreak a:hover { background-position: 0 -220px; color: #FFFFFF; }
/*old walrus button.shopctaWalrus a { background: url("https://followyourfeelgood.com/wp-content/uploads/what-the-walrus-knows-book-button.jpg") no-repeat; display:block; height:220px; width:210px; background-position:0 0; color: #898888; }
	.shopctaWalrus a:hover { background-position: 0 -220px; color: #FFFFFF; }*/
.shopctaStoked a { background: url("https://followyourfeelgood.com/wp-content/uploads/stoked-life-sidebar.jpg") no-repeat; display:block; height:220px; width:210px; background-position:0 0; color: #898888; }
	.shopctaStoked a:hover { opacity:0.8;}
.shopctaSourced a { background: url("https://followyourfeelgood.com/wp-content/uploads/shoppgCTA-sourced.jpg") no-repeat; display:block; height:220px; width:210px; background-position:0 0; color: #898888; }
	.shopctaSourced a:hover { opacity:0.8;}
.shopctaBeastiebook a { background: url("https://followyourfeelgood.com/wp-content/uploads/book-of-beasties-a-z-guide-sarah-seidelmann-button.jpg") no-repeat; display:block; height:220px; width:210px; background-position:0 0; color: #898888; }
	.shopctaBeastiebook a:hover { background-position: 0 -220px; color: #FFFFFF; }
.shopctaApp a { background: url("https://followyourfeelgood.com/wp-content/uploads/what-the-walrus-knows-app-button.jpg") no-repeat; display:block; height:220px; width:210px; background-position:0 0; color: #898888; }
	.shopctaApp a:hover { background-position: 0 -220px; color: #FFFFFF; }
/*old Work With Me button.shopctaWork a { background: url("https://followyourfeelgood.com/wp-content/uploads/work-with-me-button.jpg") no-repeat; display:block; height:220px; width:210px; background-position:0 0; color: #898888; }
	.shopctaWork a:hover { background-position: 0 -220px; color: #FFFFFF; }*/
/*elephants books*/.shopctaWork a { background: url("https://followyourfeelgood.com/wp-content/uploads/book-swimming-with-elephants-sarah-seidelmann.jpg") no-repeat; display:block; height:220px; width:210px; background-position:0 0; color: #898888; }
	.shopctaWork a:hover { background-position: 0 -220px; color: #FFFFFF; }
.shopctabuttonpink {float: left; margin: 10px 0 40px;}
.shopctabuttonpinkSingle {margin: 10px 0 40px;}
.shopctabuttonpink a, .shopctabuttonpinkSingle a { background-color:#E45367; color: #FFFFFF; font-family: 'Oswald',helvetica,sans-serif; letter-spacing: 1px; padding: 10px; text-transform: uppercase; font-weight: normal; cursor: pointer; margin: 20px 5px;}
.shopctabuttonpink a:hover, .shopctabuttonpinkSingle a:hover {background: #B32124; color: #FFFFFF; text-decoration: none;}

/* IMAGE CAPTIONS */
.wp-caption { background-color: #FFFFFF; border: 2px solid #E5E5E5; font-family: 'Oswald',helvetica,sans-serif; font-size: 1.25em; font-style: normal; }


/* BLOG COMMENTS */
.yarpp-related h3 {font-weight:normal !Important;}
.bracket {display:none;}
.num_comments_link {background: url("https://followyourfeelgood.com/wp-content/uploads/comments-addyours.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);color: #ffffff;font-family: "Oswald",helvetica,sans-serif;font-size: 0.75rem;padding: 0px 20px 4px;text-transform: uppercase;}
.bracket, .num_comments {color: #ffffff;font-size: 0.75rem;}
.num_comments_link:hover {opacity: 0.8;text-decoration: none;}
#comments {background: none repeat scroll 0 0 #F7F9F9;}
.children .bypostauthor {border-left: 3px solid #006f8c;}
.comment_footer a {background: none repeat scroll 0 0 #e45367;color: #ffffff;font-family: "Oswald",helvetica,sans-serif;margin: 0;padding: 4px 8px;}
.comment .comment_head {background: none repeat scroll 0 0 #006f8c;color: #ffffff;font-family: "Oswald",helvetica,sans-serif;font-weight: normal;letter-spacing: 1px;padding: 0 0 0 8px;text-transform: uppercase;}
.comment_date {color:#FFFFFF;}



/* following also affects sidebar search form*/
#commentform textarea, input, textarea { background: none repeat scroll 0 0 #FFFFFF; border: 2px solid #E5E5E5; }
input.form_submit, #searchsubmit, .teaser .teaser_link, .buttonpink a { background: none repeat scroll 0 0 #E45367; border: medium none; color: #FFFFFF; font-family: 'Oswald',helvetica,sans-serif; letter-spacing: 1px; margin-bottom: 15px; padding: 10px; text-transform: uppercase; font-weight: normal; cursor: pointer; margin: 20px 0; }

#searchform input {background: none repeat scroll 0 0 #FFFFFF;color: #898989;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;font-size: 0.83rem;
text-align:center;}
input[type="submit"], #searchform input[type="submit"] {background: none repeat scroll 0 0 #e45367;border: medium none;color: #ffffff;font-family: "Oswald",helvetica,sans-serif;font-size: 1rem;font-weight: normal;padding: 8px;text-transform: uppercase;}

input.form_submit:hover, #searchform input:hover, .teaser .teaser_link:hover, .buttonpink a:hover {background: #B32124; color: #FFFFFF; text-decoration: none;}
#searchform > div { margin-top: 15px;}
dl#comment_list, dl#comment_list dd {border: none;}
#searchform .screen-reader-text {display:none;}
.sidebar input[type="text"], .sidebar input[type="submit"] {padding: 11px 7px;}


/* BLOG PREV NEXT */
.prev_next {font-family: "Oswald",helvetica,sans-serif;font-size: 1rem;letter-spacing: 1px;text-transform: uppercase; margin:20px 0;}
.prev_next a {text-decoration: none; letter-spacing: 0px;text-transform: none;}
.prev_next a:hover { text-decoration: none; color: #B32124; }
.previous_posts > a {background: url("https://followyourfeelgood.com/wp-content/uploads/arrow-ol.jpg") no-repeat scroll 0 50% #E45367;color: #ffffff;padding: 11px 14px 11px 25px;}
.next_posts > a {background: url("https://followyourfeelgood.com/wp-content/uploads/arrow-new.jpg") no-repeat scroll 100% 50% #E45367;color: #ffffff;padding: 11px 25px 11px 14px;}

/* BLOG SHARING BUTTONS */
.trackable_sharing img {float: left;margin: 5px 2px 30px;}

/* TEASERS */
.teaser {float: none; width: 100%; margin-bottom: 50px;}
.teaser .teaser_date {display: none;}
.teaser .entry-title {padding: 0;}
.teaser .format_teaser {line-height: 1.7em; font-size: 1.5em;}

/* SIDEBAR */
.sidebar .sidebar_heading, .sidebar .widget_title, .comment_form_title {background: none repeat scroll 0 0 #006F8C;color: #ffffff;font-family: "Oswald",helvetica,sans-serif;font-variant: normal;padding: 8px 4px;text-align: center;text-transform: uppercase;}
.comment_form_title {margin:0;}
.sidebar a { color:#898888; }
.sidebar a:hover, .sidebar li a:hover { color: #B32124; text-decoration:none;}
.sidebar ul li { list-style: disc inside url("https://followyourfeelgood.com/wp-content/uploads/bulletpt-eggb.jpg"); padding: 6px 0 0 0; }
.sidebar ul li:hover { list-style: inside url("https://followyourfeelgood.com/wp-content/uploads/bulletpt-eggb-cracked.jpg"); background: url("https://followyourfeelgood.com/wp-content/uploads/button-birdylw.png") no-repeat; background-position: 10px 0; }
.widget li {margin-bottom:0px;}
.widget li a:hover {text-decoration:none;}
.sidebarbutton {text-align: center;border: 2px solid #e5e5e5;margin: 10px 1.5%;padding: 20px 10px;}
.sidebarbutton img {margin: 10px auto -20px;}
.sidebarbutton img:hover {opacity:0.6;}
#text-10 a {background: none repeat scroll 0 0 #ffffff;color: #006f8c;display: block;font-family: "Oswald",helvetica,sans-serif;margin: 8px 0;text-align: center; border:2px solid #FFFFFF;}
#text-10 a:hover {background:transparent; color:#FFFFFF;}

/* FOOTER */
.footerwidgetscontainer {background: none repeat scroll 0 0 #006f8c;color: #ffffff; font-size: 0.875rem; line-height: 1.313rem;}
.footer { background: none repeat scroll 0 0 #898888; font-family: 'Oswald',helvetica,sans-serif; font-size: 1.3em; letter-spacing: 1px; padding-bottom: 1.5em; padding-top: 1.5em; text-align: center; color: #FFFFFF; }
.footerwidgets {float: left;margin: 1.5%;width: 22%;}
.footerwidgetscontainer .widget_title {font-family: "Oswald",helvetica,sans-serif;font-variant: normal;padding: 8px 4px;text-align: center;text-transform: uppercase;}
.footerwidgets a {color: #ffffff;font-size: 0.875rem;}
.footerwidgets ul li { list-style: disc inside url("https://followyourfeelgood.com/wp-content/uploads/bulletpt-egg.png"); padding: 6px 0 0 0; }
.footerwidgets ul li:hover { list-style: inside url("https://followyourfeelgood.com/wp-content/uploads/bulletpt-broken.png"); background: url("https://followyourfeelgood.com/wp-content/uploads/button-birdylw.png") no-repeat; background-position: 10px 4px; text-decoration:none; }
.footerbase {font-size: 0.75rem;letter-spacing: 3px;}
.footerbase a {color:#FFFFFF; text-decoration:none;}
.footerbase a:hover {color:#FFFFFF; opacity:0.8;}
.textwidget > img {margin: 0 auto;}
.speechbubble {background: url("https://followyourfeelgood.com/wp-content/uploads/bg-triangle.png") no-repeat scroll 10% 102% transparent;margin: 0 0 20px;padding: 10px 0 15px;}
#rotatingtextid-1 {margin: 20px 15px !important;}
.rotatingtext .rselector {line-height:125% !important;}
.videogallery { float: left; margin: 10px 2%; min-height: 100px; text-align: center; width: 42%;}
.videogallery:hover {background:none repeat scroll 0 0 #e45367;}
.videogalleryall { display: table; margin: 0 auto;}
.videogallery img {margin: 0 auto;}
/*.vsc-video-container br {display:none;}
.videoshowcase .vsc-video-container { margin: 3px 1px;  }
#videoshowcaseid-1 .vsc-video-container { border: 3px solid #006F8C;}
#videoshowcaseid-1 .vsc-video-container:hover { background: #E45367; border: 3px solid #E45367; }*/

/* FOOTER SOCIAL ICONS */
.socialiconsall {margin: 0 auto; display:table;}
.socialicons {float: left; width: 35px; margin: 8px 8px 0 0; }

.socialicons #iconfac a { display:block; height:35px; width:35px; padding:0px; outline:none; text-indent:-9999px; background-image:url('https://followyourfeelgood.com/wp-content/uploads/social-icons.jpg'); background-position:0 0; }
	.socialicons #iconfac a:hover { background-position:0 -35px; }

.socialicons #icontwi a { display:block; height:35px; width:35px; padding:0px; outline:none; text-indent:-9999px; background-image:url('https://followyourfeelgood.com/wp-content/uploads/social-icons.jpg'); background-position:35px 0; }
	.socialicons #icontwi a:hover { background-position:35px -35px; }

.socialicons #iconyou a { display:block; height:35px; width:35px; padding:0px; outline:none; text-indent:-9999px; background-image:url('https://followyourfeelgood.com/wp-content/uploads/social-icons.jpg'); background-position:105px 0; }
	.socialicons #iconyou a:hover { background-position:105px -35px; }

.socialicons #iconins a { display:block; height:35px; width:35px; padding:0px; outline:none; text-indent:-9999px; background-image:url('https://followyourfeelgood.com/wp-content/uploads/social-icons.jpg'); background-position:70px 0; }
	.socialicons #iconins a:hover { background-position:70px -35px; }

.socialicons #iconrss a { display:block; height:35px; width:35px; padding:0px; outline:none; text-indent:-9999px; background-image:url('https://followyourfeelgood.com/wp-content/uploads/social-icons.jpg'); background-position:140px 0; }
	.socialicons #iconrss a:hover { background-position:140px -35px; }

/*templates*/
.template_noprograms .programbuttonscontainer, .template_nosignupheader .signupheader, .template_nosignupafter .signupafter {display:none;}

@media all and (max-width: 1080px) {
	.header {padding:0;}
	.logo, .menu {float:none;}
	.logo img {margin: 8px auto 4px;}
	.show_menu {padding: 0;text-align: center;}
	.show_menu a {margin:0; padding:7px;}
	.show_menu .sub-menu {padding: 4px; border:none;}
	.menu a:hover, .menu .current-menu-item > a, .menu .current-menu-item > a:hover {background-color: transparent; color: #E45367;}
	.menu .current-menu-item {background: url("https://followyourfeelgood.com/wp-content/uploads/button-birdylw.png") no-repeat 50% 0 #ffffff;}
	.homepgcta {margin: 10px 1%; width: 45%;}
	.sidebarbutton {float: left;height: 220px;margin: 0.5%;max-width: 152px; padding:20px 1%; width: 21%;}
	.footerwidgets {margin: 2%;width: 46%; height:380px;}
	.homepgctaall {margin-bottom:20px;}
	#text-10 img {margin: 0 auto;max-width: 50%;}
	.template-fullpage .post_box {padding: 0 50px;}
	.shopcta { margin: 0 1% 20px; max-width: 44%; padding: 10px 1%; width: 44%;}
	.shopctaFreak, .shopctaWalrus, .shopctaApp, .shopctaWork { display: table; margin: 0 auto;}
	.shopctabuttonpink a, .shopctabuttonpinkSingle a {font-size:0.75rem;}
	.shopctabuttonpink {margin-bottom:10px;}
}

@media all and (max-width: 720px) {
	.sidebarbutton {height: 280px;}
	.footerwidgets {float:none; height:auto; width:96%; max-width:96%;}
}

@media all and (max-width: 600px) {
	.sidebarbutton {float:none; height:auto; width:100%; max-width:100%;}
	.template-fullpage .post_box {padding: 20px;}
	.shopcta {width:96%; max-width:96%; float:none;}
}

@media all and (max-width: 450px) {
	.homepgcta {float:none; margin: 20px auto;width: 96%; text-align:center;}
}



.clearfloats, .header:after, .footerwidgetscontainer:after, #text-8:after, .trackable_sharing:after, .headline_area:after, .homepgctaall:after { display: table;
	clear: both;
	content: ''; }