/******* Basics *******/
/* Fonts */
@font-face {
	font-family: 'Museo500-Regular';
	src: url('../fonts/Museo500-Regular-webfont.woff2') format('woff2'), url('../fonts/Museo500-Regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Museo700-Regular';
	src: url('../fonts/Museo700-Regular-webfont.woff2') format('woff2'), url('../fonts/Museo700-Regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ralewayregular';
	src: url('../fonts/raleway-regular-webfont.woff2') format('woff2'), url('../fonts/raleway-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ralewayextrabold';
	src: url('../fonts/raleway-extrabold-webfont.woff2') format('woff2'), url('../fonts/raleway-extrabold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ralewaymedium';
	src: url('../fonts/raleway-medium-webfont.woff2') format('woff2'), url('../fonts/raleway-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ralewaysemibold';
	src: url('../fonts/raleway-semibold-webfont.woff2') format('woff2'), url('../fonts/raleway-semibold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* Global typographic style definitions */
h1 {
	letter-spacing: 1px;
}

h1, h2 {
	font-family: 'Museo700-Regular';
	font-size: 24px;
	line-height: 36px;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	text-align: center;
}

h2 {
	text-transform: initial;
}

h3 {
	font-family: 'ralewaymedium';
	font-size: 18px;
	color: #8E8E8E;
	margin: 30px 0 14px 0;
	line-height: 1.6em;
	color: #373737;
}

a:link, a:visited {
	color: #EF8C55;
}

a:hover, a:focus, a a:active {
	text-decoration: none;
	opacity: 0.7;
}

h3 a:link, h3 a:visited {
	color: #010101;
}

body {
	font-family: 'ralewayregular';
	color: #373737;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p {
	line-height: 2rem;
	font-size: 15px;
	margin-bottom: 2rem;
}

iframe {
	width: 100%;
}

/******* General Elements *******/
/* CTAs */
.btn {
	font-family: 'ralewayextrabold';
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 4px;
	padding: 0.8rem 0.5rem;
	margin: 0;
	white-space: pre-wrap;
	text-align: center;
	font-size: 14px;
}

.btn.primary {
	background: #EF8C55;
}

.btn.secondary {
	background: #FAF7F5;
	color: #EF8C55;
}

.btn.primary:link, .btn.primary:visited {
	color: #FFF;
}

.btn.primary:hover, .btn.primary:focus, .btn.primary:active {
	opacity: 0.7;
}

.cta.btn:link, .cta.btn:visited {
	text-decoration: none;
	color: #DC6126;
}

.cta.btn:hover, .cta.btn:focus, .cta.btn:active {
}

.cta:link, .cta:visited, .instagram p.clear a:link, .instagram p.clear a:visited {
	font-family: "ralewaysemibold";
	text-transform: uppercase;
	color: #DA6226;
}

.btn.tertiary:link, .btn.tertiary:visited {
	background: #171552;
	color: #FFF;
	width: 250px;
	margin: 30px auto;
}

.return_link:link, .return_link:visited {
	font-family: "ralewaymedium";
	text-transform: uppercase;
	color: #373737;
}

.section_intro {
	padding-top: 80px;
	line-height: 2.5rem;
}

.subscribe_social {
	margin-top: 40px;
	text-align: center;
}

.entry-header {
	margin-bottom: 40px;
}

.entry-header img {
	margin-right: auto;
	margin-left: auto;
}

.clear {
	clear: both;
}

.section_divider {
	border-bottom: 4px solid #FFF3EE;
	padding: 40px 0;
	margin: 40px auto;
}

/* Wrapper */
@media (min-width: 1400px) {
	.container {
		max-width: 1360px;
	}
}

.wrapper {
	padding-top: 26px;
}

/* Header */
/* Fixed navigation */
#wrapper-navbar {
	margin-top: 0;
}

#wrapper-navbar.affix {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	background: #FFF;
	padding: 0.3rem 0rem;
	-webkit-box-shadow: 0px 4px 21px -5px rgba(0,0,0,0.53);
	-moz-box-shadow: 0px 4px 21px -5px rgba(0,0,0,0.53);
	box-shadow: 0px 4px 21px -5px rgba(0, 0, 0, 0.53);
}

#wrapper-navbar.affix .navbar-brand {
	height: 45px;
	background-size: 105px;
	min-width: 105px;
}

#wrapper-navbar .btn.primary {
	display: none;
}

#wrapper-navbar.affix .btn.primary {
	display: block;
	margin: 1rem auto;
	font-size: 12px;
	width: 200px;
}

.navbar-collapse {
	flex-direction: row;
	justify-content: flex-end;
}

.navbar-brand {
	display: block;
	width: 260px;
	height: 91px;
	background: url(../gfx/logo.svg) no-repeat 0 0;
	text-indent: -9999em;
	overflow: hidden;
}

.navbar {
	clear: both;
	font-family: 'Museo500-Regular';
	font-size: 16px;
	padding: 0;
	letter-spacing: 1px;
}

.navbar ul li {
	margin: 0 0 0 2.4rem;
}

.navbar a:link, .navbar a:visited {
	color: #373737;
}

.navbar a:hover, .navbar a:focus, .navbar a:active {
}

.navbar .active a:link, .navbar .active a:visited {
	color: #9D9D9D;
}

/* Footer */
.home #wrapper-footer {
	padding-top: 80px;
}

#wrapper-footer {
	background: #242B54;
	color: #FFF;
	padding: 0 0 5rem 0;
	font-family: 'Museo500-Regular';
	letter-spacing: 1px;
	margin-top: 80px;
}

