/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
.has-main-navigation .site-header {
	padding-top: 0;
}

.has-main-navigation .site-header {
	padding-bottom: 0;
}

/* Remove underline from site title - MP - ZD-3702789 */
.site-title a {
	background-image: none !important;
}

/* Change size of site logo */
element.style {
}

.site-logo .custom-logo {
	max-width: 300px;
	max-height: 300px;
	width: 300px;
	padding-top: 0;
	padding-bottom: 0;
}

/* Reduce the space between the site title and menu | CM | #27453092-hc */
nav#site-navigation {
	margin-top: 0;
}

/* Reduce the space below the menu | CM | #27453092-hc*/
.has-main-navigation .site-header {
	padding-bottom: 0;
}

.site-footer > .site-info .site-name {
	display: none !important;
}

.comma {
	display: none !important;
}

/* Site content width / 3769929-ZD (MI) */
@media only screen and (min-width: 992px) {
	.default-max-width,
												  hr.wp-block-separator.is-style-wide,
												  .entry-content> :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment):not(.woocommerce),
												  [class*="inner-container"]> :not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment):not(.woocommerce),
												  .wp-block-template-part> :not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment):not(.woocommerce),
												  .entry-content .wp-audio-shortcode,
												  .post-thumbnail,
												  .navigation {
		max-width: 70%;
	}
}

/* Center page titles / 27984251-HC (MI) */
.page .entry-header {
	text-align: center;
}

/* Reduce width of contact form / 27985835-hc JAR */
@media (min-width: 700px) {
	#contact-form-5 {
		max-width: 25vw;
	}
}

/* Contact form fields / 27985835-HC (MI) */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="url"],
.contact-form textarea {
	border: 2px solid #7C7C7C;
}

/* Center footer widgets / 27985835-hc JAR */
.widget-area,
.site-info {
	text-align: center;
}

/* Automatically resize preorder link blocks */
@media screen and (max-width: 768px){ .preorder-resize
 { width: 30%; } }

/* ---Add new rectangle logo | 3776117-zen (JW) --- */ 
/* Replace logo with larger image | XXXX-hc/zen */
.custom-logo-link {
    background: url(https://katyjames.com/wp-content/uploads/2021/02/cropped-screen_shot_2021-02-25_at_8.png) center no-repeat;
    background-size: contain;
    height: 150px;
    display:block;
}
.custom-logo-link img {
    visibility: hidden;
}

/* end code */
