/***** GENERAL *****/
.sppb-section-title h3 {
    background: url(../images/border-title.png) no-repeat bottom center;
    padding-bottom: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.sppb-section-title h2 {
    color: #333;
    font-size: 30px;
    font-weight: 300;
    padding-bottom: 20px;
}
.sppb-section-title p {
    font-size: 13px;
    color: #000;
}
.at-button {
    padding: 10px 20px;
    border: 2px solid #e1e1e1;
    color: #3f3f3f;
    text-transform: uppercase;
    border-radius: 0!important;
}
.tp-button.blue, .tp-button.blue:hover, .purchase.blue, .purchase.blue:hover {
    box-shadow: none!important;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.blog {
  padding-left:20px;
  padding-right:20px;
}
.container {
  padding:0px!important;
}
#at-slide-wrapper .at-button:hover,
.at-button:hover {
    border: 3px solid #fff;
}
.at-button:hover {
    color: #fff;
}
.latest-work-text {
    margin-top: 40px;
}
.button-latest-work {
    border-width: 2px;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 45px;
    margin: 0;
    min-height: 0;
    min-width: 0;
    padding: 10px 30px;
    text-transform: uppercase;
    border: 2px solid #e1e1e1;
    color: #fff;
    font-weight: 700;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.button-latest-work:hover {
    background-color: #fff;
    border-color: #fff;
}
/***** MENU BAR *****/
/***** MENU *****/
#sp-header-sticky-wrapper {
    background: none repeat scroll 0 0 #fff;
    height: 100vh;
    position: fixed;
    width: 180px;
    z-index: 999;
}
#sp-header {
  background:#000;
}
#offcanvas-toggler {
    display: none;
}
.sp-megamenu-parent >li {
    border-top: 1px solid #404040;
}
.sp-megamenu-parent >li {
  display: block!important;
}
.sp-megamenu-parent > ul {
    width: 100%;
}
#sp-menu {
    width: 100%;
}
#sp-logo {
    width: 100%;
}
#sp-logo img {
    width: 100%;
}
.offcanvas-menu ul li ul {
    padding-left: 15px;
}
@-webkit-keyframes sp-dropdown-inner1 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes sp-dropdown-inner1 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.sp-dropdown-inner2 {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
.sp-dropdown-inner2 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#sp-component {
  padding:0px!important;
}
/***** SLIDER *****/
#sp-main-body .home-page #at-slide-wrapper {
    margin-top: -90px;
}
/* General */
.at-title h3 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
}
.at-title h2 {
    font-size: 36px;
    color: #707070;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.at-title-white h2 {
    font-size: 36px;
    color: #fff;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.at-title p {
  margin: 0;
  color: #bcbcbc;
  font-size: 14px;
  font-weight: 500;
}

