/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 16 2017 | 10:00:00 */
/* 
Full-lines gradient red added to top and bottom (Images). 
*/
.fullline_gradientred_border {
  position: relative;
}
.fullline_gradientred_border:before, .fullline_gradientred_border:after {
  content: "";
  position: absolute;
  /*
  top: -2px;
  bottom: -2px;
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #D4D4D4;
  */
}
.fullline_gradientred_border:before {
  top: -2px;
  left: 0%;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#F00), to(#550005));
  background-image: -webkit-linear-gradient(left, #F00, #550005);
  background-image: -moz-linear-gradient(left, #F00, #550005);
  background-image: -o-linear-gradient(left, #F00, #550005);
}
.fullline_gradientred_border:after {
  bottom: -2px;
  left: 0%;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#F00), to(#550005));
  background-image: -webkit-linear-gradient(left, #F00, #550005);
  background-image: -moz-linear-gradient(left, #F00, #550005);
  background-image: -o-linear-gradient(left, #F00, #550005);
}

/* 
Half-lines gradient red added to top and bottom (Images).
*/
.halfline_gradientred_border {
  position: relative;
}
.halfline_gradientred_border:before, .halfline_gradientred_border:after {
  content: "";
  position: absolute;
}
.halfline_gradientred_border:before {
  top: -2px;
  left: 0%;
  width: 45%;
  height: 2px;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#F00), to(#550005));
  background-image: -webkit-linear-gradient(left, #F00, #550005);
  background-image: -moz-linear-gradient(left, #F00, #550005);
  background-image: -o-linear-gradient(left, #F00, #550005);
}
.halfline_gradientred_border:after {
  bottom: -2px;
  left: 55%;
  width: 45%;
  height: 2px;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#F00), to(#550005));
  background-image: -webkit-linear-gradient(left, #F00, #550005);
  background-image: -moz-linear-gradient(left, #F00, #550005);
  background-image: -o-linear-gradient(left, #F00, #550005);
}

/*    
CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp
*/ 

