/*
Theme Name: UCN BB Block Theme Child
Theme URI: https://www.wpbeaverbuilder.com/
Description: A child theme for the Beaver Builder Theme.
Author: Brendan Musick
Author URI: https://ucn.com
Template: bb-theme
Version: 1.0.4
*/

.breadcrumb a {
    color: var(--wp--preset--color--custom-primary-blue);
}

/**
Button Styling
**/
.wp-element-button:hover,
.wp-block-button__link:hover {
  filter: brightness(0.6);
  color: white;
}
/**
TODO: Remove this temporary code for the header and footer once html version complete. This
is needed to overwrite beaver builder styles.
**/
/* .fl-col-group-equal-height {
    flex-wrap: none !important;
} */
#head2header .fl-col-group-equal-height {
    flex-wrap: none !important;
    height: 50px;
}

#head2header .fl-node-content {
    justify-content: start;
}

.uabb-search-form-wrap {
    height: 40px;
}

.fl-module-content .pp-social-icon a{
    display: flex !important;
    justify-content: center;
    align-items: center;
}

@media (max-width: 480px) {
.uabb-search-form-stacked a.uabb-button.ast-button.uabb-creative-button.uabb-creative-default-btn{
    background-color: #006db7;
    padding-top: 15px;
}
}

#ucn-footer a:hover {
    filter: brightness(50%) !important;
    text-decoration: underline !important;
}

#ucn-footer {
    background: #444444;
}

#ucn-footer > .fl-row-content-wrap {
background: #444444;
}