/*
 * LaraClassified - Classified Ads Web Application
 * Copyright (c) BedigitCom. All Rights Reserved
 *
 * Website: http://www.bedigit.com
 *
 * LICENSE
 * -------
 * This software is furnished under a license and may be used and copied
 * only in accordance with the terms of such license and with the inclusion
 * of the above copyright notice. If you Purchased from Codecanyon,
 * Please read the full License from here - http://codecanyon.net/licenses/standard
 */

/* Your custom CSS here... */
body {
  background-color: #fff;
}
.skin-red .intro {
  background: #061731a3;
}
.img-thumbnail {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  height: auto;
  padding-top: 25px;
}
.bx-wrapper img {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.alert-danger {
    display: none;
}
.topc {
  text-align: justify !important;
  font-size: 17px;
  line-height: 30px;
}
.topc h1 {
  text-align: center;
}
.girlisting {
  background: #ededed;
}
.item-list2 {
  background: #ffe93c24;
}
#ageRestriction .modal-body div {
  line-height: 22px;
  font-size: 16px;
}
#ageRestriction .modal-body ul {
  list-style: circle !important;
  font-size: 14px;
  line-height: 22px;
}
#ageRestriction .modal-body ul li {
  margin-bottom: 10px;
  list-style: disclosure-closed;
}
#javasdlf {
  background: #ffb5b5;
  margin: 34px auto;
  padding: 36px;
  border: 3px solid #ff9090;
  text-align: center;
}
#javasdlf .wizard {
  font-size: 20px;
  color: #795858;
}
#javasdlf a {
  background: #fff;
  padding: 10px 28px;
  margin-top: 15px;
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
}
.featured label {
  background: #f6d80f;
  padding: 10px;
}
.drag {
  background: #ffb5b5;
  margin: 5px auto;
  padding: 4px;
  border: 3px solid #ff9090;
  text-align: center;
  width: 60%;
  color: #795858;
}

.drag.successpay {
  background: green;
  color: #fff;
  border-color: #14aa14;
  font-size: 20px;
}
.citybox {
  background: #fff;
  padding: 21px;
  font-size: 17px;
}
.pagination li:nth-child(1)
{
  display: block;
}
.page-item
{
  display: none;
}
.pagination-sm .page-link
{
  padding-left: 8px;
  font-size: 33px;
  line-height: 19px;
  padding-bottom: 8px;
  padding-top: 3px;
}
.pagination li:last-child
{
  display: block;
}