/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/* remove site title */
.site-title {
	display: none;
}

/* change site tagline font size */
.site-description {
	font-size: 36px;
}

/* reduce padding in header */
@media only screen and (min-width: 50em) {
	.site-description {
		font-size: 32px;
		color: #FFFFE0;
		position: relative;
		top: 25px;
	}
}

@media only screen and (min-width: 50em) {
	.site-branding img {
		float: left;
	}
}

/* footer link color */
.site-info a,
.footer-widgets a {
	color: #A0A0A0;
}

a, a:hover {
	color: #FD8310;
}


.main-navigation a {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

@media only screen and (min-width: 50em) {
	.site-content {
		margin-top: .5em;
	}
}

body {
	font-size: 2rem;
	color: #5e2055;
}

/* Make hero section smaller | 7767679-hc-kf */
@media only screen and (min-width: 50em) {
	.hero-section .hero-content {
		padding: 0;
	}
}

/* Change button class colors | 7767679-hc-kf */
.button {
	background-color: #fabd17;
	color: #4d0447;
}

button:hover, button:focus, .button:hover, .button:focus {
	background-color: #ec5f0f;
	color: #4d0447;
}

/* Make 'Buy E-Book menu item styled on non-home pages | 7767679-hc-kf */
:not(.home) #menu-item-3395 {
	border: 3px solid #fabd17;
	background-color: #3b053c;
}

:not(.home) #menu-item-3395 a {
	color: #ec5f0f;
}

/* Hide featured posts section from homepage | 7767679-hc */
.home .featured-posts {
	display: none;
}

/*Create grid with featured image above post title DP #1740807-zen*/
ul.display-posts-listing {
	display: grid;
	grid-template-columns: 33% 33% 33%;
	grid-column-gap: 1%;
	grid-auto-rows: minmax(100px,auto);
}

.display-posts-listing .alignleft {
	float: none;
	margin: 0 0 5px 5px;
}

ul.display-posts-listing {
	list-style: none;
}

li.listing-item {
	border: 1px solid #e1e1e1;
	margin: 5px;
	padding: 7px;
}

@media screen and (max-width: 426px) {
	.home .wp-block-image .alignright {
		width: 100%;
		margin: 0 auto;
	}
}

/*Change Subscription box color ZD:2736955 */
.wf-active input[type=email] {
	background-color: #ccccff;
}

/* remove product image from page #hc-19511571 lm */ 
.page-id-9626 .entry-content .wc-block-grid__product-image, .wc-block-grid__product-image {
    display: none;
}

/* hide pingbacks in comment area of page Wholehearted Networking Extended" */
.page-id-8867 .comments-area {
	display: none;
}





/* Change hyperlink color in content - #21886618-hc - aj */

.site-content a, .site-content a:hover {
	color: #0693e3;
}





/* Hide navigation ONLY on the landing page */
.page-id-16465 .main-navigation,
.page-id-16465 .site-navigation,
.page-id-16465 .primary-navigation,
.page-id-16465 .navbar,
.page-id-16465 header nav {
    display: none !important;
}

/* Alternative: Hide by page slug */
.page-beautiful-life-you-cant-feel .main-navigation,
.page-beautiful-life-you-cant-feel .site-navigation,
.page-beautiful-life-you-cant-feel .primary-navigation,
.page-beautiful-life-you-cant-feel .navbar,
.page-beautiful-life-you-cant-feel header nav {
    display: none !important;
}

/* Also hide the header if needed */
.page-beautiful-life-you-cant-feel .site-header {
    display: none !important;
}




/* Hide navigation ONLY on the landing page */
.page-id-16660 .main-navigation,
.page-id-16660 .site-navigation,
.page-id-16660 .primary-navigation,
.page-id-16660 .navbar,
.page-id-16660 header nav {
    display: none !important;
}

/* Alternative: Hide by page slug */
.page-joy-based-family .main-navigation,
.page-joy-based-family .site-navigation,
.page-joy-based-family .primary-navigation,
.page-joy-based-family .navbar,
.page-joy-based-family header nav {
    display: none !important;
}

/* Also hide the header if needed */
.page-joy-based-family .site-header {
    display: none !important;
}




