/*
	* CSS for Archives, Homepage, Search Results, and 404 Page
	*
	* @package      joc
	* @author       Lindsay Humes
	* @since        1.0.0
	* @license      GPL-2.0+
*/

.archive-header {
	background-image: url('../png/bg2.png');
	background-position: left top;
	background-repeat: repeat;
	position: relative;
	z-index: 1;
	padding: 20px 0 0;
	margin: 0 auto 20px;
}

.page-inner.wrap {
	padding: 20px;
	background: #FFFFFF;
	border-bottom: 2px solid #f0efef;
}

.page-inner .flexbox {
	align-items: baseline;xr
}

.archive-header:after {
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
	content: '';
	background: #FFFFFF;
	z-index: -1;
}

.archive-header .page-title {
	margin: 0;
}

.error-404 .page-title, .error-404 .page-header .sm-caps {
	color: #D0021B;
}

.archive-description {
	border-top: 1px solid #f0efef;
	padding: 10px 0 0;
	margin: 10px 0 0;
	font-size: 16px;
}

.archive-description .search-form {
	margin: 0;
	background: #f0efef;
}

.archive-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: start;
	max-width: 1200px;
	width: calc(100% - 20px);
	margin: 0 auto 40px;
}

#recent.page-header {
	border-bottom: 1px solid #f0efef;
	max-width: 1200px;
	width: calc(100% - 20px);
	margin: 20px auto;
	background: transparent;
	padding: 0;
}

#recent.page-header h2 {
	margin: 0;
}

/*--------------------------------------------------------------
## Term Header
--------------------------------------------------------------*/
.term-header {
	background: #212121;
	color: #ffffff;
	padding: 30px 0;
	margin: 0 auto 40px;
}
.term-header a, .term-header a:visited {
	color:  #ffffff;
}
.term-header a:hover, .term-header a:visited:hover {
	color:  #dadada;
}
.term-header-image {
	display: block;
	width: 100%;
	line-height: 0;
	border: 10px solid #ffffff;
}

.term-header-image img {
	display: block;
	max-width: 800px;
	width: 100%;
	height: auto;
}

.term-header-group {
	padding: 20px 20px 20px 0;
	max-width: 400px;
	width: 100%;
}
.term-header-group a, .term-header-group a:visited {
	font-weight: 700;
	text-decoration: underline;
}

.term-header-group h1 {
	margin: 0 0 15px;
}

