.rangeslider,
.rangeslider__fill {
  background: #e6e6e6;
  display: inline-block;
  height: 12px;
  width: 420px;
  max-width:100%;
  -webkit-box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.rangeslider {
  position: relative;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: #0480DA;
  position: absolute;
  top: 0;
}

.rangeslider__handle {
background: white;
border: 1px solid #ccc;
cursor: pointer;
display: inline-block;
width: 18px;
height: 22px;
position: absolute;
top: -6.5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
}

.rangeslider__handle:active {
 background: #ededed;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}
output.wpb_output {
width: 45px;
display: inline-block;
font-size: 18px;
}
span.range_description {
margin-top: 15px;
display: block;
}
.wpb_bls_wrap .form-table td{padding: 25px 10px}
.wpb_bls_wrap form{padding-left:10px;}

#gs_t_general h2, #gs_t_style h2, #gs_t_advance h2 {
  padding: 0 0 10px 10px !important;
  margin-bottom: 0;
}
#gs_t_advance h2 {
  padding: 0 0 10px 10px;
}
.gs_number_type,
.gs_select_type { min-width:105px;}

.gswps-admin-sidebar .centered {
  text-align: center;
}
.gswps-admin-sidebar h3 {
  font-size: 14px;
  padding: 8px 12px;
  margin: 0;
  line-height: 1.4;
}

.gs_proj_gallery_images .gallery-item {
    display: inline-block;
    width: 100px;
    margin: 5px;
}

.gs_proj_gallery_images .gallery-item img {
    width: 100%;
    height: auto;
}


/*----*/
div#gs_projects_style_settings {
  position: relative;
}
div#gs_projects_style_settings tr:first-child {
  position: absolute;
  left: 0;
  top: 35px;
  width: 100%;
  height: 100%;
  background: #F8F8F8;
  opacity: 0.6;
  z-index: 99;
  padding: 0 !important;
}
div#gs_projects_style_settings tr:first-child input {
  display: none;
}
p.gsprojects_pro {
  font-size: 30px !important;
  color: #fff;
  margin-top: -90px !important;
  background: #000;
  padding: 10px;
}
.gsproj_pro_fea li:before {
  font-family: 'FontAwesome';
  content: '\f046';
  margin: 0 5px 0 0;
  color: #f14548;
}
/*a.gs-pro-link {
  color: #F50303;
  font-weight: bold;
}*/