/*
Theme Name: Catator Theme
*/

/* Screen Reader Text ------------------------ */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* pagination css */
.pagination{ text-align: center; justify-content: center; }
.pagination .page-numbers{
  position: relative;
    z-index: 0;
    width: 2.5625rem;
    height: 2.5625rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.0625rem;
    color: #0A0A0B;
    background-color: #F9F9F9;
    border: 1px solid #DBDBDB;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
	margin-left: 0.6875rem;
}
.pagination .page-numbers.current{color: #fff; background: #009f57; border-color: #009f57;}
.pagination .page-numbers:hover {
    color: #fff;
}
.pagination .page-numbers:hover::after {
    transform: scale(1);
    opacity: 1;
}
.pagination .page-numbers::after {
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: -1;
    content: '';
    background: #009f57;
    transform: scale(0.2);
    opacity: 0;
    transition: all 0.2s ease-in-out;
    border-radius: inherit;
}
.pagination .page-numbers.prev .nav-prev-text,
.pagination .page-numbers.next .nav-next-text{ display: none; }
.pagination .page-numbers.prev,
.pagination .page-numbers.next{ line-height: 35px; }
h2.screen-reader-text {
    display: none;
}
.pagination-wrapper.section-inner {
    margin-bottom: 20px;
}

/* Skip Link --------------------------------- */

.skip-link {
	left: -9999rem;
	top: 2.5rem;
	z-index: 999999999;
	text-decoration: underline;
}

.skip-link:focus {
	display: block;
	left: 6px;
	top: 7px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	line-height: normal;
	padding: 15px 23px 14px;
	z-index: 100000;
	right: auto;
}