/*
Theme Name: Bambini Child
Theme URI: http://cmsmasters.net/bambini-child/
Author: cmsmasters
Author URI: http://cmsmasters.net/
Description: Bambini Child Theme
Template: bambini
Version: 1.0.0
License:
License URI:
Text Domain: bambini-child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

<!-- Font Awesome 6 -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">


.cmsmasters_toggle_title {
    text-align: center;
}

.cmsmasters_toggle_title a {
    display: inline-block;
}


blockquote::before {
  font-family: "Font Awesome 5 Free"; /* oder 6 */
  content: "\f10d"; /* fa-quote-left */
  font-weight: 900;
  margin-right: 0.5em;
  color: #aaa;
}

blockquote::after {
  font-family: "Font Awesome 5 Free";
  content: "\f10e"; /* fa-quote-right */
  font-weight: 900;
  margin-left: 0.5em;
  color: #aaa;
}