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

.cc-header-bar {
    backdrop-filter: blur(11px);
}

.cc-ib-fallback .uabb-new-ib:before {
       backdrop-filter: blur(10px);
}

.cc-fallback > .fl-node-content {
    backdrop-filter: blur(5px);
    border: 2px solid rgb(255 255 255 / 20%);
    transition: all 0.5s ease;
    cursor: pointer;
}

.cc-fallback > .fl-node-content:hover {
    backdrop-filter: blur(10px);
    border: 2px solid #f8b430;
}


.cc-ib-fallback-g .uabb-new-ib {
    filter: grayscale(0.8);
}

.cc-ib-fallback-g:hover .uabb-new-ib {
    filter: none;
}


body:not(.home) .fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-sticky):not(.fl-builder-content-editing) {
position: relative;
}

::-moz-selection { /* Code for Firefox */
  color: #1a1617;
  background: #f8b430;
}

::selection {
  color: #1a1617;
  background: #f8b430;
}

.single-post h1, .single-post h2, .single-post h3, .single-post h4, .single-post h5, .single-post h6 {
    font-family: "Poppins",sans-serif;
}
body.single-post {
    font-size: 15px;
}
body.single-post p {
    margin-bottom: 20px;
}

.cc-blog-list .fl-post-feed-post.fl-post-feed-image-beside {
    max-width: 100%;
}