/* 
Theme Name:		 Toocheke Child
Theme URI:		 https://www.toocheke.com/
Description:	 Toocheke Child is a child theme of Toocheke
Author:			 LeeToo
Author URI:		 https://leetoo.net/
Template:		 toocheke
Version:		 1.0.1
Text Domain:	 toocheke-child
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Write here your own personal stylesheet */

#comic-grid{
	color: cornsilk;
}

#page{
    background: url(https://www.parapsych-comic.com/wp-content/uploads/2025/09/MainBG.jpg);
}

.single-comic-navigation a.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;  
}

.single-comic-navigation img {
	height: auto !important;
    max-width: 10% !important;
    max-height: 80px;
    border-style: inset;
    border-width: 5px;
    border-radius: 5px;
    border-color: #b3a679;
}

#one-comic-option img{
	border-radius: 20px;
    border-style: inset;
    border-color: #a29165;
    border-width: 5px;
}

#side-bar::before,
#side-bar::after {
  content: "";
  position: absolute;
  /* Styles for top/bottom borders */
}

#side-bar::before {
 
}

#side-bar::after {
 
}

#side-bar{
background-color: transparent !important;
}

.SideMenuItem{
    width: 100%;
    min-height: 65px;
    align-content: center;
    padding: 10px;
    border-width: 5px;
    background: url(https://www.parapsych-comic.com/wp-content/uploads/2025/09/PanelButton.jpg);
    z-index: 0;
    background-size: 99.5% 99%;
    border-radius:10px;
}

.StencilText{
    font-family: "Stencil", sans-serif;
    font-size: 10;
    color: #000;
    opacity: 0.7;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.0;
    margin-left: 27%;
}

.single-comic-navigation{
    background: url(https://www.parapsych-comic.com/wp-content/uploads/2025/09/NavBG.jpg);
    background-size: 100% 100%;
    border-style: outset;
    border-width: 5px;
    border-color: #b3a679;
    border-radius: 30px;
}

.single-comic-navigation a{
	margin: 0px 3%;
}

.single-comic-wrapper{
    border-width: 10px;
    border-color: #7393a1;
    border-style: inset;
    border-radius: 20px;
    background: url(https://www.parapsych-comic.com/wp-content/uploads/2025/09/ComicBG.jpg);
    background-size: 100% 100%;
}

#commentform.comment-form{
	border-style: outset;
    color: white;
    padding: 10px;
    border-color: #748982;
    background: url(https://www.parapsych-comic.com/wp-content/uploads/2025/09/CommentsBGFadeG.jpg);
    background-size: 100% 100%;
    border-radius: 20px;
    border-width:5px;
}

.comment-reply-title{
	color:black;
}

.comment-respond{
	background: transparent !important;
    border-width:0px;
}

.form-group{
	background: #000;
    border-style: inset;
    border-width: 5px 2px 0 2px;
    border-radius: 10px;
    padding: 5px 10px 0px 10px;
    border-color: darkgrey;
}

#.form-control::before,
#.form-control::after {
  content: "";
  position: absolute;
  /* Styles for top/bottom borders */
}

.form-control::before {
 
}

.form-control::after {
 
}

#comment.form-control{
	padding-left: 7% !important;
    padding-right: 7% !important;
}

.form-control{
	background: url(https://www.parapsych-comic.com/wp-content/uploads/2025/08/YellowedPaper.jpg) repeat-y;
    width: 100%;
    background-position: center center;
    background-size: cover;
    border-style: ridge;
    border-width: 10px 0 0 0;
    border-radius: 5px 5px 0px 0;
    border-color: darkgrey;
}

.form-control p{
	margin-right:10px
}

.card-header{
	background-color: grey !important;
    border-radius: 0 20px 0 0;
}

#left-col{
	border-radius: 10px;
}

#left-content{
    border-radius: 10px;
    border-style: inset;
    border-width: 10px;
    border-color: #6590ab;
    background: url(https://www.parapsych-comic.com/wp-content/uploads/2025/09/CommentBG.jpg);
    background-size: 100% 100%;
}

#ButtonWrap{
	border-radius: 10px;
    border-style: outset;
    border-width: 10px;
    border-color: #527d93;
}

