/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 1, 2019, 3:45:09 PM
    Author     : rupendra
*/


/* Blog css */
.blog {
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 1em;
}
.blog a:hover {
  text-decoration: none;
}
.blog h3 {
  font-size: 18px;
}
.blog-category {
  font-size: 13px;
  color: #0d5e82;
}
.categories_list h3 {
  font-size: 18px;
  margin-bottom: 0.5em;
  font-family: 'Nunito', sans-serif;
}
.categories_list .list-group {
  margin-bottom: 2em;
}
.categories_list .list-group-item {
  padding: .75rem 1rem;
}
.categories_list .list-group-item a {
  font-size: 15px;
  font-family: 'Nunito', sans-serif;
}
.categories_list .list-group-item a:hover {
  /*color: #0d5e82;*/
  text-decoration: none;
}
.categories_list .badge {
  margin-top: 4px;
}
/*
.blog-info {
  font-size: 12px;
  color: #0d5e82;
}
*/

.thumbnail {
  border: 1px solid #0d5e82;
  padding: 25px;
  border-radius: 4px;
  margin-bottom: 20px;
  background: #edf6ff;
}
.thumbnail ol {
  list-style-position: outside;
  padding: 0;
  margin: 0 0 0 20px;
}
.thumbnail ol li {
  list-style: unset;
}
.thumbnail ol {
  color: #1e73be;
}
.thumbnail a {
  color: #1e73be;
}
.blog-contents {
  /*
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    color: #666666;
    margin-bottom: 15px;
  */
}
.blog-contents h1, .blog-contents h2, .blog-contents h3, .blog-contents h4, .blog-contents h5, .blog-contents h6 {
  font-weight: 700;
}
.blog-contents ul {
  margin: 10px 0 10px 25px;
}
.blog-contents ul li, .blog-contents ol li {
  list-style: unset;
}

.blog-section {
  font-size: 18px;
  font-family: 'Nunito', sans-serif;
  line-height: 30px;
  color: #333;
}

.blog-section .blog-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 53px;
  color: #111;
  margin-bottom: 23px;
  font-family: 'Nunito', sans-serif;
}
.blog-section .blog-info {
  font-size: 14px;
  line-height: 21px;
  color: #999;
  font-family: 'Nunito', sans-serif;
}  

.comment {
  font-size: 15px;
}
.comment .form-control {
  font-size: 14px;
}
.comment-title {
  font-family: 'Nunito', sans-serif;
  font-size: 22px;
  color: #FEC335;
}
.comment-block {
  margin-top: 1em;
  background: #fafafa;
  padding: 1em;
}
.comment-block p {
  color: #FFB506;
  margin-bottom: 0;
  text-align: justify;
}
.comment-block > div {
  font-size: 0.8em;
}
/* Blog css ends */


/* Blog Rating */
#corner-slider {
  position: fixed;
  z-index: 10000;
  overflow: hidden;
  height: 170px;
  width: 269px;
  box-shadow: 0 4px 10px rgba(102, 102, 102, 0.5);
  background: #FFFFFF;
  padding: 15px;
  border: 1px solid #ffd3d3;
  border-radius: 5px;
}
#corner-slider .close {
  position: absolute;
  cursor: pointer;
  font-size: 16px;
  display: inline-block;
  z-index: 1002;
  right: 24px;
  top: 18px;
}
#corner-slider h3 {
  margin: 0;
  font-size: 16px;
  padding-bottom: 5px;
}
.codexworld_rating_widget {
  padding: 0px;
  margin: 0px;
  float: left;
}
.codexworld_rating_widget li {
  line-height: 0px;
  width: 20px;
  height: 20px;
  padding: 0px;
  margin: 0px;
  margin-left: 2px;
  list-style: none;
  float: left;
  cursor: pointer;
}
.codexworld_rating_widget li span {
  display: none;
}