/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

p {
	margin-bottom: 25px;
}

.zbump {
	position: relative;
	z-index: 99999;
}

/* Header */

.focus-header .fl-row-content-wrap {
	background: linear-gradient(
		135deg,
		#111417,
		#1b1f24,
		#2a2f36,
		#3a4048,
		#161a1f
	);
}

/* Footer */

.focus-footer .fl-row-content-wrap {
	background: linear-gradient(
		135deg,
		#111417,
		#1b1f24,
		#2a2f36,
		#3a4048,
		#161a1f
	);
}

/* Buttons */

a.fl-button {
    transition: background-color 0.5s ease, color 0.5s ease; 
}

.focus-callout .fl-callout {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}

.focus-callout .fl-callout img {
	-webkit-filter: brightness(95%);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;

}

.focus-callout .fl-callout:hover img,
.focus-callout .fl-callout:focus img {
	-webkit-filter: brightness(110%);
}

.focus-callout .fl-callout a {
	color: #ffffff;
}

.focus-callout .fl-callout:hover a,
.focus-callout .fl-callout:focus a {
	color: #016938;
}

/* Blog Archive */


@media (max-width: 768px) {
    .fl-post-feed-post.fl-post-feed-image-beside, .fl-post-feed-post.fl-post-feed-image-beside-content, .fl-post-feed-post.fl-post-feed-image-beside-right, .fl-post-feed-post.fl-post-feed-image-beside-content-right {
        max-width: 100% !important;
	}