.site-footer {
  position: relative;
  background-image: url(../images/backgrounds/patterns/background-repeat.jpg);
  background-position: left top;
  background-repeat: repeat;
  border-bottom: 20px linear-gradient(to right,rgba(160,135,180,1) 40%,rgba(237,195,147,1) 50%,rgba(148,159,88,1) 60%);
}

.site-footer:after {
    content:"";
    background: linear-gradient(to right,rgba(160,135,180,1) 40%,rgba(237,195,147,1) 50%,rgba(148,159,88,1) 60%);
    display: block;
    height:10px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.site-footer__bottom {
  border-top: none;
}

.site-footer h3 {
  font-family: 'Domine';
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 1.5em;
  text-transform: none;
}

.site-footer select {
  color: #333;
}

.site-footer .gtranslate {
  padding: 10px 20px;
}