.term-header-group .archive-description {
	border-top: 0;
	padding: 0;
	margin: 0;
}
/*--------------------------------------------------------------
## Default Header
--------------------------------------------------------------*/
.page-header.default-page {
	background: #f0efef;
	padding: 20px 0;
	margin: 0 auto 40px;
}
.default-page .page-title {
	margin: 0;
}
.page-default-content {
    padding: 20px 0 0;
}
.page-default-content p  {
	max-width: 800px;
	width: calc(100% - 20px);
	margin-left: auto;
	margin-right: auto;
}
.page-default-content h2:not(.section-title), .page-default-content h3 {
	max-width: 800px;
	width: calc(100% - 20px);
	margin-left: auto;
	margin-right: auto;
}
.page-default-content h4, .page-default-content h5, .page-default-content h6 {
	max-width: 800px;
	width: calc(100% - 20px);
	margin-left: auto;
	margin-right: auto;	
}
.page-default-content.entry-content ul:not(.wp-block-gallery), .page-default-content.entry-content ul ul {
	max-width: 800px;
	width: calc(100% - 20px);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.page-default-content.entry-content ol, .page-default-content.entry-content ol ol {
	max-width: 800px;
	width: calc(100% - 20px);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.page-default-content.entry-content li {
	margin-left: 20px;
}
.page-default-content .wp-block-image {
	max-width: 800px;
	width: calc(100% - 20px);
	margin-left: auto;
	margin-right: auto;
}
.contributor {
    max-width: 800px;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border-bottom: 2px solid #f0efef;
    padding-bottom: 20px;
}
.page-default-content .contributor h3 {
	width: 100%;
	margin-left: 0;
}
.contributor p {
	margin: 0;
	font-size: 16px;
}
/*--------------------------------------------------------------
## Hero Header
--------------------------------------------------------------*/
.page-hero-header {
	background-color: rgba(26, 39, 53, .7);
	background-blend-mode: multiply;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 230px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 35px 0;
	color: #FFFFFF;
	margin: 0 auto;
}

.page-hero-header .breadcrumbs a, .page-hero-header .breadcrumbs a:visited {
	color: #FFFFFF;
}

.page-hero-header .breadcrumbs a:hover, .page-hero-header .breadcrumbs a:visited:hover {
	color: #dadada;
}

.page-header-inner {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	width: calc(100% - 20px);
}

.page-hero-header .entry-content {
	margin: 0 auto 40px;
	max-width: 800px;
	width: calc(100% - 20px);
}
/*--------------------------------------------------------------
## Cookbook Page
--------------------------------------------------------------*/
.joc-book-wrap {
    max-width: 1000px;
    margin: 20px auto;
}
.joc-book-wrap .wp-block-columns {
	align-items:  center;
}
.entry-content .joc-book-wrap h2 {
	border-bottom:  none;
	font-size:  24px;
}

/*--------------------------------------------------------------
## Cookbook Page Template
--------------------------------------------------------------*/
.cookbook-header {
	background-image: url('../png/bg1.png');
	background-position: left top;
	background-repeat: repeat;
	position: relative;
	z-index: 1;
	padding: 40px 0 0;
	margin: 0 auto 40px;
}
.cookbook-header .wrap {
	padding: 10px 20px;
    background: #FFFFFF;
    border-bottom: 2px solid #f0efef;
}
.cookbook-header img {
	margin-right:  20px;
    width: 50%;
    max-width: 400px;
    height: auto;
}
.cookbook-header:after {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    content: '';
    background: #FFFFFF;
    z-index: -1;
}
/*--------------------------------------------------------------
## Block:  Cookbook Callout;
--------------------------------------------------------------*/
.cookbook-content-group {
	background: #f0efef;
	padding:  40px 0;
	margin:  0 auto;
}
.cookbook-content-group .section-title {
	text-align: center;
	margin:  0 auto 15px;
}
.cookbook-content-group .content-meta {
	max-width:  800px;
	margin:  0 auto 15px;
	width:  calc(100% - 20px);
	font-size:  16px;
	text-align:  center;
}
.cookbook-item-group {
	display:  flex;
	justify-content:  center;
	align-items:  center;
	flex-wrap:  wrap;
}
.cookbook-item {
	margin:  10px;
	width:  calc(1/6 * 100% - 20px);
}
.cookbook-item img {
	border-radius:  50%;
	display:  block;
	margin:  0 auto;
	text-align:  center;
}
.cookbook-item .sm-ser, .cookbook-item .sm-caps {
	text-align:  center;
	display:  block;
	padding:  5px 0 0;
}

/*--------------------------------------------------------------
## Block:  Brand Links
--------------------------------------------------------------*/
.brand-links {
	background: #f0efef;
	padding:  40px 0;
	margin:  0 auto;
}
.brand-links .section-title {
	text-align: center;
	margin:  0 auto 15px;
	border-bottom:  0;
}
.brand-links .content-meta {
	max-width:  800px;
	margin:  0 auto 15px;
	width:  calc(100% - 20px);
	font-size:  16px;
	text-align:  center;
}
.brand-item-group {
	display:  flex;
	justify-content:  center;
	align-items:  center;
	flex-wrap:  wrap;
}
.brand-item-group img {
	width:  150px;
	margin:  10px;
	height:  auto;
}
/*--------------------------------------------------------------
## Block:  Columns
--------------------------------------------------------------*/
.column-block {
	padding:  40px 0;
	margin:  0 auto;
}
.column-block h2 {
	text-align: center;
	margin:  0 auto 15px;
	border-bottom:  0!important;
}
.callout-column-content {
	justify-content:  space-between;
	flex-wrap:  wrap;
	align-items:  start;
	   position: relative;
    margin: 100px auto 0;
    align-items: start;
}
.callout-column {
	   width: calc(1 / 3 * 100% - 30px);
    margin: 0 30px 30px 0;
    text-align: center;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 40 61 / 10%);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 40, 61, .1);
    box-shadow: 0 0 10px 0 rgb(0 40 61 / 10%);
    padding: 30px;    
    position: relative;
}
.callout-column img {
    width: 150px;
    height: auto;
    border-radius: 50%;
    position: relative;
    margin: -110px auto 5px;
}
.callout-column .content-meta {
	font-size:  16px;
}
.callout-column .sm-caps {
	margin:  10px auto 0;
}
/*--------------------------------------------------------------
## Membership Page
--------------------------------------------------------------*/
.type-member {
	position:  relative;
}
.page-header.member-page {
    background-image: url(../png/bg1.png);
    background-position: left top;
    background-repeat: repeat;
    padding: 20px 0;
    margin: 0 auto 20px
}

