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


/* Header CSS  */
.pl-header-contact .fl-list { display: flex; align-items: center; flex-direction: row; gap: 20px; }
.pl-header-contact .fl-list span.fl-list-item-heading-text a, .pl-footer-contact-info .fl-list-item-heading a { text-decoration: none;color: #e3e3e3; }
.pl-header-contact .fl-list span.fl-list-item-heading-text a:hover, .pl-footer-contact-info .fl-list-item-heading a:hover { text-decoration: underline; }
.pcd-header-social .fl-icon-group .fl-icon { margin-top: 9px; margin-bottom: 9px; }

.pl-logo-col .fl-node-content { flex-direction: row; align-items: center; gap: 30px; justify-content: left !important;}
.pl-footer-contact-info .fl-list-item-heading a span { display: block; }

@media screen and (max-width:767px){
    .pl-header-contact .fl-list { justify-content: center; padding-bottom: 10px; }
}
@media screen and (max-width:500px){
    .pl-header-contact .fl-list { flex-direction: column; gap: 0; }
}