/*!
Theme Name: Gutenify - CoEfficiency
Theme URI: https://gutenify.com/themes/gutenify-coefficiency
Author: Codeyatri
Author URI: https://gutenify.com
Description: Built on Bold with animate and soem other features added/removed - by CoEfficiency Partners.  Official Support Forum: https://gutenify.com/contact/
Template: gutenify-starter
Version: 1.0
Requires at least: 5.9
Tested up to: 6.7
Requires PHP: 5.6
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: gutenify-bold
Tags: full-site-editing, e-commerce, portfolio
*/
footer.wp-block-template-part a {
  text-decoration: none;
}

.block-editor-block-list__layout .transparent-header {
  background: #000;
}
.wp-block-image.vertical-alignmiddle img {
  vertical-align: middle;
}

/*! to override the parent's insistence to underline*/
p a {
  text-decoration: none;
}
.entry-content.wp-block-post-content a:not(.wp-block-button__link),
.entry-summery a:not(.wp-block-button__link),
.widget a:not(.wp-block-button__link) {
  text-decoration: none !important;
}

/*! to improve the animated underline*/
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.wp-block-post-title a {
  transition: background-size 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s !important;
  background-position: 0 70% !important;
}

/*! to improve the size of the clickable area on the navbar submenu */
.wp-block-navigation__submenu-container {
	width: auto !important;
	min-width: 0 !important;
	max-width: 200px !important;
	white-space: nowrap !important;
  position: relative;
}

.wp-block-navigation__submenu-container > li {
  position: relative !important;
  z-index: 10 !important;
}

.wp-block-navigation__submenu-container > li > a {
  position: relative !important;
  z-index: 11 !important;
}
