/*
Theme Name: bgtheme
Theme URI: 
Author: Boodgrand
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bgtheme
Tags: 
*/

.is-transparent {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10002;
  &.is-scrolled {
    > .wp-block-group {
      box-shadow: var(--wp--preset--shadow--small);
    }
  }
}

.cc_div .c-bn {
	border-radius: 999px;
}

li[data-wpml="current-language-item"] {
    display: none!important;
}

li[data-wpml='language-item']:first-of-type {
	margin-top: 0!important;
}

li[data-wpml='language-item'] {
	background: transparent!important;
}

footer {
  margin-top: 0;
}
