/*
Theme Name: Divi Coaching Child Theme
Theme URI:
Author: Paul Knowler for DiviCoaching
Author URI: divicoaching.com
Description: A child theme template for Divi from DiviCoaching. Please note we provide no warranty.
Version: 1.0.0
Template: Divi
*/

/* Custom CSS below this line only - DO NOT EDIT ABOVE THIS LINE */

/*style the Divi Post Navigation buttons*/
.et_pb_posts_nav .nav-previous a,
.et_pb_posts_nav .nav-next a {
	color: #ffffff;
	background: #585858;
	border: 2px solid #585858;
	padding: .7em 1.3em;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}
/*style the Divi Post Navigation buttons on hover*/
.et_pb_posts_nav .nav-previous a:hover,
.et_pb_posts_nav .nav-next a:hover {
	color: #404040;
	background: transparent;
	border: 2px solid #404040;
	transition: all 0.3s ease-in-out;
}