.entry-footer{
	display:none;
}

#left-col p{
	color: black;
    opacity: 70%;
}

#left-col a{
	color: #274e77;
    font-family: auto;
}

left-col a:hover{
 color: #632477;
}

.entry-meta{
	color: white;
    opacity: 100%;
}

#comic img{
	margin: 1.5% auto 0 auto !important;
}

.previous-comic. a:hover{
	visibility:hidden;
}

@media only screen and (max-width: 600px) {
.comment-metadata {
    display: flex !important;
	}
.small.btn.btn-secondary.chip{
	display:none;
    }
}

.entry-title{
	font-family: 'Stencil', sans-serif;
    color: black;
}

.comments-title{
	display:none;
}

.card-block.warning-color{
	background-color:wheat;
}

.comment-content.card-text{
	color: black; 
    opacity:100%;
}

.comment-area{
    border-width: 5px;
    background-color: grey;
    border-radius: 20px;
    padding: 10px;
    margin: 1%;
    border-style: inset;
    border-color: darkkhaki;
}
.navbar-nav>.menu-item:before{
    background-color: #00ff05 !important;
}

.navbar-nav>.menu-item{
    font-family: "computo", sans-serif;
}

.navbar-light.navbar-nav>.active>a{
	border-bottom: 3px solid #00ff05 !important;
}

.navbar-light.menu-item:before>.active{
	border-bottom: 3px solid #00ff05 !important;
}

.nav-link{
color: green !important;
}

.active>.nav-link{
color: grass;
}

.navbar-light .navbar-nav>.active>a, .navbar-light .navbar-nav>.active>a:hover, .navbar-light .navbar-nav>.active>a:focus {
    border-bottom: 3px solid #00ff05 !important;
    color: #00ff05 !important;
}

.page-title{
	color: black;
    font-family: 'Stencil', sans-serif;
}

#left-content h3{
	color:white;
    font-family: 'Stencil', sans-serif;
}

/* Cast page */
.card-body{
    background-color: lightslategrey;
}

.card{
	border-radius: 0 0 30px 30px;
}

.card-body{
	border-radius:  0 0 30px 30px;
}

a, a:visited{
	color: #101bae;
}

#turnkey-credit{
	display:none;
}

/* Button config */

input[type="submit"], input[type="button"], input[type="reset"], button, .btn-danger{
    background-color: #7d7d7d !important;
    border: 3px outset #737373 !important;
    border-radius: 3px !important;
}

button, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover, .btn-danger:hover {
    background-color: #9f9f9f !important;
    border: 3px inset #737373 !important;
}

.chip{
	border-radius:5px;
    border-style: outset;
    border-width: 2px;
}

.card-title{
    color: cornsilk;
}

/* About Page */

@media (min-width: 768px) {
    .ProfileWrap {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 2%;
        padding-left: 2%;
    }
}

.AboutContainer{
position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: lightslategrey;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    padding: 3%;
    border-style: inset;
    border-width: 5px;
    border-color: #aec79d;
    border-radius: 10px;
}

.AboutName{
    margin-top: 2%;
    font-size: 2.0rem;
}

.SocLink{
	width: 100%;
    display: flex;
    max-height: 40px;
}

.AboutLinks{
    display: flex;
    width: 100%;
    height: 40px;
    margin: .3%;
}

.ASLink{
	margin-right:3px;
}

.SubCat{
	color:white;
}

/* Links */

.WebcomicLinks{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.ComicLink{
    font-weight: 400;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: transparent;
}

.WLinkWrap{
	flex: 0 0 50%;
    max-width: 100%;
    padding: 5px;
}

.ComicImg{
    border-style: outset;
    border-color: wheat;
    border-width: 5px;
}

#LinkWrap h2{
	color: cornsilk;
}

/* Comic Ads */

#TopComicAd{
    height: auto;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#AdComic{
	height: 250px;
    width: 300px;
    margin: auto;
    border-style: inset;
    border-width:5px;
    border-color: #99ad89;
}

#TWCSticky{
	text-align:center;
    margin-top: 10px;
}