/**
 *  Theme Name: Taste and Tell
 *  Theme URI: https://www.oncecoupled.com
 *
 *  Description: Custom Genesis child theme. Made with love!
 *  Tags: custom-made, genesis, child-theme
 *
 *  Author: Once Coupled
 *  Author URI: https://www.oncecoupled.com
 *
 *  Version: 1.0.0
 *  Template: genesis
 *  Template Version: 2.5.3
 *
 *  Text Domain: once-coupled-taste-and-tell
 *  License: All rights reserved.
 *
 *  Notes: primarily color, font, & layout changes to
 *  elements common to *most* of our themes. #4
 */


/* ================================
[ Common ]
================================ */

/* ---------- [ Table of Contents ] ---------- */

/**
 * Notes
 * - TOC (you are here)
 *
 * Navigation
 * - Nav: Primary
 * - Nav: Archive
 * - Nav: Header
 * - Nav: Privacy
 *
 * Containers
 * - Site Inner
 *
 * Sections
 * - Header
 * - Before Header
 * - Site Footer
 *
 * Content
 * - Author Box
 * - Breadcrumbs
 * - Titles
 * - Entries
 */


/* ================================
[ Navigation ]
================================ */

/* ---------- [ Nav: Primary ] ---------- */

.nav-primary {
	position: fixed;
	z-index: 99999999;
	top: 48px; /* height of sticky header */
	left: 0;
	width: 100%;
	display: none;
	overflow-y: scroll;
	height: calc(100% - 48px); /* height of sticky header */
	background: #44596b;
}

.admin-bar .nav-primary { /* height of admin bar (46px) + sticky header */
	top: 94px;
	height: calc(100% - 94px);
}

@media screen and (min-width: 783px) {
	.admin-bar .nav-primary { /* height of admin bar (32px) + sticky header */
		top: 80px;
		height: calc(100% - 80px);
	}
}

@media screen and (min-width: 1024px) {
	.nav-primary,
	.admin-bar .nav-primary {
		top: auto;
		height: auto;
	}

	.nav-primary {
		position: relative;
		z-index: auto;
		left: auto;
		width: 100%;
		display: block;
		overflow: visible;
		background: transparent;
		/* border-top: 1px solid #eaeaea; */
		/* border-bottom: 1px solid #eaeaea; */
		margin: -60px 0 0;
	}
}

@media screen and (max-width: 1023px) {
	.nav-primary .wrap {
		max-width: 100%;
	}
}

@media screen and (min-width: 1024px) {
    .nav-primary .wrap {
        padding: 0 0 0 360px;
    }

	.nav-primary .menu {
		clear: none;
		position: relative;
		z-index: 9999;
		display: flex;
	}
}

/* [ Primary Nav - Menu Items ] */

.nav-primary .menu-item,
.nav-primary .social-container {
	display: block;
	border-top: 1px solid #30414e;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: 0.05em;
	font-size: 17px;
}

@media screen and (min-width: 1024px) {
	.nav-primary .menu-item {
		display: inline-block;
		border: 0;
		flex: 1 1 auto;
		text-align: center;
		font-weight: 800;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		line-height: 0.8em;
	}
}

.nav-primary .menu > .menu-item:first-of-type {
	border-top: 0;
}

.nav-primary .menu > .menu-item:last-of-type {
	border-bottom: 1px solid #30414e;
}

@media screen and (min-width: 1024px) {
	.nav-primary .menu > .menu-item:last-of-type {
		border-bottom: 0;
	}
}

.nav-primary .menu-item a {
	color: #fff;
	display: block;
	padding: 16px 48px 16px 24px;
	min-height: 48px;
	position: relative;
}

@media screen and (min-width: 1024px) {
	.nav-primary .menu-item a {
		color: #000;
		min-height: auto;
		padding: 8px 12px;
	}

	.nav-primary .menu > .menu-item > a {
		letter-spacing: 0.15em;
		font-size: 14px;
	}

	.nav-primary .menu > .menu-item:hover > a {
		opacity: 0.6;
	}

	.nav-primary .menu > .menu-item:first-of-type > a {
		padding-left: 0;
	}

	.nav-primary .menu > .menu-item:last-of-type > a {
		padding-right: 0;
	}
}

