/* single */


/* archive */
.page-numbers {
  display: flex;
  justify-content: center;
}
.news_pagination .page-numbers span,
.page-numbers a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  margin: 0 0.2em;
  background-color: rgba(103, 156, 242, 0.2);
  transition: 0.3s cubic-bezier(.07,.71,.33,1);
}
.news_pagination .page-numbers .current{
  background-color: rgb(38, 43, 51, 0.05);
}
.page-numbers a:hover,
.page-numbers a:active{
  color: #fff;
  background-color: rgb(38, 43, 51, 0.8);
}

/* contact form */
#contact{
  max-width: 800px;
  width: 100%;
  margin: 2em auto 0;
  border-collapse: collapse;
}
#contact .wpcf7-form-control-wrap{
  display: block;
  margin-top: 0.25em;
  margin-bottom: 1.5em;
}

#contact input,select,textarea{
  border:1px solid #ccc;
}
#contact .wpcf7-text,.wpcf7-textarea{
  width: 100%;
}
.privacy-wrap{
  border: 1px solid #ccc;
  padding: 1em;
}
.privacy{
  height: 180px;
  overflow-y: scroll;
}

.wpcf7-submit{
display: block;
text-align: center;
margin: 2em auto 0;
background-color: #249F81;
color: #fff;
padding: 0.5em 2em;
width: 10em;
transition: 0.3s ease-out;
}

.wpcf7-list-item input{
  width: auto;
  margin-top: -5px;
  margin-right: 5px;
  background-color: #efefef;
}
.wpcf7-checkbox{
  display: block;
  margin-inline: auto;
  text-align: center;
}