ul.simple-pagination {
	list-style: none;
}

.simple-pagination {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
  display: flex;
  align-items: center;
}

.simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

.simple-pagination li:first-child {
  padding: 6px 4px 6px 6px;
  border-radius: 16px;
  background-color: #fff;
}

.simple-pagination li:last-child {
  padding: 6px 2px 6px 8px;
  border-radius: 16px;
  background-color: #fff;
}

.simple-pagination .disabled {
	opacity: .5;
}

span.ellipse.clickable {
	cursor: pointer;
}

.ellipse input {
	width: 3em;
}
/*------------------------------------*\
	Simple Theme Styles
\*------------------------------------*/
.simple-theme span {
	cursor: pointer;
}

.simple-theme a, .simple-theme span {
	float: left;
	color: #9B9B9B;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	text-align: center;
	min-width: 14px;
	padding: 14px 20px;
	margin: 0 12px 0 0;
  border-radius: 30px;
}

.simple-theme a:hover, .simple-theme li:not(.disabled):not(.active) span:hover {
	text-decoration: none;
  color: #FFFFFF;
	background: #FB4122;
  border-radius: 30px;
}

.simple-theme .current {
	color: #000;
}

.simple-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}

.simple-theme ul li a, .simple-pagination ul li span {
  background-image: none !important;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  font-size: 22px;
}


.simple-theme ul li:first-child a, .simple-theme ul li:first-child span {
  width: 54px;
  text-indent: -9999px;
  background: url('./prev.png') no-repeat center !important;
  background-size: 60% !important;
}

.simple-pagination ul li:last-child a, .simple-pagination ul li:last-child span {
  width: 54px;
  text-indent: -9999px;
  background: url('./next.png') no-repeat center !important;
  background-size: 60% !important;
}

@media (max-width: 992px)  {
  .simple-theme a, .simple-theme span {
    padding: 1px 9px;
    margin: 0 8px 0 0;
  }
  .simple-theme ul li:first-child a, .simple-theme ul li:first-child span {
    width: 28px;
    background-size: 45% !important;
  }
  
  .simple-pagination ul li:last-child a, .simple-pagination ul li:last-child span {
    width: 28px;
    background-size: 45% !important;
  }
}