.menu-left > ul > li{border-bottom:1px solid rgba(0,0,0,0.1);}
.menu-right{display:none;}
.menu-home .fas{display:none;}
.menu-avatar{border:2px solid #212121;}



#header-search{position:fixed; z-index:98; top:50px; left:0; width:100%; height:calc(100vh - 100px); background-color:#ed1c24;}
#header-search > span{position:absolute; top:0; left:0; width:100%; height:100%;}
.header-search-close{color:#FFF; margin:10px 0 0;}



.menu-link > h4{margin:auto 0; width:100%; padding:0 15px;}
.menu-parent > .menu-link{position:absolute; z-index:2; top:0; left:0;}
.menu-parent .submenu-button{position:relative; z-index:1; height:45px; font-size:20px;}
.menu-parent .submenu-button i{margin-right:20px;}
.menu-parent-open .submenu-button i{-webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -o-transform:rotate(180deg); -ms-transform:rotate(180deg); transform:rotate(180deg);}
.menu-parent-open .submenu-open{display:block;}



#header-share{position:fixed; z-index:100; top:50px; left:0; width:100%; border-top:4px solid #ed1c24;}
#header-share > ul > li{float:left; width:20%;}




@media screen and (min-width:0px) and (max-width:359px){
  .dp-desktop-prev, .dp-desktop-next{display:none;}
  .dp-mobile-prev .fas{margin-right:5px;}
  .dp-mobile-next .fas{margin-left:5px;}
}