/*--------------------------------------------------------------------------------- Theme Name:   Gathar Blog Theme URI:    https://gathar.com.au Description:  Blog for Gathar.com.au Author:       Precedence Author URI:   https://precedence.com.au Template:     Divi Version:      1.0.0 License:      GNU General Public License v2 or later License URI:  http://www.gnu.org/licenses/gpl-2.0.html------------------------------ ADDITIONAL CSS HERE ------------------------------*//* Figure caption */
figcaption {
	text-align: center;
	font-style: italic;
	font-weight: 300;
}

/* Hide blog content */
div.et_pb_slide_description div {
  display: none;
}

/* Show read more button */
div.et_pb_button_wrapper {
  display: block !important;
}

/* #feature-blog .entry-title {
	position: absolute;
  top: 700px;
	left: 25px;
} */

/* Feature blog */

#feature-blog img {
	box-shadow: 0px 1px 3px #0000001A !important;

}
#feature-blog .entry-title {
	position: relative !important;
  top: -100px !important;
	left: 25px;
}

#feature-blog span.published {
	position: relative !important;
  top: -180px !important;
	left: 25px;
}

#feature-blog a.more-link {
	position: relative !important;
  top: -185px !important;
	float: right !important;
	right: 25px !important;
	border-bottom: 1px solid #fff;
	line-height: 1.4em;
}

/* Read more button */
a.more-link {
	border-bottom: 1px solid #4A8CCB;
}