/* Padding of Pages */
@media only screen and (min-width:970px){
	.page .content-container{
		padding-right: 20px;
    padding-right: var(--mv-trellis-gutter,20px);
	}
}

/* Comments */

#mv-trellis-comments{
	overflow-x:hidden;
}

/* Menu lines */
@media only screen and (max-width:969px){
	.menu-item>a:after{
		display:none;
	}
}

/* Affiliate notice smaller */

.single-post .affiliate-notice{
	font-size:.75em;
	margin:0 0 24px;
	font-style:italic;
}

@media only screen and (max-width:969px){
	.single-post .affiliate-notice{
		margin:24px 0;
	}
}

/* Left align last category item */

@media only screen and (min-width: 600px) {
   .category article.excerpt:last-of-type {
       margin-left:0;
    }
}

/* Make article meta smaller */
@media only screen and (min-width: 970px) {
    .article-meta {
			font-size: 14px;
			font-size: calc(var(--mv-trellis-font-size-sm, $font-size-small) - .1364em);
    }
}

/* Increase size of headings */
.h2,h2 {
    font-size: calc(1.6875rem + 5px);
}

.h3,h3 {
    font-size: calc(1.49996rem + 2px);
}

/* Margin to bottom of lists */

.single-post ol, .single-post ul{
	margin-bottom:20px;
}

/* Center align images on posts */
.single-post .article .wp-block-image img{
	margin-left:auto;
	margin-right:auto;
}

/* hide down arrow*/
@media only screen and (min-width: 970px) and (min-width:970px) {
    .toggle-sub-menu {
        display:none
    }
}

/* Author page */

.author .author-bio{
	padding-bottom:10px
}

@media (min-width: 970px) {
    .author .author-bio {
        width: 60%;
        width: calc(100% - 380px);
			padding-bottom: 20px;
    	padding-bottom: var(--mv-trellis-gutter,20px);
    }
}

/* Bigger h1s */

@media (min-width: 970px) {
    h1.archive-heading,h1.article-heading {
        font-size:39px;
    }
}

h1.archive-heading,h1.article-heading{
	font-size:34px;
}

/* Green background excerpt container */
.excerpt-container {
    background: #fafef6;
}

/* iPhone border radius submit btn */

@media only screen and (max-width:414px){
	.search-submit{
		-webkit-appearance: none !important;
	}
}
.single-post .post p {
  margin-bottom: 35px !important;

}
.wp-block-image figcaption {
	margin-top: 0px !important;
}
article a {
	font-weight: 700 !important;
}