/*
Theme Name: BB Bliss
Theme URI: https://farweb.it/
Author: Farweb
Author URI: https://farweb.it
Template: twentytwentythree
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.grecaptcha-badge { 
    visibility: hidden;
}
.wp-block-navigation .wp-block-navigation-link.wp-element-button.is-style-tw-button-outline a {
	width: calc(100% - 2rem);
	border-radius: 8px;
}
header .wp-block-navigation .wp-block-navigation-link.wp-element-button a {
    padding: 0.25rem max(1rem, 0.75em) !important;
	border-radius: 8px;
}
button.cky-show-desc-btn:not(:hover):not(:active) {
    color: #000 !important;
}
a:where(:not(.wp-element-button)) {
    text-decoration: none;
}
:root :where(.wp-block-post-content a:where(:not(.wp-element-button))) {
    color: var(--wp--preset--color--primary) !important;
}

.gtranslate_wrapper a.glink {
    text-decoration: none;
    margin: 0 3px;
}

@media screen and (min-width: 1010.01px) {
  #menu-left, #menu-right {
	min-width: 400px;
  }
}
@media screen and (min-width: 767.01px) and (max-width: 1010px) {
  #logo { order: 1; margin-right: auto; }
  #menu-left { order: 2; }
  #menu-right { order: 3; }
}
@media screen and (max-width: 767px) {
  #menu-left, #menu-right {
	min-width: 75px; 
  }
  #logo svg {
	width: 100px;
  } 
}	
