<!--
.amblog-pager-container {margin: 40px auto 50px;
  width: 290px;}

.amblog-links {display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;}

a.amblog-link {











}

.-disabled:before {left: 10px;
  transform: rotate(-45deg);top: 13px;background: #fff;
  content: '';
  height: 2px;
  position: absolute;
  width: 12px;}

.-disabled:after {background: #fff;
  content: '';
  height: 2px;
  position: absolute;
  top: 20px;width: 12px;left: 10px;
  transform: rotate(45deg);}

.amblog-pagination {color: #333;
  font-size: 1.6rem;}

a.amblog-link {background: #1979c2;




  border-radius: 50%;
  display: block;
  height: 35px;
  position: relative;
  width: 35px;}

.amblog-pagination+ a.amblog-link:before {left: 13px;
  top: 13px;
  transform: rotate(45deg);background: #fff;
  content: '';
  height: 2px;
  position: absolute;
  width: 12px;}

.amblog-pagination+ a.amblog-link:after {left: 13px;
  top: 20px;
  transform: rotate(-45deg);background: #fff;
  content: '';
  height: 2px;
  position: absolute;
  width: 12px;}

a.amblog-link.-new.-disabled {background: #c4c4c4;
  cursor: auto;
  pointer-events: none;}

a.amblog-link.-disabled {background: #c4c4c4;
    cursor: auto;
    pointer-events: none;}

@media (max-width:767px) {
  .amblog-pager-container {margin: 20px auto 50px;width: 100%;}

  .amblog-links {display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;width: 100%;}

}
-->
