/*!
Theme Name: G20 Official WP Theme
Author: AlmavivA
Author URI: https://www.almaviva.it/
Description: G20 Official Theme
Version: 1.0.7
Tested up to: 5.5.3
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: g20-theme
*/

ul.main-menu {
  li.menu-item-has-children {
    ul.dropdown-menu {
      position: absolute;
      left: -9999px;
      ...
    }
  }

  li.menu-item-has-children:hover,
  li.menu-item-has-children[aria-expanded="true"] {
    ul.dropdown-menu {
      left: 0;
      top: 100%;
      ...
    }
  }
}

.scroll-top {
	/* mix-blend-mode: difference; */
    border: 1px solid #fff;
}

@media screen and (max-width: 940px) {
	
	.pagination .page-item {
		margin-right: 0px!important;
	}
}