/**
 *  * Theme Name: trreb_2024child
 *  * Template:   twentytwentyfour
 *  * Author: Rob Duncan
 *  * Author URI:  http://freakypeople.ca
 *  * Version:      0.1.0
 *     
 */

/* Hide the login items, delete for production */
/* .hide { display: none !important} */

/* Hide the joinstream item by default */
/* for this to work, I needed to target more specifically than the parent theme */ 
.joinstream li:first-child {
    display: none;
}

/* Show it only if the user is logged in */
.logged-in .joinstream li:first-child {
     display: flex;
}

/*
 * Change colours for the TOS pop-up
 */
#tlight {
     background-color: #004;
     border-radius: 10px; 
}

#wp-terms-popup-after-content.sticky {
	background-color: grey;
     background-color: rgba(0,71,110,0.75);
     backdrop-filter: blur(2px);
}

.tthebutton input {
	border-radius: 3px;
	padding: 8px 14px;
	margin: 0px 15px;
}
/* end TOS scripting */

/*
 *  SLIDO block hide; move text above the block, slido moves 120 px up, drop the block on top
 */

.float800 {
    position: relative;
	z-index: 800;
}

#slidowrap {
	position: relative;
    z-index: 1;
    display: inline;
	top: -50px;
    /* top: -100px; */
}

.hidelogo {
    position: absolute;
    width: 102%;
	height: 80px;
    /* height: 114px; */
    background: var(--wp--preset--color--base);
    right: 0px;
    z-index: 500;
    display: block;
    color: #fff;
}
/* end Slido block hide */

/* style the no access vote text */
span.padtop {
	position:relative;
	top:80px;
}

#novote {
	border: white 1px solid;
	padding: 10px;
}