/* LOGO + MENU */
.elementor-17 .elementor-element.elementor-element-5386bab:not(.elementor-motion-effects-element-type-background), .elementor-17 .elementor-element.elementor-element-5386bab > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #ffffff94;
} /* END */

/* Main Container Wider */
.pxl-has-sidebar {
  max-width: 1620px;
  margin: auto;
} /* END */

/* Sizing Page Title Height */
#pxl-page-title-elementor {
  background-color: #ffffff66;
  height: 250px !important;
}
.elementor.elementor-90 {
  height: 250px !important;
}
.elementor-element.elementor-element-48bb21f.e-flex.e-con-boxed.pxl-column-none.e-con.e-parent.e-lazyloaded {
  height: 250px !important;
} /* END */

/* Resize Sidebar & Content */
#pxl-content-area {
  flex: 0 0 80% !important;
  /* padding-left: 33px !important; */
}
#pxl-sidebar-area {
  flex: 0 0 30% !important;
  max-width: 30% !important;
  margin-left: auto !important;
  margin-right: 0 !important;
  padding-right: 75px !important;
}
/* Hover */
.pxl-sidebar-sticky ul li a:hover {
  color: #c80000 !important;
}
/* Current Active Page */
.pxl-sidebar-sticky ul li.current-menu-item > a, .pxl-sidebar-sticky ul li.current_page_item > a, .pxl-sidebar-sticky ul li.current-menu-ancestor > a, .pxl-sidebar-sticky ul li.current-menu-parent > a {
  color: #c80000 !important;
  font-weight: 600;
}
.pxl-sidebar-sticky {
  border-color: #cccccc7d;
  border-style: solid;
  border-width: 1px 7px 1px 1px;
  border-radius: 15px;
  padding: 25px 75px 25px 50px;
  background: #ffffff7d;
}
/* END */

/* Sticky Sidebar */
@media (min-width: 992px) {
  #pxl-sidebar-area {
    position: sticky;
    top: 120px;
    align-self: flex-start;
  }
} /* END */

/* Edit SubMenu */
.sub-menu {
  transition: .4s ease;
  background: #efefefe3 !important;
  border-radius: 0px 0px 15px 15px;
  max-width: auto;
  width: auto;
  margin-top: 25px;
}
.sub-menu li a {
  font-weight: 650;
  text-transform: uppercase;
  font-size: 14px;
  color: #333333;
  font-family: 'exo';
  letter-spacing: 0.3px
}
.sub-menu li a:hover {
  background: #ffffff96 !important;
}
.sub-menu li a:hover span {
  color: #c80000 !important;
}
.sub-menu li a:hover .pxl-menu-item-text:before {
  background: #c80000 !important;
}
.sub-menu .current-menu-item > a span, .sub-menu .current_page_item > a span {
  color: #c80000 !important;
}
.sub-menu .current-menu-item > a .pxl-menu-item-text:before, .sub-menu .current_page_item > a .pxl-menu-item-text:before {
  background: #c80000 !important;
}
/* END */

/* Edit Mouse Curser */
#pxl-loadding {
  background: #282928 !important;
}
.loader-line::before {
  background-color: #282928 !important;
} /* END */

/* body *{
outline:1px solid red;
}  */

.elementor-widget-text-editor ul {
  list-style: disc !important;
  padding-left: 25px !important;
  margin-left: 0 !important;
}
.elementor-container .row {
  display: block;
}


/* Hide Sidebar on Movile View */

@media (max-width: 991px) {

    #pxl-sidebar-area,
    .pxl-sidebar-area {
        display: none !important;
    }

    #pxl-content-area,
    .pxl-content-area {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
} /* END */

}