#wrapper-footer ul.social_links {
	float: none;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 2rem 0 2rem 0;
}

ul.social_links.mobile {
	display: none;
}

#wrapper-footer .footer_menu {
	display: flex;
	flex-direction: row;
	justify-content: center;
	list-style-type: none;
	margin: 0 0 2rem 0;
	padding: 0;
}

#wrapper-footer .copyright {
	text-align: center;
}

#wrapper-footer a:link, #wrapper-footer a:visited {
	color: #FFF;
}

#wrapper-footer a:hover, #wrapper-footer a:focus, #wrapper-footer a:active {
}

/******* General Elements *******/
img {
	max-width: 100%;
	height: auto;
}

.photo_header {
	height: 350px;
	margin-top: 40px;
	text-align: center;
	background-position: center;
}

.page_intro {
	border-bottom: 4px solid #FFF3EE;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 80px;
	width: 100%;
}

.page-template-podcast .page_intro, .blog .page_intro, .single-post .page_intro, .single-podcast .page_intro, .page-template-quiz .page_intro {
	padding-top: 50px;
	padding-bottom: 20px;
	border-top: 4px solid #FFF3EE;
}

.page_intro h2 {
	text-align: center;
}

.page_intro p {
	line-height: 2.3rem;
}

/* Intro paragraph text, usually the start of a section divider */
.intro {
	font-size: 18px;
	line-height: 2.4rem;
}

.entry-meta {
	text-align: center;
}

.entry_footer {
	border-top: 4px solid #FFF3EE;
	border-bottom: 4px solid #FFF3EE;
	padding: 40px 0;
	margin: 40px auto;
}

.entry_footer .next {
	text-align: right;
}

.entry-content {
	margin: 40px auto;
}

/* Inline classes */
.align.center {
	margin: 30px auto;
	display: block;
}

/******* Homepage *******/
.hero_content_image {
	position: relative;
	margin: 1.5rem 0 7rem 0;
}

.hero {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
	background: #F9F9F9;
}

.hero h3 {
	font-family: 'Museo500-Regular';
	font-size: 26px;
	color: #454545;
	letter-spacing: 3px;
}

.hero_content_image p {
	font-size: 15px;
	line-height: 2rem;
}

.hero_content_image .cta.btn {
	text-align: left;
	padding: 0;
	color: #EF8C55;
}

.homepage .hero_intro h1 {
	height: 120px;
	margin-top: 40px;
	background: url(../gfx/heading_hi_there.png) no-repeat 0 0;
	text-indent: -9999em;
	overflow: hidden;
	background-size: contain;
}

.homepage .quiz_container {
	background: #F6F1EE;
	padding: 80px 0;
}

.homepage .quiz_container .courageous {
	background: url(../gfx/heading_quiz.png) no-repeat center 0;
	background-size: contain;
	height: 330px;
	text-indent: -9999em;
	overflow: hidden;
}

.homepage .quiz_container .quiz_intro {
	text-align: center;
	padding-top: 0px;
}

.homepage .quiz_container .quiz_intro a.btn {
	width: 300px;
	margin: 0 auto;
}

