/*.single-intro .single-intro-inn h3 {
	line-height: 1.4;
}*/

body.single .single-page-content p {
    font-size: 16px;
    line-height: 24px;
}
.sp-thumb {
    margin-bottom: 25px;
}
.single-intro .single-intro-inn > h1
{
    font-size: 36px;
    margin-bottom: 30px;
    line-height: 1.4;
}
.single-intro .single-intro-inn > h3 {
    margin-bottom: 30px;
}
.single-intro-inn form.search-form {
  padding-top: 30px;
  width: 100%;
}
.single-intro-inn form.search-form label {
  max-width: 350px;
  width: 100%;
  margin-right: 2px;
}
.single-intro-inn form.search-form label span {
  display: none;
}
.single-intro-inn form.search-form label input {
  border-radius: 4px;
  height: 49px;
  line-height: 49px;
  width: 100%;
}

.single-intro .single-intro-inn > ul.post-info {
  align-items: center;
}
.single-intro .single-intro-inn > ul.post-info > li.post-category span ul li {
  margin-top: 5px; 
  margin-bottom: 5px;
}
.single-intro .single-intro-inn > ul.post-info > li.post-category span ul li a {
  background-color: #f4ce21;
  color: #0a0a08;
  text-decoration: none;
  padding: 6px 12px;
  display: inline-block;
  transition: .3s; 
  cursor: pointer;
  border-radius: 2px;
  box-shadow: 2px 2px 2px rgba(0,0,0,.2);
  font-weight: 500;
}
.single-intro .single-intro-inn > ul.post-info > li.post-category span ul li a:hover {
  background-color: #0a0a08;
  color: #f4ce21;
}

.g_info {
	border: 1px solid #d4d4d4;
	background-color: #ececec;
	padding: 25px 20px 25px 20px;
}
.g_info img {
	margin-bottom: 10px;
}
.g_info p {
	color: black;
    font-size: 14.5px !important;
    font-weight: 500;
	margin-bottom: 8px;
}
.g_info ul {
	padding: 0 0 0 0;
	margin: 0 0 8px 0 !important;
	display: flex;
}
.g_info ul li {
	list-style: none;
	color: #ffd349;
	font-size: 28px;
}
.g_info span.g_votes {
	display: block;
	color: #939393;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 5px;
}
.g_info span.g_users {
	display: block;
	color: #939393;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 16px;
}
.g_info a {
	display: flex;
	flex-direction: column;
	background: #f0c231;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 55px;
	box-shadow: 1px 1px 3px 0 #000;
	text-decoration: none;
}
.g_info a span:first-child {
	color: #000;
    font-size: 22px;
	font-weight: bold;
	line-height: 0.9;
}
.g_info a span:last-child {
	color: #858484;
    font-size: 12px;
    font-weight: 400;
	font-weight: 500;
}

.row-category-content > div {
	font-size: 16px;
    line-height: 24px;
	color: #636363;
}

#overlay {
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:9999;
    background:#000;
    opacity:0;
    pointer-events:none;
    transition:opacity ease-in-out 0.5s;
}

    #overlay.visible {
        opacity:0.75;
        pointer-events:all;
    }