/* This is the primary styling document for the Sensentia child theme */
/* Main Tag Styles */
body {
  margin: 20px 20px 0px 20px;
}
html {
  background: #fff;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 1) 0%, rgba(123, 135, 141, 1) 80%, rgba(123, 135, 141, 1) 100%);
  background: -o-linear-gradient(rgba(255, 255, 255, 1) 0%, rgba(123, 135, 141, 1) 80%, rgba(123, 135, 141, 1) 100%);
  background: linear-gradient(rgba(255, 255, 255, 1) 0%, rgba(123, 135, 141, 1) 80%, rgba(123, 135, 141, 1) 100%);
}
#page-container {
  overflow: hidden;
}
/* General Styles */
.no-p-space p {
  margin-bottom: 0;
}
/* Primary Navigation */
header.et-l--header {
  height: 0;
}
.menu-main-menu-container {
  z-index: 40;
  display: none;
  position: fixed;
  right: 100px;
  top: 35px;
  background: none;
}
.menu-main-menu-container #menu-main-menu {
  margin: 0 !important;
}
.menu-main-menu-container ul {
  flex-direction: column;
  padding: 0;
  list-style: none;
  text-align: right;
}
.menu-main-menu-container ul li {
  justify-content: flex-end;
  text-transform: uppercase;
  font-size: 20px;
  padding: 10px 0;
  padding-right: 2px;
  border-bottom: #ce0058 1px solid;
}
.menu-main-menu-container ul li:last-child {
  border: none;
}
.menu-main-menu-container ul li.current-menu-item {
  font-weight: bold;
}
.menu-main-menu-container ul li.current-menu-item li {
  font-weight: 500;
}
.menu-main-menu-container ul li a {
  color: #141b4d;
}
.menu-main-menu-container ul li a:hover {
  opacity: 1;
  color: #ce0058;
}
.menu-main-menu-container ul li.menu-item-has-children ul li {
  font-size: 14px;
  border: none;
  text-transform: none;
  padding: 0;
}
.menu-main-menu-container ul li.menu-item-has-children ul li a {
  color: #ce0058;
}
.menu-main-menu-container ul li.menu-item-has-children ul li a:hover {
  opacity: 0.7;
}
#nav-triangle {
  z-index: 10;
  position: fixed;
  box-shadow: 0px 4px 10px 0px #aaa;
  height: 1200px;
  width: 1200px;
  background: #fff;
  -webkit-transform: rotate(70deg);
  -moz-transform: rotate(70deg);
  -o-transform: rotate(70deg);
  transform: rotate(70deg);
  right: -1052.6315789474px;
  top: -750px;
  transition: 0.7s ease-in-out;
}
#nav-triangle.expanded {
  -webkit-transform: rotate(59deg);
  -moz-transform: rotate(59deg);
  -o-transform: rotate(59deg);
  transform: rotate(59deg);
  right: -810.8108108108px;
  top: -524.0174672489px;
  transition: 0.3s ease-in-out;
}
.hamburger {
  z-index: 50;
  width: 33px;
  height: 30px;
  position: fixed;
  right: 10px;
  top: 10px;
  margin: 35px 32px auto;
  margin-bottom: -25px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  backface-visibility: hidden;
}
.hamburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #ce0058;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transition-delay: 0.3s, 0s;
}
.hamburger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.hamburger span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.hamburger span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 3px;
}
.hamburger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
  transition-delay: 0s, 3s;
}
.hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  left: 3px;
}
/* Disable Mobile Menu */
.et_pb_menu__menu {
  display: block !important;
}
#et_mobile_nav_menu, .et_mobile_nav_menu {
  display: none !important;
}
/* Footer Styles */
.footer-menu ul {
  flex-direction: column;
}
/* Homepage Styles */
/* Solutions Page Styles */
.custom-slider {
  text-shadow: none !important;
}
.custom-slider .et_pb_slide {
  padding: 0;
}
.custom-slider .et-pb-controllers {
  position: initial;
}
.custom-slider .et_pb_container {
  float: left;
}
.sensentia-line {
  display: block;
  margin: 18px 0 8px 0;
  width: 500px;
  text-align: left;
  margin-left: 0;
}
.sub-page-polygons {
  padding-bottom: 40px !important;
}
.sub-page-polygons::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  background-image: url("/wp-content/uploads/2020/08/polygons1.png");
  background-repeat: no-repeat;
  background-size: 100% 60px;
}
.sub-page-polygons-top::after {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(10vw + 40px);
  top: 0;
  left: 0;
  background-image: url("/wp-content/uploads/2020/08/polygons1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
/* About - Us */
.custom-carousel .dica_divi_carouselitem {
  display: flex;
  justify-content: center;
}
.custom-carousel .dica_divi_carouselitem .et_pb_module_inner {
  max-width: 450px;
}
.custom-carousel .dica-item-content {
  display: flex;
  justify-content: center;
}
/* Responsive Styles */
/*** Responsive Styles Large Desktop And Above ***/
/*** Responsive Styles Standard Desktop Only ***/
/*** Responsive Styles Tablet And Below ***/
@media (max-width: 980px) {
  .et_pb_fullwidth_menu--style-left_aligned .et_pb_menu__wrap, .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
    justify-content: flex-start !important;
  }
}
/*** Responsive Styles Tablet Only ***/
@media (min-width: 768px) and (max-width: 980px) {
  .three-columns {
    display: flex;
    justify-content: space-between;
  }
  .three-columns .et_pb_column {
    width: 30% !important;
  }
}
/*** Responsive Styles Smartphone Only ***/
@media (max-width: 767px) {
  body {
    margin: 0px;
  }
  .tablet-center {
    text-align: center !important;
  }
  .tablet-center .et_pb_menu__wrap {
    justify-content: center;
  }
  .footer-menu .et_pb_menu__wrap {
    justify-content: flex-start;
  }
}
/*** Responsive Styles Smartphone Portrait ***/
@media (max-width: 479px) {
  .et_pb_section_0_tb_footer.et_pb_section {
    margin: 0;
  }
  #nav-triangle {
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    transform: rotate(50deg);
    right: -956.1752988048px;
    top: -956.1752988048px;
  }
  #nav-triangle.expanded {
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    transform: rotate(50deg);
    right: -674.1573033708px;
    top: -674.1573033708px;
  }
  .hamburger {
    right: 0px;
    top: -10px;
  }
  #main-menu {
    top: 15px;
  }
}
