HEX
Server: Apache
System:
User: ()
PHP: 7.4.33
Disabled: system,passthru,shell_exec,exec,proc_close,proc_open,proc_get_status,proc_nice,proc_terminate,highlight_file,escapeshellcmd,pclose,debugger_off,debugger_on,leak,listen,define_syslog_variables,ftp_exec,posix_uname,posix_getpwuid,get_current_user,getmyuid,getmygid,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,escapeshellarg,myshellexec,escapeshellarg,disk_free_space,disk_total_space,show_source,dl,symlink,listen,syslog,php_ini_scanned_files,inurl,apache_setenv,closelog,rar_open,bzopen,bzread,bzwrite,shellcode,show_source,apache_get_modules,apache_get_version,apache_note,openlog,crack_check,crack_closedict,pcntl_exec,ini_alter,backtick,cmd,virtual,getservbyport,myshellexec,hypot,pg_host,phpini,link,readlink,syslog,id,ftok,posix_access,error_log,sym,php_u,psockopen,apache_child_k_closedict,crack_getlastmessage,crack_opendict,php_ini,ini_restore,popen,curl_multi_exec,php_uname
Upload Files
File: /home/homework/www/kurs7/wp-content/plugins/js_composer/assets/less/shortcodes/vc_teaser_grid.less
/* Teaser Grid
---------------------------------------------------------- */
.wpb_column .wpb_wrapper .wpb_teaser_grid {
  float: none;
}

// Teaser grid adjustments
body ul.wpb_thumbnails-fluid li {
  background-image: none; /* some themes add bg image as a bullet */
  padding: 0;
  margin-left: 0;
  //
  .no_bullet_fix();

  .entry-content *:last-child {
    margin-bottom: 0;
  }
}

.wpb_row .wpb_grid ul.wpb_thumbnails-fluid,
.wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid {
  padding: 0;
  overflow: visible !important;
}

/* Teaser grid
---------------------------------------------------------- */
.wpb_teaser_grid .entry-content {
  margin: 0;
  padding: 0;
  width: 100%;
}

.grid_layout-thumbnail .post-thumb {
  margin-bottom: 0;

  img {
    max-width: 100%;
  }
}

/* Carousel layout
---------------------------------------------------------- */
.wpb_carousel {
  .wpb_wrapper {
    position: relative;
  }
  .prev,
  .next {
    position: absolute;
    top: 3px;
    background-color: @vc_carousel_arrows_bg;
    padding: 0px 6px 0px 6px;
    font-size: 12px;
    z-index: 10;
    text-decoration: none;

    .wpb_transition();

    &:hover {
      background-color: @vc_carousel_arrows_bg_hover;
    }
    &:focus {
      outline: none;
      text-decoration: none;
    }
  }
  .prev {
    right: 30px;
  }
  .next {
    right: 0px;
  }

  .wpb_thumbnails-fluid {
    width: 100%;

    > [class*="vc_span"] {
      height: auto !important;
    }
  }
}

/*** Categories filter ***/
.wpb_teaser_grid .categories_filter,
.wpb_categories_filter {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0 0 10px 0;

  li {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    //
    .no_bullet_fix();

    a {
      border: none;
      text-decoration: none;

      &:hover {
        border-bottom: 1px dotted;
      }
    }

    &.active a {
      border-bottom: 1px dotted;
    }
  }
}

// Responsive stuff
@media (max-width: @vc_responsive_max_w) {
  //767
  .vc_responsive {
    .wpb_row {
      ul.wpb_thumbnails-fluid {
        margin-left: 0;
        width: auto;
      }
      .wpb_teaser_grid ul.wpb_thumbnails-fluid [class*="vc_col-"] {
        width: 100%;
        float: none;
        display: block;
        margin-left: 0;
        margin-right: 0;
      }
    }
  }
}