HEX
Server: Apache/2.4.58 (IUS)
System: Linux fromcolo1.linveo.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: u100898694 (7904)
PHP: 8.1.29
Disabled: symlink,shell_exec,exec,proc_close,proc_open,popen,system,dl,passthru,escapeshellarg,escapeshellcmd,proc_get_status,proc_nice,proc_terminate,pclose,ini_alter,virtual,openlog,apache_child_terminate,apache_setenv,define_syslog_variables,highlight_file,ini_get_all,ini_restore,inject_code,openlog,posix_getpwuid,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,posix_setuid,posix_uname,syslog,system,show_source,pcntl_exec,virtual,suexec,dbmopen,dl,disk_free_space,diskfreespace,leak,apache_get_modules,apache_get_version,apache_note,apache_setenv,highlight_file
Upload Files
File: /home/u100898694/samak-danesh.com/wp-content/themes/bloglo/inc/customizer/controls/range/range.css
/*****************************************/
/* Customizer control range style
/*****************************************/
/**
 * Import configuration file with variables.
 */
.bloglo-range-wrapper .bloglo-control-wrap {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 12px;
}

.bloglo-range-wrapper .bloglo-control-wrap input[type="range"],
.bloglo-range-wrapper .bloglo-control-wrap .bloglo-range-input,
.bloglo-range-wrapper .bloglo-control-wrap .bloglo-reset-range {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bloglo-range-wrapper input[type="range"] {
  background-color: #ddd;
  height: 3px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
  border-radius: 3px;
  -webkit-appearance: none;
}

.bloglo-range-wrapper input[type="range"]:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bloglo-range-wrapper input[type="range"]:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.bloglo-range-wrapper input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #2e86b9;
  width: 15px;
  height: 15px;
  border: none;
  border-radius: 50%;
  -webkit-transition: background-color 0.15s ease, -webkit-box-shadow 0.15s ease,
    -webkit-transform 0.15s ease;
  transition: background-color 0.15s ease, -webkit-box-shadow 0.15s ease,
    -webkit-transform 0.15s ease;
  transition: background-color 0.15s ease, box-shadow 0.15s ease,
    transform 0.15s ease;
  transition: background-color 0.15s ease, box-shadow 0.15s ease,
    transform 0.15s ease, -webkit-box-shadow 0.15s ease,
    -webkit-transform 0.15s ease;
}

.bloglo-range-wrapper input[type="range"]::-webkit-slider-thumb:hover {
  background-color: #008ec2;
  -webkit-box-shadow: 0 0 0 10px rgba(46, 134, 185, 0.12);
  box-shadow: 0 0 0 10px rgba(46, 134, 185, 0.12);
}

.bloglo-range-wrapper input[type="range"]::-webkit-slider-thumb:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.bloglo-range-wrapper input[type="range"]::-moz-range-track {
  border: inherit;
  background-color: transparent;
}

.bloglo-range-wrapper input[type="range"]::-ms-track {
  border: inherit;
  color: transparent;
  background-color: transparent;
}

.bloglo-range-wrapper input[type="range"]::-ms-fill-lower,
.bloglo-range-wrapper input[type="range"]::-ms-fill-upper {
  background-color: transparent;
}

.bloglo-range-wrapper input[type="range"]::-ms-tooltip {
  display: none;
}

.bloglo-range-wrapper input[type="range"]::-moz-range-thumb {
  background-color: #2e86b9;
  width: 15px;
  height: 15px;
  border: none;
  border-radius: 30px;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.bloglo-range-wrapper input[type="range"]::-moz-range-thumb:hover {
  background-color: #008ec2;
  transform: scale(1.25);
}

.bloglo-range-wrapper input[type="range"]::-ms-thumb {
  background-color: #2e86b9;
  width: 15px;
  height: 15px;
  border: none;
  border-radius: 30px;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.bloglo-range-wrapper input[type="range"]::-ms-thumb:hover {
  background-color: #008ec2;
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

.bloglo-range-wrapper .bloglo-range-input {
  max-width: 50px;
  height: 28px;
  text-align: center;
  font-size: 13px;
  border-radius: 3px;
  font-weight: 400;
  color: #232323;
  -moz-appearance: textfield;
  margin-left: 6px !important;
}

.bloglo-range-wrapper .bloglo-range-input::-webkit-outer-spin-button,
.bloglo-range-wrapper .bloglo-range-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.bloglo-range-wrapper .bloglo-reset-range {
  max-width: 16px;
  margin-left: 12px;
  display: inline-block;
  position: relative;
  line-height: 1;
  color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-align: center;
}

.bloglo-range-wrapper .bloglo-reset-range:hover {
  color: #f00;
}

.bloglo-range-wrapper .bloglo-reset-range span {
  width: 13px;
  height: 13px;
  font-size: 13px;
  line-height: 1;
}

.bloglo-range-wrapper .bloglo-range-unit {
  margin-left: 6px;
  color: #555d66;
}