/* [ Primary Nav - Sub-menu ] */

.nav-primary .sub-menu-toggle {
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	background: transparent;
	color: #fff;
}

@media screen and (min-width: 1024px) {
	.nav-primary .sub-menu-toggle {
		display: none;
	}
}

.nav-primary .sub-menu .sub-menu-toggle {
	top: 0;
}

.nav-primary .sub-menu {
	display: none;
}

@media screen and (min-width: 1024px) {
	.nav-primary .menu > .menu-item > .sub-menu { /* first sub-menu only */
		top: 27px; /* height of menu item */
	}

	.nav-primary .menu > .menu-item > .sub-menu > .menu-item:first-of-type > .sub-menu { /* sub-menu of the first menu item in a first-level sub-menu */
		top: 8px;
	}
}

.nav-primary .sub-menu a {
	padding-left: 40px;
	font-size: 15px;
}

@media screen and (min-width: 1024px) {
	.nav-primary .sub-menu a {
		font-size: 13px;
	}

	.nav-primary .menu .sub-menu a {
		padding: 8px 12px;
	}

	.nav-primary .menu > .menu-item > .sub-menu .menu-item:first-of-type > a {
		padding-top: 12px;
	}

	.nav-primary .menu > .menu-item > .sub-menu > .menu-item:first-of-type > a {
		padding-top: 20px; /* extra 8px for ::before arrow */
	}

	.nav-primary .menu > .menu-item > .sub-menu .menu-item:last-of-type > a {
		padding-bottom: 12px;
	}
}

.nav-primary .sub-menu .sub-menu a {
	padding-left: 60px;
}

@media screen and (min-width: 1024px) {
	.nav-primary .sub-menu .sub-menu a {
		padding-left: 12px;
	}
}

/* ---------- [ Nav: Recipe & Travel ] ---------- */

.nav-recipe,
.nav-travel {
	margin-top: 8px;
}

/* [ Nav: Archive - Menu Items ] */

@media screen and (min-width: 1024px) {
	.nav-recipe .menu,
	.nav-travel .menu {
		display: flex;
	}
}

.nav-recipe .menu .menu-item,
.nav-travel .menu .menu-item {
	display: block;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 13px;
	margin-bottom: 8px;
	text-align: left;
}

@media screen and (min-width: 1024px) {
	.nav-recipe .menu .menu-item,
	.nav-travel .menu .menu-item {
		display: inline-block;
		margin-bottom: 0;
		margin-right: 4px;
		font-size: 14px;
		flex: 1 1 auto;
	}

	.nav-recipe .menu > .menu-item:last-of-type,
	.nav-travel .menu > .menu-item:last-of-type {
		margin-right: 0;
	}
	
	.nav-recipe .menu-item a,
	.nav-travel .menu-item a {
		display: block;
		padding: 10px 12px 8px;
	}

	.nav-recipe .menu > .menu-item-has-children > a,
	.nav-travel .menu > .menu-item-has-children > a {
		padding: 10px 32px 8px 12px;
	}


	.nav-recipe .menu > .menu-item:hover > a,
	.nav-travel .menu > .menu-item:hover > a {
		opacity: 1;
	}
}

.nav-recipe .menu-item {
	list-style-type: none;
}

.nav-recipe .menu-item a,
.nav-travel .menu-item a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #000;
	padding: 16px;
}

@media screen and (max-width: 1024px) {
	.nav-recipe .menu .menu-item {
		display: none;
	}
	
	#menu-recipes,.nav-recipe .menu-item a {
		background-color: #2F4150;
	}
	
	.nav-recipe .menu .sub-menu a {
		padding: 16px 27px !important;
	}
	
	.nav-recipe .menu .sub-menu {
		background-color: #3A5062 !important;
	}
}

@media screen and (min-width: 1024px) {
	.category-toggle {
		display: none;
	}
}

