/**,*/
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.75s linear;
  -webkit-transition: all 0.75s linear;
  -moz-transition: all 0.75s linear; }

.is-content-justification-center.wp-block-buttons {
  position: relative; }

.is-content-justification-center.wp-block-buttons::before {
  position: absolute;
  width: 100%;
  height: 2px;
  content: "";
  z-index: 0;
  background: linear-gradient(to right, rgba(255, 0, 0, 0), #0087ff, rgba(255, 0, 0, 0)); }

.clip a {
  /* appearance: none;    
   display: inline-block;
   min-width: $hex-min-width;
   height: $hex-height;
   margin: auto;
   padding: .5rem 1.2990012124rem;
   text-align: center;
   font-size: 1rem;
   line-height: 1rem;
   vertical-align: middle;
   color: $border-color;
   cursor: pointer;
   border: none;
   background-color: rgba(0,0,0, .25);*/
  position: relative;
  min-width: 225px;
  font-weight: bold;
  -webkit-clip-path: polygon(0.8660008083rem 0, calc(100% - 0.8660008083rem) 0, 100% 50%, calc(100% - 0.8660008083rem) 100%, 0.8660008083rem 100%, 0 50%);
  clip-path: polygon(0.8660008083rem 0, calc(100% - 0.8660008083rem) 0, 100% 50%, calc(100% - 0.8660008083rem) 100%, 0.8660008083rem 100%, 0 50%); }
  .clip a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    -webkit-clip-path: polygon(0 50%, 2px 50%, calc(0.8660008083rem + 1px) 2px, calc(100% - 0.8660008083rem - 1px) 2px, calc(100% - 2px) 50%, calc(100% - 0.8660008083rem - 1px) calc(100% - 2px), calc(0.8660008083rem + 1px) calc(100% - 2px), 2px 50%, 0 50%, 0 100%, 100% 100%, 100% 50%, 100% 0, 0 0);
    clip-path: polygon(0 50%, 2px 50%, calc(0.8660008083rem + 1px) 2px, calc(100% - 0.8660008083rem - 1px) 2px, calc(100% - 2px) 50%, calc(100% - 0.8660008083rem - 1px) calc(100% - 2px), calc(0.8660008083rem + 1px) calc(100% - 2px), 2px 50%, 0 50%, 0 100%, 100% 100%, 100% 50%, 100% 0, 0 0); }
  .clip a:hover {
    color: #ffffff;
    background-color: #2C5770; }
  .clip a:visited {
    color: #ffffff; }