.member-logo-container {
	display:  block;
	width:  150px;
	height:  50px;
	position:  absolute;
	left:  0;
	z-index:  1;
}
.member-logo {
	display: block;
	width: 100%;
	background: url(../svg/logo-jocplus.svg) no-repeat center;
	background-size: contain;
	margin: 0;
	max-width: 150px;
	height: 235px;
}
.member-wrap {
	max-width:  1000px;
	width: 100%;
	margin:  0 auto;
	padding-left:  175px;
	position:  relative;
}
.member-excerpt {
	font-style:  italic;
}
.type-member .entry-content {
	min-height:  150px;
}
/*--------------------------------------------------------------
## Post Type - None
--------------------------------------------------------------*/
.no-results {
	padding: 20px 0;
}
/*--------------------------------------------------------------
## World Map
--------------------------------------------------------------*/
.world-map-group {
	margin: -40px auto 0;
	padding: 20px 0;
	background: #f0efef;
}
.world-map {
	max-width: 800px;
	width: calc(100% - 20px);
	margin: 0 auto;
	border: 10px solid #ffffff;
}
/*--------------------------------------------------------------
## Post Type - Horizontal
--------------------------------------------------------------*/
.horizontal {
	width: calc(1 / 3 * 100% - 15px);
	margin: 0 20px 40px 0;
	background: #ffffff;
	-webkit-box-shadow: 0 0 10px 0 rgba(50, 50, 50, .15);
	-moz-box-shadow: 0 0 10px 0 rgba(50, 50, 50, .15);
	box-shadow: 0 0 10px 0 rgba(50, 50, 50, .15);
	position: relative;
}

.horizontal:nth-child(3n) {
	margin: 0 0 40px 0;
}
.horizontal a {
		text-decoration: none;

}
.horizontal .horizontal-details {
	padding: 0 15px 15px;
	position: relative;
}

.horizontal .overprint {
	margin: 10px auto;
}

.horizontal h2 {
	line-height: 1.25;
	margin: 5px auto;
	font-size: 24px;
	border-bottom: 0!important;
}
.horizontal .recipe-rating {
    padding: 0 5px 5px;
    text-align: center;
    position: relative;
}
.horizontal .entry-summary {
	margin:  0 auto 10px;
}
.read-more {
	display:  flex;
	justify-content:  start;
	align-items:  center;
	margin:  0 auto;
}
.read-more .svg-icon {
	transform:  rotate(-90deg);
	fill:  #D0021B;
	margin-top:  3px;
}
.read-more:hover .svg-icon {
	fill:  #9c0214;
}
/*--------------------------------------------------------------
## Post Type - Vertical
--------------------------------------------------------------*/
.vertical {
	width: calc(1 / 4 * 100% - 15px);
	margin: 0 20px 40px 0;
	background: #ffffff;
	-webkit-box-shadow: 0 0 10px 0 rgba(50, 50, 50, .15);
	-moz-box-shadow: 0 0 10px 0 rgba(50, 50, 50, .15);
	box-shadow: 0 0 10px 0 rgba(50, 50, 50, .15);
}

.vertical:nth-child(4n) {
	margin: 0 0 40px 0;
}

.error404 .vertical {
	margin-bottom: 0;
}

.vertical a {
	display: block;
	text-decoration: none;
}

.vertical img {
	display: block;
}

.vertical h2 {
	padding: 10px;
	line-height: 1.25;
	margin: 0 auto;
	font-size: 21px;
	border-bottom: 0!important;
}

.vertical:hover img {
	transform: scale(1.01);
	transition: transform 400ms;
}