.nav-recipe .category-toggle {
	position: relative;
	text-decoration: none;
	color: #fff;
	background: #000;
	padding: 16px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 13px;
	margin-bottom: 8px;
	text-align: left;
}

@media screen and (max-width: 1024px) {
	.category-toggle {
		display: block;
	}
}

/* [ Nav: Recipe & Travel - Sub-menu ] */

.nav-recipe .menu .sub-menu-toggle,
.nav-travel .menu .sub-menu-toggle {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 16px;
	color: #fff;
	background: transparent;
	width: 100%;
	text-align: right;
}

@media screen and (min-width: 1024px) {
	.nav-recipe .menu .sub-menu-toggle,
	.nav-travel .menu .sub-menu-toggle {
		color: #fff;
		pointer-events: none;
		padding: 8px 12px;
		font-size: 90%;
	}

	.nav-recipe .menu-item:hover .sub-menu-toggle,
	.nav-travel .menu-item:hover .sub-menu-toggle {
		color: #fff;
	}
}

.nav-recipe .menu > .menu-item > .sub-menu > li:first-of-type::before,
.nav-recipe .menu > .menu-item > .sub-menu > li:first-of-type::after,
.nav-travel .menu > .menu-item > .sub-menu > li:first-of-type::before,
.nav-travel .menu > .menu-item > .sub-menu > li:first-of-type::after {
	content: none;
}

.nav-recipe .menu .sub-menu,
.nav-travel .menu .sub-menu {
	display: none;
	background: #3d3d3d;
}


@media screen and (min-width: 1024px) {
	.nav-recipe .menu .sub-menu,
	.nav-travel .menu .sub-menu {
		width: 100%;
		left: auto;
		margin-left: 0;
		padding: 0;
		top: 32px;
	}

	.nav-recipe .menu .sub-menu .sub-menu,
	.nav-travel .menu .sub-menu .sub-menu {
		left: 100%;
	}
}

.nav-recipe .menu .sub-menu .menu-item,
.nav-travel .menu .sub-menu .menu-item {
	display: block;
	margin: 0;
}

@media screen and (min-width: 1024px) {
	.nav-recipe .menu .sub-menu .menu-item,
	.nav-travel .menu .sub-menu .menu-item {
		font-size: 16px;
		font-weight: 500;
		text-transform: capitalize;
		letter-spacing: 0;
	}
}

.nav-recipe .menu .sub-menu a,
.nav-travel .menu .sub-menu a {
	background: transparent;
	padding: 12px 16px;
	line-height: 1.2;
}

@media screen and (min-width: 1024px) {
	.nav-recipe .menu .sub-menu .menu-item:hover > a,
	.nav-travel .menu .sub-menu .menu-item:hover > a {
		background: #000;
	}
}

/* ---------- [ Nav: Footer @todo ] ---------- */

.nav-footer {
	margin-bottom: 16px;
}

