/***************************************************************************************************************************************/
/* Main page */
/***************************************************************************************************************************************/

#grid-31038 {margin-bottom: -20px;}
#grid-31038 .tg-grid-area-top1 {margin-bottom: 60px;}

#grid-31038 .tg-item {margin-bottom: 20px !important;}

#grid-31038 h3 {margin: 0 !important;}
#grid-31038 h3.tg-element-1 a {
    font-size: 20px;
    line-height: 28px;
    margin: 0 !important;
    display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#grid-31038 h3.tg-element-1 a:hover {text-decoration: underline !important;}

/***************************************************************************************************************************************/
/* Single post - Original */
/***************************************************************************************************************************************/

.single-issue .page-header {display: none !important;}

.issue-slider {
	display: inline-block;
    width: 100vw !important;
    max-width: 100vw !important;
	left: 50%;
	right: 50%;
    z-index: 1;
    margin: 0 -50vw !important;
	background: #FFF;
}

.issue-slider .issue-slider-cell {
	width: 85%;
	height: 550px;
	margin-right: 30px;
	background: #635954;
	background-size: cover !important;
    background-position: center center !important;
}

.issue-slider .flickity-viewport {
	overflow: visible;
}

.issue-intro {
	margin: auto;
}

.issue-intro-content {
    position: relative;
    z-index: 1;
    width: 100% !important;
    max-width: 900px !important;
    padding: 40px 50px 45px;
    margin: -80px auto 0;
    background-color: #FFF;
    text-align: center;
}

.issue-intro-content-shadow {
    width: 100%;
    max-width: 900px;
    height: 30px;
    margin: -15px auto 60px;
    background: radial-gradient(ellipse at center,rgba(0,0,0,.09) 0,transparent 65%);
}

.issue-intro-content h1, .issue-intro-content h2, .issue-intro-content p {margin: 0;}

.issue-intro-content h1 {
    font-size: 34px;
    line-height: 44px;
    margin: 0 0 15px;
	letter-spacing: 1px;
}

.issue-intro-content h2 {
	text-transform: uppercase;
	font-size: 16px;
	color: #D06128;
	letter-spacing: 3px;
}

