HEX
Server: Apache
System: Linux web2213.uni5.net 5.4.282-1.el8.elrepo.x86_64 #1 SMP Mon Aug 19 18:33:22 EDT 2024 x86_64
User: clinicamaciel (596848)
PHP: 7.3.33
Disabled: apache_child_terminate,c99_buff_prepare,c99_sess_put,dl,eval,exec,leak,link,myshellexec,openlog,passthru,pclose,pcntl_exec,php_check_syntax,php_strip_whitespace,popen,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,show_source,symlink,system,socket_listen,socket_create_listen,putenv
Upload Files
File: /home/clinicamaciel/www/wp-content/themes/bedentist/assets/sass/builder/_main.scss
#tm_builder_outer_content .img_add.tm_pb_module img {
  margin-top: 10px;
}

#tm_builder_outer_content .img_add2.tm_pb_module img {
  margin-top: 20px;
}


#tm_builder_outer_content {

  hr.dash {
    margin-left: 0;
    margin-right: 0;
  }

  hr {
    margin: 30px 0 8px;
  }

  .tm_pb_module {

    p > em {
      font-weight: 700;
      letter-spacing: 0.06px;
    }

    h5 + p {
      margin-top: 33px;
    }

    h3 + h5 {
      margin-top: 7px;
    }

    h3 + h4 {
      margin-top: 7px;
    }

    h4 + p {
      margin-top: 35px;
    }

    h5 + .offset1 {
      margin-top: 12px;
    }

    * + .offset2 {
      margin-top: 12px;
    }

    p.offset1 + h5 {
      margin-top: 32px;
      margin-bottom: 0;
    }

    address {
      font-style: normal;
    }

    address + h5 {
      margin-bottom: 0;
    }

    p > a[href^="callto"] {
      font-weight: 800;
    }
    p > a[href^="mailto"] {
      font-style: italic;
    }
  }

  .ins1 {
    padding: 0;
    @include media-breakpoint-up(sm){
      padding: 0 10%;
    }
  }
}

#tm_builder_outer_content .tm_pb_with_background {
  .container {
    padding-left: 15px;
    padding-right: 15px;
    .tm_pb_row.row {
      width: auto;
    }
  }
}

%make-hover {
  overflow: hidden;
  position: relative;
  line-height: 0;
  display: block;
  &::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
  }
  &:hover::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}