/* General styles for all menus */
.cbp-spmenu { /*background-color: #000000;*/ /*position: fixed;*/ z-index: 9999; }
.cbp-spmenu ul, .cbp-spmenu ul li { list-style: none; padding: 0; margin: 0; line-height: 19px; width: 100%; float: left; position: relative; }
.cbp-spmenu nav > ul { padding-top: 80px;  }
.cbp-spmenu ul li { border-top: 1px solid #98665f; }
.cbp-spmenu ul li:last-child { border-top: 1px solid #98665f; border-bottom: 1px solid #98665f; }
.cbp-spmenu ul li ul.sub-menu { left: -300px; position: fixed; width: 290px; height: 100%; overflow: auto; text-align: left; top: 120px; z-index: 99999; background-color: #77423b; padding-top: 80px; top: 0; }
.cbp-spmenu ul li ul li { border-bottom: none; border-top: 1px solid #98665f; }
.cbp-spmenu ul li.down > a { display: none; }
.cbp-spmenu ul ul { margin: 0; width: 100%; }
.cbp-spmenu a { color: #fff !important; font-family: 'Cinzel', serif; font-size: 14px; font-weight: 300; padding: 15px 15px 15px 15px; position: relative; cursor: pointer; float: left; text-decoration: none; width: 100%; box-sizing: border-box; letter-spacing: 1px;  }
.cbp-spmenu .menu li a:hover { color: #cccccc !important; }
.cbp-spmenu li li a { padding: 15px 15px 15px 15px;}
nav.cbp-spmenu > nav ul li.menu-item-has-children .morelink { height: 100%; position: absolute; right: 0; top: 0; width: 100%; z-index: 21; }
nav.cbp-spmenu > nav ul li.menu-item-has-children .morelink .fa { float: right; top: 0px; position: relative }
nav.cbp-spmenu > nav ul li.menu-item-has-children .morelink > a { border: 0 none; font-size: 14px; }
/* Orientation-dependent styles for the content of the menu */

/* scroll menu mobile hack */
.navmobile {overflow: auto; height: 100%; position: fixed; width: 290px;}

.cbp-spmenu-vertical { /*height: 100%;*/ overflow: auto; text-align: left; top: 0; width: 290px; z-index: 9999999; }
/* Vertical menu that slides from the left or right */

.cbp-spmenu-left { /*left: -300px;*/ }
.cbp-spmenu-right { right: -240px; }
.cbp-spmenu-left.cbp-spmenu-open { left: 0px; }
.cbp-spmenu-right.cbp-spmenu-open { right: 0px; }
/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top { top: -150px; }
.cbp-spmenu-bottom { bottom: -150px; }
.cbp-spmenu-top.cbp-spmenu-open { top: 0px; }
.cbp-spmenu-bottom.cbp-spmenu-open { bottom: 0px; }
/* Push classes applied to the body */

.cbp-spmenu-push { overflow-x: hidden; position: relative; left: 0; }
.cbp-spmenu-push-toright { left: 240px; }
.cbp-spmenu-push-toleft { left: -240px; }
/* Transitions */

.cbp-spmenu, .cbp-spmenu-push { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; }
#cbp-spmenu-s1 > button#closemenu, nav ul ul.sub-menu span.toback { position: absolute; top: 0; left: 0; }
nav ul ul.sub-menu span.toback a { padding: 20px 0; font-size: 10px; font-weight: 600;font-family: 'Open Sans', sans-serif; width: 100%; padding: 20px 15px; }
#cbp-spmenu-s1 > button#closemenu { color: #fff; font-size: 10px; font-weight: 600; padding: 20px 15px; cursor: pointer; float: left; text-decoration: none; width: 100%; box-sizing: border-box; letter-spacing: 1px; background-color: transparent; border: 0; text-align: left; cursor: pointer; z-index: 2;}

#cbp-spmenu-s1 > button#closemenu2, nav ul ul.sub-menu span.toback { position: absolute; top: 0; left: 0; }
nav ul ul.sub-menu span.toback a { padding: 20px 0; font-size: 10px; font-weight: 600;font-family: 'Open Sans', sans-serif; width: 100%; padding: 20px 15px; }
#cbp-spmenu-s1 > button#closemenu2 { color: #fff; font-size: 10px; font-weight: 600; padding: 20px 15px; cursor: pointer; float: left; text-decoration: none; width: 100%; box-sizing: border-box; letter-spacing: 1px; background-color: transparent; border: 0; text-align: left; cursor: pointer; z-index: 2;}
