/* Theme Name:Escort Script
Theme URI:www.QBilisim.com
Author:QBilisimAuthor 
URI:Geliştirici Web Sayfası
Description:Qbilisim.com Özel Tasarım.
Version:v1 */
html{
	--scrollbarBG:white;
	--thumbBG:#0c345e
}
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:black;
	font-family:'Arial'
}
.header{
	background:white;
	padding:10px;
	text-align:center
}
.header img{
	width:30%
}
.vitrinbar .vitrin{
	width:100%;
	margin-top:20px;
	padding:5px;
	border:none;
	border-radius:10px;
	font-weight:bold;
	color:black
}
.vitrin>.baslik{
	font-size:15px;
	text-align:center;
	padding:10px;
	margin-top:20px;
	background:#380138;
	color:#eec1ee
}
.vitrin .ilan img{
	width:100%
}
.vitrin .birli .ilan{
	-ms-flex:0 0 99%;
	flex:0 0 99%;
	max-width:100%;
	margin-top:3px;
	text-align:center;
	cursor:pointer;
	background:#c401c4;
	padding:3px;
	border-radius:10px
}
.vitrin .ikili .ilan{
	-ms-flex:0 0 50%;
	flex:0 0 50%;
	max-width:50%;
	margin-top:3px;
	text-align:center;
	cursor:pointer;
	background:#c401c4;
	padding:3px;
	border-radius:10px
}
.vitrin .uclu .ilan{
	-ms-flex:0 0 32%;
	flex:0 0 32%;
	max-width:50%;
	margin-top:3px;
	text-align:center;
	cursor:pointer;
	background:#c401c4;
	padding:3px;
	border-radius:10px
}
.vitrin .dortlu .ilan{
	-ms-flex:0 0 25%;
	flex:0 0 25%;
	max-width:50%;
	margin-top:3px;
	text-align:center;
	cursor:pointer;
	background:#c401c4;
	padding:3px;
	border-radius:10px
}
amp-anim.amp-wp-enforced-sizes,amp-img.amp-wp-enforced-sizes{
	border-radius:10px;
	width: 70%;
}
.blog{
	padding:30px;
	background:white;
	margin-top:20px;
	border-radius:5px;
	font-weight:bold;
	margin-bottom:20px
}
.blog h1{
	font-weight:bold;
	font-size:34px;
	color:#000000
}
.blog h2{
	font-weight:bold;
	text-align:center
}
.blog h3{
	text-align:center;
	border-bottom:2px solid;
	padding-bottom:10px
}


.blog .item{
	padding:10px;
	text-align:center;
	background:#000000;
	margin:0px auto;
	margin-top:50px;
	border-radius:5px
}

.blog .item img{
	width:260px;
	background:white;
	height:160px;
	margin-top:-40px;
	border:2px solid black;
	box-shadow:0px 0px 5px 1px;
	border-radius:10px
}
.blog .item h2{
	font-weight:bold;
	color:white;
	padding:10px;
	font-size:18px
}
.blog .item p{
	color:white
}
.blog .item button{
	padding:5px;
	width:100%;
	border:none;
	border-radius:5px;
	background:white;
	border:2px solid white;
	color:black;
	font-weight:bold;
	font-size:15px;
	letter-spacing:2px
}
.blog .item button:hover{
	background:#000000;
	color:white
}
.col-blog{
	-ms-flex:0 0 33.333333%;
	flex:0 0 30%;
	max-width:35%
}
.yorum{
	font-weight:bold;
	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:black;
	width:100%;
	border-radius:10px;
	text-align:center
}
.yorum input[type=submit]:hover{
	background:black
}
.yorum .comment-form-url{
	display:none
}
.tanitim{
	padding:10px;
	margin-top:10px;
	background:white;
	border-radius:10px;
	margin-bottom:30px
}
.tanitim h1{
	font-size:25px;
	color:black;
	font-weight:bold
}
.tanitim p{
}
.bars{
	background:#ffffff;
	border-radius:5px;
	padding:10px
}
.yukari{
	display:none;
	position:fixed;
	bottom:0;
	right:0;
	border:none;
	padding:10px;
	margin-bottom:10px;
	margin-right:10px;
	background:#000000;
	border-radius:5px;
	color:white;
	font-size:20px
}
  .wp-caption {
    /* Force the box to be 100% */
    width: 100% !important;
  }
  #content .wp-caption img {
    /* Scale down if too big */
    max-width: 99.03225806%; /* 614/620 */
    height: auto;
  }
@media screen and (max-width:1044px){
	.blog h2{
		font-size:15px
}
	.blog h3{
		font-size:15px
}
	.col-blog{
		-ms-flex:0 0 95%;
		flex:0 0 95%;
		max-width:102%
}
	.tanitim{
		padding:29px
}
}
@keyframes right{
	0%{
		transform:translateX(0)
}
	40%{
		transform:translateX(10px)
}
	60%{
		transform:translateX(5px)
}
	100%{
		transform:translateX(0)
}
}