/*
    Theme Name: KURGU Dijital Ajans
    Author: Eray
    Version: 1.9
*/

body{
    font: 400 16px/24px 'Roboto', Verdana, Geneva, sans-serif;
	color: #000;
	text-align: left;
}

#sitewrapper {
    transition: 1s;
}

.fa { 
  font-family: FontAwesome;
}

#wpadminbar {
    position: absolute!important;
}

@media(min-width:768px) and (max-width:1023px){
  #wpadminbar ul li:last-child .ab-item {
    display: none;
  }
}

@media (min-width: 1024px){
  .d-none-desktop{
	display:none;
  }
}
@media (min-width: 768px) and (max-width: 1023px){
  .d-none-tablet{
	display:none;
  }
}
@media (max-width: 767px){
  .d-none-mobile{
	display:none;
  }
}

#upButton {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
}
#upButton::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#upButton:hover {
  cursor: pointer;
  background-color: #333;
}

#upButton:active {
  background-color: #555;
}

#upButton.show {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px){
  #upButton {
    bottom: 100px;
    right: 11px;
	width: 40px;
	height: 40px;
  }
	
  #upButton::after {
	font-size: 1.5em;
	line-height: 38px;
  }
}

.erorPage {
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    margin: 60px 0px;
}

.erorPage h1{
    font-weight:600;
    font-size:140px;
    color: #27447e;
    margin:0px;
}

.erorPage h2{
    font-size:40px;
    color:#000;
    margin-bottom:20px;
}

.erorPage p{
    font-size: 22px;
    color: #2f182a;
    margin: 40px;
	line-height: 2;
}

.erorPage img{
	width:800px;
}

.erorPage button{
  font-size: 17px;
  font-weight: 600;
  background: #27447e;
  padding: 7px 40px;
  color:#fff;
  border-radius: 40px;
  border:
  none;
  transition: all 0.4s linear;
}


.mobile-BottomBar{
	height: 50px;
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 100;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: rgba(226, 226, 226, 1);
	background: rgba(240, 242, 245, 1);
	box-shadow: 0 -10px 30px -5px rgb(0 0 0 / 15%);
}

.mobile-BottomBar ul {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
  height: 100%;
}

.mobile-BottomBar  > ul > li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.mobile-BottomBar>ul>li>a {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 8px 0px 3px;
  border: 1px solid #ececec;
  text-decoration: none;
  height: 100%;
}

.mobile-BottomBar>ul>li>a>.fab {
  color: rgba(105, 105, 115, 1);;
}

.mobile-BottomBar>ul>li>a>.links-text{
  font-size:11px;
  color: rgba(139, 145, 152, 1);
  margin-bottom: -4px;
}

.mobile-BottomBar>ul>li>a>i{
	color:rgba(139, 145, 152, 1);
}

@media (min-width:768px){
  .mobile-BottomBar{
  display:none!important;
  }
}

/*Blog*/
.post-thumbnail{
	overflow:hidden;
}

.post-thumbnail img{
    float: none;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
	transition:1s;
}

.blog-tablets{
	position: relative;
	background: #eee;
	padding: 0px 0px 10px;
	margin: 0px 10px;
	margin-bottom: 50px!important;
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
}

.blog-tablets:hover .post-thumbnail img{
	scale:1.5;
}

.blog-tablets h1 {
    font: 700 20px/30px "Encode Sans Condensed", Arial;
    color: #3a3a3a;
    margin: 0px;
    padding: 20px 0px 10px;
    text-align: center;
    display: block;
    border-bottom: 0px;
}

.blog-tablets a{
	text-decoration:none;
}

.blog-tablets p{
	font-family: "Noto Sans";
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	color: #1a1a1a!important;
	margin: 10px 30px 20px;
	padding: 0px!important;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	white-space: normal;
	text-align: center;
}

.blog-tablets button {
  font-family: 'Muli', sans-serif;
  margin: 0px auto;
  display: block;
  transition: 0.15s all ease-in-out;
  cursor: pointer;
}

.blog-tablets .detail {
  background: #659a2e00;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  border-radius: 0px;
  font-size: 14px;
  padding: 3px 40px;
  text-decoration: none;
  margin-bottom: 15px;
}

.blog-tablets .detail:hover{
  background: #000;
  color: #fff;
}

.page-numbers {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  border-radius: 1px;
  text-decoration: none;
  border: 1px solid;
  padding: 3px 10px;
}

.page-numbers:hover,.archive-pagination .next:hover, .archive-pagination .prev:hover,.search-pagination .next:hover, .search-pagination .prev:hover {
	background: #000;
	color: #fff;
    border: 1px solid #000;
}
.page-numbers.current {
  background: #3a3a3a;
  color: #fff;
  border: 1px solid #000;
}
.page-numbers.current a{
	text-decoration:none;
}
.archive-pagination, .search-pagination {
  position: relative;
  text-align: center;
  margin: 30px 0;
}

.archive-pagination .next, .archive-pagination .prev,.search-pagination .next, .search-pagination .prev{
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

/*Blog*/

/*Search*/

.search-main .card-image img{
    max-width: 100%;
    height: auto;
	width: 300px;
}

.search-main h1{
	background:#fff;
}

.search-main .card{
	border: none;
    border-radius: 0px;
}

.card-body p{
	padding: 0px!important;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.card-body .fa-circle-chevron-right{
	color:#ff9800;
}

.card-body .detail {
	font-size: 17px;
	font-weight: 400;
    background: none;
    color: #ff9800;
    border: none;
    border-radius: 0px;
    padding: 0;
    text-decoration: none;
}

.card-body button:hover, .card-body button:hover i{
  color: #000;
}

.card-image{
	display: flex;
	justify-content: center;
	align-items: center;
}
.search-main .card-title {
    margin-bottom: 1rem;
}

.search-main .card-title a{
	text-decoration:none;
	color: #f68b01;
}

.search-main .page-title {
    background: #3a3a3a;
    color: #fff;
    margin: 0px 0px 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 30px 0px;
}

.search-main input, .erorPage input{
    width: 98%;
    background: #ececec;
    border: 1px solid #ececec;
    border-radius: 0;
	padding-left: 10px;
}
.erorPage input{
	width: 60%!important;
}
.search-main .fa-search, .erorPage .fa-search{
	color: #fff;
}
.search-main fieldset, .erorPage fieldset{
	display: flex;
    justify-content: center;
    align-items: stretch;
}

.search-main .search-btn, .erorPage .search-btn{
	background:#f68b01;
	border-radius:0;
}

.search-main .search-btn:hover, .erorPage .search-btn:hover{
	box-shadow: 0 0 2px 0 #000;
}

.search-main .search{
	margin-bottom: 40px;
}

fieldset{
	display: flex;
    align-items: center;
}
/*Search*/