/*
Theme Name: inouesada theme
Author: Juness
Version: 1
*/

/** =================================
 * searchform
 */
.searchform {
  position: relative;
	padding: 0;
	width: 100%;
  max-width: 320px;
}
.searchform input {
}
.searchform input[type=text] {
	width: 100%;
  max-width: 320px;
  font-size: 16px;
  padding: 5px;
  border: solid 1px #cecece;
  border-radius: 4px;
  background-color: #f9f9f9;
}
.searchform input[type=submit] {
  position: absolute;
	top: 1px;
	right: 2px;
	display: block;
	width: unset;
	max-width: unset;
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	color: #505050;
	padding: 8px;
  cursor: pointer;
  border: none;
	background: transparent;
}
.searchform input[type=submit]:hover {
	background: transparent;
}
/** =================================
 * wp_list_categories
 */
.p-news__radio .cat-item a {
  width: 125px;
  display: block;
  padding: 8px 0;
  margin-left: 20px;
  background: #ffffff;
  border: 1px solid #0050a9;
  color: #231815;
  font-size: 15px;
  font-weight: bold;
  border-radius: 15px;
  line-height: 0.8;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
@media screen and (max-width: 1399px) {
  .p-news__radio .cat-item a {
    width: 10vw;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .p-news__radio .cat-item a {
    margin: 5px 10px;
    width: 12vw;
    margin-left: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news__radio .cat-item a {
    width: 25vw;
  }
}
.p-news__radio .cat-item a:hover {
  background: #0050a9;
  color: #ffffff;
  font-weight: normal;
}
.p-news__radio .cat-item.current-cat a {
  background: #0050a9;
  color: #ffffff;
  font-weight: normal;
}

/** =================================
 * mw-wp-form
 */
/* error message*/
.mw_wp_form .error {
}
/* error message of akismet*/
.mw_wp_form .akismet_error {
}
/* vertical style of radio and checkbox*/
.mw_wp_form .vertical-item {
}
.mw_wp_form .vertical-item + .vertical-item {
}
/* horizontal style of radio and checkbox*/
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
/* radio and checkbox*/
.mwform-checkbox-field label,
.mwform-radio-field label {
}
.mwform-checkbox-field input,
.mwform-radio-field input {
}
/* datepicker*/
.mw_wp_form .ui-datepicker .ui-datepicker-title select.ui-datepicker-month,
.mw_wp_form .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
}
/* deprecated message*/
.mw-wp-form-deprecated-message {
}
/* file*/
.mw_wp_form input[type="file"] {
}
/* file delete button*/
.mwform-file-delete {
  display: none;
}
/* tel and zip*/
.mwform-tel-field input[type="text"],
.mwform-zip-field input[type="text"] {
}

/** =================================
 * recaptcha
 */
.grecaptcha-badge {
  top: 150px;
  bottom: auto;
}
@media screen and (max-width: 767px) {
  .grecaptcha-badge {
    top: 50px;
    bottom: auto;
  }
}

/** =================================
 * zipaddrr
 */
#zip_close a,
#zip_footer a {
  font-size: 0;
}
#zip_close a:before {
  content: "✕";
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
  margin-left: 5px;
}

/** =================================
 * pagination
 */
ul.page-numbers,
.p-news__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 60px;
}
ul.page-numbers li + li,
.p-news__pagination > * + * {
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  ul.page-numbers li + li,
  .p-news__pagination > * + * {
    margin-left: 8px;
  }
}
a.page-numbers,
span.page-numbers,
.p-news__pagination--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 35px;
  height: 35px;
  background: #ffffff;
  border: 1px solid #0050a9;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
@media screen and (max-width: 767px) {
  a.page-numbers,
  span.page-numbers,
  .p-news__pagination--link {
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
  }
}
span.page-numbers.current,
.p-news__pagination--link.p-news--active {
  pointer-events: none;
  background: #0050a9;
  color: #ffffff;
}
a.page-numbers:hover,
.p-news__pagination--link:not(.p-news--active):hover {
  background: #0050a9;
  color: #ffffff;
}
a.page-numbers.prev,
a.page-numbers.next,
.p-news__pagination--item:first-child .p-news__pagination--link,
.p-news__pagination--item:last-child .p-news__pagination--link {
  border: none;
}
a.page-numbers.prev:hover,
a.page-numbers.next:hover,
.p-news__pagination--item:first-child .p-news__pagination--link:not(.p-news--active):hover,
.p-news__pagination--item:last-child .p-news__pagination--link:not(.p-news--active):hover {
  background: none;
  color: initial;
}
span.page-numbers.dots {
  font-family: sans-serif;
  font-size: 20px;
  border: none;
  background: transparent;
}
@media screen and (max-width: 767px) {
  span.page-numbers.dots {
    font-size: 15px;
  }
}