/*
Theme Name: MOVIE2020 2020
Author: MOVIE2020   team
Description: Site small fast responsive Mobile.
Version: 1.0
Text Domain: MOVIE2020.NET
*/
body {
  background: #000;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  font-family: helvetica neue, Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
  padding: 0;
  margin: 0;
}
.mo{
  margin:0;
  padding: 0;
}
.mo li{
  list-style: none;
  border-bottom: 1px solid #696969;
  line-height: 2em;
  background: #444;
  margin: 0 0 7px 0;
  padding: 0 0 0 10px
}
.mo li a{
  padding: 7px 5px;
  display:block
}
.set-btn a {
    margin: 0px 0;
    display: inline-block;
    border-radius: 5px;
    color: #000000!important;
    transition: transform .2s;
    padding: 10px 10px;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #F09819 0%, #EDDE5D  51%, #F09819  100%)
}
.set-btn a:hover {
background-position: right center; /* change the direction of the change here */
  text-decoration: none!important;
  color: #000!important;
}
.mo li a::before{
  content:"\f04b";
  font-family: fontAwesome;
  margin: 0 10px 0 0;
}
