#offcanvas-toggler {
    font-size: 24px;
}


.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    color: #222;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 90px;
    padding: 0 13px;
    text-transform: uppercase;
}

 #sp-main-body {
    padding: 30px 0;
}

h2 {margin-bottom:20px;}

div.jwts_toggleControlContainer a.jwts_toggleControl {
    background: #e57116;
    border: 1px solid #e57116;
    border-radius: 4px;
    color:#fff;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 7px;
    padding: 4px;
    text-decoration: none;
}


div.jwts_toggleControlContainer a.jwts_toggleControl:hover {

background: rgba(232,134,58,1);
background: -moz-linear-gradient(left, rgba(232,134,58,1) 0%, rgba(221,64,25,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(232,134,58,1)), color-stop(100%, rgba(221,64,25,1)));
background: -webkit-linear-gradient(left, rgba(232,134,58,1) 0%, rgba(221,64,25,1) 100%);
background: -o-linear-gradient(left, rgba(232,134,58,1) 0%, rgba(221,64,25,1) 100%);
background: -ms-linear-gradient(left, rgba(232,134,58,1) 0%, rgba(221,64,25,1) 100%);
background: linear-gradient(to right, rgba(232,134,58,1) 0%, rgba(221,64,25,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8863a', endColorstr='#dd4019', GradientType=1 );
  font-weight:600;
    color:#fff;
    text-decoration: none;
}


div.jwts_content {
	background:rgba(255,255,255,0.8);
    border-color: currentcolor #ccc #ccc;
    border-image: none;
    border-radius: 0 0 2px 2px;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    margin-bottom: 5px;
    padding: 4px 8px;
	margin-top:-5px;
}

#sp-bottom p {
    font-size: 15px;
    margin: 0;
    text-shadow: 1px 1px 1px #f47f0d;
}

#sp-bottom h3.sp-module-title {text-shadow: 2px 2px 2px #f47f0d;}


li.hidebelow .sp-dropdown.sp-dropdown-main,
li.hidebelow .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {opacity:0; display:none !important; background:transparent !important; color: transparent;}