/*!
Theme Name: G20 Official WP Theme
Author: AlmavivA
Author URI: https://www.almaviva.it/
Description: G20 Official Theme
Version: 1.5.3
Tested up to: 5.7
Requires PHP: 7.2
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;
	}
}

.scroll-top:focus {
	border-color: #f90;
    -webkit-box-shadow: 0 0 0 2px #f90;
    box-shadow: 0 0 0 2px #f90;
    outline: 0;
}


.cd-horizontal-timeline .events a span {
	border: 1px solid #26517e;
}

.cd-horizontal-timeline .events a.selected span {
    border: 1px solid #A16408;
}

/* PARTICIPANT BLOCK */
.participant-photo {
	-o-object-position: top!important;
	object-position: top!important;
}

.avatar-wrapper.avatar-extra-text .extra-text p {
    margin-bottom: 0.2rem!important;
}

/* NEWS */
.news-image-link { display: block; }
.news-image-link:focus {
	box-shadow: -5px 0px 0px 0px transparent, 5px 0px 0px 0px transparent;
    border: 3px solid #f90;
    border-radius: 0px;
}

/* WORKING GROUPS */

.bg-blu-g a {
    color: inherit;
}