
/* Custom logo header image - wide */
.custom-logo-link {
    background: url('https://juliespahr.com/wp-content/uploads/2021/04/julie-spahr-fine-art-transparent-1.png') center no-repeat;
    display: block;
    background-size: contain;
}
.custom-logo-link img {
    opacity: 0;
}

/* Removing lightbox background blur | wb-28786938-hc */

.coblocks-lightbox__background {
    filter: blur(25px) saturate(148%) brightness(30%);
}

/* Removing padding below menu  */
header#masthead {
    padding-bottom: 5px;
}

/* page title */
	/* left align header text 30777214-hc */
	.entry-header {
			text-align: left;
	}

	/* set header width 30777214-hc */
	.entry-header.default-max-width {
			max-width: 90%;
	}

	/* set header font 30777214-hc */
	.entry-title {
			font-family: var(--entry-content--font-family);
			font-size: 1.5em;
	}



/* Liza's CSS */


.entry-header,
.page-title,
.entry-footer,
.site-info,
.footer-menu {
	text-decoration: none !important;
}


.editor-styles-wrapper {
	background: #D3D3D3;
}

.site-header li a {
  color:#555cd4;
	text-decoration: none !important;
}

.page-title {
	text-decoration: none !important;
	font-weight: bold;
	font-size: 20px;
	color: #D3D3D3;
}

.menu-item {
	color: #555cd4;
	text-decoration: none !important;
}

.site-title {
  color:#555cd4;
	font-family: "Over the Rainbow" ;
	text-decoration: none !important;
	border: none !important;
}

.h1 {
    text-decoration: none!important; 
		border: none !important;
}

.h2 {
   text-decoration: none !important;
}

a:hover {
  color: #4247a5;
	text-decoration: none !important;
}

.site-header .site-title:hover {
  text-decoration: none !important;
	border: none !important;
}

.logo {
text-decoration: none;
}

.wp-active h1.entry-title {
    border-bottom: none !important;
}

#loop-meta.pageheader-bg-default::after, 
#loop-meta.pageheader-bg-incontent::after, 
#loop-meta.pageheader-bg-none::after {
  display: none;
}

.entry-title a:active,
.entry-title a:hover {
	color: #ccc;
	text-decoration:none;
}

.top_nav .container {
    max-width: unset;
    width: 100%;
    padding: 0;
}

.widget-column .widget {
  width: 100% !important;
}


