
/* Globals
----------------------------------------------- */		
body {
	font-size: 16px;
	font-weight: 600;
	line-height: 160%;
	background: url('https://www.jardtools.ca/themes/imagine2019/structure/bg_no_fade.jpg') no-repeat center bottom fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
	
.bodyBG {
	min-width: 100%;
	margin: 0 auto;
	display: block;
	}
	
.bodyGrad {
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 59%, rgba(255,255,255,0.25) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 59%,rgba(255,255,255,0.25) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 59%,rgba(255,255,255,0.25) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#40ffffff',GradientType=0 );	
	z-index: 1;
	}
	
.bodyOverlay {
	width: 100%;
	height: 100%;
	bottom: 0;
	z-index: -1;
	}
	
a.button,
a.button:visited {
	width: 180px;
	height: 32px;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	color: #EF3340;
	text-align: left;
	padding: 0 10px;
	background-image: url('https://www.jardtools.ca/themes/imagine2019/structure/glow_button_arrow.png');
	background-position: right center;
	background-color: #000;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out ;
	-ms-transition: all .5s ease-out ;
	-o-transition: all .5s ease-out ;
	transition: all .5s ease-out ;
	}
	
a.button:hover,
a.button:focus {
	background-image: url('https://www.jardtools.ca/themes/imagine2019/structure/glow_button_arrow.png');
	background-position: right center;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	animation: pulse 0.8s;
	outline: 1px solid rgba(253,188,44,1);
	}
	
@keyframes pulse {
	0% { box-shadow: 0px 0px 0px 0px rgba(253,188,44,0);}
	15% {box-shadow:  0px 0px 0px 2px rgba(253,188,44,1);}
	100% {box-shadow: 0px 0px 0px 10px  rgba(253,188,44,0);}
	}
	
a.block {
	display: block;
	}
	
img.pDiv {
	width: 100%;
	height: 1px;
	display: block;
	margin: 5px auto;
	}
	
/* Header
----------------------------------------------- */	
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	background: -moz-linear-gradient(top, rgba(0,0,0,.75) 0%, rgba(0,0,0,.75) 62%, rgba(0,0,0,0) 94%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,.75) 0%,rgba(0,0,0,.75) 62%,rgba(0,0,0,0) 94%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,.75) 0%,rgba(0,0,0,.75) 62%,rgba(0,0,0,0) 94%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
	}
	
.header .logo {
	width: 35%;
	margin: 0 auto 10px auto;
	}
	
/* Content
----------------------------------------------- */	
.content {
	min-height: 140px;
	padding: 20px 0;
	}

.catHeader {
	width: 100%;
	text-align: center;
	top: 50%;
	}
		
.catHeader h1 {
	color: #fff;
	font-size: 31px;
	}
			
.catItem {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin: 1%;
	overflow: hidden;
	}
	
.catItem img:hover {
	transform: scale(1.1);
	}
	
.catItem img {
	z-index: 2;
	}
	
.catName {
	width: 94%;
	font-size: 1.2rem;
	line-height: 120%;
	color: #fff;
	padding: 3% 3% 10% 3%;
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 40%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 40%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
	top: 0;
	left: 0;
	z-index: 2;
	}

/* Nav Classes
----------------------------------------------- */
.headroom {
    transition: transform 200ms linear;
    z-index: 20;
	}
	
.headroom--pinned {
    transform: translateY(0%);
	}
	
.headroom--unpinned {
    transform: translateY(-100%);
	}

.menuTrigger {
	width: 46px;
	text-indent: -9999px;
	position: absolute;
	right: 3%;
	top: 50%;
	margin-top: -21px;
	}
	
.menuTrigger:hover {
	cursor: pointer;
    }

.menuBar {
	width: 80%;
	height: 4px;
	margin: 3px 0;
	background: #EF3340;
	border: 1px solid #333;
	position: relative;
	}
		
.navBar {
	position: relative;
	z-index: 20;
	}
	
.navCurtain {
	width: 322px;
	height: 100%;
	text-align: right;
	padding: 0;
	position: fixed;
	top: 0;
	right: -322px;
	z-index: 99;
	overflow: auto;
	background: rgba(0,0,0,0.85);
	overflow: auto;
	}

