/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2026
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2026
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{appearance:none;border-radius:0}input[type="search"]{appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

*{
font-family: monospace ;	
}

















body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-size: 3em;
}



p{
	font-family: "Univers", sans-serif;
	font-size:14px;
	line-height:1.2;
}

#site-title a {
    text-decoration: none;
    color: #000;
}

#site-title h1 {
    font-family: "Univers";
    text-decoration: none;
}

#site-title {
    font-family: "Univers";
    text-decoration: none;
    padding: 30px;
	font-size:14px;
}

#site-title h1{
	font-size:14px;	
}

nav#menu {
    font-family: 'Univers';
	display:none;
}

nav#menu a{
	text-decoration:none;
	color:#000;
	padding: 30px;
}

html{
    background-color: #000;
}

div#wrapper {
    padding: 20px;
}

.home img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
    height: auto;
}

img{
	display:block;
}

.entry-summary {
    position: relative;
}


.portfolio header {
    height: 0;
}

.twocol{
	grid-column: span 2;
}

.fourcol{
	grid-column: span 4;
}

.fourcol .textual-healing {
    width: 25%;
}

.twocol .textual-healing {
    width: 50%;
}

div#wrapper {
    grid-template-columns: repeat(5, 1fr);
    display: grid;
	max-width: 100%;
	gap: .5rem;
}

.portfolio-layout-container{
	grid-template-columns: repeat(4, 1fr);
    display: grid;
	max-width: 100%;
	gap: .5rem;
	align-items: start;
}

.portfolio-images-column{
	grid-column: span 3;
}

.home div#container
{
	grid-column: span 3;
}

.single-portfolio div#container
 {
    grid-column: span 4;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    border-radius: 5px;
}

.home img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    background-color: #cacaca;
}















.home .site-main article {
    overflow: visible !important;
}

header#header {
    background-color: transparent;
    border-width: 5px;
	border-radius:5px;
}

div#branding {
    background-color: #fff;
	border-radius:5px;
}

nav#menu {
    padding: 30px;
    margin-top: .5rem;
    background-color: #fff;
}

#hover-header-display{
position: fixed;
    font-size: 5vw;
    z-index: 20;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Univers Condensed';
    font-weight: 600;
    pointer-events: none;
    /* color: transparent; */
    /* -webkit-text-stroke: 2px #000000; */
    text-transform: uppercase;
}

#wave-dots-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1; /* Sits behind everything */
    pointer-events: none; /* Allows you to click buttons/links through the dots */
}

/* Ensure your theme body doesn't have a solid background hiding the canvas */
body {
    background: transparent !important;
}


#hover-header-display {
  font-size: 60px;
  font-weight: bold;

  background: linear-gradient(
    270deg,
    red,
    orange,
    yellow,
    green,
    cyan,
    blue,
    violet
  );

  background-size: 800% 800%;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;

  animation: rainbowShift 8s linear infinite;
}

@keyframes rainbowShift {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}




.hover-image-display {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 30%;
    height: 30%;
    overflow: hidden;
}

.image-target {
    width: 100%;
    height: 100%;
    position: relative;
}

/*.flash-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    object-fit: contain;
    object-position: center center;
    opacity: 0;
    background: transparent;
	border-radius:5px;
}*/

.flash-image{
    position: absolute;
    bottom: 5px;
    left: 5px;
    /* transform: translate(-50%, -50%); */
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom left;
    opacity: 0;
    background: transparent;
    border-radius: 5px;
}

.flash-image.active {
    opacity: 1;
    z-index: 5;
}

.glassoverlay {
    position: absolute;
    border-radius: 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	opacity:0;
   backdrop-filter: blur(5px);
   transition: all 0.5s ease;
	pointer-events: none !important;
}

.entry-summary:hover .glassoverlay{
opacity:1;
}

.home .portfolio{
	position:relative;
}

.textual-healing {
    position: absolute;
    top: 5px;
    left: 5px;
	z-index:5;
	opacity:0;
	font-family: "Univers";
	transition: opacity 0.5s ease;
	pointer-events:none;
}

.portfolio:hover .textual-healing{
	opacity:1;
}


.title {
    width: fit-content;
}

.entry-title{

}

.entry-title a{
    color: #fff;
    text-decoration: none;
}

.category-pill a {
    color: #000;
    text-decoration: none;
}