@media screen and (min-width: 1024px) {
	.nav-footer .menu,
	.nav-home .menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.nav-footer .menu-item,
.nav-home .menu-item {
	display: block;
	text-align: center;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 16px;
	margin-bottom: 8px;
}

.nav-footer .menu-item:last-of-type,
.nav-home .menu-item:last-of-type {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.nav-footer .menu-item,
	.nav-home .menu-item {
		float: left;
		width: 49.5%;
		margin-left: 1%;
		font-size: 13px;
	}
}

@media screen and (min-width: 1024px) {
	.nav-footer .menu-item,
	.nav-home .menu-item {
		margin: 0;
		flex: 0 1 auto;
		width: 125px;
	}
}

@media screen and (min-width: 768px) {
	.nav-footer .menu-item:first-of-type,
	.nav-home .menu-item:first-of-type {
		width: 100%;
		margin-left: 0;
	}
}

@media screen and (min-width: 1024px) {
	.nav-footer .menu-item:first-of-type,
	.nav-home .menu-item:first-of-type {
		width: 125px;
	}
}

@media screen and (min-width: 768px) {
	.nav-footer .menu-item:nth-of-type(2n),
	.nav-home .menu-item:nth-of-type(2n) {
		margin-left: 0;
	}
}

.nav-footer .menu-item a,
.nav-home .menu-item a {
	display: block;
	color: #fff;
	background: #000;
	padding: 16px;
}

@media screen and (min-width: 1024px) {
	.nav-footer .menu-item a,
	.nav-home .menu-item a {
		width: 100%;
		height: 125px;
		border-radius: 100%;
		line-height: 1.2;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 16px;
	}

	.nav-footer .menu-item a:hover,
	.nav-home .menu-item a:hover {
		opacity: 1;
		background: #49616e;
	}
}

.nav-footer .menu-item:first-of-type a,
.nav-footer .menu-item:last-of-type a,
.nav-home .menu-item:first-of-type a,
.nav-home .menu-item:last-of-type a {
	color: #000;
	background: transparent;
}

.nav-footer .menu-item:first-of-type a,
.nav-home .menu-item:first-of-type a {
	font-weight: 500;
	font-size: 28px;
	line-height: 1.2;
	max-width: 280px;
	padding: 0;
	margin: 0 auto;
	pointer-events: none;
}

@media screen and (min-width: 1024px) {
	.nav-footer .menu-item:first-of-type a,
	.nav-home .menu-item:first-of-type a {
		font-size: 14px;
		background: #fff;
		border: 4px solid #000;
		padding: 20px;
	}
}

.nav-footer .menu-item:last-of-type a,
.nav-home .menu-item:last-of-type a {
	background: #fff;
}

@media screen and (min-width: 1024px) {
	.nav-footer .menu-item:last-of-type a,
	.nav-home .menu-item:last-of-type a {
		color: #fff;
		background: #000;
		padding: 20px 20px 8px;
	}

	.nav-footer .menu-item:last-of-type a:hover,
	.nav-home .menu-item:last-of-type a:hover {
		background: #49616e;
	}
}

@media screen and (min-width: 1024px) {
	.nav-footer .menu-item:last-of-type .icon-font,
	.nav-home .menu-item:last-of-type .icon-font {
		font-size: 18px;
	}
}

/* ---------- [ Nav: Header ] ---------- */

@media screen and (min-width: 1024px) {
	.nav-header {
		vertical-align: middle;
		margin-top: 4px;
	}

	.nav-header .menu-item {
		text-transform: uppercase;
		letter-spacing: 0.15em;
		font-size: 10px;
	}

	.nav-header .menu-item a {
		padding: 12px 8px;
	}

	.nav-header .menu > .menu-item:first-of-type > a {
		padding-left: 0;
	}

	.nav-header .menu > .menu-item:last-of-type a {
		padding-right: 0;
	}

	.nav-header .social-container {
		display: none;
	}
}

/* ---------- [ Nav: Home ] ---------- */

.nav-home {
	background: url(/wp-content/themes/once-coupled-taste-and-tell/assets/images/bg-stripe.jpg); /* intentionally did not use @2x version */
	background-size: 21px;
	padding: 24px 0;
	margin-bottom: 32px;
}

@media screen and (min-width: 1024px) {
	.nav-home {
		padding: 40px 0 48px;
		margin-bottom: 60px;
	}

	.nav-home .menu-item a,
	.nav-home .menu-item:last-of-type a {
		color: #000;
		background: #fff;
		border: 4px solid #000;
	}

	.nav-home .menu-item a {
		padding: 12px 8px 8px;
	}

	.nav-home .menu-item:first-of-type a,
	.nav-home .menu-item a:hover,
	.nav-home .menu-item:last-of-type a:hover {
		color: #fff;
		background: #000;
	}
}

/* ---------- [ Nav: Pagination ] ---------- */

.nav-pagination {
	display: none;
}

@media screen and (min-width: 1024px) {
	.site-desktop .nav-pagination {
		display: block;
		width: 20%;
		text-align: center;
		padding: 0 16px;
		margin: -32px auto 0;
		font-weight: 800;
		text-transform: uppercase;
		letter-spacing: 0.15em;
		font-size: 14px;
		position: relative;
		top: -80px;
	}
}

/* ---------- [ Nav: Privacy ] ---------- */

.nav-privacy .menu {
	text-align: center;
}

.nav-privacy .menu-item {
	font-size: 14px;
}

@media screen and (min-width: 1024px) {
   .nav-privacy .menu-item {
		font-size: 11px;
	}
}

.nav-privacy .menu-item a {
	padding: 8px;
	color: #fff;
}

@media screen and (min-width: 1024px) {
	.nav-privacy .menu-item a {
		padding: 12px 8px;
	}

	.nav-privacy .menu > .menu-item:first-of-type a {
		padding-left: 0;
	}

	.nav-privacy .menu > .menu-item:last-of-type a {
		padding-right: 0;
	}
}


/* ================================
[ Containers ]
================================ */

body {
	margin-top: 88px; /* increased from 48px to account for mobile optin */
}

@media screen and (min-width: 1024px) {
	body {
		margin-top: 0 !important;
	}
}


/* ================================
[ Sections ]
================================ */

/* ---------- [ Before Header ] ---------- */

.before-header {
	display: none;
}

@media screen and (min-width: 1024px) {
	.before-header {
		display: block;
		border-bottom: 2px solid #000;
	}
}

.before-header .nav-header {
	float: left;
}

.before-header .cta,
.before-header .search-form {
	float: right;
}

/* ---------- [ Header ] ---------- */

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 48px; /* helps with JS consistency */
	background: #fff;
	overflow: hidden;
	z-index: 999;
	-webkit-box-shadow: 0px 3px 6px 0 rgba(0,0,0,.16);
	-moz-box-shadow: 0px 3px 6px 0 rgba(0,0,0,.16);
	box-shadow: 0px 3px 6px 0 rgba(0,0,0,.16);
}

