/* 
Theme Name: TakaBlog
Author: John Smith
Description: Theme For takasibet
Version: 1.0.1
*/ 

body {
	background-color: #eaeaea;
}
.white {
	background-color: #fefefe;
}
a {
	color: #e75061;
}
a:hover {
	color: #d91f22;
	text-decoration: underline;
}
a:visited {
  text-decoration: none;
}
.nav-link {
	color: #efefef !important;
}
h1 {
	font-size: 20px;
}
.home-title:hover {
	color: #efefef;
}
h2 {
	font-size: 20px;
	text-align: center;
}
h3 {
  font-size: 16px;
  text-align: left;
}
.blue-header {
	background-color: #d91f22;
}
.home-title-2 {
	padding: 7px 0 7px 0;
	text-transform: uppercase;
	font-size: 18px;
	display: block;
	text-align: center;
	color: #efefef;
	background-color: #c63a39;
	margin-bottom: 30px;
}
.home-title-2 a {
	color: #efefef;
}
.home-title-3 {
	color: #efefef;
	text-align: center;
}
.footer {
	position: absolute;
	width: 100%;
}
#copyright {
	text-align: center;
	color: #efefef;
	padding-top: 5px;
}
.footer-copyright {
	font-size: 16px;
}
.banner {
  margin-top: 112px;
}
/* banner responsive */ 

/* header css */ 

.navbar-light .navbar-brand {
  color: #efefef;
}

.navbar a {
	color: #efefef;
}

.navbar ul {
	margin: 4px 0 0 0;
}

.navbar ul li {
	display: inline;
	list-style: none;
	padding: 0 10px 0 10px;
}

.dropdown-menu {
	background-color: #d91f22;
}

/* home css */ 

.home-livechat {
  width: 202px;
}

.home-title {
	font-size: 20px;
	color: #efefef;
	text-align: center;
}

.home-post {
	background-color: #c93e3e;
	text-align: center;
	color: #efefef;
	padding-top: 5px;
	padding-bottom: 5px;
}

.home-post a {
	color: #efefef;
	font-size: 16px;
}

.red {
	background-color: #c93e3e;
}

.blackish {
	background-color: #fefefe;
	color: #3f3f3f;
}

.img-responsive {
	width: 100%;
	height: auto;
}

.content img {
	padding: 10px 0 20px 0;
	width: 100%;
	height: auto;
}

/* search form  and sidebar */

.sidebar-header {
	width: 100%;
	background-color: #c63a39; 
	color: #efefef;
	padding: 5px; 
	margin: 20px 0 0 0; 
	text-align: center;	
}

.search {
	width: 100%;
	border: 5px solid #c63a39;
	background-image: url('http://ramalanskor.net/wp-content/uploads/2019/01/search-2.png');
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 33px 5px 5px;
	background-repeat: no-repeat;
	background-position: right;
}

#sidebar li {
	list-style: none;
}

#sidebar div {
	margin: 25px 0 0 0;
	text-align: left;
}

#sidebar div ul {
	padding-left: 0;
}

#sidebar h2 {
	text-align: left;
	background-color: #c93e3e;
	padding: 5px 0 5px 5px;
	color: #efefef;
}

/* single page */

.dmozbreadcrumbs {
	font-size: 20px;
	margin-bottom: 20px;
}
.breadcrumbs a {
	color: #efefef;
	background-color: #c63a39;
	padding: 5px 10px 5px 10px;
}

.current-breadcrumbs {
	color: #3f3f3f;
	padding: 5px 10px 5px 10px;
	line-height: 2em;
}

.page-post h1 {
	font-size: 24px;
	line-height: 1.5em;
	background-color: #c63a39;
	padding: 5px 0 5px 10px;
	margin-bottom: 30px;
	color: #efefef;
}
.page-post h1 a {
  color: #efefef;
}
.related-post-heading {
	color: #efefef;
	background-color: #d91f22;
	padding: 5px 0 5px 0;
}
.related-post {
	font-size: 18px;
	text-decoration: none;
	border: none;
	background-color: #d91f22;
	text-align: left;
	line-height: 1.4em;
	padding: 5px;
}
.related-post a {
	color: #efefef;
	line-height: 1.4em;
}

/* category page */
.category-title {
  color: #efefef;
}
.category-title:hover {
  color: #efefef;
}

.page-post h2 {
	text-align: left;
}

/* 404 page */ 
#title404 {
  text-align: center;
}

/* pagination for all page css */ 

#pagination {
  text-align: center;
  margin: auto;
  width: 100%;
}
.title404 {
  border-bottom: none;
  text-align: left;
}
.tags {
	clear: left;
	padding: 5px 0 0 0;
}
.image-list {
	float: left;
	width: 200px;
	height: auto;
	padding: 0 10px 0 0;
}



/* responsive template */

@media only screen and (max-width: 500px) {

	.image-list {
		width: 100%;
		float: none;
	}
}