/*
  Theme Name: Shanda Consult
  Author: NovelDigital;
  Author URI: http://noveldigital.pro;
  Version: 1.8
  License: GNU General Public License v2 or later
  Text Domain: wpzet
*/

ul.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin-bottom: 30px;
}

ul.pagination .page-item a {
    display: block;
    width: 42px;
    height: 42px;
    border: 1px solid #666;
    border-right: none;
    text-align: center;
    line-height: 42px;
    color: #000;
    transition: all .3s;
}

ul.pagination .page-item:last-child a {
    border-right: 1px solid #666;
}

ul.pagination .page-item:not(.active) a:hover {
    background: #eee;
}

ul.pagination .active.page-item a {
    background: #000;
    color: #fff;
}


.mc4wp-form-fields label {
  display: none;
}

.mc4wp-form-fields input {
  width: 100%;
  height: auto;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 4px;
}

 .mc4wp-form-fields input[type="submit"]{
  display: inline-block;
  width: auto;
  padding: 10px 30px;
  background: #000;
  color: #fff;
  border-bottom: 2px solid #f98100;
 }