@media screen and (min-width: 1024px) {
	.site-header {
		position: relative;
		height: auto !important; /* to overwrite inline styles added by js, if the user resizes their browser */
		overflow: visible;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
}

.admin-bar .site-header {
	top: 46px;
}

@media screen and (min-width: 783px) {
	.admin-bar .site-header {
		top: 32px;
	}
}

@media screen and (min-width: 1024px) {
	.site-header,
	.admin-bar .site-header {
		top: 0;
		border-bottom: 2px solid #3d3d3d;
	}
}

@media screen and (max-width: 767px) {
	.site-header .wrap {
		max-width: 100%; /* remove padding so we can get the spacing pixel perfect (add space left of logo, but not right of search toggle, which has built-in padding) */
	}
}

@media screen and (min-width: 1024px) {
	.site-header .wrap {
		position: relative;
	}
}

/* [ Logo ] */

.title-area {
	display: inline-block;
	width: 74.4%;
}

@media screen and (min-width: 1024px) {
	.title-area {
		display: block;
		width: auto;
		margin: 32px auto 28px;
		width: 300px;
		position: relative;
		text-align: center;
		border-right: 1px solid #777;
		padding-right: 40px;
		float: left;
	}
}

.title-area .site-title a {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 48px;
	background: url(/wp-content/themes/once-coupled-taste-and-tell/assets/images/logo.svg) no-repeat center;
	background-size: 175px;
	text-indent: -9999px;
	-webkit-transition: opacity 400ms;
	transition: opacity 400ms;
}

@media screen and (min-width: 1024px) {
	.title-area .site-title a {
		background-size: 260px;
	}
}

/* [ Social ] */

.site-header .social {
	display: none;
}

@media screen and (min-width: 1024px) {
	.site-header .social {
		display: block;
		float: right;
		margin-top: 8px;
	}
}

/* [ Search ] */

#header-search {
	position: absolute;
	top: 48px; /* must use top (vs bottom) to prevent movement during fade-in */
	left: 0;
	width: 100%;
	height: 44px; /* helps with js consistency */ /* some extra pixels to account for border and position of logo */
}

@media screen and (min-width: 1024px) {
	#header-search {
		display: none;
	}
}

@media screen and (max-width: 1023px) {
	#header-search .search-form {
		max-width: 90%;
		margin-left: 5%;
	}
}

