.alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}
body.admin-bar #header {
top: 32px;
}
li.current-menu-item a {
font-style: italic;
}
.error-404{
text-align: center;
padding: 5rem 0;
min-height: calc(100vh - 326px);
box-sizing: border-box;
}
@media (min-width: 1025px){
body, body *{
cursor: none !important;
}
#custom-cursor {
width: 18px;
height: 18px;
border-radius: 50%;
background-color: #000;
position: fixed;
top: 0;
opacity: 1;
pointer-events: none; transition: transform 500ms;
z-index: 999999999999999999;
transform: translate(-50%,-50%);
}
}