/*
Theme Name:     absolvireChild
Description:    absolvireChild
Author:         ConicWeb
Template:       fitness-hub
*/

@import url("../fitness-hub/style.css");

#swipebox-slider .slide {
	background: #fff;
}

#swipebox-top-bar {
	display: block !important;
}
#swipebox-arrows {
	display: none !important;
}

.content {
  position: relative;
  display:block;
}

.content .content-details{
	transition: opacity 0.5s;
  font-size: 40px;
  position: absolute;
  top: 30%;
  left: 43%;
  opacity: 0;
  color: #fff;
  height:80px;
  width:80px;
  opacity: 0;
  border-radius:80px;
  background: rgb(203,0,0, 0.85);
  text-align: center;
  line-height: 75px;
}

.content:hover .content-details {
	transition: opacity 0.5s;
  opacity: 1;
}