

/* Post last updated date */
.posted-on .updated {
	display: block;
	font-size: 14px;
	line-height: 0;
	padding: 10px 0;
}
.posted-on .updated + .entry-date {
	display: none;
}
.posted-on .updated:before {
	content: "Last Updated: ";
}
/* End post last updated date */

/* MV Mobile Fix */
@media only screen and (max-width: 359px){
#main .inside-article{
padding-left:10px !important;
padding-right:10px !important;
}
}
/* END MV Mobile Fix *//* GeneratePress Site CSS */ /* Site title and tag line */
.site-description {
	margin-top: 1.2em;
	background-color: rgba(31,32,36, 0.4);
	padding: 14px;
	border: 1px solid var(--contrast-5);
}
/* Box shadow */
.site, .box-shadow {
	box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.3);
}
/* Forms and buttons */
.button, .submit {
	border-radius: 3px;
}
/* Sidebar */
.sidebar.is-right-sidebar {
	background-color: var(--base-2);
}

@media(min-width: 769px) {
	.sidebar.is-right-sidebar > .inside-right-sidebar {
        /* position: sticky; */
        top: 54px;
    }
}
/* Category label background colors */
body:not(.single):not(.blog):not(.search-results) .post-term-item {
	padding: 5px 10px;
}
body.blog .post-term-item,
body.search-results .post-term-item
{
	padding: 10px 20px;
}
body:not(.single):not(.blog):not(.search-results) .post-term-item {
	border-radius: 3px;
}
body:not(.single) .post-term-item.term-crafts-2 {
	background-color: var(--entertainment);
}
body:not(.single) .post-term-item.term-parenting-2 {
	background-color: var(--community);
}
body:not(.single) .post-term-item.term-printables-2 {
	background-color: var(--education);
}
body:not(.single) .post-term-item.term-education {
	background-color: var(--business);
}
body:not(.single) .post-term-item.term-lifestyle {
	background-color: var(--lifestyle);
}
body:not(.single) .post-term-item.term-play-ideas {
	background-color: var(--technology);
}
body:not(.single) .post-term-item.term-travel {
	background-color: var(--travel);
}
/* Category layout */
.archive .site-main {
	padding: 30px;
	background-color: var(--base-2);
}
@media (min-width: 769px) {
	.archive .site-main .ratio-third {
		display: grid;
  	grid-template-columns: repeat(3, 1fr);
	}
	.archive .site-main .ratio-third > .gb-query-loop-item:first-child {
		grid-column: 1 / 3;
		grid-row: 1 / 3;
	}
} /* End GeneratePress Site CSS */
/* CSS added by Anna 10 Feb 2023 */
.entry-content p {
    margin: 0 0 20px !important;
}
.wp-block-image {
    margin: 0 0 20px !important;
}