/**
 * Theme Name: Cevenost
 * Description: 
 * Author: Globeceven
 * Template: cevenost
 * Text Domain: cevenost
 */
@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;
}

.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;
}











