/*   
Theme Name: BYC
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: BYC

 ### MENU css styles ###
  01 - BLOG
  02 - 404
  03 - Privacy
*/

a:focus,
a:active {
  outline: none;
}

::-moz-focus-outer,
::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* ===== 01 - BLOG =====*/
.custom-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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%
}

@media (max-width:991px) {
  .custom-pagination .pagination-arrow {
    display: none
  }
}

.custom-pagination .pagination-arrow.left {
  margin-right: 90px
}

.custom-pagination .pagination-arrow.right {
  margin-left: 90px
}

.custom-pagination .pagination-arrow a {
  display: block;
  width: 100%;
  height: 100%
}

.custom-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.custom-pagination ul .dott {
  margin: 0 20px
}

.custom-pagination ul li {
  margin: 0 7px
}

@media (max-width:991px) {
  .custom-pagination ul li {
    margin: 0 3px
  }
}

.custom-pagination ul li.active a {
  color: #97bb75
}

.custom-pagination ul li.active a:before {
  height: 2px
}

@media (min-width:992px) {
  .custom-pagination ul li:hover a {
    color: #97bb75
  }
}

.custom-pagination ul a {
  display: block;
  position: relative;
  width: 45px;
  height: 60px;
  line-height: 60px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #525252;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.custom-pagination ul a:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background-color: #97bb75
}

ol {
  list-style-type: decimal;
    padding-left: 15px;
}
ol li {
  padding-left: 5px;
}