body.widget-snippet{
  padding:40px;
  background: #222;
  max-width: 720px;
}
.copyright-con p {
  color: #9c9c9c;
  font-size: 14px;
  line-height: 25px;
}
.copyright-con a {
  color: #9c9c9c;
  font-size: 14px;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}
.copyright-con a::after {
  background: #9c9c9c none repeat scroll 0 0;
  content: "";
  height: 13px;
  position: absolute;
  right: 0;
  top: 3px;
  width: 2px;
}
.copyright-con a:hover {
  color: #fff;
}
.copy-txt-left {
  padding-right: 23px;
  position: relative;
}
.copy-txt-left::after {
  background: #9c9c9c none repeat scroll 0 0;
  content: "";
  height: 13px;
  position: absolute;
  right: 9px;
  top: 3px;
  width: 2px;
}
.copyright-con .wcb::after {
  content: none;
}
.copyright-con .wcb {
  color: #1da0ca;
  margin-right: 0;
  padding-right: 0;
}
@media (max-width:1023px){
  .copy-txt-left::after {
    display:none;
  }
  .copy-txt-left {
    display: block;
  }
}
@media (max-width:767px) {
  .copy-txt-left {
    padding-right: 15px;
  }
  .copyright-con a {
    margin-right: 10px;
    padding-right: 10px;
  }
}
