/*
 Theme Name:   Financity Child
 Theme URI:    http://demo.goodlayers.com/financity
 Description:  Goodlayers Financity Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     financity
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  financity-child

 START YOUR CHILD THEME CSS HERE
*/
/* Connect With Us sidebar - phone & email on same line (About Us + Services) */
#text-8 .gdlr-core-widget-box-shortcode-content p br,
#text-11 .gdlr-core-widget-box-shortcode-content p br {
  display: none;
}
#text-8 .gdlr-core-widget-box-shortcode-content p,
#text-11 .gdlr-core-widget-box-shortcode-content p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 16px;
}