/* Slider */
.at-slider {
  position: relative;
  padding-left: 0 0 0 180px!important;
}
#at-slider .slotholder {
  padding-left: 0 0 0 180px!important;
}
#at-slider .tp-caption a {
  padding: 12px 40px;
  border: 2px solid #333;
  border-radius: 0px;
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
}
#at-slider .tp-caption a:hover {
  color:#fff;
}
#at-slider .button:hover {
  background: #222;
}
#at-slider .button-right {
    background-color: #333!important;
}
/***Feature ***/
#at-divider {
  width: 50px;
  float: left;
}
/**** Features***/
#at-features {
  padding-left:0px!important;
  padding-right:0px!important;
}
.at-features-item h3 {
  font-size: 22px;
  text-transform: uppercase;
}
.at-features-item {
    cursor: pointer;
    padding-bottom: 20px;
}
.at-features-item i {
    color: #ffffff;
    display: inline-block;
    text-align: center;
    height: 68px;
    width: 68px;
    border: 2px solid #ddd;
    border-radius: 50px;
    margin-top: 20px;
    padding-top: 10px;
    line-height: 30px;
}
 .at-features-item:hover i {
    background-color: #ffffff!important;
}
/* Portfolio */
.at-portfolio-button:hover {
  color: #fff;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
  margin: 5px;
}
.project-img img {
    width: 100%;
}
.projects-filter {
    text-align: center;
    display: inline-block;
}
.projects-filter ul {
    display: inherit;
    line-height: 43px;
    margin: 0 auto;
}
.projects-filter ul li {
    line-height: 40px;
    margin: 5px 0;
    display: static!important;
    float: left;
}
.projects-filter a {
    padding: 8px 15px;
    border: 1px solid #fff;
}
.item-page .project-img {
    border: 5px solid #fff;
}
.pp-button {
    color: #fff;
    padding: 12px 40px;
    font-weight: 700;
}
.pp-button:hover {
    color: #fff;
    background: #666;
}
.projects-filter a {
    width: 200px;
    display: inline-block;
    padding: 0;
    border-radius: 20px;
}
.portfolio-list {
  padding-bottom:100px;
}
.projects-filter {
  padding-top:50px;
}
.owl-carousel {
    display: block!important;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  float:left!important;
  width:100%;
}
/*** About ***/
.at-about-button {
  background: none!important;
  border: 0px!important;
  color: #fff;
}
.at-about-button:hover {
   color: #fff;
}
.at-about-item h4 {
  font-size: 22px;
  color: #909090!important;
  line-height: 26px;
}
.at-about-item p {
  line-height: 32px;
}
.at-about-bottom-item {
  border: 1px solid #ddd;
  padding: 20px;
}
/*** Team ***/
.at-team-item {
    position: relative;
    cursor: pointer;
}
.at-team-item img {
     width:100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition:    all 0.4s ease-in-out;
    -ms-transition:     all 0.4s ease-in-out;
    -o-transition:      all 0.4s ease-in-out;
    transition:         all 0.4s ease-in-out;
}
.at-team-item .qx-person-img:before {
  position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.at-team-item:hover img{
    transform: rotete(5deg)scale(1.1);
}
.at-team-item .qx-person-img {
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.at-team-item .qx-person-img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9999;
    transition: all .3s linear;
    z-index: 2;
}
.at-team-item:hover .qx-person-img:before {
    opacity: 0.8;
}
.at-team-item h4 {
    font-size: 16px;
    font-weight: 700;
    color:#515A5F;
    text-transform: uppercase;
    padding: 15px 5px;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition:    all 0.4s ease-in-out;
    -ms-transition:     all 0.4s ease-in-out;
    -o-transition:      all 0.4s ease-in-out;
    transition:         all 0.4s ease-in-out;
}
.at-team-item .social-links {
    position: absolute;
    z-index: 3;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition:    all 0.4s ease-in-out;
    -ms-transition:     all 0.4s ease-in-out;
    -o-transition:      all 0.4s ease-in-out;
    transition:         all 0.4s ease-in-out;
}
.at-team-item p {
    color: #ffffff;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    bottom: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition:    all 0.4s ease-in-out;
    -ms-transition:     all 0.4s ease-in-out;
    -o-transition:      all 0.4s ease-in-out;
    transition:         all 0.4s ease-in-out;
}
.at-team-item:hover .social-links {
    bottom: 100px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 1;
}
.at-team-item .social-links a {
    width: 40px;
    height: 40px;
    display: block;
    background: none!important;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    line-height: 35px;
    margin: 0 6px;
    border-radius: 50px;
    display: inline-block;
}
.at-team-item .social-links a:before {
    font-size: 12px;
}
/*** Service ***/
.at-service-item i {
  padding-top: 15px;
}
.at-service-item h3 {
  color: #908e8e!important;
  font-size: 18px;
  font-weight: 300;
}
.at-service-item {
  border-bottom: 1px solid rgba(255,255,255,0.10);
  padding:15px 0px 15px 0px;
}
.at-service-item-right h4 {
  font-size: 20px;
  line-height: 32px;
  color: #989898!important;
  font-weight:400;
}
.at-service-item-right p {
  font-size: 14px;
  line-height: 26px;
  color: #989898!important;
}
.at-service-item-right-button {
  background: none!important;
  border-radius: 0px!important;
  border: 1px solid #fff;
  color: #ffffff;
}
.at-service-item-right-button:hover {
  color: #fff;
}
/** Slution ***/
.at-slution-item {
  width: 31%;
  margin-right: 2%;
}
.at-slution-item {
    color: #344e5a;
    padding: 40px 30px 20px;
    margin-bottom: 20px;
    margin-top: 30px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 8px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 8px 0 rgba(0,0,0,0.12);
    text-align: center;
    min-height: 400px;
    background: #fff;
  }

  /** Blog **/
.entry-header h2 a {
    font-size: 30px;
    font-weight: 400;
}
div.sp-module .sp-module-title {
    font-size: 20px;
    font-weight: 400;
}
.sp-page-title {
    margin-bottom: 50px;
   padding-left:180px!important;
   margin-left:15px!important;
}
.at-blog div.k2ItemsBlock ul li {
  width: 23%;
  float: left;
  margin-right: 2%;
  position: relative;
  overflow: hidden;
}
.at-blog div.k2ItemsBlock ul li:nth-child(4n) {
  margin-right: 0;
}
.at-blog div.k2ItemsBlock ul li a {
  display: inherit;
  overflow: hidden;
  font-size: 16px;
  padding-bottom: 15px;
}
.at-blog div.k2ItemsBlock ul li img {
  width: 100%;
  margin-bottom: 15px!important;
  transition: all .40s linear;
  transform: scale(1.1);
}
.at-blog div.k2ItemsBlock ul li:hover img {
  transform: rotete(4deg)scale(1.2);
}
.at-blog ul li .moduleItemDeteCreeted {
  left: 0;
  display: block;
  padding: 5px;
  font-size: 12px;
  font-style: italic;
  color: #333;
}
.at-blog .at-portfolio-button {
  margin-top: 0!important;
}
.at-blog > div > p {
  clear: left;
}
.moduleItemImage img {
    float: left!important;
    width: 100%;  
}
#sp-footer1 {
    text-align: center;
}
#sp-footer2 {
    text-align: right;
}
/* Contact */
#et-contact .qx-icon {
    padding: 20px;
}
.at-contact-item .qx-icon {
     -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
     transition: all 0.4s ease-in-out 0s; 
}
.at-contact-item:hover .qx-icon:before {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    display: block; 
    color: #fff!important;
}
.at-contact-item:hover .qx-icon {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.at-contact-item {
    cursor: pointer;
}
.at-contact-form label {
    color: #333;
}
.at-contact-form input {
    border-radius: 0!important;
    height: 25px!important;
    width: 100%;
}
.at-contact-form textarea {
    height: 100px!important;
    border-radius: 0!important;
    width: 100%;
}
.at-contact-form button {
    background: none;
    width: 150px;
    height: 35px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #fff!important;
    transition: all .25s linear;
    font-weight: 400;
}
.at-contact-form button:hover {
    color: #fff!important;
}
.itemid-549 .at-contact-form label {
    color: #333;
}
#k2Container {
  padding-left:30px!important;
}
/** RESPONSIVE **/
div.qx-section {
    margin-left: 0!important;
    max-width: 100%!important;
}
div.qx-container {
    max-width: 100%!important;
}
/*Footer*/
#sp-bottom4 .inputbox {
  width:100%!important;
}
#sp-bottom4 table.acymailing_form {
    margin:0px;
    float: left;
    margin-top: 12px;
    width: 93%;
}
#sp-bottom4 .acysubbuttons .btn-primary {
  float:left;
}
#sp-bottom3 a {
  color:#fff!important;
}
#sp-bottom {
   padding: 60px 0!important;
   margin-left: 180px;
 }
