body{
	margin: 0;
    padding: 0;
	transition:all 0.5s;
	background-color: #fff;
	display: block;
	position: relative;
}

body.stop-scroll{
	overflow: hidden;
}
html {
    margin: 0;
    padding: 0
}

body {
    margin: 0;
    padding: 0;
    font-weight: 400;
    background-color: #fff;
    color: #000;
    line-height: 1.5em;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: Lato, 'sans-serif';
}

.category-list{
	display: block;
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100vh;
	background-color: #fff;
}

/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 4px;
  transition: all 0.5s;
  height: 60px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

p{
    font-family: Lato, 'sans-serif';
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1600 - 300)));
    line-height: 2em;
    margin-bottom: 2em;
}

h1, h2, h3, h4, h4, h5, h6{
	font-family: 'PressonClean', sans-serif;
	font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1600 - 300)));
	line-height: 1.25em;
	margin: 0;
	padding: 0;
	width: 100%;
}



.all {
    display: block;
    position: relative;
    clear: both;
    margin-left: 0;
    transition: all 0.5s;
    float: left;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: scale(1);
}


.all.stop-scroll{
 	transform: scale(0.95) !important;
 	pointer-events: none;
 	overflow: hidden;
  }

.all.fade {
    width: 100vw;
    left: 260px
}

body.fade {
    overflow: hidden
}

.main-container{
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	width:calc(100vw - 80px);
}

/* Menu Stuff */
.menu-btn {
    position: fixed;
    display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	padding-bottom: 10px;
	padding-top: 10px;
    top: 50%;
    left:0;	
    cursor: context-menu;
    opacity: .6;
    transition: all 0.5s;
    background-color: #000;
    border-radius: 0px 10px 10px 10px
    -webkit-border-radius: 50%;
    text-align: center;
    fill:#fff;
    text-align: center;
}

.menu-btn path{
}

.menu-btn:hover {
    opacity: 1
}

.menu-title{
	display: block;
	position: relative;
	clear: both;
}

.main-menu{
	display: block;
	position: relative;
}

.menu {
    top: 0;
    left: -290px;
    position: fixed;
    background-color: #111;
    width: 280px;
    height: 100%;
    z-index: 999;
    color: #efefef;
    transition: all 0.75s;
}

.show-menu {
    left: 0
}

.menu ul {
	display: block;
	position: relative;
    margin: 0;
    padding: 0;
    list-style: none
}

.menu ul li {
    display: block;
    color: #efefef;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 0.5s;
    letter-spacing: .25em;
    font-weight: 700;
    text-indent: 10px
}

.menu ul li a {
    display: block;
    position: relative;
    padding: 10px;
    text-decoration: none;
    color: #efefef
}

.menu p{
	padding: 0 20px 0 20px;
	line-height: 1.25em;
	font-size: 16px;
}

.menu ul li:hover {
    background-color: #333
}

.menu-title {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px;
    color: #999;
    font-size: 18px;
}

.widget.widget_nav_menu h2{
	text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 0 15px 0;
    color: #999;
    font-size: 18px;
    font-family: Lato, 'sans-serif';
    font-weight: normal;
}

.close-menu {
    position: absolute;
    top: 50%;
    right: 0;
    height: auto;
    opacity: .6;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 999;
    border-radius: 0px 8px 8px 0px
    background-color: #336699;
    padding-top: 10px;
    padding-bottom: 10px;

}

.menu.show-menu .close-menu{
	right: -39px;
}

.close-menu:hover {
    opacity: 1
}

.menu-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#000;
    z-index: 999;
    display: none;
    opacity: .8
}

footer{
	background-color: rgba(0, 0, 0, 0.9);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	min-height: 80px;
	bottom: 0;
	left: 0;
	width: 100%;
	transition: all 0.5s;
	}

footer p{
	margin: 0;
	padding: 0;
	font-size: 9px;
	letter-spacing: 0.25em;
}

.footer-down {
    bottom: -90px;
}

.alignwide{
	margin: 0 auto;
	max-width: 1200px;
}