.button {
  margin: 3.5% auto 0 auto;
  width: 20%;
  text-align: center;
  color: #f8fdff;
}
.button a {
  padding-bottom: 7px;
  border-bottom: 1px solid #f8fdff;
}
.button a:hover, .button a:focus {
  color: #71C2D9;
  border-bottom: 1px solid #71C2D9;
}
@media screen and (max-width: 767px) {
  .button {
    margin: 7% auto 0 auto;
  }
}

button, input[type=submit] {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  button, input[type=submit] {
    font-size: 12px;
    margin: 7% auto 0 auto;
  }
}

.browncolor {
  margin: 3.5% auto 0 auto;
  width: 20%;
  text-align: center;
  color: #422b11;
}
@media screen and (max-width: 767px) {
  .browncolor {
    margin: 7% auto 0 auto;
  }
}
.browncolor a {
  padding-bottom: 7px;
  border-bottom: 1px solid #422b11;
}
.browncolor a:hover, .browncolor a:focus {
  color: #a195db;
  border-bottom: 1px solid #a195db;
}

ul {
  display: flex;
}
ul li {
  list-style: none;
  list-style-position: inside;
}

ol li {
  list-style: decimal;
  list-style-position: inside;
}

@media screen and (max-width: 767px) {
  .url {
    line-height: 2rem;
    padding: 3% 0;
  }
}
.url a {
  opacity: 0.7;
  border-bottom: 1px solid #422b11;
  padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .url a {
    font-size: 12px;
  }
}
.url a:hover, .url a:focus {
  opacity: 1;
  color: #b5d8f4;
  border-bottom: 1px solid #b5d8f4;
}

.url-2 a {
  opacity: 0.7;
  border-bottom: 1px solid #422b11;
  padding-bottom: 3px;
}
.url-2 a:hover, .url-2 a:focus {
  opacity: 1;
  color: #a195db;
  border-bottom: 1px solid #a195db;
}

.blog-tab {
  display: flex;
}
@media screen and (max-width: 767px) {
  .blog-tab {
    justify-content: space-between;
  }
}
.blog-tab h5 {
  margin-right: 3.5%;
}
@media screen and (max-width: 767px) {
  .blog-tab h5 {
    margin-right: 5%;
  }
}
@media screen and (max-width: 399px) {
  .blog-tab h5 {
    margin-right: 4%;
  }
}
.blog-tab h5:hover, .blog-tab h5:focus {
  color: #a195db;
  border-bottom: 1px solid #a195db;
}
.blog-tab .current {
  color: #a195db;
  border-bottom: 1px solid #a195db;
}

header {
  position: fixed;
  z-index: 1000;
  right: 80px;
  top: 20px;
}
@media screen and (max-width: 767px) {
  header {
    right: 65px;
    top: 10px;
  }
}
header .container {
  position: relative;
}
header .container .meatballmenu-list {
  background: url(/wp-content/themes/practice/assets/img/menu-bg@4x-8.png) no-repeat center/contain;
  position: absolute;
  top: -20px;
  left: 80px;
  width: 100vw;
  height: 100vh;
  z-index: 90;
  background-color: rgba(248, 253, 255, 0.9803921569);
  transform: translateX(0);
  transition: transform 0.7s ease-in-out;
  align-content: center;
}
@media screen and (max-width: 767px) {
  header .container .meatballmenu-list {
    left: 65px;
    top: -10px;
  }
}
header .container .meatballmenu-list .menu {
  flex-direction: column;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 40px;
  align-items: center;
}
header .container .meatballmenu-list .menu li {
  width: 110px;
  margin-left: -35px;
  border-bottom: 1px solid #71C2D9;
  padding-bottom: 1px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  header .container .meatballmenu-list .menu li {
    margin-bottom: 18px;
  }
}
header .container .meatballmenu-list .menu li:hover, header .container .meatballmenu-list .menu li:focus {
  border-bottom: 1px solid #a195db;
}
header .container .meatballmenu-list .menu li a {
  color: #71C2D9;
  letter-spacing: 0.1rem;
}
header .container .meatballmenu-list .menu li a:hover, header .container .meatballmenu-list .menu li a:focus {
  color: #a195db;
}
header .container .meatballmenu-list.active {
  transform: translateX(-100%) !important;
}

.c-nav-btn {
  z-index: 100;
  height: 44px;
  width: 44px;
  position: absolute;
  background: none;
  border: none;
  transform-origin: center;
  transition: transform 0.3s;
}
.c-nav-btn:hover, .c-nav-btn:focus {
  border-bottom: none;
}
.c-nav-btn.load::before, .c-nav-btn.load::after {
  animation: none;
}
.c-nav-btn::after, .c-nav-btn::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 2px);
  width: 5px;
  border-radius: 5px;
  height: 5px;
  display: block;
  background: #422b11;
  transform-origin: center;
}
.c-nav-btn::after, .c-nav-btn::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 2px);
  width: 5px;
  border-radius: 5px;
  height: 5px;
  display: block;
  background: #422b11;
  transform-origin: center;
}
.c-nav-btn::before {
  transform: translateX(-10px);
  box-shadow: 10px 0 0 #422b11;
  transition: 0.3s;
}
.c-nav-btn::after {
  transform: translateX(9px);
}
.c-nav-btn.is-active::before {
  animation: top-active 0.7s forwards;
}
.c-nav-btn.is-active::after {
  animation: bottom-active 0.7s forwards;
}

@keyframes top {
  0% {
    left: 6px;
    box-shadow: none;
    width: 30px;
    transform: translateY(0) rotate(45deg);
  }
  50% {
    left: calc(50% - 2px);
    width: 5px;
    box-shadow: none;
    transform: translateY(0) rotate(0);
  }
  100% {
    left: calc(50% - 2px);
    width: 5px;
    box-shadow: 0 12px 0 #333;
    transform: translateY(-12px) rotate(0);
  }
}
@keyframes bottom {
  0% {
    left: 6px;
    width: 30px;
    transform: translateY(0) rotate(-45deg);
  }
  50% {
    left: calc(50% - 2px);
    width: 5px;
    transform: translateY(0) rotate(0);
  }
  100% {
    left: calc(50% - 2px);
    width: 5px;
    transform: translateY(12px) rotate(0);
  }
}
@keyframes top-active {
  50% {
    left: calc(50% - 2px);
    width: 5px;
    box-shadow: none;
    transform: translateY(0px) rotate(0);
  }
  100% {
    left: 6px;
    box-shadow: none;
    width: 30px;
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes bottom-active {
  50% {
    left: calc(50% - 2px);
    width: 5px;
    box-shadow: none;
    transform: translateY(0px) rotate(0);
  }
  100% {
    left: 6px;
    box-shadow: none;
    width: 30px;
    transform: translateY(0) rotate(-45deg);
  }
}
.layer {
  display: block;
  position: relative;
  z-index: 0;
}
.layer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.15;
  transition: all 0.6s ease-in-out;
  z-index: 1;
}
.layer:hover::before {
  opacity: 0;
}

.pagination {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 7% 0;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin: 14% 0;
  }
}
.pagination .prev, .pagination .next {
  background-color: #fff;
}
.pagination a, .pagination span {
  display: inline-block;
  padding: 0;
  text-decoration: none;
  color: #422b11;
  width: 30px;
  font-size: 12px;
}
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  color: #a195db;
}
.pagination .current {
  background-color: #e8f6f9;
}

.visuallyhidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1s ease-out;
}

.fade.active {
  opacity: 1;
  transform: translateY(0px);
}/*# sourceMappingURL=design.css.map */