body.animate-sections .page-builder-content .section {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
  transform: translateY(-50px);
  transition-delay: 0.2s;
}
body.animate-sections .page-builder-content .section.visible {
  opacity: 1;
  visibility: visible;
  transform: none;
}

body.animate-sections .page-builder-content .site-main > .section:nth-child(1) {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

body.animate-sections .page-builder-content .section [data-animate] {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
  transform: translateY(-30px) scale(1.05);
}
body.animate-sections .page-builder-content .section [data-animate][data-animate-type="even"] {
/*   transition-duration: 0.5s; */
}
body.animate-sections .page-builder-content .site-main > .section:nth-child(1) [data-animate] {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

body.animate-sections .page-builder-content .section.visible [data-animate] {
  opacity: 1;
  visibility: visible;
  transform: none;
}

body.animate-sections .page-builder-content .section [data-animate="1"],
body.animate-sections .page-builder-content .section [data-animate="2"],
body.animate-sections .page-builder-content .section [data-animate="3"],
body.animate-sections .page-builder-content .section [data-animate="4"],
body.animate-sections .page-builder-content .section [data-animate="5"],
body.animate-sections .page-builder-content .section [data-animate="6"],
body.animate-sections .page-builder-content .section [data-animate="7"],
body.animate-sections .page-builder-content .section [data-animate="8"],
body.animate-sections .page-builder-content .section [data-animate="9"],
body.animate-sections .page-builder-content .section [data-animate="10"],
body.animate-sections .page-builder-content .section [data-animate="11"],
body.animate-sections .page-builder-content .section [data-animate="12"],
body.animate-sections .page-builder-content .section [data-animate="13"],
body.animate-sections .page-builder-content .section [data-animate="14"],
body.animate-sections .page-builder-content .section [data-animate="15"],
body.animate-sections .page-builder-content .section [data-animate="16"],
body.animate-sections .page-builder-content .section [data-animate="17"],
body.animate-sections .page-builder-content .section [data-animate="18"],
body.animate-sections .page-builder-content .section [data-animate="19"],
body.animate-sections .page-builder-content .section [data-animate="20"],
body.animate-sections .page-builder-content .section [data-animate="21"],
body.animate-sections .page-builder-content .section [data-animate="21"],
body.animate-sections .page-builder-content .section [data-animate="22"],
body.animate-sections .page-builder-content .section [data-animate="23"],
body.animate-sections .page-builder-content .section [data-animate="24"],
body.animate-sections .page-builder-content .section [data-animate="25"],
body.animate-sections .page-builder-content .section [data-animate="26"],
body.animate-sections .page-builder-content .section [data-animate="27"],
body.animate-sections .page-builder-content .section [data-animate="28"],
body.animate-sections .page-builder-content .section [data-animate="29"],
body.animate-sections .page-builder-content .section [data-animate="30"],
body.animate-sections .page-builder-content .section [data-animate="31"],
body.animate-sections .page-builder-content .section [data-animate="32"],
body.animate-sections .page-builder-content .section [data-animate="33"],
body.animate-sections .page-builder-content .section [data-animate="34"],
body.animate-sections .page-builder-content .section [data-animate="35"],
body.animate-sections .page-builder-content .section [data-animate="36"],
body.animate-sections .page-builder-content .section [data-animate="37"],
body.animate-sections .page-builder-content .section [data-animate="38"],
body.animate-sections .page-builder-content .section [data-animate="39"],
body.animate-sections .page-builder-content .section [data-animate="40"],
body.animate-sections .page-builder-content .section [data-animate="41"],
body.animate-sections .page-builder-content .section [data-animate="42"],
body.animate-sections .page-builder-content .section [data-animate="43"],
body.animate-sections .page-builder-content .section [data-animate="44"],
body.animate-sections .page-builder-content .section [data-animate="45"],
body.animate-sections .page-builder-content .section [data-animate="46"],
body.animate-sections .page-builder-content .section [data-animate="47"],
body.animate-sections .page-builder-content .section [data-animate="48"],
body.animate-sections .page-builder-content .section [data-animate="49"],
body.animate-sections .page-builder-content .section [data-animate="50"] {
  transition-delay: var(--transition-delay);
}


.component-wrap {
  position: relative
}
.component-wrap .admin-meta .actions {
  margin: 0;
  padding: 0 0;
  display: inline-flex;
  list-style: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: rgba(255,255,255,1);
  position: absolute;
  left: 0;
  bottom: -35px;
  opacity: 0.3;
  /*z-index: 9999;*/
}
.component-wrap .admin-meta .actions:hover,
.component-wrap:hover .admin-meta .actions {
  opacity: 1;
  z-index: 9999;
}
.component-wrap .admin-meta .actions li {
  margin: 1px 5px 1px 5px;
}
.component-wrap .admin-meta .actions li::after {
  content: "/";
  margin: 0 0 0 5px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  top: 1px;
}
.component-wrap .admin-meta .actions li:last-child::after {
  display: none;
}
.component-wrap .admin-meta .actions,
.component-wrap .admin-meta .actions a {
  font-size: 10px;
  font-weight: 600;
}
.component-wrap .admin-meta .actions a {
  display: inline-block;
}
.component-wrap .admin-meta .actions a i {
  margin-right: 3px;
}
.component-wrap .admin-meta .actions a i {
  margin-right: 3px;
}
.component-wrap .admin-meta .action-view-shortcode .shortcode {
  line-height: normal;
  cursor: pointer;
  display: none;
}




