/* Theme Name: Class Sohbet Temasi
Theme URI: www.QBilisim.com
Author: QBilisim
Author URI: Geliştirici Web Sayfası
Description: Qbilisim.com Özel Tasarım.
Version: v1 */

@font-face {
	font-family: "circle";
	src: url("font.otf") format("opentype");
}
html {
	--scrollbarBG: white;
	--thumbBG: #0c345e;
}
body::-webkit-scrollbar-thumb:hover {
	--scrollbarBG: white;
	--thumbBG: #fc583b;
}
body::-webkit-scrollbar {
	width: 15px;
}
body {
	scrollbar-width: thin;
	scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body::-webkit-scrollbar-track {
	background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
	background-color: var(--thumbBG) ;
	border-radius: 6px;
	border: 3px solid var(--scrollbarBG);
}
body {
	background: #002b49;
	font-family: "circle",sans-serif;
}

.headerbar {
	height: 510px;
	margin-bottom: 10px;
	border-bottom: 3px solid white;
}
.nav-bar {
	border-top: 5px solid #002b49;
	background: #fff8dc;
	padding: 5px;
	margin-bottom: 20px;
}

.nav-li {
}
.nav-li ul {
	display: block;
	height: 45px;
	text-align: right;
	margin-top: 15px;
}
.nav-li ul li {
	display: inline-block;
	padding: 10px 5px;
	font-weight: bold;
	list-style-type: none;
}
.nav-li ul li i {
	margin-right: 5px;
	color: #f8573a;
	margin-right: 5px;
}
.nav-li ul li a {
	color: #002b49;
	font-size: 20px;
	font-weight: bold;
}
.nav-li ul li a:hover {
	color: silver;
	text-decoration: none;
}

.nav-li .hizli {
	background: #fc583b;
	color: #f7f7f7;
	border: 2px solid #fc583b;
	padding: 15px;
	border-radius: 10px;
	margin-left: 31px;
	font-size: 20px;
	transition: all 0.5s ease;
}
.nav-li .hizli:hover {
	background: #f7f7f7;
	color: #002b49;
	transition: all 0.5s ease;
	z-index: 1;
}
.ustbar {
	margin-left: 20px;
	margin-right: 20px;
}
.headbar {
	background: white;
	padding: 10px;
	border-radius: 10px;
	font-family: 'Arial';
	margin-top: 20px;
}
.sohbetbar {
	border-top: 1px solid silver;
	padding: 23px;
	background: #fff8dc;
	box-shadow: 0px 0px 5px 2px #015e9b;
	margin-top: 20px;
	padding-bottom: 30px;
	border-radius: 10px;
	margin: 15px auto;
}
.sohbetbar h2 {
	text-align: center;
	font-size: 25px;
	letter-spacing: 11px;
	padding: 5px;
	font-weight: bold;
}
.sohbetbar i {
	font-size: 30px;
	background: #fc583b;
	color: white;
	border-radius: 50%;
	padding: 12px;
}
.sohbetbar input {
	padding: 10px;
	font-weight: bold;
	font-size: 20px;
	width: 80%;
	border: none;
	background: transparent;
	border-bottom: 1px solid black;
	text-align: center;
	outline: 0;
}
.sohbetbar input::value .sohbetbar i {
	background: white;
}
.sohbetbar button {
	padding: 0px;
	width: 100%;
	border: none;
	text-align: center;
	border-radius: 10px;
	font-size: 26px;
	font-weight: bold;
	background: #fc583b;
	color: white;
	border: 3px solid #fc583b;
	box-shadow: 0px 0px 5px 1px #002b49;
	letter-spacing: 5px;
	transition: all 0.5s ease;
	z-index: 1;
}

.sohbetbar button:hover {
	color: #fc583b;
	background: white;
	transition: all 0.5s ease;
}
.reklambar {
	display: none;
	border-radius: 10px;
}
.col-soh {
	-ms-flex: 0 0 32%;
	flex: 0 0 32%;
	max-width: 35%;
	text-align: center;
	border-radius: 5px;
}

.col-fot {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	text-align: center;
	border-radius: 5px;
}
.col-head {
	-ms-flex: 0 0 45%;
	flex: 0 0 25%;
	max-width: 50%;
	text-align: center;
	border-radius: 5px;
	background: #fff8dc;
	margin: 10px auto;
	padding: 5px;
}
.col-head:hover {
	animation: right 3s linear infinite
}
.col-head:hover .download {
	display: block;;
	font-size: 10px;
	color: #fc583b;
}
.download {
	display: none;
}
.col-head a {
	font-size: 25px;
	color:  #002b49;
	font-weight: bold;
}
.col-head a:hover {
	text-decoration: none;
}
.col-head i {
	color:  #fc583b;
	font-size: 40px;
}
.headbox {
}
.headbox h2 {
	text-align: center;
	font-size: 25px;
	padding: 10px;
	color: #ffffff;
	border-radius: 10px;
	font-weight: bold;
}
.headbox h3 {
	text-align: center;
	color: #d6cbcb;
	padding: 10px;
	font-size: 20px;
}
.col-head2 {
	-ms-flex: 0 0 32%;
	flex: 0 0 32%;
	max-width: 50%;
	text-align: center;
	border-radius: 5px;
	background: #fff8dc;
	color: #e75136;
	margin: 10px auto;
	padding: 10px;
}
.mesaj {
	display: none;
}
.col-head2:hover .mesaj {
	display: block;
}
.col-head2 h2 {
	font-size: 25px;
	color: #002b49;
	font-weight: bold;
}
.col-head2 i {
	font-size: 40px;
}
.col-makale {
	-ms-flex: 0 0 50%;
	flex: 0 0 45%;
	max-width: 70%;
}
.blog {
	padding: 10px;
	background: #fff8dc;
	border-radius: 10px;
}
.col-blog {
	-ms-flex: 0 0 50%;
	flex: 0 0 65%;
	max-width: 70%;
}
.blog>h2 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid silver;
}
.blog .item {
	padding: 10px;
	background: white;
	border-radius: 10px;
	margin: 5px auto;
}
.blog .row img {
	background: white;
	padding: 10px;
	width: 100%;
	height: 160px;
}
.blog .row  h2 {
	font-size: 20px;
	font-weight: bold;
	color: black;
}
.blog .row h3 {
	font-size: 15px;
}
.blog button {
	border: none;
	width: 100%;
	background: #002b49;
	padding: 5px;
	font-weight: bold;
	color: white;
	letter-spacing: 3px;
}
.blog button:hover {
	background: #fc583b;
	color: white;
}
.blogmetin {
	background: #fc583b;
	color: white;
	padding: 5px;
	border-radius: 10px;
	margin: 0 auto;
	margin-right: 0;
}
.blogmetin h2 {
	text-align: center;
	font-size: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid silver;
}
.blogmetin p {
	font-size: 18px;
}
.blogbaslik {
	background: #fff8dc;
	padding: 10px;
	margin-top: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 5px 1px silver;
}
.blogbaslik h1 {
	color: #002b49;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid silver;
	padding-bottom: 5px;
}
.blogbaslik p {
	padding: 5px;
	font-size: 15px;
	margin-top: -10px;
}
.yorum{
	color:black
}
.yorum a{
	color: black
}
.yorum li{
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid black;
	list-style-type: none;
	border-radius: 5px
}
.yorum textarea{
	width: 100%;
	height: 100px;
	border-radius: 5px
}
.yorum input[type=text]{
	width: 100%;
	border-radius: 5px;
	background: white;
}
.yorum input[type=submit]{
	background: white;
	color: #fc583b;
	width: 100%;
	border-radius: 10px;
	text-align: center
}
.yorum input[type=submit]:hover {
	background: #fc583b;
	color: white;
}
.yorum .comment-form-url{
	display: none
}
.footer {
	padding: 10px;
	background: #fff8dc;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 70px;
}
.footer .container>h2 {
	width: 70%;
	margin: 0px auto;
	border: none;
	background: #fc583b;
	color: white;
	margin-top: -10px;
	padding: 10px;
	border-radius: 0px 0px 10px 10px;
	margin-bottom: 20px;
}
.footer img {

}
.footer h2 {
	color: #002b49;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid silver;
}
.footer h3 {
	font-size: 20px;
}
.footer h4 {

}
.footer ul {

}
.footer ul li {
	list-style-type: none;
	margin-left: -40px;
}
.footer ul li a {
	color: black;
	font-size: 15px;
}
.footer ul li a:hover {
	text-decoration: none;
	color: silver;
}
.footer .hakkimizda {
	padding: 20px;
}
.footer .hakkimizda h2 {										
	font-size: 15px;
	border: none;		
}
.sosyal {
	background: #fc583b;
	padding: 5px;
	border-radius: 10px;
}
.sosyal a {
	color: white;
	border: none;
	padding: 0;
}
.sosyal i {
	color: #002b49;
}
.col-sosyal {
	-ms-flex: 0 0 32%;
	flex: 0 0 45%;
	max-width: 50%;
	margin: 0 auto;
}
.bars {
	margin-left: -15px;
	background: #002b49;
	padding: 10px;
	color: #fff8dc;
}
.yukari {
	display: none;
	position: fixed;
	bottom: 110px;
	right: 0;
	border: none;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	background: #fc583b;
	border-radius: 5px;
	color: white;
	font-size: 20px;
}
.acgizle{
	display: none;
	position: absolute;
	top: -90px;
	right: 28px;
	background: #002b49;
	color: white;
	border: none;
	border-radius: 10px;
	padding: 10px;
	animation: acgizle 1s linear infinite;
}
.yukari1{
	border: none;
	background: transparent;
	border-radius: 10px;
	color: #ffffff;
	box-shadow: 0px 0px 10px 1px #fff;
	text-decoration: none
}
.sakla{
	position: absolute;
	top: -30px;
	right: 30px;
	background: #002b49;
	color: white;
	border: none;
	border-radius: 10px;
	padding: 10px
}
.sakla1{
	border: none;
	background: transparent;
	color: white
}
.radyodiv{
	display: block
}
#radyo{
	border: none;
	background: transparent
}
.radyobutton{
	background: #ffffff;
	color: #002b49;
	border-radius: 10px;
	border: none;
	padding: 10px;
	background: w;
	box-shadow: 0px 0px 10px 5px #110400;
	font-size: 30px;
	text-decoration: none;
	animation: radyobutton 1s linear infinite
}
.bg-orgin{
	background: #fc583b;
	border-radius: 10px;
	box-shadow: 3px 0px 10px 10px #fc583b;
}
@keyframes radyobutton{
	0%{
		box-shadow: 0px 0px 2px 2px white
	}
	50%{
		box-shadow: 0px 0px 6px 6px white
	}
	100%{
		box-shadow: 0px 0px 10px 10px white
	}
}
@keyframes bg-sohbet3{
	0%{
		box-shadow: 0px 0px 2px 2px #00799a
	}
	50%{
		box-shadow: 0px 0px 6px 6px #00799a
	}
	100%{
		box-shadow: 0px 0px 10px 10px #00799a
	}
}
@keyframes acgizle{
	0%{
		box-shadow: 0px 0px 2px 2px white
	}
	50%{
		box-shadow: 0px 0px 6px 6px white
	}
	100%{
		box-shadow: 0px 0px 10px 10px white
	}
}
@media screen and (max-width:1044px){ 
	.sakla {
		top: -50px;
		left: 0;
		right: auto;
	}
	.nav-bar {
		padding: 20px;
	}
	.nav-li ul {
		display: none;
		float: none;
		height: 100%;
	}
	.nav-li ul li {
		display: block;
		margin-right: 10px;
		border: none;
		padding-top: 10px;
		padding-bottom: 10px;
		font-weight: bold;
		color: #777777;
		list-style-type: none;
		text-align: center;
		width: 100%;
		margin-left: -20px;
	}
	.nav-li .hizli {
		font-size: 15px;
	}
	.headerbar {
		height: auto;
	}
	.sohbetbar {
		margin-right: 10px;
		margin-left: 10px;
	}
	.sohbetbar h2 {
		font-size: 17px;
	}
	.sohbetbar input,.sohbetbar i {
		font-size: 16px;
	}
	.sohbetbar button {
		font-size: 20px;
		margin-top: 30px;
	}
	.sohbetbox {
		margin-right: 20px;
	}
	.col-soh {
		-ms-flex: 0 0 32%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		border-radius: 5px;
	}
	.col-head {
		-ms-flex: 0 0 95%;
		flex: 0 0 95%;
		max-width: 100%;
		margin-left: 20px;
	}
	.col-head a {
		font-size: 18px;
	}
	.col-head i {
		font-size: 30px;
	}
	.reklambar,.blogmetin {
		display: none;
	}
	.col-blog {
		-ms-flex: 0 0 95%;
		flex: 0 0 95%;
		max-width: 100%;
		margin-left: 10px;
	}
	.col-makale {
		-ms-flex: 0 0 95%;
		flex: 0 0 95%;
		max-width: 100%;
	}
	.blogbaslik {
		background: #fff8dc;
		padding: 10px;
		border-radius: 10px;
		box-shadow: 0px 0px 5px 1px silver;
	}
	.blogbaslik h1 {
		font-size: 20px;
	}
	.blogbaslik p {
		font-size: 14px;
	}
	.footer .container>h2 {
		width: 100%;
		font-size: 20px;
	}
	.footer h2 {
		font-size: 20px;
		background: #002b49;
		padding: 5px;
		border-radius: 10px;
		color: white;
	}
	.footer h3 {
		font-size: 15px;
	}
}


@keyframes right{
	0%{
		transform:translateX(0)
	}
	40%{
		transform:translateX(10px)
	}
	60%{
		transform:translateX(5px)
	}
	100%{
		transform:translateX(0)
	}
}
}