/*--------------------------------------------------------------
## Post Type - Vertical Small
--------------------------------------------------------------*/
.vertical-small {
	width: calc(1 / 6 * 100% - 17px);
	margin: 0 20px 20px 0;
	background: #ffffff;
	-webkit-box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.25);
	-moz-box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.25);
	box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.25);
}

.vertical-small:nth-child(6n) {
	margin: 0 0 20px 0;
}

.vertical-small a {
	display: block;
		text-decoration: none;
}

.vertical-small img {
	display: block;
}

.vertical-small h2 {
	padding: 10px;
	line-height: 1.25;
	margin: 0 auto;
	font-size: 16px;
	border-bottom: 0!important;

}

.post-index .vertical-small h2 {
	font-size: 16px;
	padding: 10px;
}

.vertical-small:hover img {
	transform: scale(1.05);
	transition: transform 400ms;
}

/*--------------------------------------------------------------
## Post Type - Video
--------------------------------------------------------------*/
.video {
	width: calc(1 / 3 * 100% - 14px);
	margin: 0 20px 20px 0;
	background: #ffffff;
	position: relative;
	-webkit-box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.25);
	-moz-box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.25);
	box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.25);
}

.video:nth-child(3n) {
	margin: 0 0 20px 0;
}

.video h2 {
	line-height: 1.25;
	margin: 5px auto;
	font-size: 24px;
	border-bottom: 0!important;
}

.video-details {
	padding: 10px;
	position: relative;
	display:  block;
}
.video .recipe-rating {
	align-items:  center;
}
.video-block {
	position: relative;
	padding-bottom: 51%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	display: block;
}

.video-block iframe, .video-block object, .video-block embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------
## Blocks
--------------------------------------------------------------*/
.wp-block-cover {
	margin: 0 auto 15px;
}

.wp-block-pullquote {
	padding: 0;
}

.section-header {
	margin: 0 auto 10px;
    align-items: center;
	position: relative;

}

.section-title {
	margin: 0;
	font-size: 28px;
}

