/*
Theme Name: Happy Trails Brew Co
Theme URI: http://downhomewebsolutions.com
Description: Child Theme For Hapy Trails Brew Co website
Author: John Kile
Author URI: http://downhomewebsolutions.com
Version: 1.0.0
Template: Divi
*/

/*make Divi Blog module post title link unclickable*/
.pa-blog-no-links .et_pb_post .entry-title a,
/*make Divi Blog module post meta author link unclickable*/
.pa-blog-no-links .et_pb_post .post-meta span.author.vcard a,
/*make Divi Blog module post meta category link unclickable*/
.pa-blog-no-links .et_pb_post .post-meta span.published a,
/*make Divi Blog module featured image link unclickable*/
.pa-blog-no-links .et_pb_post .post-media a {
    pointer-events: none;
}

.et_pb_module.non-clickable-featured-images .entry-featured-image-url {
    pointer-events: none;
}

.right-aligned-text {
	margin-left: auto;
	text-align: right;
}