body.widget-snippet  .copyright-content-left p, body.widget-snippet .copyright-content-left a, body.widget-snippet .copyright-content-right a{
opacity:unset;
}
body.widget-snippet .footer-copyright-content{
  background:#000;
  padding:20px;
}
.footer-copyright-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.copyright-content-left, .copyright-content-right {
    width: 40%;
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.copyright-content-left p, .copyright-content-left a{
    padding: 0;
    margin: 0 7px 0 0;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: #FFFFFF;
    opacity: 0.6;
}
.copyright-content-left p:last-of-type{
margin-left:20px;
 position:relative;
}
.copyright-content-right {
    justify-content: flex-end;
}
.copyright-content-right a{
 font-family: 'Helvetica Neue';
 font-style: normal;
 font-weight: 500;
 font-size: 15px;
 line-height: 26px;
 text-align: right;
 color: #FFFFFF;
 opacity: 0.6;
 margin-left: 30px;
 padding: 0;
}
.copyright-content-right a:last-child{
position:relative
}
.copyright-content-right a:last-child:before, .copyright-content-left p:last-of-type:before{left: -15px;content:"";top: 50%;width:1px;height: 18px;background:#fff;transform:translateY(-50%);position: absolute;}
 .copyright-content-left a:hover, .copyright-content-right a:hover{
    color: #FFB21C;
 opacity:1;
}
.copyright-content-right a:hover:last-child:before{
 opacity: 0.6;
}
@media screen and (max-width: 767px){
 .copyright-content-left, .copyright-content-right {width: 100%;display: inline-block;}
.copyright-content-left p, .copyright-content-right p a{
    display: inline;
}
}
