/*
 Theme Name:   AccessPress Parallax Child
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  AccessPress Parallax Child Theme
 Author:       AnderWeb
 Author URI:   http://adwthings.com
 Template:     accesspress-parallax
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  accesspress-parallax-child
*/
@import url("../accesspress-parallax/style.css");

/* Aquí empieza la personalización de tu tema
-------------------------------------------------------------- */
.slides {
  background: url('/launcher/wp-content/uploads/2016/03/sliders_bg.png');
  background-repeat: repeat;
}


.next-page {
  display: none;
}

.slider-caption .caption-description a {
  border: 0 !important;
  background: transparent !important;
}

.slider-caption .caption-description a:hover {
  border: 0 !important;
  background: transparent !important;
}