|
Server : Apache System : Linux vps.urbanovitalino.adv.br 3.10.0-1062.12.1.el7.x86_64 #1 SMP Tue Feb 4 23:02:59 UTC 2020 x86_64 User : urbanovitalinoad ( 1001) PHP Version : 7.3.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/urbanovitalinoad/www/enel/templates/shaper_oneclip/less/ |
Upload File : |
/**
* @package Helix V3 Framework
* @author JoomShaper http://www.joomshaper.com
* @copyright Copyright (c) 2010 - 2016 JoomShaper
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
*/
/*=========================================
*======= Megamenu ============
*=======================================*/
.sp-megamenu-parent {
list-style: none;
padding: 0;
margin: 0;
z-index: 9;
display: block;
float: right;
>li {
display: inline-block;
position: relative;
padding: 0;
margin-right: 30px;
&.menu-justify {
position: static;
}
>a {
display: inline-block;
padding: 0;
line-height: 80px;
font-size: 16px;
text-transform: capitalize;
color: #4f5362;
&:before {
content: "";
position: absolute;
bottom: 18px;
left: 0;
width: 0;
height: 2px;
background: #fff;
-webkit-transition: 0.3s;
transition: 0.3s;
}
}
&.sp-has-child>a:after{
font-family: "FontAwesome";
content: " \f107";
}
&.active>a:before,
&:hover>a:before {
width: 40%;
}
}
.sp-module {
padding: 10px;
}
.sp-mega-group {
list-style: none;
padding: 0;
margin: 0;
.sp-mega-group-child {
list-style: none;
padding: 0;
margin: 0;
}
}
.sp-dropdown {
margin: 0;
position: absolute;
z-index: 10;
display: none;
.sp-dropdown-inner {
background: #fff;
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
padding: 0;
}
.sp-dropdown-items {
list-style: none;
padding: 0;
margin: 0;
.sp-has-child>a:after{
font-family: "FontAwesome";
content: " \f105";
float: right;
}
}
&.sp-menu-center {
margin-left: 45px;
}
&.sp-dropdown-main {
top: 100%;
&.sp-menu-right,
&.sp-menu-full {
left: 0;
}
&.sp-menu-left {
right: 0;
}
}
&.sp-dropdown-sub {
top: 0;
left: 100%;
.sp-dropdown-inner {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
}
//List Item
li.sp-menu-item { //child sub
display: block;
padding: 0;
position: relative;
>a {
display: block;
padding: 15px 20px;
color: #4f5362;
cursor: pointer;
&.sp-group-title {
text-transform: uppercase;
font-weight: bold;
}
&:hover {
color: #fff;
}
}
&.active>a {
&:hover {
color: #fff;
}
}
}
}
.sp-dropdown-mega {
>.row {
margin-top: 30px;
&:first-child {
margin-top: 0;
}
}
}
//Has Child
.sp-has-child {
&:hover {
>.sp-dropdown {
display: block;
}
}
}
//Fade Animation
&.menu-fade {
.sp-has-child:hover {
>.sp-dropdown {
-webkit-animation: spMenuFadeIn 400ms;
animation: spMenuFadeIn 400ms;
}
}
}
//Zoom Animation
&.menu-zoom {
.sp-has-child:hover {
>.sp-dropdown {
-webkit-animation: spMenuZoom 400ms;
animation: spMenuZoom 400ms;
}
}
}
//Fade in up Animation
&.menu-fade-up {
.sp-has-child:hover {
>.sp-dropdown {
-webkit-animation: spMenuFadeInUp 400ms;
animation: spMenuFadeInUp 400ms;
}
}
}
}
/*=========================================
*======= Off Canvas ============
*=======================================*/
#offcanvas-toggler {
float: right;
line-height: 80px;
>i {
color: #fff;
display: inline-block;
margin-right: 20px;
font-size: 18px;
background: transparent;
border-radius: 3px;
cursor: pointer;
.transition(~'color 400ms, background-color 400ms');
&:hover {
color: #fff;
}
}
}
.menu-fixed #offcanvas-toggler >i{
color: #4f5362;
}
.variation-applanding .menu-fixed #offcanvas-toggler >i{
color: #fff;
}
.offcanvas-overlay {
opacity: 0;
-webkit-transition: all .4s;
transition: all .4s;
}
.body-innerwrapper{
.transition(400ms);
}
body.offcanvas {
.offcanvas-overlay {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgba(0, 0, 0, 0.6);
opacity: 1;
z-index: 9999;
}
}
.close-offcanvas {
position: absolute;
top: 20px;
right: 20px;
z-index: 1;
color: #fff;
border-radius: 100%;
width: 22px;
height: 22px;
line-height: 22px;
text-align: center;
font-size: 12px;
background: rgba(0, 0, 0, .3);
&:hover {
background: rgba(0, 0, 0, .5);
color:#fff;
}
}
.offcanvas-menu {
width: 320px;
height: 100%;
color: #5f5f5f;
position: fixed;
top: 0;
opacity: 0;
z-index: 99999;
overflow-y: auto;
background: rgba(0,0,0,.7);
.offcanvas-inner {
padding: 20px;
.sp-module {
margin-top: 20px;
.sp-module-title {
font-size: 16px;
line-height: 1;
text-transform: uppercase;
color: #fff;
}
ul {
> li{
border: 0;
position: relative;
a {
.transition(300ms);
padding:10px 20px;
font-size: 14px;
text-transform: uppercase;
color: #fff;
font-weight: 400;
line-height: 28px;
border-bottom: 1px solid rgba(0,0,0,0.8);
&:before{
display: none;
}
}
&:hover, &.active{
>a{
background: rgba(0,0,0,0.15);
}
}
.offcanvas-menu-toggler {
display: inline-block;
position: absolute;
top: 0;
right: 0;
padding:13px 20px;
cursor: pointer;
color: #fff;
.open-icon {
display: none;
}
.close-icon {
display: inline;
}
&.collapsed {
.open-icon {
display: inline;
}
.close-icon {
display: none;
}
}
}
>a:after {
display: none;
}
ul {
background: rgba(255,255,255,.07);
overflow: hidden;
>li{
&.active{
>a{
background: rgba(0,0,0, .30) !important;
}
}
&:hover{
>a{
background: rgba(0,0,0, .30) !important;
}
.offcanvas-menu-toggler{
color: #333;
}
}
> a{
padding-left: 30px;
color: #fff;
border-bottom: 1px solid rgba(0,0,0,0.1);
&:hover{
background: rgba(0,0,0, .30) !important;
}
}
}
}
}
}
&:first-child {
margin-top: 0;
}
//login
.input-prepend{
.add-on{
display: none;
}
}
#form-login-remember{
margin-top: 10px;
margin-bottom: 20px;
}
.userdata{
.controls{
.input-prepend{
display: table;
width: 100%;
}
input{
width: 100%;
border-radius: 0;
color: #fff;
}
}
ul.unstyled{
li{
a{
padding-left: 0;
}
}
}
}
}
.sp-module .sp-module-content > ul {
margin:0 -20px;
}
.search {
margin-top: 25px;
input {
width: 100%;
border-radius: 0;
border: 0;
box-shadow: none;
-webkit-box-shadow: none;
border: 1px solid rgba(255,255,255,.1) !important;
}
}
}
}
.ltr {
.offcanvas-menu {
.transition(.4s);
}
.body-innerwrapper:after {
right: 0;
}
.offcanvas-menu {
right: -340px;
}
&.offcanvas {
.offcanvas-menu {
right: 0;
}
}
}
.offcanvas {
width: 100%;
height: 100%;
position: relative;
.body-innerwrapper:after {
width: 100%;
height: 100%;
opacity: 1;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
}
.offcanvas-menu {
opacity: 1;
ul.nav-child li {
padding-left: 10px;
}
}
}
.menu .nav-child.small {
font-size: inherit;
}
/*=========================================
*======= Menu Animation ============
*=======================================*/
@-webkit-keyframes spMenuFadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes spMenuFadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes spMenuZoom {
0% {
opacity: 0;
-webkit-transform: scale(.8);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
}
}
@keyframes spMenuZoom {
0% {
opacity: 0;
transform: scale(.8);
-webkit-transform: scale(.8);
}
100% {
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
}
}
@-webkit-keyframes spMenuFadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 30px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
}
}
@keyframes spMenuFadeInUp {
0% {
opacity: 0;
transform: translate3d(0, 30px, 0);
}
100% {
opacity: 1;
transform: none;
}
}