/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
/* Latest Posts Block: change the title color -- 2562988-zen (EZ) */
.wp-block-latest-posts__list li > a {
	color: #889df6;
}

/* Center and change post tile font size | 2562988-zen (KN) */
ul.wp-block-latest-posts__list li > a:first-child {
	font-size: 25px;
	display: block;
	text-align: center;
}

/* reduce button size | KS-2562988-hc */
.wp-block-button__link,
.is-style-outline .wp-block-button__link {
	padding: .2em;
}

/* Reduce space under page title on homepage | TT-2562988-zen */
.home .entry-header {
	margin-bottom: -100px;
}	

h1.entry-title, h2.entry-title {
	font-size: 50px;
}	

/* Move post title closer to cover image / 2562988-zen JAR */
.home .wp-block-latest-posts .wp-block-cover.has-background-dim {
	margin-top: 1px !important;
/* Move "Source" button closer to previous paragraph / 2562988-zen RW */
}

.home .entry-content .wp-block-cover__inner-container p {
	margin-bottom: 5px;
}

.home .entry-content .wp-block-button.is-style-outline {
	margin-top: 0;
}

.wp-block-button {
	margin-top: 0;
}

/*Set max width of logo on computer only 2562988-zd*/
@media screen and (min-width: 767px) {
	.home .entry-content>.alignwide.wp-block-image {
		max-width: 100%;
	}
}

/* Change color of menu `About This Site` item  HC-14302245 */
.primary-menu>li#menu-item-1339>a {
	color: #ffff;
}

/* remove margin at top of page | 2562988-zen bsan */
.entry-content>:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	margin-top: 0;
}

.post-inner .entry-content .wp-block-image figure {
	margin-top: 0;
}

/* Hide menu toggle icon | #2562988-zen (MiS) */
.close-nav-toggle svg {
	display: none;
}

/* Make sub-headings on front page smaller only on mobile | 2562988-zen hap */
@media screen and (max-width: 782px) {
	p.has-text-align-center.front-page-sub-headings {
		font-size: 1em !important;
	}
}

/* Hide Foot Copyright | JG ZD2562988 */
.footer-copyright {
	display: none;
}

/* change About This Site heading on about page #2562988-zen*/
.page-id-1254 .entry-title {
	color: #00ff00;
	font-size: 45px;
}

/* change size and color of Comments and Feedback Page title | #2562988-z */
.page-id-1492 .entry-title {
	font-size: 45px;
	color: yellow;
}

/* Change Feedback menu item color */
header ul.primary-menu li#menu-item-1535 a {
	color: #ffff;
}

/*Remove FOUT-zen-2562988-KS */
.wf-loading {
	visibility: hidden;
}

/* Hide site title / 2562988-zen  TT */
.site-title a {
	display: none;
}

/* Add the logo before the content of the page | RG-2747567-zen */
body.home main#site-content::before {
    content: "";
    display: block;
    margin: auto;
    background-image: url(https://originofeveryday.com/wp-content/uploads/2020/11/originheaderfinal.png);
    width: 650px;
    height: auto;
	  min-height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
}

.meta-text {
	font-size: 25px;
	color: #889df6;
	font-weight: 700;
}

.entry-header-inner.section-inner.medium {
	padding-bottom: 25px;
	}

.meta-icon {
	display: none;
}

@media screen and (max-width: 782px) {
.entry-header-inner.section-inner.medium {
	padding-bottom: 45px;
	}
}

@media screen and (max-width: 782px) {
body.home main#site-content::before {
    background-image: url(https://originofeveryday.com/wp-content/uploads/2020/11/originheaderfinal.png);
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
	  text-align: center !important;
	  min-height: 225px;
		background-position: center;

	  
	}
	

.post-1711.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	padding-top: 0px;
	}}

.post-1821.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
	padding-top: 0px;
}

/*change default max width of cover blocks |  4465537-zen DC */
.entry-content > .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
}

/* changing page title color and font size 2747567-zen */
.home .entry-title, h1.entry-title, .entry-title a {
  color: #809fff;
  font-size: 25px;
  font-weight: 700;

}
/* Increase space between date and content on the home page for smaller screens | 2747567-zen | MR */

@media only screen and (max-width: 420px){

.post-inner {
    padding-top: 5rem;
}
}
/* Center align the footer widget | RG-2747567-zen */
.footer-widgets {
    margin: auto;
}

.widget-content {
    text-align: center;
}

.footer-widgets-wrapper {
    margin-left: 0;
    width: 100%;
}

.entry-title.heading-size-1 {
	  pointer-events: none;
}

/* Site Description CSS */
.site-description {
	display: block !important;
	color: #ffff;
	font-weight: bold;
}

@media (max-width: 768px) {
	.site-description {
		font-size: 14px;
		font-weight: bold;
	}
}

/* change color of Home menu item zd-3377961 */
.menu-item-1338 a{
color: #8e3e8d;
}
/* Change infinite scroll button to say More Posts - 3447034-zen */
#site-content #infinite-handle span button:after {
    content: 'More Posts';
    border: none;
    background: #cd2653;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.0333em;
    line-height: 1.25;
    margin: 0;
    opacity: 1;
    padding: 1.1em 1.44em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.15s linear;
}

#site-content #infinite-handle span button, #site-content #infinite-handle span button:hover {
  font-size: 0;
}
/* change text color of the home link to white - norman #3599641-zd */
body:not(.overlay-header) .primary-menu > li > a {
    color: #ffffff
}
/* Turn cover block text white | zd4434132 (pax) */
.wp-block-cover__inner-container p {
    color: white !important;
}


/* change text color of the home link to white - norman #3599641-zd */
body:not(.overlay-header) .primary-menu > li > a {
    color: #ff0800
}