changing the background color of the mobile menu panels
display: block;
height: 40px;
width: 40px;
- background: url(../images/menu.png) no-repeat center #E3633B;
+ background: url(../images/menu.png) no-repeat center #00D3D1;
text-indent: -9999px;
cursor: pointer;
}
top: 100%;
left: 0;
width: 100%;
- background: #E3633B;
+ background: #F28B59;
padding: 10px 0;
text-align: center;
}
}
.main-navigation > ul > li{
display: block;
- border-bottom: 1px solid #DB5E39;
+ border-bottom: 1px solid white;
}
.main-navigation ul ul {
- background: #db5e39;
+ background: #F28B59;
position: static;
font-size: 15px;
display: none;
--------------------------------------------------------------*/
#flags{
position: absolute;
- right: 0;
+ right: 50px;
top: 5px;
+ width: 65px !important;
}
html,
body,
--------------------------------------------------------------*/
.mid-content {
- width: 1000px;
+ width: 1200px;
margin: 0 auto;
}