/**
 * Theme Name: GTB
 * Description: Technological aspects of our world
 * Author: Kankabi
 * Template: blocksy
 * Text Domain: gtb
 */
 
 /*! This file is auto-generated */

 
 /*Scroll style*/
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #1e568e; 
  border-radius: 17px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #0c4c8a; 
  border-radius: 17px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000000; 
}

/*More CSS*/


/* mf */
small.mf {
    letter-spacing: 2px;
	font-size:7px;
}
/* Next post fix */
.item-content span span{
	display:none;
}
/* Caption */
.entry-content figcaption {
    --fontSize: 10px;
    margin-bottom: 0;
    text-align: center;
    background: #0c4c8a;
    color: #fff;
    padding: 3px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.ct-featured-image figcaption{
		display:none;
		
	}


/* CT Widget */
.ct-widget h3 {
    border-radius: 0px 0px 5px 5px;
}
.recentlist {
  list-style-type: circle !important ; /* Hide default bullets 
}
.recentlist dd::before {
  content: "•"; /* Custom bullet */
  margin-right: 0.5em;
}
 .recentlist li::marker {
  font-size: 1.5em;
} 


/** Click to enlarge image**/
.scrim {
	background-color: #0c4c8a !important;
}




/* Comt */
.commt {
	padding: 5px !important;
	border-radius: 7px !important;
	font-size: 15px !important;
	font-weight: bold !important;
}

/**Clossing Post**/
.cls {
	border-bottom-right-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
	color: var(--theme-palette-color-2) !important;
	background: var(--theme-palette-color-1) !important;
}

.zozadlabel {
	font-style: oblique;
	font-weight: bold;
	color: #0c4c8a;
}

.logged-in-as {
	display: none;
}

.notfound a:hover {
	color: #00ff04;
	/* background: #211b19; */
}

.notfound a {
	font-family: montserrat,sans-serif;
	display: inline-block;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	padding: 5px 15px;
	background: #ff00ef;
	font-size: 14px;
	-webkit-transition: .2s all;
	transition: .2s all;
}

/*2026 March Onward*/
.buttonl {
	border: var(--theme-button-border);
	background-color: var(--theme-text-color);
    padding: 10px;
    border-radius: 9px;
}
.buttonl:hover {

	border: var(--theme-button-border);
	background-color: var(--theme-button-background-initial-color);
    padding: 10px;
    border-radius: 9px;
  }
h3.fb-form-title {
    text-align: center;
}
.buttonl a {
	color: var(--theme-palette-color-5) !important;
}
#reply-title {
	color: var(--theme-palette-color-2) !important;
}
.comment-form {
    padding: 23px;
    background: var(--theme-palette-color-4) !important;
    border-radius: 10px;
}
textarea:focus {
    outline: solid 1px var(--theme-palette-color-3) !important;
  border-radius:5px;
}
textarea {
    outline: solid 1px var(--theme-palette-color-1) !important;
  border-radius:5px;
}
span.ct-module-title {
    display: none !important;
}
.entry-tags-items {
	display: flex;
	flex-wrap: wrap;
	gap: 0px
}
.ct-comments {
	text-align: center;
}
#respond {
text-align: center;
padding: 23px;
background: var(--theme-palette-color-1) !important;
border-radius: 10px;
}
h2#reply-title.comment-reply-title {
	text-align: center !important;
     display: inherit !important;
}
.lwptoc-light .lwptoc_i {
     border-radius: 5px !important;
}
.digits-slider_line {
	display: none !important;
}

#menu-item-78163:hover {
    background: var(--theme-palette-color-1) !important;
	color: var(--theme-palette-color-4) !important;
}
#menu-item-74512:hover {
    background: var(--theme-palette-color-1) !important;
	color: var(--theme-palette-color-4) !important;
}










