| Server IP : 87.98.154.146 / Your IP : 216.73.216.101 Web Server : Apache System : Linux webm005.cluster126.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : bsiadvisil ( 110003) PHP Version : 7.3.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/bsiadvisil/old/templates/shaper_wayne_corp/scss/ |
Upload File : |
$offcanvas-width: 300px !default;
#offcanvas-toggler {
display: block;
height: $header_height;
line-height: $header_height;
font-size: 20px;
> span {
&:hover {
color: #fff;
}
}
&:hover, &:focus{
.icon-bar > span{
border-color: #fff;
}
}
&.offcanvas-toggler-right {
float: right;
margin-left: 50px;
}
&.offcanvas-toggler-left {
float: left;
margin-right: 20px;
}
}
.offcanvas-init{
overflow-x: hidden;
position: relative;
}
.offcanvas-active {
.offcanvas-overlay{
visibility: visible;
opacity: 1;
}
}
.offcanvas-overlay {
background: rgba(0,0,0,.5);
bottom: 0;
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
z-index: 9999;
visibility: hidden;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.body-wrapper{
position: relative;
-webkit-transition: 0.6s;
transition: 0.6s;
backface-visibility: hidden;
}
.offcanvs-position-left{
#offcanvas-toggler.offcanvas-toggler-right{
float: left;
}
.body-wrapper{
left: 0;
}
.offcanvas-menu {
left: -$offcanvas-width;
}
&.offcanvas-active {
.offcanvas-menu {
left: 0;
}
.body-wrapper{
left: $offcanvas-width;
}
}
}
.offcanvs-position-right{
#sp-menu2 .sp-megamenu-wrapper{
flex-direction: row-reverse;
justify-content: flex-end;
}
.body-wrapper{
right: 0;
}
.offcanvas-menu {
right: -$offcanvas-width;
}
&.offcanvas-active {
.offcanvas-menu {
right: 0;
}
.body-wrapper{
right: $offcanvas-width;
}
}
}
.close-offcanvas {
position: absolute;
top: 28px;
right: 15px;
z-index: 1;
width: 30px;
height: 30px;
border: 1px solid $menu_dropdown_text_color;
border-radius: 100%;
&:hover {
.close-icon {
&:before, &:after{
background-color: $menu_dropdown_text_color;
}
}
}
> span {
color: $menu_dropdown_text_color;
margin-top: 6px;
margin-left: 9px;
}
}
.icon-bar {
display: inline-block;
width: 25px;
height: 16px;
position: relative;
>span {
display: block;
width: 100%;
border-bottom: 1px solid #fff;
transition: all .3s ease-in-out;
position: absolute;
top: 50%;
left: 0;
&:first-child {
-webkit-transform: rotate(0);
transform: rotate(0);
top: 0;
}
&:nth-child(2) {
top: 7px;
left: 0;
}
&:last-child {
-webkit-transform: rotate(0);
transform: rotate(0);
bottom: 0;
}
}
}
.close-icon {
&:before, &:after {
position: absolute;
left: 15px;
content: ' ';
height: 25px;
width: 2px;
background-color: #000;
transition: .4s;
}
&:before {
transform: rotate(45deg);
}
&:after {
transform: rotate(-45deg);
}
}
.offcanvas-social-icons{
margin-bottom: 10px !important;
}
.offcanvas-menu {
width: $offcanvas-width;
height: 100%;
position: fixed;
top: 0;
overflow: inherit;
-webkit-transition: all 0.6s;
transition: all 0.6s;
z-index: 10000;
.offcanvas-inner {
padding: 30px;
padding-top: 145px;
.sp-module {
padding: 0;
margin: 0;
&.offcanvas-logo{
position: absolute;
top: 25px;
}
.sp-module-title {
font-size: 1rem;
font-weight: bold;
}
&:not(:last-child) {
margin-bottom: 20px;
}
ul.menu>li,
ul.menu-child>li{
>a{
position: relative;
display: inline-block;
&:before{
content: "";
position: absolute;
top: 50%;
left: calc(100% + 10px);
width: 0;
height: 2px;
background-color: $menu_dropdown_text_color;
transform: translateY(-50%);
transition: .3s;
}
&:hover:before{
width: 20px;
}
}
&.active>a:before{
width: 20px;
}
}
ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 0;
margin: 0;
list-style: none;
&.menu>li{
margin-bottom: 5px;
>a{
font-size: 20px;
text-transform: uppercase;
}
}
> li {
border: 0;
padding: 0;
margin: 0;
position: relative;
display: block;
&.active>a{
color: $link_color;
}
a,
span {
display: block;
font-size: 1rem;
padding: .125rem 0;
position: relative;
color: #fff;
font-weight: 500;
}
>a{
&:hover, &:focus{
color: $link_color;
}
}
&.menu-parent {
&.menu-parent-open{
.menu-toggler{
left: -20px;
}
}
>a,
>.menu-separator {
>.menu-toggler {
display: block;
position: absolute;
left: -15px;
top: 50%;
cursor: pointer;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
font-family: FontAwesome;
font-size: 22px;
transition: color .4s;
&:after {
content: "\f105";
}
&:hover, &:focus{
color: $menu_dropdown_text_color;
}
}
}
&.menu-parent-open {
>a,
>.menu-separator {
>.menu-toggler {
&:after {
content: "\f107";
}
}
}
}
}
ul {
display: none;
margin-left: 10px;
li {
a {
font-size: 0.875rem;
color: #fff;
}
}
}
}
}
}
}
}