/*
Theme Name: hello-elementor Child
Theme URI:  https://elementor.com/products/hello-theme/
Author:     Elementor
Author URI: https://elementor.com
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/

.elementor-pagination {
  margin-top: 3rem;
}
.elementor-pagination > a, .elementor-pagination > span {
  background-color: white;
  border: solid 1px black;
  line-height: 1;
  display: inline-block;
  padding: .5rem 1rem;
  font-size: 1.15rem;
  letter-spacing: -.25px;
  font-weight: 600;
  text-transform: uppercase;
}
.elementor-pagination > span {
  cursor: no-drop;
  opacity: .25;
}
li.separator {
	margin:0 .5rem;
	font-weight: 600;
	font-size: 1.35rem;
	line-height: .95
}
.single.single-post .page-bc a {
	color: #accb1d
}
.single.single-post .page-bc a:hover {
	color: white
}
body.page .page-bc a {
	color: rgba(50,50,50,.8);
}
body.page .page-bc a:hover {
	color: rgb(50,50,50);
}
ul.page-bc {
	list-style: none;
	display: flex;
	column-gap: 1px;
	padding: 0;
	flex-wrap: wrap;
}
