/* Theme Name: Success Tema 
Theme URI: www.QBilisim.com
Author: QBilisim
Author URI: Geliştirici Web Sayfası
Description: Qbilisim.com tema "Success" serisi.
Version: v1 */

.arkaplan {
	width: 100%;
	min-height: 90vh;
	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-dark-slow {
	background: #343a408f;
}
.bg-dark-slow:hover {
	opacity: 0.5;
	background: black;
}
.bg-dark-slow li:hover {
	opacity: 0.8;
}
.blogmetin {
	margin: auto;
	border: 1px solid #343a408f;
	border-radius: 5px;
	transition: all 0.5s ears;
}
.blogmetin:hover {
	opacity: 0.8;
	background: red;
}
.altbar .col-lg-4 {
	    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 33.333333%;
    margin: 0 auto;
    border-radius: 10px;
}
.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: #289e58;
	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:#289e58;
}
.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: #289e58;
	width: 150px;
	border-radius: 10px;
}
.sayfabaslik {
	font-size:50px;
	 border: 1px solid #289e58;
	 border-radius: 10px;
	margin-top: 10px;
}

.sosyal {
	padding: 10px;
	border: 1px solid #343a408f;
	border-radius: 50%;
	transition: all 0.5 ears;
}
.sosyal:hover {
	background: black;
	color: #289e58;
}
.ilerigeri {
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #289e58;
	border-radius: 10px;
}
.ilerigeri a {
color: black;
	text-decoration: none;
}
.ilerigeri a:hover {
	color: #289e58;
	text-decoration: none;
}
.blog {
	width: 95%; 
	margin: 0px auto;
}
@media screen and (max-width:1044px){ 
.altbar .row {
	margin
}
.altbar .col-lg-4 {
	-ms-flex: 0 0 97%;
    flex: 0 0 97%;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 10px;
}
.blog {
	width: 90%;
	margin: 0px auto;
}
}