.section-title-group {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.section-icon {
	margin-right: 5px;
}

.section-description {
	font-size: 16px;
	margin: 0 0 10px;
}

.section-posts {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.section-link {
	display:  flex;
	align-items:  center;
	justify-content:  center;
}

.section-link, .section-link:visited {
	position: relative;
	color: #212121;
	font-weight: inherit;
	text-decoration: none!important;
}

.section-link:hover, .section-link:visited:hover {
	color: #9c0214;
}
.section-link .svg-icon {
	transform:  rotate(-90deg);
	fill:  #212121;
}
.section-link:hover .svg-icon, .section-link:visited:hover .svg-icon, .section-link .svg-icon:hover{
	fill: #9c0214;
}

/*--------------------------------------------------------------
Block: Curated Posts
--------------------------------------------------------------*/
.lh-curated-posts {
	padding: 20px 0;
}

/*--------------------------------------------------------------
Block: Image Link
--------------------------------------------------------------*/
.image-link-block {
	padding: 30px 0;
}

.image-link-block .wrap {
	border: 2px solid #f0efef;
	padding: 20px;
}

.image-link-block .horizontal {
	margin: 0 20px 20px 0;
	text-align: center;
}

.image-link-block .horizontal:nth-child(3n) {
	margin: 0 0 20px 0
}

.image-link-block .vertical, .image-link-block .vertical-small {
	margin: 0 20px 20px 0;
}

.image-link-block .vertical:nth-child(4n), .image-link-block .vertical-small:nth-child(6n) {
	margin: 0 0 20px 0;
}
.page-default-content .vertical h2, .page-default-content .vertical-small h2 {
	padding: 10px;
}

/*--------------------------------------------------------------
Block: Callout Content
--------------------------------------------------------------*/
.callout-content {
	z-index: 1;
	padding: 30px;
	margin: 0 auto 40px;
	position: relative;
}
.callout-content:before {
	background-image: url('../png/bg2.png');
	background-position: left top;
	background-repeat: repeat;
	position: relative;
	z-index: -1;
	position: relative;
	height: 100%;
	content: '';
	position: absolute;
	right: 0;
	left: 0;
    top: 0;
}

.callout-content .wrap {
	background: #FFFFFF;
	position:relative;
}

.callout-content .wrap:after {
    content: '';
    display: block;
    height: 150px;
    width: 150px;
    margin: 0 auto;
    background: url(../svg/badge.svg) no-repeat center;
    background-size: contain;
    fill: #D0021B;
    position: absolute;
    left: -100px;
    top: 25px;
    transform: rotate(-15deg);
}
.callout-image {
	display: block;
	width: 60%;
	line-height: 0;
}

.callout-image img {
	display: block;
	max-width: 720px;
	width: 100%;
	height: auto;
}

.callout-content .post-details {
	padding: 20px;
	max-width: 480px;
	width: 100%;
}

.callout-content h2 {
	margin: 0 0 15px;
	width: 100%!important;
	border-bottom: 0px!important;
}

.callout-content .content-meta p {
	font-size: 16px;
	margin: 0 0 10px;
}
/*--------------------------------------------------------------
Block: Welcome Block
--------------------------------------------------------------*/
.callout-content.welcome-block .wrap {
	background: transparent;
}
.welcome-block-content {
	background: #ffffff;
}
.links-section-group {
	max-width: 380px;
	width: 100%;
	margin-left: 30px;
	padding: 20px;
	background: #ffffff;
	text-align: center;
}
.links-section-group h2 {
	font-size: 20px;
}
.section-link-group {
	display: flex;
	align-items: center;
    justify-content: space-between;
	margin: 0 auto 5px;
	padding: 10px;
	color: #ffffff;
	background: #d0021b;
	text-decoration:none!important;
}
.section-link-group .svg-icon {
	fill:  #ffffff;
	transform: rotate(-90deg);
}
.section-link-group:hover, .section-link-group:visited:hover {
	color: #ffffff;
	background: #212121;
}

/*--------------------------------------------------------------
Block: Callout Links
--------------------------------------------------------------*/
.link-block {
	padding: 20px 0;
}

.link-section {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	border-top: 2px solid #f0efef;
	border-bottom: 2px solid #f0efef;
	padding: 10px 0;
	margin: 0 auto 20px;

}

.link-group, .link-group:visited {
	background: #f0efef;
	display: block;
	width: calc(1 / 6 * 100% - 15px);
	margin: 5px;
	text-align: center;
	padding: 10px 5px;
	text-decoration: none!important;
}


.link-group:hover, .link-group:visited:hover {
	background: #212121;
	color: #FFFFFF !important;
	transition: all .8s ease 0s;
}

/*--------------------------------------------------------------
Block: Subscribe
--------------------------------------------------------------*/
.lh-subscribe-block {
	background: #212121;
	padding: 30px 0;
}

.lh-subscribe-block .enews-widget {
	color: #FFFFFF;
	max-width: 600px;
	width: calc(100% - 20px);
	margin: 0 auto;
	text-align: center;
}

.lh-subscribe-block .enews-widget h3 {
	margin: 10px 0;
}

.lh-subscribe-block .enews-widget p {
	font-size: 16px;
}

.lh-subscribe-block .enews-widget input[type="text"], .lh-subscribe-block .enews-widget input[type="email"] {
	border: 0;
	background: rgba(255, 255, 255, .9);
	margin: 2px auto;
	text-align: center;
}

.lh-subscribe-block .enews-widget input[type="submit"] {
	background: #D0021B;
}

.lh-subscribe-block.enews-widget input[type="submit"]:hover {
	background: #9c0214;
}

/*--------------------------------------------------------------
Mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	.callout-content .flexbox {
		display: block;
	}

	.callout-content .post-details {
		max-width: 100%;
	}
	.welcome-block-content {
	max-width: 500px;
	margin: 0 auto 20px;
	}
	.callout-image {
		width: 100%;
	}
	.callout-content .wrap:after { 
		top: 50px;
		left: 50px;
	}
	.links-section-group {
		margin: 0 auto;
		max-width: 500px;
	}
	.link-group {
		width: calc(1 / 4 * 100% - 5px);
		margin: 0 5px 5px 0;
	}

	.link-group:nth-child(4n) {
		margin: 0 0 5px 0;
	}
	.horizontal .entry-meta {
		display: block;
		text-align:center;
	}
	.horizontal .comment-jump {
		display: block;
		margin: 0 auto 5px;
		text-align: center;
	}
	.vertical h2, .video h2 {
		font-size: 18px;
	}

	.vertical-small h2, .post-index .vertical-small h2 {
		font-size: 14px;
	}
	.entry-summary {
		font-size: 16px;
	}
	.lh-block {
		position: relative;
	}
	.section-header {
		display: block;
		text-align: center;
		position: relative;
	}
	.section-title-group {
		display: block;
		text-align: center;
	}
	.section-icon {
    	margin: 0 auto 5px;
	}
	.section-title {
		width: 100%;
		font-size: 24px;
	}
	.lh-curated-posts {
		padding: 20px 0 0;
	}
	.cookbook-header {
		padding:  40px 40px 0;
	}
	.cookbook-header .wrap.flexbox {
		display:  block;
	}
	.cookbook-header img {
		display:  block;
		margin:  0 auto;
	}
	.cookbook-header h1 {
		font-size:  32px;
	}
	.callout-column-content {
		display:  block;
	}
	.callout-column {
    width: 80%;
    margin: 100px auto 0;
	}


}

@media screen and (max-width: 600px) {
	.page-inner .flexbox {
		display: block;
		text-align: left;
	}

	.page-inner .results {
		text-align: left;
		margin: 10px 0 0;
	}
	.callout-content .wrap:after {
	    top: 25px;
	    left: -50px;
	    width: 100px;
	    height: 100px;
	}
	.calout-content {
		padding: 0;
}
	.horizontal, .horizontal:nth-child(3n), .video, .video:nth-child(3n), .image-link-block .horizontal, .image-link-block .horizontal:nth-child(3n) {
		width: 100%;
		margin: 0 auto 20px;
		max-width: 400px;
	}

	.vertical, .vertical:nth-child(4n), .image-link-block .vertical {
		width: calc(1 / 2 * 100% - 5px);
		margin: 0 10px 20px 0;
	}

	.vertical:nth-child(2n) {
		margin: 0 0 20px 0;
	}

	.vertical-small, .vertical-small:nth-child(6n), .image-link-block .vertical-small, .image-link-block .vertical-small:nth-child(6n) {
		width: calc(1 / 3 * 100% - 15px);
		margin: 0 10px 20px 0;
	}

	.vertical-small:nth-child(3n), .image-link-block .vertical-small:nth-child(3n) {
		margin: 0 0 20px 0;

	}

	.term-header .flexbox {
		display: block;
	}
	.term-header-image {
		display: none;
	}
	.lh-subscribe-block .enews-widget input[type="text"], .lh-subscribe-block .enews-widget input[type="email"] {
		display: block;
		width: 100%;
		max-width: 275px;
	}
	.horizontal .truncated-rating .wprm-recipe-rating {
    margin: 5px 5px 0;
	}
	.cookbook-item {
    	width: calc(1/3 * 100% - 20px);
	}
	.member-wrap {
		padding-left:  0;
		width:  90%;
	}
	.page-header.member-page {
		padding:  10px;
	}
	.member-logo-container {
		position:  relative;
		width:  300px;
		height:  150px;
		display:  block;
		margin:  0 auto;
	}
	.member-logo {
    	background: url(../svg/logo-jocplus-mobile.svg) no-repeat center;
		max-width:  300px;
		height:  150px;
	}
	.page-header.member-page h1, .page-header.member-page .member-excerpt {
		text-align:  center;
	}

}

@media screen and (max-width: 450px) {
	.link-group, .link-group:nth-child(4n) {
		width: calc(1 / 2 * 100% - 5px);
		margin: 0 5px 5px 0;
	}

	.link-group:nth-child(2n) {
		margin: 0 0 5px 0;
	}

	.vertical-small, .vertical-small:nth-child(6n), .vertical-small:nth-child(3n), .image-link-block .vertical-small, .image-link-block .vertical-small:nth-child(6n), .image-link-block .vertical-small:nth-child(3n) {
	  width: calc(1 / 2 * 100% - 5px);
	  margin: 0 10px 20px 0;
  }

	.vertical-small:nth-child(2n), .image-link-block .vertical-small:nth-child(2n) {
		margin: 0 0 20px 0;
	}
	.cookbook-header {
		padding:  20px 20px 0;
	}
}