/*
Theme Name: AC1
Description: AliveCast
Author: AliveCast
Version: ver1.0.0
Tags: 標準テーマ
*/
/* この下に通常のcssを書いていく */

/* 基本的には非表示にする */
.grecaptcha-badge {
visibility: hidden;
}

/* お問い合わせページには表示させる */
.contact .grecaptcha-badge, .contact-confirm .grecaptcha-badge, .mailstop .grecaptcha-badge {
visibility: visible;
}

/** お問合せ時、フッター非表示 */
.contact #footer, .contact-confirm #footer{
  display: none;
}

.page-numbers {
  margin-left: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 47px;
  height: 45px;
  border: solid 1px #ddd;
  font-size: 14px;
  color: #111;
  box-shadow: 2px 3px 5px 0px #ddd;
}
.page-numbers.current {
  background-color: rgb(5, 122, 167);
  color: #fff;
  border-color: rgb(5, 122, 167);
}
.page-numbers.dots {
  width: 20px;
  box-shadow: none;
  border: none;
}