/*
Theme Name: Divi Child
Theme URI: https://www.kildareweb.ie/
Version: 1.0
Description: Child Theme of Divi
Author: Kildare Web
Template: Divi
*/
@import url("../Divi/style.css");

#page-container {
  display: flex;
  flex-direction: column;
}

.et-boc {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body.admin-bar .et-boc {
  min-height: calc(100vh - 32px);
}

#et-main-area {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#main-content {
  flex-grow: 1;
}
.featured-image-container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.featured-image-container img {
  display: block;
  width: 100%;
  height: auto;
}

.featured-image-container .overlay-title {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  width: auto;
  max-width: calc(100% - 20px);
  box-sizing: border-box;

  color: #fff;
  background: rgba(0,0,0,0.5);
  padding: 8px 10px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;

  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  pointer-events: none;
}