.homepage .podcast_container {
	min-height: 628px;
	background: url(https://jessicahonegger.com/wp-content/uploads/2019/08/bg_podcast5.jpg) no-repeat 35% 0;
	background-size: cover;
}

.homepage .podcast_container .podcast_intro {
	text-align: center;
	border: none;
	padding: 80px 40px;
}

.homepage .podcast_container .podcast_intro h2 {
	background: url(../gfx/heading_podcast.png) no-repeat 50% 0;
	background-size: contain;
	height: 160px;
	text-indent: -9999em;
	overflow: hidden;
}

.homepage .podcast_container .podcast_intro .btn {
	width: 330px;
	margin: 0 auto;
}

/* Imperfect Courage Promo */
.ic_promo {
	margin-top: 80px;
}

.ic_promo h2 {
	margin-top: 80px;
}

.hero_image {
	background-position: 50% 0;
	height: 100%;
}

.ic_promo .ic_promo_hero {
	text-align: center;
	margin-top: 0;
}

.ic_promo .ic_promo_hero img {
}

.ic_promo h2 {
	margin-bottom: 10px;
	text-align: left;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	font-size: 30px;
	color: #454545;
}

.ic_promo h3 {
	font-size: 14px;
	color: #C79135;
	margin-top: 0;
	padding-bottom: 40px;
	text-align: center;
	background: url(../gfx/header_border.png) no-repeat center 100%;
}

.ic_promo .cta {
	font-family: 'ralewaymedium';
	font-size: 13px;
	text-transform: uppercase;
	color: #9F9F9F;
	letter-spacing: 1px;
	margin-left: 0;
}

.ic_promo .btn.primary {
	max-width: 330px;
}

.ic_promo .cta:hover, .ic_promo .cta:focus, .ic_promo .cta:active {
}

.ic_promo .btn.quiz_cta {
	background: #171552;
	color: #FFF;
	width: 300px;
	display: block;
	margin: 6rem auto;
	text-align: center;
}

.ic_promo .free_text {
	margin-top: 40px;
	font-size: 15px;
	line-height: 2rem;
}

.latest_posts {
	margin-top: 80px;
	text-align: center;
}

.latest_posts h2 {
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: solid 7px #FFF3EE;
}

/* Instagram */
.instagram {
	padding: 0 20px;
}

.instagram-pics {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.instagram-pics li {
	width: 30%;
	height: auto;
	margin: 3% 0;
}

.instagram-pics a {
	display: block;
}

/* Newsletter */
.email_signup {
	margin-top: 4em;
	text-align: center;
	background: #242B54;
	color: #FFF;
	background-image: url(../gfx/email_bg2.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: flex;
}

.email_signup h2 {
	margin-bottom: 20px;
}

.email_signup p {
	line-height: 1.4rem;
}

.email_signup p.status {
	margin-top: 18px;
}

.email_signup .explain {
	margin-bottom: 0;
}

.email_signup .byline {
	font-style: italic;
	color: #868BA9;
	font-size: 12px;
}

.footer .email_signup {
	margin-top: 0;
}

.footer .newsletter_form {
	margin-bottom: 0;
}

.newsletter_form {
	width: 100%;
	margin-top: 7rem;
	margin-bottom: 7rem;
	text-align: center;
}

.newsletter_form input {
	border-radius: 4px;
}

.newsletter_form h2.tribal_banner, .newsletter_form h2.tribal_banner span {
	background: none;
	margin: 0 0 0.5rem 0;
}

.newsletter_form .email {
	height: 55px;
	width: 30%;
	padding: 5px 10px 5px 30px;
	margin: 2rem 0 0 0;
	border: 0;
}

.newsletter_form .form.btn {
	font-family: 'ralewaysemibold';
	font-size: 16px;
	text-transform: capitalize;
	letter-spacing: 0;
	background: #EF8C55;
	color: #FFF;
	border: none;
	display: inline-block;
	width: 140px;
	margin-left: 10px;
	height: 55px;
}

.newsletter_form p.error {
	margin: 1rem 0 0 0;
}

/******* About *************/
.about_jessica {
	padding-bottom: 40px;
}

.about_jessica h2 {
	text-align: left;
}

.about_noonday {
	margin-top: 40px;
	border-top: 4px solid #FFF3EE;
}

.noonday_image {
	margin: 40px auto 80px auto;
}

/********* Book *********/
/* Align the photo header for the book page */
.page-template-book .photo_header {
	background-position: 0;
}

.book_description {
	padding-bottom: 40px;
}

.book_description .description {
	order: 1;
}

.book_description .book_image {
	order: 2;
}

.book_description .book_image img {
	margin-left: 6rem;
}

.book_description ul {
	font-family: "ralewaymedium";
	color: #171552;
	margin: 40px 0;
}

.book_description ul li {
	margin-bottom: 10px;
	list-style-type: none;
	padding: 0 0 0 23px;
	background: url(../gfx/list_bullet.png) no-repeat 0 6px;
}

.resellers {
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 4px solid #FFF3EE;
	text-align: center;
}

.book_description h3, .resellers h3 {
	font-size: 18px;
}

.reseller_entry {
	text-align: center;
	padding: 0 40px;
}

.reseller_entry img {
	filter: grayscale(100%) opacity(40%);
	max-height: 130px;
	max-width: 50%;
	width: auto;
	margin: 20px auto;
}

.reseller_entry .btn.primary {
	margin-left: 0;
}

.quiz {
	border-top: 4px solid #FFF3EE;
	margin-top: 40px;
	padding-top: 40px;
}

/******* Blog *********/
.blog_content {
}

.blog_entry {
	text-align: center;
	margin-bottom: 80px;
}

.blog_entry .inner {
	padding-right: 20px;
	padding-left: 20px;
}

.blog_entry .inner:nth-child(3n+0) {
	padding-right: 40px;
}

.blog_entry .inner:nth-child(3n+1) {
	padding-left: 40px;
}

.blog_entry h2 {
	text-transform: none;
	line-height: 2.4rem;
	margin: 26px auto 10px auto;
	padding: 0 20px;
	font-size: 22px;
	color: #373737;
}

.blog_entry h2 a:link, .blog_entry h2 a:visited {
	color: #373737;
}

.blog_entry .cta {
	margin: 26px 0 0 0;
	border-bottom: 3px solid #FFF3EE;
}

/******* Podcast *********/
.podcast h1 {
	margin-bottom: 10px;
}

.podcast_player {
	margin-bottom: 40px;
}

.podcast_intro {
	border-bottom: none;
	padding-bottom: 40px;
}

.podcast_intro h2 {
	text-align: left;
	font-size: 1.7em;
}

.podcast_intro .btn.primary {
	display: inline-block;
	margin-left: 0;
	padding-right: 10px;
	padding-left: 10px;
}

.podcast_entry {
	font-size: 14px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.podcast_entry a.podcast_entry_link {
	font-family: "ralewayextrabold";
	letter-spacing: 1px;
}

.podcast_entry p {
	font-size: 14px;
	line-height: 28px;
}

.podcast_entry h2 a {
	color: #373737;
}

.podcast_entries h2 {
	text-align: left;
}

.subscribe_social ul {
	list-style-type: none;
	margin: 40px 0 0 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

.subscribe_social ul li {
	margin: 10px;
}

.subscribe_social ul li.share {
	border-radius: 50%;
	background: #EFEFEF;
}

.subscribe_social ul li.label {
	font-family: "ralewayextrabold";
	text-transform: uppercase;
	padding-top: 10px;
	letter-spacing: 1px;
	color: #373737;
}

.subscribe_social ul li a {
	background-size: 50%;
	display: block;
	width: 35px;
	height: 35px;
	text-indent: -9999em;
	overflow: hidden;
}

.subscribe_social ul li.facebook a {
	background: url(../gfx/share_facebook.svg) no-repeat center / 25%;
}

.subscribe_social ul li.twitter a {
	background: url(../gfx/share_twitter.svg) no-repeat center / 50%;
}

.subscribe_social ul li.linkedin a {
	background: url(../gfx/share_linkedin.svg) no-repeat center / 50%;
}

.subscribe-title {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	width: 100%;
	margin: 30px 0;
}

.subscribe-title.recent {
	margin: 80px 0 30px 0;
}

.page-template-podcast .media {
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
	width: 220px;
	padding: 0;
}

.page-template-podcast .media a {
	border: 2px solid;
	border-radius: 10px;
	margin: 5px;
	padding: 10px;
	width: 200px;
}

.podcast_player.podcast-main {
	margin: 0px 0 80px 0;
	padding: 40px 10px 33px 10px;
	background-color: #FCEDE7;
}

.gridlayout .title-wrap {
	margin: 15px 0 40px 0;
}

.gridlayout .title-wrap .episode {
	float: left;
	margin-right: 15px;
	font-family: 'Museo700-Regular';
	border-bottom: 1px solid #ED8A5A;
}

.gridlayout .title-wrap .title {
	color: #000;
	font-family: 'ralewaysemibold';
	font-size: 15px;
	margin-left: 53px;
}

.gridlayout a {
	display: block;
}

/* General styles */
ul.social_links {
	display: flex;
	justify-content: flex-end;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

ul.social_links li {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0 0 0 10px;
}

.footer ul.social_links li a {
	background: #FFF;
}

ul.social_links li a {
	display: block;
	width: 35px;
	height: 35px;
	background: #373737;
	background-size: contain;
	text-indent: -9999em;
	overflow: hidden;
}

/* ********* Quiz ********* */
.quiz_iframe {
	width: 100%;
	height: 1340px;
	border: 0;
}

/* ********* Contact ********* */
.contactForm {
	margin-top: 100px;
}

.contactForm .contactOption {
	display: none;
}

.contactForm .formrow {
	clear: both;
	padding: 1rem 0;
}

.contactForm .formrow label {
	display: block;
	font-weight: bold;
	font-size: 17px;
	color: #373737;
}

.contactForm .formrow input, .contactForm .formrow select, .contactForm .formrow textarea {
	border: 2px solid #D7D7D7;
	width: 100%;
	padding: 0 0 0 2rem;
}

.contactForm .formrow input, .contactForm .formrow select {
	height: 50px;
}

.contactForm .formrow textarea {
	padding: 1rem 2rem;
}

.contactForm .formrow select {
	line-height: 1.5rem;
}

.contactForm .formrow select option {
	margin: 10px 0;
}

.contactForm .formrow textarea {
	display: block;
	width: 100%;
	height: 150px;
	border: 2px solid #D7D7D7;
}

.contactForm .formrow input.form.btn {
	border: none;
	background: #EF8C55;
	color: #FFF;
	width: auto;
	margin: 0 auto 3rem auto;
	padding: 0.5rem 2rem;
	width: 140px;
	text-transform: capitalize;
}

.help-block.form-error {
	color: red;
}

.contactForm .form_message, .contactForm .success {
	font-size: 1.5rem;
	text-align: center;
}

.contactForm .formrow.additional {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}

.formstatus {
	border: 1px solid;
}

/* Calendar */
.ui-widget-header .ui-icon {
	background-image: url(../gfx/icons.png);
}

/* Newsletter landing */
.newsletter_landing {
	color: #373737;
}

.newsletter_landing .email_signup {
	background: none;
	color: #373737;
}

.newsletter_landing input.email {
	border: 2px solid #D7D7D7;
}

.newsletter_landing .newsletter_form {
	padding-top: 0;
	margin-top: 0;
}

/* Press */
.press_row {
	display: flex;
	justify-content: center;
}

.press_logo a {
	border: 4px solid #FFF3EE;
	display: inline-block;
	padding: 10px;
	text-align: center;
	margin: 20px 10px 14px 10px;
}

/* Breakpoints */
@media (min-width: 320px) {
	.instagram-pics li {
		width: 40%;
	}
	
	.instagram-pics li:nth-child(9) {
		display: none;
	}
	
	.instagram {
		margin-top: 40px;
	}
	
	.reseller_entry {
		margin-bottom: 80px;
	}
	
	.book_description .book_image img {
		margin: 0 auto;
	}
	
	.press_logo {
		width: 50%;
	}
}

@media (min-width: 600px) {
	.instagram-pics li {
		width: 30%;
	}
	
	.instagram-pics li:nth-child(9) {
		display: initial;
	}
}

@media (min-width: 768px) {
	.navbar {
		font-size: 0.8rem;
	}
	
	.navbar ul li {
		margin-left: 10px;
	}
	
	#wrapper-navbar.affix .btn.primary {
		display: none;
	}
	
	.reseller_entry {
		margin-top: 40px;
	}
	
	.reseller_entry .btn.primary {
		width: 240px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.instagram {
		margin-top: 0;
	}
	
	.instagram-pics li {
		width: 40%;
	}
	
	.instagram-pics li:nth-child(9), .instagram-pics li:nth-child(8), .instagram-pics li:nth-child(7) {
		display: none;
	}
	
	.homepage .quiz_container .quiz_intro {
		padding-top: 60px;
	}
	
	.press_logo {
		width: 25%;
	}
}

@media (min-width: 992px) {
	.navbar {
		font-size: 0.8rem;
	}
	
	.navbar ul li {
		margin-left: 1.4rem;
	}
	
	#wrapper-navbar.affix .btn.primary {
		display: block;
		margin: 1rem 0 1rem 3rem;
		font-size: 12px;
	}
	
	.press_logo {
		width: 16.6%;
	}
}

@media (min-width: 1200px) {
	.navbar {
		font-size: 1rem;
	}
	
	.instagram-pics li {
	}
	
	.instagram-pics li:nth-child(9), .instagram-pics li:nth-child(8), .instagram-pics li:nth-child(7) {
		display: none;
	}
}

@media (min-width: 1400px) {
	.instagram-pics li {
		width: 30%;
	}
	
	.instagram-pics li:nth-child(9), .instagram-pics li:nth-child(8), .instagram-pics li:nth-child(7) {
		display: initial;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 991px) {
	.book_description .description {
		order: 2;
	}
	
	.book_description .book_image {
		order: 1;
		text-align: center;
	}
	
	.ic_promo {
		display: flex;
	}
	
	.ic_promo h2 {
		margin-top: 40px;
	}
	
	.ic_promo .ic_promo_intro.heading {
		order: 1;
	}
	
	.ic_promo .free_text {
		order: 3;
	}
	
	.ic_promo .ic_promo_hero {
		margin-top: 0;
		order: 2;
	}
	
	.ic_promo .btn.primary {
		margin: 0 auto;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
	body {
		padding-top: 49px;
	}
	
	#wrapper-navbar {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 100;
		background: #FFF;
		padding: 0.3rem 0rem;
		height: auto !important;
	}
	
	#wrapper-navbar.affix {
		-webkit-box-shadow: initial;
		-moz-box-shadow: initial;
		box-shadow: initial;
	}
	
	#wrapper-navbar .navbar-brand, #wrapper-navbar.affix-top .navbar-brand {
		height: 45px;
		background-size: 105px;
		width: 150px;
		margin: 0.3rem 0 0 15px;
	}
	
	.social_links_wrapper {
		display: none;
	}
	
	ul.social_links.mobile {
		display: flex;
		justify-content: center;
		margin: 0.8rem auto;
	}
	
	.navbar-toggler {
		font-family: 'ralewaysemibold';
		text-transform: uppercase;
		font-size: 14px;
		background: url(../gfx/menu_icon.svg) no-repeat 100% 0;
		background-size: 30px;
		padding: 5px 60px 0 0;
		margin: 0.3rem 15px 0 0;
	}
	
	#wrapper-navbar .btn.primary {
		display: block;
		width: 200px;
		margin: 1rem auto;
	}
	
	.navbar-nav {
		position: static;
		padding-bottom: 1rem;
		margin: 1rem auto;
		border-bottom: 1px solid #9D9D9D;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.navbar ul.navbar-nav li {
		margin: 0;
		text-align: center;
	}
	
	.ic_promo .btn.primary {
		width: auto;
	}
	
	.hero_image_container {
		padding: 0;
	}
	
	.hero_image {
		height: 250px;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	
	.hero_intro h1 {
		margin-top: 0;
	}
	
	.hero_content_image {
		margin-bottom: 3rem;
	}
	
	.photo_header {
		margin-top: 10px;
	}
	
	.intro_blurb_container {
		margin-top: 20px;
	}
	
	.homepage .podcast_container {
		/*background-position: 45% 0;*/
	}
	
	.homepage .podcast_container .podcast_intro {
		padding: 80px 0;
		background-position: 38% 0;
	}
	
	.homepage .podcast_container .podcast_intro p {
		padding: 0;
	}
	
	.homepage .podcast_container .podcast_intro .btn {
		width: 300px;
		margin: 0 auto;
	}
	
	.homepage .podcast_container .podcast_intro .btn {
	}
	
	#intro_video {
		background: transparent url(../gfx/jessvideocover-ic.jpg) no-repeat 0 0;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		/*		display: none;*/
	}
	
	.intro_blurb_container .line_2 span {
		display: block;
		margin-bottom: 15px;
	}
	
	.ic_promo .free_text {
		margin-top: 2rem;
	}
	
	.email_signup {
		margin: 2rem 0 0 0;
	}
	
	.email_signup form .email {
		width: 100%;
		margin-bottom: 1rem;
	}
	
	#wrapper-footer ul.footer_menu {
		flex-direction: column;
		text-align: center;
	}
	
	.ic_promo .ic_promo_intro {
		padding-top: 0;
	}
	
	.ic_promo .ic_promo_intro h2 {
		text-transform: uppercase;
	}
	
	.ic_promo_hero {
		padding-top: 40px;
	}
	
	.about_her_story {
		margin-top: 40px;
	}
	
	/* === Podcast Page === */
	.entry_footer .next {
		text-align: left;
	}
	
	.entry_footer .next a {
		display: inline-block;
		margin-top: 15px;
	}
}
