/*-----------------------------------------------------------------------------------
Side menu
-----------------------------------------------------------------------------------*/

.thmlvSideMenu {
  width: 300px;
  height: auto;
  position: absolute;
  top: 50%;
  margin-top: -148px !important;
  background: #F7F4E8;
  padding: 25px 25px 0px 25px !important;
}

.thmlvSideMenu, .thmlvSideMenu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.thmlvSideMenu li {
	margin-bottom: 1em;
	position: relative;
	text-align:¡ left;
	text-transform:uppercase;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight:700;
}

.thmlvSideMenu li a {
	font-size: 18px;
}

#thmlvToggleClose .fa {color:#a9944d !important;}
#thmlvCopyright {display:none;}

.thmlvSideMenu > ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.thmlvSideMenu li:hover > ul,
.thmlvSideMenu li.sfHover > ul {
	display: block;
}

.thmlvSideMenu a {
	position: relative;
}

.thmlvSideMenu .sub-menu li a {
	font-size: 0.688em;
	opacity: 1;
}

.thmlvSideMenuWrapper {
	display: table;
	height: 100%;
	width: 100%;
}

.sub-menu {
	margin-bottom: 1.444em;
	margin-top: 0px;
}

.sub-menu li {
	line-height: 1.444em;
	margin-bottom: 0;
}

.sub-menu li a:hover {
	opacity: 1;
}