/*--------------------------------------------------------------
# Top Fix Bar
--------------------------------------------------------------*/
.topbar {
  overflow: hidden;
  background-color: #050A14;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 996;
}
/*--------------------------------------------------------------
# Search Bar
--------------------------------------------------------------*/

.search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}
/*--------------------------------------------------------------
# Main Post
--------------------------------------------------------------*/
.post-box {
  border: 1px solid #f2f2f2; 
  border-radius:10px;
  margin-bottom: 20px
}

.post-title {
  padding: 10px 10px 0px 10px;
  font-size: 24px;
  font-weight: 700;
  color: #5e5e5e;
}
.card-article {
  color: #5e5e5e;
  text-align: justify;
}
#article div {
	margin: 0 0 10px 0;
}
	
/*--------------------------------------------------------------
# Hoover Image Change
--------------------------------------------------------------*/
.picture2 {
    display: none;
}
.thumbnail:hover .picture1 {
    display: none;
}
.thumbnail:hover .picture2 {
    display: block;
}

/*--------------------------------------------------------------
# Card
--------------------------------------------------------------*/

.card {
  margin: 8px 8px 22px 8px;
  border: none;
  border-radius: 20px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}
.card .card-body .card-article {
  color: #5e5e5e;
  text-align: justify;
}

.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: 24px;
  font-weight: 700;
  color: #5e5e5e;
  font-family: "Baloo Da 2", sans-serif;
}

.card-sub-title {
  font-size: 18px;
  font-weight: 700;
  color: #5e5e5e;
  font-family: "Baloo Da 2", sans-serif;
}

.card-body {
  padding: 0 20px 20px 20px;
}

.card-body .span-blue {
  color: #4084fd;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

.card .card-body blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 30px;
  position: relative;
  //text-align: center;
  margin: 20px 0;
}

.card .card-body blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.card .card-body blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #007bff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.card .card-body .entry-meta {
  margin-bottom: 15px;
  color: #4084fd;
}
/*--------------------------------------------------------------
# Meta Tags
--------------------------------------------------------------*/

.entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding-left: 10px;
  margin-bottom: 20px;
}

.entry-meta ul li+li {
  padding-left: 20px;
}

.entry-meta i {
  color: #4084fd;
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.entry-meta a {
  color: #4084fd;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.entry-meta i:hover {
  color: #FF0000;
}

.entry-meta a:hover {
  color: #FF0000;
}

/*--------------------------------------------------------------
# YouTube
--------------------------------------------------------------*/

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  padding: 10px;
//  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
  color: #173b6c;
  position: relative;
}


.sidebar-title::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #149ddd;
  bottom: 0;
  left: 0;
}


.sidebar .sidebar-item {
  margin-bottom: 30px;
}

.sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #4084fd;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.sidebar .search-form form button i {
  line-height: 0;
}

.sidebar .search-form form button:hover {
  background: #eb7b68;
}

.sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.sidebar .categories ul li+li {
  padding-top: 10px;
}

.sidebar .categories ul a {
  color: #545454;
  transition: 0.3s;
}

.sidebar .categories ul a:hover {
  color: #4084fd;
}

.sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.sidebar .recent-posts img {
  max-width: 80px;
  max-height: 80px;
  float: left;
}

.sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.sidebar .recent-posts h4 a {
  color: #545454;
  transition: 0.3s;
}

.sidebar .recent-posts h4 a:hover {
  color: #4084fd;
}

.sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.sidebar .tags {
  margin-bottom: -10px;
}

.sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.sidebar .tags ul li {
  display: inline-block;
}

.sidebar .tags ul a {
  color: #949494;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid white;
  display: inline-block;
  transition: 0.3s;
}

.sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #4084fd;
  background: #4084fd;
}

.sidebar .tags ul a span {
  padding-left: 5px;
  color: #ededed;
  font-size: 14px;
}

/*--------------------------------------------------------------
# JQuery Text Shorten
--------------------------------------------------------------*/

 .addReadMore.showlesscontent .SecSec,
 .addReadMore.showlesscontent .readLess {
	display: none;
}

 .addReadMore.showmorecontent .readMore {
	display: none;
}

 .addReadMore .readMore,
 .addReadMore .readLess {
	font-weight: bold;
	margin-left: 2px;
	color: #4084fd;
	cursor: pointer;
}

 .addReadMore .readMore:hover {
	color: #ff0000;
}

 .addReadMore .readLess:hover {
	color: #ff0000;
}

 .addReadMoreWrapTxt.showmorecontent .SecSec,
 .addReadMoreWrapTxt.showmorecontent .readLess {
	display: block;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

.pagination{
	display:inline-block;
	padding-left:0;
	margin:20px 0;
	border-radius:4px;
}

.pagination>li{
	display:inline
}

.pagination>li>a,
.pagination>li>span{
	position:relative;
	float:left;
	padding:3px 6px;
	margin-left:6px;
	line-height:1.42857143;
	color:#337ab7;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:50px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span{
	margin-left:0;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span{
	border-top-right-radius:4px;
	border-bottom-right-radius:4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover{
	z-index:2;
	color:#23527c;
	background-color:#eee;
	border-color:#ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover{
	z-index:3;
	color:#fff;
	cursor:default;
	background-color:#337ab7;
	border-color:#337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover{
	color:#777;
	cursor:not-allowed;
	background-color:#fff;
	border-color:#ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span{
	padding:10px 16px;
	font-size:18px;
	line-height:1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span{
	border-top-left-radius:6px;
	border-bottom-left-radius:6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span{
	border-top-right-radius:6px;
	border-bottom-right-radius:6px
}

.pagination-sm>li>a,
.pagination-sm>li>span{
	padding:5px 10px;
	font-size:12px;
	line-height:1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span{
	border-top-left-radius:3px;
	border-bottom-left-radius:3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span{
	border-top-right-radius:3px;
	border-bottom-right-radius:3px
}