/*
 Theme Name:   Responsive Mobile Child
 Description:  Responsive Mobile Child Theme
 Template:     responsive-mobile
*/

@import url("../responsive-mobile/css/style-rtl.css");


.front-page .content-area {
  width: 100%;
  padding: 0;
  background: #FFFFFF;
  margin: 0;
  color: #fff;
}

.powered {
    display:none;
}

#footer{
display:none;
}

a {
    color: #333333;
    text-decoration: none;
}

#main-menu{
   margin-top: initial;
}

a:hover 
{   color:#333333; 
     text-decoration:none; 
     cursor:pointer;  
}