.category {
    margin-top: 5px;
}

.category-pill {
    background: #fff;
    width: fit-content;
    padding: 6px 10px;
	border-radius:3px;
}

.category-pill a {
    color: #000;
    text-decoration: none;
}

.excerpt {
    margin-top: 5px;
    background-color: #00ff47a3;
    padding: 6px 10px;
	border-radius:3px;
    max-width: calc(100% - 5px);
}

form.search-form {
    display: none;
}

nav#menu {
    padding: 30px;
}

nav#menu a{
    text-decoration: none;
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #000;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
}






/* Responsive Container */
.uk-clock-wrapper {
    width: 100%;
    max-width: 300px; /* Limits size on desktop */
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
}

/* The Clock Circle */
.analog-clock {
    width: 100%;
    aspect-ratio: 1 / 1; /* Keeps it a perfect circle */
    border: 0.5vw solid #333; /* Border scales slightly with viewport */
    border-radius: 50%;
    position: relative;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Shared Hand Styles */
.hand {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform-origin: bottom;
    background: #333;
transition: transform 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Proportional Hand Sizes */
.hour { width: 2.5%; height: 25%; margin-left: -1.25%; z-index: 3; }
.minute { width: 1.5%; height: 35%; margin-left: -0.75%; z-index: 2; }
.second { width: 1%; height: 40%; margin-left: -0.5%; background: #00ff0b; z-index: 1; }

.center-nut {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4%;
    height: 4%;
    background: #333;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}

.clock-label {
    text-align: center;
    font-family: "Univers", sans-serif;
    font-weight: 600;
    font-size: clamp(14px, 2vw, 18px); /* Responsive text size */
    margin-top: 15px;
    color: #444;
}

.clock-container {
    padding: 30px 30px;
    margin-top: .5rem;
    background-color: #00ff47;
    border-radius: 5px;
}

.clock {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    border: 4px solid #000;
	    background-color: #e1e1e1;
}

.filmratings {
    padding: 30px;
    margin-top: .5rem;
    background-color: #9fc3d1;
    color: #fff;
    border-radius: 5px;
}

.thebox{
	    text-decoration: none;
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #000;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.lb-item-php {
    text-decoration: none;
    color: #000000;
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid black;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
}

span.lb-rating {
    display: block;
}

.lb-item-php p {
    display: inline;
}





/*
html, body, a, button {
    cursor: none;
}

#custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    pointer-events: none; 
    z-index: 9999;
	transform:translate (-5px, -5px);
   
}


#custom-cursor img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease; 
}

#cursor-img-1 { opacity: 1; }
#cursor-img-2 { opacity: 0; }

#custom-cursor.is-hovering #cursor-img-1 { opacity: 0; }
#custom-cursor.is-hovering #cursor-img-2 { opacity: 1; }


#custom-cursor {

    position: fixed;
    pointer-events: none;
    opacity: 0; 
    transition: opacity 0.3s ease, transform 0.2s ease;
}

#custom-cursor.is-visible {
    opacity: 1;
}

*/

























.floatingmenu{
    position: fixed;
    z-index: 15;
    bottom: 50px;
    left: 50%;
    padding: .5em;
    background-color: #b3aeae;
    border-radius: 70px;
}

.floatingmenu * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Univers", sans-serif;
}


.floatingmenu ul {
  display: flex;
  position: relative;
  gap: .5rem;
}

.floatingmenu ul li {
  position: relative;
  list-style: none;
  width: 60px;
  height: 60px;
  background: white;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 60px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.floatingmenu ul li::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 60px;
  background: linear-gradient(45deg, #00ff47, #00ff47);
  opacity: 0;
  transition: 0.5s;
}

.floatingmenu ul li::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background: linear-gradient(45deg, var(--i), var(--j));
  transition: 0.5s;
  filter: blur(15px);
  z-index: -1;
  opacity: 0;
}

.floatingmenu ul li:hover {
  width: 180px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
}

.floatingmenu ul li:hover::before {
  opacity: 1;
}

.floatingmenu ul li:hover::after {
  opacity: 0.5;
}

.floatingmenu ul li ion-icon {
  color: #777;
  font-size: 1.75em;
  transition: 0.5s;
  transition-delay: 0.25s;
}

.floatingmenu ul li:hover ion-icon {
  transform: scale(0);
  color: #fff;
  transition-delay: 0s;
}

.floatingmenu ul li span {
  position: absolute;
}

.floatingmenu ul li .title {
  color: #000;
  font-size: 14px;
  transform: scale(0);
  transition: 0.5s;
  transition-delay: 0s;
}

.floatingmenu ul li:hover .title {
  transform: scale(1);
  transition-delay: 0.25s;
}


#session-timer-widget{
    background: #d5d5d5;
    border-radius: 5px;
    color: #000000;
    text-align: center;
    font-size: 14px;
    font-family: "Univers";
    padding: 30px;
    margin-top: .5rem;
}



.single-portfolio img{
	background-color:#000;
}

.single-portfolio .textual-healing{
	display:none;
}

.portfolio-text-column {
position: -webkit-sticky; /* For Safari support */
    position: sticky;
    top: 20px; /* Distance from top of screen when it "sticks" */
    height: fit-content;
}

.textholder {
    background: #9fc3d1;
    color: #000;
    padding: 30px;
    border-radius: 5px;
}

figure.wp-block-image.size-full.parent-is-portrait {
    padding: 5% 30%;
    background-color: #000;
}


/* 1. This tells Swup how long the transition takes (0.4 seconds) */
.transition-fade {
    transition: opacity 0.4s ease-in-out;
    opacity: 1;
}

/* 2. This defines the "hidden" state during the swap */
html.is-animating .transition-fade {
    opacity: 0;
}

div#swup {
display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .5rem;
}

.single-portfolio .portfolio{
	grid-column:span 4;
}












.single-portfolio .is-portrait{
	width:100%;
	padding: 5% 30%;
	
}

.entry-content .single-portfolio img{
	 border-radius: 5px;
}

.nav-previous, .nav-next {
    padding: 20px;
    background-color: #fff;
    font-family: "Univers";
    text-decoration: none;
    font-size: 14px;
}

.nav-previous a, .nav-next a{
	    color: #000;
}

.nav-previous{
	margin-bottom: 10px;
}

.single-portfolio .wp-block-image {
    margin: 0;
	
}

.single-portfolio  footer.entry-footer {
    height: 0px;
}

.single-portfolio a {
    text-decoration: none;
}

.single-portfolio .portfolio-images-column {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: .5rem;
}


.single-portfolio .wp-block-image img{
    border-radius: 5px;
}



.page #wrapper div#container {
    grid-column: span 3;
}

