/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

.et_fullscreen_slider .et_pb_slides,
.et_fullscreen_slider .et_pb_slide,
.et_fullscreen_slider .et_pb_container {
    min-height: 100% !important;
    height: 100% !important;
}
.linktastic .et_pb_blurb_content {
  display: flex;
}
.linktastic .et_pb_blurb_container {
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%;
}
.linktastic .et_pb_main_blurb_image {
  visibility: hidden;
  margin: 0;
}
.linktastic .et_pb_blurb_container h4 {
  padding: 0;
  width: 100%;
}
.linktastic .et_pb_blurb_container h4 a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.linktastic .et_pb_blurb_container h4 a:hover {
  background: rgba(255,255,255,0.5);
}
