/* Theme Name: Warning Tema 
Theme URI: www.QBilisim.com
Author: QBilisim
Author URI: Geliştirici Web Sayfası
Description: Qbilisim.com tema "Warning" serisi.
Version: v1 */
.kenarlik {
	border-radius: 10px;
}
.renk-1 {
	background: #e7ee04;
}
.renk-2 {
	background: #c51212;
}
.renk-3 {
	background: #41a5ff;
}
.arkaplan {
	background-image: url("image/arka.jfif");
	background-repeat: no-repeat;
	background-size: cover;
}
.sohbet {
	margin: auto;
	border-radius: 10px;
}
.bg-dark-new {
	background: #fdfffd;
}
.bg-warning-active {
	background: #dee502;
}
.bg-dark-slow {
	background: #343a408f;
}
.bg-dark-slow:hover {
	opacity: 0.5;
	background: black;
}
.bg-dark-slow li:hover {
	opacity: 0.8;
}
.blogmetin {
	padding-bottom: 5px;
	color:white;
	border: 2px solid #ffc107;
	border-radius: 1px 1px 10px 1px;
	transition: all 0.5s ears;
}
.blogmetin:hover {
	opacity: 0.8;
	background: #fdfffd;
}
.ftrs {
	margin-top: 30px;
}
.sayfalar ul li {
	padding-left: 15px;
	color: #289e58;
	font-size: 20px;
	list-style-type: none;
	text-decoration: none;
}
.sayfalar ul li a {
	color: #ffc107;
	text-decoration: none;
}
.ellipsis p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1; /* kaç satırla sınırlayacağımızı yazıyoruz */
	-webkit-box-orient: vertical;
}
.altsayfa {
	color: white;
	list-style-type: none;
}
.altsayfa ul li {
	margin-bottom: 3px;
	text-decoration: none;
}
.altsayfa a {
	color: white;
	text-decoration: none;
}
.yorum {
	color:#ffc107;
}
.yorum li {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid black;
	list-style-type: none;
	border-radius: 5px;
}
.yorum textarea {
	width: 100%;
	border-radius: 5px;
}
.yorum input[type=text] {
	width: 100%;
	border-radius: 5px;
}
.yorum input[type=submit] {
	background: #ffc107;
	width: 150px;
	border-radius: 10px;
}
.sayfabaslik {
	font-size:50px;
	border: 1px solid #ffc107;
	border-radius: 10px;
	margin-top: 10px;
}

.sosyal {
	width: 60px;
	list-style-type: none;
	display: inline;
	align-items: center;
	margin: 10px;
	padding: 10px;
	border: 1px solid #1378dd8f;
	border-radius: 300px;
	background: white;
	transition: all 0.1 ears;
}
.sosyal:hover {
	background: black;
	color: #ffc107;
}
.ilerigeri {
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #ffc107;
	border-radius: 10px;
}
.ilerigeri a {
	color: white;
	text-decoration: none;
}
.ilerigeri a:hover {
	color: #ffc107;
	text-decoration: none;
}
.comment-form-url {
	display: none;
}
.comment-body .fn {
	color: #007bff
}