.page #wrapper .hentry {
    grid-column: span 4;
}


.page #swup {
    background-color: #000;
    color: #fff;
    padding: 10%;
}

.page #swup p{
    margin-bottom: 16px;
}

.page .entry-content {
    column-count: 2;
    column-gap: 20px;
}

.page h1.entry-title {
    font-family: "Univers", sans-serif;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 50px;
}

.textual-healing .entry-title {
    background: #000;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 3px;
}

	.floatingmenu {
    transform: translate(-50%, 0);
	}

footer#footer {
    display: none;
}

.textholder p {
    margin-bottom: 20px;
}

.textholder p:last-child {
	margin-bottom: 0px;
}











@media (max-width: 700px) {
div#wrapper {
    display: block;
}
	
div#swup {
    display: block;
	}
	
.portfolio-layout-container {
    display: block;
	}	
	
#wrapper #header {
    margin-bottom: .5rem;
}
	
	.portfolio-images-column {
    margin-bottom: .5rem;
}
	
.home .hentry {
    margin-bottom: .5rem;
}
	
	.single-portfolio .clock-container, .single-portfolio .filmratings, .page-id-33 .filmratings, .page-id-33  .clock-container {
    display: none;
}
	
 div#swup {
    margin-bottom: 200px;
}
	
	.fourcol .textual-healing {
    width: 100%;
}

    .twocol .textual-healing {
        width: calc(100% - 5px);
    }
	
.page .entry-content {
    column-count: 1;
	}

	.nav-links {
    margin-top: 0.5rem;
    /* border-radius: 5px; */
}
	
.nav-previous, .nav-next {
    border-radius: 5px;
	}
	
	footer.entry-footer {
    display: none;
}
	
	.single-portfolio .is-portrait {
    width: 100%;
    padding: 0% 0%;
}
	
	.glassoverlay, .hentry .textual-healing {
		display:none;
	}
	
}