/* [ Toggles ] */

.site-header .generic-toggle {
	float: left;
	width: 12.8%;
	height: 48px;
}

.site-header .search-toggle {
	float: right;
}

/* ---------- [ Site Footer ] ---------- */

.site-footer {
	margin-top: 8px;
}

.footer {
	color: #fff;
	background: #000;
	padding: 24px 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.footer {
		letter-spacing: 0.05em;
		font-size: 11px;
		padding: 16px 0;
	}
}

.footer-social {
	margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
	.footer-social {
		margin: 0 32px 0 0;
	}
}

.footer-menu {
	margin-bottom: 16px;
}

@media screen and (min-width: 1024px) {
	.footer-social,
	.footer-menu {
		float: left;
		margin-bottom: 0;
	}

	.footer-credits {
		float: right;
		margin-top: 6px;
	}
}

.back-to-top {
	color: #fff;
	padding: 0 4px;
	font-size: 18px;
	/* margin-top: -4px; */
	margin-left: 8px;
}


/* ================================
[ Content ]
================================ */

/* ---------- [ Author Box ] ---------- */

.author-box {
	background: #f7f7f7;
	padding: 20px 16px 16px;
	font-size: 15px;
	text-align: center;
	margin: 28px 0;
}

@media screen and (min-width: 768px) {
	.author-box {
		padding: 32px 24px 24px 144px;
		text-align: left;
		position: relative;
		margin: 28px 0;
	}
}

.author-box a {
	text-decoration: none;
}

.author-box .avatar,
.avatars-disabled .author-box::before {
	margin: 0 auto 12px;
	border-radius: 100%;
}

@media screen and (min-width: 768px) {
	.author-box .avatar,
	.avatars-disabled .author-box::before {
		position: absolute;
		top: 32px;
		left: 24px;
		margin-bottom: 0;
	}
}

.avatars-disabled .author-box::before {
	content: '';
	width: 100px;
	height: 100px;
	background: url(/wp-content/themes/once-coupled-taste-and-tell/assets/images/avatar-author@2x.jpg) no-repeat center;
	background-size: 100px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.avatars-disabled .author-box::before {
		background-image: url(/wp-content/themes/once-coupled-taste-and-tell/assets/images/avatar-author@4x.jpg);
	}
}

.author-box .avatar {
	float: none;
}

.author-box-title {
	font-size: 28px;
	margin: 12px 0 4px;
}

@media screen and (min-width: 1024px) {
	.author-box-title {
		margin: 0;
	}
}

.author-box .social {
	margin-top: 4px;
}

@media screen and (min-width: 768px) {
	.author-box .social {
		margin-top: 0;
	}
}

/* ---------- [ Breadcrumbs ] ---------- */

.breadcrumb {
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 9px;
	line-height: 1.4;
	margin-bottom: 16px;
	color: #666;
}

.breadcrumb .breadcrumb-link {
	text-decoration: none;
	color: #666;
}

.breadcrumb .breadcrumb-separator {
	margin: 0 4px;
}

/* ---------- [ Titles ] ---------- */

.archive-title,
h1.entry-title,
.section-title,
.widget-title {
	margin: 0 0 8px;
	font-weight: 500;
	line-height: 1;
}

.archive-title {
	text-align: center;
	font-weight: 800;
	font-size: 30px;
}

@media screen and (min-width: 1024px) {
	.archive-title {
		text-align: left;
	}
}

h1.entry-title {
	margin: 0 0 4px;
	font-weight: 800;
	font-size: 30px;
}

@media screen and (min-width: 1024px) {
	h1.entry-title {
		font-size: 24px;
	}
}

.post-listing .content .entry-title,
.home .featured-posts .entry-title {
	margin: 8px;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
}

/* ---------- [ Entries ] ---------- */

.post-listing .content .entry,
.home .featured-posts .entry {
	border-bottom: 4px solid #44596b;
	margin-bottom: 28px;
	background: #fff;
	-webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.post-listing #genesis-content > div.entry {
	width: 100%; /* flexbox fix for when no posts are found (otherwise container would be 'article') */
}