#sp-bottom1 {
  padding-left:30px;
}
/**** CUSTOM RESPONSIVE *****/
@media (max-width: 1199px) {
    #sp-footer,
    #sp-main-body,
    .itemid-278 #sp-component,
    .body-innerwrapper #sp-page-title {
        padding: 0!important;
    }
    #sp-bottom {
        padding: 60px 0!important;
    }
}
@media (min-width: 1200px) {
    #at-clients .sppb-row>div:nth-child(2) .clearfix {
        width: 33.33%!important;
    } 
    #sp-main-body {
        padding-left: 180px!important;
    }
}
/* Screen min 980px and max 1199px */
@media (min-width: 980px) and (max-width: 1199px) {
    .sp-megamenu-parent > li > a {
        letter-spacing: 0!important;
        padding: 0 10px!important;
    }
    .com-sppagebuilder #sp-main-body, .com-sppagebuilder #sp-footer {
        padding: 0!important;
  }
    #sp-header-sticky-wrapper {
        position: static!important;
        width: 100%!important;
        height: 90px!important;
    }
    #sp-header {
        height: 90px!important;
        z-index: 999;
    }
    #sp-logo, #sp-menu {
        width: auto!important;   
    }
    .sp-megamenu-parent {
        padding-top: 15px!important;
        float: right;
    }
    .sp-megamenu-parent > li {
        display: inline-block!important;
        border: none!important;
    }
    .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
        left: 0!important;
        top: 100%!important;
    }
    #offcanvas-toggler {
        display: block!important;
    }
    .sp-megamenu-parent > li.menu-justify {
        position: static!important;
    }
    .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
        left: inherit!important;
        top: 100%!important;
    }
    .menu-justify .sp-dropdown-main {
      left: inherit!important;
      right: -55px!important;
  }
    #at-k2-blog div.k2ItemsBlock ul li {
        width: 23%!important;
    }
    #sp-component {
    padding: 0px!important; 
    }
   #sp-bottom1 {
    padding-left:20px;
   }
   #sp-bottom {
    margin-left:0px!important;
  }
}
/* Screen min 768px and max 1000px */
@media (min-width: 768px) and (max-width: 1000px) {
     #sp-bottom {
        padding: 60px 0!important;
   }
  #sp-bottom {
    margin-left:0px!important;
  }
}
/* Screen min 768px and max 979px */
@media (min-width: 768px) and (max-width: 979px) {
 #at-k2-blog div.k2ItemsBlock ul li {
        width: 100%!important;
    }
    #sp-footer2 {
        text-align: left!important;
    }
    .sticky-wrapper.is-sticky {
        position: relative!important;
    }
    #sp-menu {
        position: absolute!important;
        right: 0;
        top: 35px;
    }
    #offcanvas-toggler {
        line-height: 0!important;
    }
    #offcanvas-toggler > i {
        margin: 0;
    }
    .sub-clients img {
        display: inline!important;
    }
    
    .sticky-wrapper.is-sticky {
        position: relative!important;
    }
    #sp-menu {
        position: absolute!important;
        right: 0;
        top: 35px;
    }
    #offcanvas-toggler {
        line-height: 0!important;
    }
    #offcanvas-toggler > i {
        margin: 0;
    }
    .sub-clients img {
        display: inline!important;
    }
    .com-sppagebuilder #sp-main-body, .com-sppagebuilder #sp-footer {
        padding: 0!important;
    }
    #sp-header-sticky-wrapper {
        position: static!important;
        width: 100%!important;
        height: 90px!important;
    }
    #sp-header {
        height: 90px!important;
        z-index: 999;
    }
    #offcanvas-toggler {
        display: block!important;
        padding-right: 10px;
    }
    #sp-menu {
        width: 20%!important;
    }
    #sp-logo {
        width: 80%!important;
    }
  
   #sp-component {
    padding: 0px!important; 
   }
   #at-about-angency-item img,
  .itemid-545  #et-about-angency-item img {
    width:100%!important;
  }
  #at-about-sub {
    padding-left:30px!important;
    padding-right:30px!important;
  }
  .itemid-545 #sp-main-body {
    padding:0px!important;
  }
   .at-blog div.k2ItemsBlock ul li {
    width: 100%!important;
  }
  .container {
    padding-left:15px!important;
    padding-right:15px!important;
  }
  #sp-bottom {
    margin-left:0px!important;
  }
  .sp-page-title {
    padding-left:0px!important;
  }
  #sp-bottom1 {
    padding-left: 15px!important;
}
}
/* Screen max 767px */
@media (max-width: 767px) and (min-width: 481px) {
    #at-k2-blog div.k2ItemsBlock ul li {
        width: 100%!important;
    }
    #sp-footer2 {
        text-align: left!important;
    }
    .sticky-wrapper.is-sticky {
        position: relative!important;
    }
    #sp-menu {
        position: absolute!important;
        right: 0;
        top: 35px;
    }
    #offcanvas-toggler {
        line-height: 0!important;
    }
    #offcanvas-toggler > i {
        margin: 0;
    }
    .sub-clients img {
        display: inline!important;
    }
    
    .sticky-wrapper.is-sticky {
        position: relative!important;
    }
    #sp-menu {
        position: absolute!important;
        right: 0;
        top: 35px;
    }
    #offcanvas-toggler {
        line-height: 0!important;
    }
    #offcanvas-toggler > i {
        margin: 0;
    }
    .sub-clients img {
        display: inline!important;
    }
    .com-sppagebuilder #sp-main-body, .com-sppagebuilder #sp-footer {
        padding: 0!important;
    }
    #sp-header-sticky-wrapper {
        position: static!important;
        width: 100%!important;
        height: 90px!important;
    }
    #sp-header {
        height: 90px!important;
        z-index: 999;
    }
    #offcanvas-toggler {
        display: block!important;
        padding-right: 10px;
    }
    #sp-menu {
        width: 20%!important;
    }
    #sp-logo {
        width: 80%!important;
    }
  
   #sp-component {
    padding: 0px!important; 
   }
   #at-about-angency-item img,
  .itemid-545  #et-about-angency-item img {
    width:100%!important;
  }
  #at-about-sub {
    padding-left:30px!important;
    padding-right:30px!important;
  }
  .itemid-545 #sp-main-body {
    padding:0px!important;
  }
   .at-blog div.k2ItemsBlock ul li {
    width: 100%!important;
  }
  .container {
    padding-left:15px!important;
    padding-right:15px!important;
  }
  .sp-page-title {
    padding-left:0px!important;
  }
  #sp-bottom {
    margin-left:0px!important;
  }
  .at-about-bottom-item {
    margin-left:25px!important;
    margin-right:25px!important;
  }
   #sp-bottom1 {
    padding-left: 15px!important;
}
}
/* Screen max 480px */
@media (max-width: 480px) {
    #sp-main-body .home-page #at-slide-wrapper {
        margin-top: 0!important;
    } 
    .at-k2-blog div.k2ItemsBlock ul li {
       width: 100%!important;
    }
  .at-blog div.k2ItemsBlock ul li {
    width: 100%!important;
  }
  .at-slider {
    top:0px;
  }
  .at-event-item h5 {
    font-size: 11px;
  }
  .at-event-item ul.event-time li {
    font-size: 10px;
  }
   #at-app-title {
    margin-top:50px;
  }
   #sp-menu {
     position: absolute!important;
     right: 0;
     top: 35px;
    }
  #at-about-angency-item img,
  .itemid-545  #at-about-angency-item img {
    width:100%!important;
  }
  #at-about-angency-item img {
    width:100%!important;
  }
  #at-about-sub {
    padding-left:30px!important;
    padding-right:30px!important;
  }
  .itemid-545 #sp-main-body {
    padding:0px!important;
  }
    #offcanvas-toggler {
        line-height: 0!important;
    }
    #offcanvas-toggler > i {
        margin: 0;
    }
    .sub-clients img {
        display: inline!important;
    }
    .com-sppagebuilder #sp-main-body, .com-sppagebuilder #sp-footer {
        padding: 0!important;
    }
    #sp-header-sticky-wrapper {
        position: static!important;
        width: 100%!important;
        height: 90px!important;
    }
    #sp-header {
        height: 90px!important;
        z-index: 999;
    }
    #offcanvas-toggler {
        display: block!important;
        padding-right: 10px;
    }
    #sp-menu {
        width: 20%!important;
    }
    #sp-logo {
        width: 80%!important;
    }
  #sp-component {
    padding: 0px!important; 
 }
  .container {
    padding-left:15px!important;
    padding-right:15px!important;
  }
  #sp-bottom {
    margin-left:0px!important;
  }
  .sp-page-title {
    padding-left:0px!important;
  }
  .at-client-item img {
    left:0;
    right:0;
    margin: auto;
  }
  .at-about-bottom-item {
    margin-left:25px!important;
    margin-right:25px!important;
  } 
  #sp-bottom1 {
    padding-left: 15px!important;
}
}
body.com-users #sp-component {
    padding: 40px 70px 70px 70px;
}
/** Fix Bootstrap ***/
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
    width: 100%!important;
  }
}
/* Improve sub menu dropdown clickable for offcanvas menu */
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon,
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
 float: right;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
 width: 100%;
}