.issue-story-preview {
	min-height: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.issue-story-preview,
.archive.category .issue-story-preview,
.archive.tax-location .issue-story-preview,
.archive.tax-material .issue-story-preview {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #C6C5BF;
}

.issue-story-preview:last-child {
	border-bottom: none !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.issue-story-preview-left {
	width: 33%;
    background-size: cover;
    background-position: center center;
    transition: 0.3s ease-in-out !important;
}
.issue-story-preview-left:hover {opacity: 0.8;}

.issue-story-preview-left .story-img-link {
    display: block;
    width: 100%;
    height: 100%;
}

.issue-story-preview-right {
	width: 67%;
	padding: 20px 0 20px 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.story-preview-details, .story-preview-sidebars {width: 100%;}

.issue-story-preview-right h2, .issue-story-preview-right h2 a {
    font-size: 26px;
    line-height: 34px;
    color: #D06128 !important;
}

.issue-story-preview-right .story-contributors, .issue-story-preview-right .story-contributors a {
	font-size: 14px;
	font-weight: bold;
	color: #A19B98;
	transition: 0.3s ease-in-out !important;
}

.issue-story-preview-right .story-contributors a:hover {
	color: #D06128 !important;
}

.issue-story-preview-right .story-contributors a:not(:first-child) {
	margin-left: 3px;
}

.issue-story-preview-right h2 {
    display: inline-block;
    width: auto;
	color: #D06128;
	font-size: 26px;
    line-height: 34px;
	margin: 0 !important;
}
.issue-story-preview-right h2:hover {text-decoration: underline;}

.issue-story-preview-right .story-excerpt {margin: 10px 0px 15px;}

.issue-story-preview-right .story-excerpt p, .issue-story-preview-right .story-contributors {margin: 0 !important;}

.issue-story-preview-right .story-contributors a {text-transform: uppercase;}

.tci-popup-preview:first-child {margin-top: 20px;}
.tci-popup-preview:not(:last-child) {margin-bottom: 10px;}

.tci-popup-preview .ticon {
    font-size: 14px;
    height: 30px;
    width: 30px;
}

.tci-popup-preview p {
	font-weight: 400;
	line-height: 1.5;
}

h3.section-title {
    font-size: 22px;
    text-transform: uppercase;
    margin: 0 0 40px;
}

.issue-main-section {
    position: relative;
    width: 100%;
}

.issue-secondary-section {
    position: relative;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 80px;
    margin-top: 80px;
}

.issue-secondary-section:after {
    content: '';
    position: absolute;
    width: 500%;
    height: 100%;
    top: 0px;
    left: -200%;
    background: #F7F7F6;
    z-index: -1;
}

.issue-cpts-section {
	width: 100%;
	margin-top: 80px;
}

.issue-cpts-section h3 {
	text-align: left;
    margin: 0 0 40px;
}

.issue-others-cpt-item {
    display: flex;
    flex-wrap: wrap;
	align-items: stretch;
    background: #F7F7F6;
    margin-bottom: 30px;
}

.issue-others-cpt-item:last-child {
	margin-bottom: 0 !important;
}

.issue-others-cpt-img {
    min-height: 200px;
    width: 277px;
    display: block;
    background-size: cover;
    background-position: center;
}

.issue-others-cpt-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    padding: 30px 30px 30px 40px;
    width: calc(100% - 277px);
}

.issue-others-cpt-inner-inner {
	width: 100%;
}

p.issue-others-cpt-label {
    color: #D36030 !important;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
	display: flex;
    align-items: center;
    margin: 0 0 10px;
    text-transform: uppercase;
}

p.issue-others-cpt-label .ticon {
	color: #FFF !important;
    font-size: 14px;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #D36030;
    margin: 0 10px 0 0;
}

h3.issue-others-cpt-title {
	margin: 10px 0px 15px;
    line-height: 26px;
}

h3.issue-others-cpt-title a {
    font-size: 18px;
    line-height: 24px;
    transition: 0.3s ease-in-out !important;
}

.issue-others-cpt-credits, .issue-others-cpt-credits span {
	font-size: 14px;
    font-weight: bold;
    color: #A19B98;
}

.issue-others-cpt-credits span.contributors-line {display: block;}

.issue-partners {
	width: 100%;
	margin-top: 80px;
}

.issue-partners h3 {
	text-align: left;
    margin: 0 0 40px;
}

.issue-partners-inner {
	position: relative;
	display: block;
}

.issue-partners-inner .partner-logo {margin: 0 60px 0px 0;}
.issue-partners-inner .partner-logo:last-child {margin: 0 !important;}

.issue-partners-inner .partner-logo img {
    height: 50px;
    object-fit: contain;
    object-position: center;
}

.issue-partners-inner .partner-logo p {
    font-size: 14px;
    margin: 20px 0 0;
}

.issue-other-issues-section, .home-all-issues-row {
    position: relative;
    padding-top: 80px;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin: 0 0 0 -15px;
}

.other-issues-separator {
    margin-top: -30px;
    margin-bottom: 70px;
    border-bottom: 1px solid #C6C5BF;
}

.issue-issues {
	margin-top: 80px;
}

.single-issue .home-issues-section {
	width: 100%;
	padding: 0;
}

/***************************************************************************************************************************************/
/* Single post - Specific stories */
/***************************************************************************************************************************************/

/* Food by the Gallon - Spring 2015 */
.single-issue.postid-30452 .issue-story-preview-30505 {min-height: auto;}
@media (max-width: 480px) {.single-issue.postid-30452 .issue-story-preview-30505 .issue-story-preview-left {height: 230px;}}
@media (min-width: 768px) {.single-issue.postid-30452 .issue-story-preview-30505 .issue-story-preview-left {height: 230px;}}
@media (min-width: 1200px) {.single-issue.postid-30452 .issue-story-preview-30505 .issue-story-preview-left {height: 290px;}}
