img.attachment-post-thumbnail  {
	width: 0px;
	height: 0px;
}

.latest-post-selection-slider>div img {
    box-shadow: none;
    width: 60%;
	
	padding-bottom: 100px;
	float: none;
    margin: .5em auto 1em;
	
}

h1, h2, h3, h4, body.single-post .entry-title {
    font-family: 'weekdays' !important;
	letter-spacing: normal !important;
}
.entry-title, .entry-title a, .post-title, .post-title a, .page-title, .entry-content h1, #content h1, .type-post h1, .type-page h1 {
    font-family: "Mountains of Christmas";
    font-size: 56px;
    line-height: 1.8;
    font-style: normal;
    font-weight: 100 !important;
    color: #000000;
    letter-spacing: normal;
    text-transform: none;
}


.archive-tit a {
	text-height: 0px;
	display: none;
	color: #fff;
	background-color: #fff;
    -webkit-transition: color #fff;
    transition: color #fff;
	width: 0px;
	height: 0px;
}

#wpadminbar {
    direction: ltr;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    line-height: 2.46153846;
    height: 32px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 600px;
    z-index: 99999;
    background: #fff;
}

.logo-text {
    font-family: Courier New;
    font-weight: normal;
	font-size: 29px !important;
}

.navi-header a, .header-bar-social .socialmeida-a, .menu li > a {
    font-family: Courier New;
    font-weight: 500;
}

.post.header-main.header-main.container-fluid {
	padding-top: 30px;
    display: flex;
	display: transparent;
    justify-content: space-between;
    align-items: center;
    height: 10px;
	background-color: transparent;
}

.single-featured-image {
    display: none;
}

head-meta {
    display: flex;
    align-items: center;
	background-color: transparent;
}

.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 140px;
	background-color: transparent;
	color: transparent;
}
body {
    --color-bg: #FFFFFF;
    --color-header-bg: transparent;
}

body:not(.page_from_top) #wrap {
    top: 140px;
	bottom: 190px;
}

code {
    padding: 2px 4px;
    color: #c7254e;
    background-color: transparent;
    border-radius: 4px;
}



.comment-likes-widget-placeholder, .post-likes-widget-placeholder {
	display: none;
    margin: 0;
    border-width: 0;
    position: relative;
	height: 0px;
}





@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translate(0,0);
	}
	
	100% {
		-webkit-transform: translate(-100%,0);
	}
}

.marquee {
	display: block;
	width: 120%;
	white-space: nowrap;
	overflow: hidden;
}

.marquee span {
	display: inline-block;
	font-family: Courier New;
	padding-left: 120%;
	-webkit-animation: scroll 10s infinite linear;
}
