/*
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
*/

/* Add your custom styles here... */ 

.fl-page-nav-wrap {
    height: 100%;
}
.fl-page-nav-wrap .fl-page-nav {
    height: 100%;
}
li.lsn {
    list-style-type: none;
}

.eib-page-title .fl-heading {
    padding: 0 16px !important;
    font-size: 3.5em;
    letter-spacing: 2px;
    color: white;
}
.eib-page-title .fl-heading > .fl-heading-text {
	display: inline;
    text-shadow: 4px 4px 3px rgba(0,0,0,0.75);
	padding: 0 0.25em;
    border: 1px solid rgb(80,0,0);
    border-radius: 4px;
	background-color: rgba(80,0,0, 0.5);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

@media (max-width: 576px) {
    #menu-footer li {
        text-align: center;
    }
    .fl-node-5d3cb3dbcab25 .fl-photo-img,
    .fl-node-5d3cb3dbcab25 .fl-photo-content {
        width: 20vw;
    }
}
ul#menu-bottom-footer > li > a {
    padding: 0 inherit;
}
#business-lines-icon-row div.fl-icon-wrap {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}
#business-lines-icon-row a {
    text-decoration: none;
}