body.logged-in #menu {
	margin-top: 0;
}

body.logged-in {
	margin-top: 20px;
}

body {
	margin-top: 50px;
}

a {
	color: #0242e3;
}

img {
	background: none !important;
	border: 0 !important;
}

.pagewrapper, #page {
	background: #9a4fc6;
	background-size: 200px;
}

#header-overlay, #searchbox, #syndication {
	display: none;
}

#pagetitle {
	background: url('https://i.postimg.cc/Kz6vqyPF/VTHeader.png');
	border-top: 3px black solid;
	border-left: 3px black solid;
	border-right: 3px black solid;
	border-bottom: 0 black solid;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	height: 360px;
	width: 904px;
	background-repeat: no-repeat;
}

#header-overlay, #searchbox, #syndication {
	display: none;
}

.pagewrapper {
	margin-top: 143px;
	width: 904px;
	border: 3px black solid;
	border-radius: 0;
}

.sidebar ul li a, .obar ul li a {
	color: white !important;
}

.sidebar ul li h2, .obar ul li h2.widgettitle {
	color: white !important;
	text-align: center;
}

.sidebar ul li h2, .obar ul li h2 {
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	color: #ffffff;
	background: linear-gradient(#424242, #000000);
	border: 0 black solid;
	border-radius: 5px;
}

.sidebar ul li, .obar ul li {
	color: white;
	background: none;
	font-size: 14px;
}

input, select, textarea {
	border: 1px rgba(0,0,0,0.2) solid;
	border-radius: 5px;
	padding: 10px;
	width: inherit;
}

.sticky h2 a {
	background: #3f0067;
	color: white !important;
	background-size: cover;
	text-shadow: 0 0 10px white;
	border: 3px solid black;
	border-radius: 0;
}

.sticky h2 a:hover {
	transition: .5s;
	border: 3px solid grey;
}

.sticky h2 a {
	text-decoration: none;
	color: #ffffff;
	animation: content-borders 5s infinite;
}

a:link {
	color: black;
}

.content {
	color: black;
	font-size: 13px;
}

.content {
	float: left;
	width: 495px;
	background-color: #bfa6ce;
	background-image: url('https://i.postimg.cc/qMxfxRcZ/VTBG.png');
	background-position: 14px 10px;
	background-repeat: repeat;
	animation: content-borders 5s infinite;
	border-radius: 0;
}

.content a {
	color: none !important;
	text-decoration: bold;
}

@keyframes content-borders {
	0% { border: 3px purple solid; box-shadow: black 0 0 5px; }
	25% { border: 3px black solid; box-shadow: purple 0 0 5px; }
	50% { border: 3px purple solid; box-shadow: black 0 0 5px; }
	75% { border: 3px black solid; box-shadow: purple 0 0 5px; }
	100% { border: 3px purple solid; box-shadow: black 0 0 5px; }
}

.content {
	border: 3px #006900 solid;
	box-shadow: #006900 0 0 5px;
}

.post h2 a {
	color: black;
	border-bottom: 1px black solid;
}

.post h2 a:hover {
	color: grey;
	transition: .5s;
	border-bottom: 1px grey solid;
}

.postinfo, .postdate {
	color: grey;
}

#footer {
	font-size: 13px;
	color: #fff;
	text-align: center;
	margin: 10px 0;
}

#menu ul li a {
	color: #FFFFFF !important;
}

#menu ul li a:hover {
	color: #D3D3D3 !important;
}

#menu ul li ul.sub-menu li a {
	color: #D3D3D3 !important;
}

#menu {
	background: url('https://i.postimg.cc/59RhL3xD/Wreath.png') #8531b6;
	background-size: 87px;
	animation: menus 1800s infinite;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 999;
	justify-content: center;
	border-bottom: 2px rgba(0, 0, 0, 0.1) solid;
	box-shadow: rgba(0, 0, 0, 0.3) 0 3px;
	color: white;
}

@keyframes menus {
	from { background-position: -10px -80px; }
	50% { background-position: -10780px -80px; }
	back { background-position: -10px -80px; }
}

#menu {
	justify-content: center;
	display: flex;
}

#menu ul li.menu-item-has-children a::after {
	content: "‎‎‎‎‏‏‎";
	position: absolute;
	z-index: 999;
	top: 200px;
	right: 6px;
	color: #fff;
}

#menu ul li a {
	color: #fff;
	padding: 20px !important;
	border: 0 !important;
	margin-top: -5px;
	border-radius: 0;
}

#menu {
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 999;
	justify-content: center;
	border-bottom: 3px black solid;
	box-shadow: rgba(0, 0, 0, 0.3) 0 3px;
}

#menu ul li,
#menu ul li a {
	background: rgba(0, 0, 0, 0);
	text-align: center;
	justify-content: center;
	display: flex;
}

#menu ul li a:hover {
	background: rgba(0, 0, 0, 0);
	text-decoration: none;
	color: #ddd;
}

#menu ul li ul.sub-menu li {
	background: #000;
	top: 16px;
	padding: 5px 0;
	border-radius: 0;
}

#menu ul li ul.sub-menu li a {
	border-radius: 0;
}

#menu ul li.current_page_item a {
	background: rgba(0, 0, 0, 0);
	text-decoration: none !important;
}

img:hover {
	transform: scale(1.05);
	transition: 1.2s;
}

input, select, textarea {
	border: 1px rgba(0,0,0,0.2) solid;
	border-radius: 5px;
	padding: 10px;
	width: inherit;
}

input[type="submit"], button {
	background: black;
	border: 0;
	padding: 10px 61px;
	display: flex;
	justify-content: center;
	text-align: center;
	margin-top: 5px;
	top: 0;
	border-radius: 30px !important;
	color: #fff;
	border: 1px rgba(255,255,255,1) solid;
}

html, body {
	min-width: 1200px !important;
}

body {
	overflow-x: auto;
}

body.block-editor-page {
	background: #fff !important;
	margin-top: 0 !important;
	min-width: auto !important;
	overflow-x: visible !important;
}

body.block-editor-page .editor-styles-wrapper {
	background: #fff !important;
}

body.block-editor-page .content {
	background: #fff !important;
	box-shadow: none !important;
	border: none !important;
	animation: none !important;
}