.flyLogo {
	font-size: 11px;
	color: #B4B4B4;
	padding-top: 5px;
	border-top: none;
	position: absolute;
	left: 14px;
	}
	
.mainNav {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 0;
	margin-top: 64px;
	display: block;
	overflow: auto;
	border-top: 1px solid #444;
	}	
		
.navClose {
	width: 30px;
	height: 30px;
	font-size: 18px;
	font-weight: 300;
	color: #EF3340;
	line-height: 30px;
	text-align: center;
	border: 1px solid #EF3340;
	border-radius: 100%;
	position: absolute;
	top: 15px;
	right: 10px;
	z-index: 100;
	display: inline-block;
	}
	
.navClose:hover {
	transform: scale(1.1);
	}
	
.navClose:hover {
	cursor: pointer;
	}

.mainNav a {
	display: block;
	}

ul.treeview {
	margin: 20px 0;
	}
			
ul.treeview li {
	list-style: none;
	margin: 10px 0 10px 0;
	padding: 10px 5px 0 5px;
	background: url('https://www.jardtools.ca/themes/imagine2019/structure/menu_divider.png') no-repeat top center;
	position: relative;
	}
	
ul.treeview li ul li {
	padding: 0;
	background: none;
	}
		
.treeview .item1 {
	font-size: 19px;
	color: #fff;
	line-height: 120%;
	text-decoration: none;
	padding-left: 0;
	}
	
.treeview .item1:hover,
.treeview .item1.active:hover {	
	color: #EF3340;
	text-decoration: none;
	}
	
.treeview .item1.sysp,
.treeview .item1.sysp:hover {
	color: #EF3340;
	font-weight: 600;
	}

.treeview .item2 {
	font-size: 17px;
	color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
	padding: 5px 0;
	margin: 0;
	}
	
.treeview .item2:hover,
.treeview .item2.active,
.treeview .item2.active:hover {
	color: #EF3340;
	}
	
.treeview .treeview-submenu {
    z-index: -1;
	}
	
.treeview .treeview-submenu li.expandable ul {
	padding: 0 10px;
	display: block !important;
	}

.treeview .treeview-submenu-item.expandable ul.navMobile-submenu {
	background: none;
	}

.navMobile .navMobile-submenu-item.expandable ul.navMobile-submenu .item2,
.navMobile .navMobile-submenu-item.expandable ul.navMobile-submenu .item2:hover,
.navMobile .navMobile-submenu-item.expandable ul.navMobile-submenu .item2.active,
.navMobile .navMobile-submenu-item.expandable ul.navMobile-submenu .item2.active:hover {
	font-size: 11px;
	font-weight: normal;
	}
	
.hitarea.expandable-hitarea {
	width: 0;
	height: 0;
	position: absolute;
	top: 8px;
	left: 0;
/*
	background: url('https://www.jardtools.ca/themes/imagine2019/structure/plusminus.png') no-repeat 0 -2px;
*/
	z-index: 12;
	}
	
.hitarea.expandable-hitarea:hover {
/*
	background: url('https://www.jardtools.ca/themes/imagine2019/structure/plusminus.png') no-repeat 0 -2px;
*/
	cursor: pointer;
	}
	
.hitarea.collapsable-hitarea {
	width: 0;
	height: 0;
	position: absolute;
	top: 8px;
	left: 0;
/*
	background: url('https://www.jardtools.ca/themes/imagine2019/structure/plusminus.png') no-repeat 0 -18px;
*/
	z-index: 12;
	}

.hitarea.collapsable-hitarea:hover {
	cursor: pointer;
	}

.collapsable .section li .hitarea.collapsable-hitarea,
.collapsable .section li .hitarea.expandable-hitarea {
	top: -3px;
	left: 10px;
	}
			
.navMobile .navMobile-submenu li .hitarea {
	display: none;
	}
	
.navMobile-submenu {
	margin: 0 10px;
	}
	
.navLogo {
	width: 100px;
	margin: 2px 0;
	float: right;
	}	
	
/* Footer
----------------------------------------------- */	
.footer {
	padding: 20px 0;
	}
	
.footer .content {
	min-height: auto;
	padding: 0;
	}
	
a.socialIcon {
	width: 45px;
	height: 45px;
	display: inline-block;
	vertical-align: middle;
	margin: 2px 2px 2px 0;
	}
