/*
Theme Name: club-pelota
Author: gwannon
Author URI: http://theflash.gwannon.com/
Description: Tema desarrollado por @gwannon
Version: 1.0
*/

body {
	font-family: 'Raleway', sans-serif;
	background-color: #f7fafb;
	font-size: 15px;
}

h1, h2, h3, h4, h5, p, li, div { font-family: 'Raleway', sans-serif; }

.row {
	margin-left: 0px;
	margin-right: 0px;
}

.button {
	background-color: #fff;
	border: 1px solid #1472a4;
	cursor: pointer;
	display: inline-block;
	padding: 6px 13px;
	color: #1472a4;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	transition: color .3s, background .3s;
	width: max-content;
	background-color: #1472a4;
	color: #fff;
}
.button:hover {
	background-color: #fff;
	color: #1472a4;
}

a:hover {
	text-decoration: none;
}

header {
	top: 0px;
	background-color: rgba(255, 255, 255, 0.8);
	border-bottom: 4px solid #354352;
	z-index: 100;
}

header .openclosemenu {
	font-size: 60px;
	color: #354352;
	cursor: pointer;
	min-height: 90px;
}

.opened header .openclosemenu {
	font-size: 56px;	
}
header .logo {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: -29px;
	width: 110px;
}
header *:is(#menu-mini-menu, #menu-mini-menu-eu) {
	margin: 0px;
}

header *:is(#menu-mini-menu, #menu-mini-menu-eu) > li  > a {
	color: #000;
	display: inline-block;
	text-transform: uppercase;
	padding:  18px 10px;
	font-size: 12px;
	font-weight: 700;
	transition: color .3s;
	background: transparent url('./images/bg_home.png') 6px 17px no-repeat;
	padding-left: 30px;
}

header *:is(#menu-mini-menu, #menu-mini-menu-eu) > li.links > a {
	background: transparent url('./images/bg_links.png') 6px 15px no-repeat;
}

header *:is(#menu-mini-menu, #menu-mini-menu-eu) > li.contact > a {
	background: transparent url('./images/bg_contact.png') 6px 17px no-repeat;
}

header *:is(#menu-mini-menu, #menu-mini-menu-eu) > li > a:hover {
	color: #1472a4;
}

header *:is(#menu-main-menu, #menu-main-menu-eu) {
	margin: 0px;
}

header *:is(#menu-main-menu, #menu-main-menu-eu) li {
	position: relative;
}

header *:is(#menu-main-menu, #menu-main-menu-eu) > li > a {
	color: #000;
	display: inline-block;
	padding:  14px 10px 14px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: -7px;
	border-bottom: 4px solid #1472a4;
	transition: color .3s, background .3s, border .3s;
}

header *:is(#menu-main-menu, #menu-main-menu-eu) > li:hover > a {
	color: #fff;
	background-color: #1472a4;
	border-bottom: 4px solid #fff;
}

header *:is(#menu-main-menu, #menu-main-menu-eu) > li > .sub-menu {
	position: absolute;
	opacity: 0;
	top: 50px;
	left: 0px;
	background-color: #1472a4;
	border-top: 4px solid #fff;
	display: none;
	transition: opacity .3s;
	padding: 0px;
	width: 100%;
	min-width: 160px;
}

header *:is(#menu-main-menu, #menu-main-menu-eu) > li:hover > .sub-menu {
	display: block;
	opacity: 1;
}

header *:is(#menu-main-menu, #menu-main-menu-eu) > li > .sub-menu li {
	display: block;
	text-align: center;
	border-top: 1px solid #fff;
}

header *:is(#menu-main-menu, #menu-main-menu-eu) > li > .sub-menu li:first-child {
	border: none;
}

header *:is(#menu-main-menu, #menu-main-menu-eu) > li > .sub-menu li a {
	color: #fff;
	padding: 10px;
	transition: background .3s;
	display: block;
}

header *:is(#menu-main-menu, #menu-main-menu-eu) > li > .sub-menu li a:hover {
	background-color: #253344;
}

#mainimage {
	background: transparent none center top no-repeat;
	background-size: cover;
	position : relative;
}

.home #mainimage {
	min-height: 500px;
}

#mainimage h1, #mainimage h2 {
	color: #cdced2;
	font-size: 63px;
    font-weight: 700;
	position: absolute;
	bottom: 20px;
	left: 30px;
	padding: 0px;
	margin: 0px;
}

#mainimage .container .row .col {
	min-height: 300px;
}

#mainimage .introhome {
	font-size: 25px;
	margin-top: 150px;
	width: 354px;
	color: #fff;
	position: absolute;
	line-height: 28px;
	margin-left: 31px;
}
#mainimage .introhome span {
	
	font-size: 32px;
	font-weight: 600;
	
}
#home .container {
    margin-top: -135px;
    background-color: #f7fafb;
	position: relative;
	padding: 0px;
}
#home .col {
	padding: 30px 45px;
	border-bottom: 5px solid #1472a4;
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
}
#home .col:nth-child(3) {
	border-color: #2a88c9;
	background: transparent url('./images/bg_hand.png') bottom right no-repeat;
	padding: 30px 100px 30px 45px;
}

#home h2 {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	font-size: 28px;
	font-weight: 500;
	line-height: 120%;
}

#home p {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	font-size: 14px;
	font-weight: 300;
	line-height: 130%;
	height: 100%;

}
strong {
    font-weight: 600;
}
#home p.paragraphb {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	font-size: 20px;
	font-weight: 600;
	line-height: 130%;
	font-size:14px;
	
}

#patrocinadores .container, #pelotaris .container, #proximos .container {
	padding: 70px 0px 55px;
	background-color: #fff;
}

#proximos .patrocinadores-col img {
	max-width: 270px;
}

#proximos .patrocinadores-col img {
	margin-bottom: 30px;
}

#actualidad .container {
	padding: 30px 20px 100px;
	background-color: #e2e7ee;
}

#actualidad .container .row .row .col-md-6.firstcol {
	padding: 0px 15px 0px 0px;
}

#actualidad .container .row .row .col-md-6.secondcol {
	padding: 0px 15px 0px 0px;
}


#actualidad h4, #proximos h4 {
	font-size: 1.75rem;
	position: relative;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 50px 0px;
}

#actualidad h4:after, #proximos h4:after {
	content: " ";
	width: 80px;
	height: 5px;
	position: absolute;
	background-color: #1472a4;
	bottom: 0px;
	left: 0px;

}

#actualidad .firstcol p.sidebar-box-post__data-title {
	margin-top: 20px;
}

#actualidad .firstcol img {
	max-width: 100%;
}

#page .container {
	background-color: #fff;	
}

#patrocinadores h3, #pelotaris h3 {
	position: relative;
	padding: 0px 20px 20px 20px;
	margin: 0px 0px 50px 0px;
}

#patrocinadores h3::after, #pelotaris h3::after {
	content: " ";
	width: 100px;
	height: 5px;
	position: absolute;
	background-color: #1472a4;
	bottom: 0px;
	left: calc(50% - 50px);
}

#patrocinadores img {
	margin-bottom: 40px;
    max-width: 240px;
    max-height: 120px;
}
.patrocinadores-col img {
    max-width: 240px;
    max-height: 100px;
	width: auto;
	height: auto;
	clear: both;
	display: block;
	margin: 0 auto 47px !important;

}



#pelotaris {

}
.pelotari-home{
	padding:0 15px;
}
.pelotari-box{
	padding:0 5px;
}
.pelotari-box h4 {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	padding: 20px 20px 10px 20px;
	margin: 0px 0px 10px 0px;	
}

.pelotari-box h4::after {
	content: " ";
	width: 70px;
	height: 3px;
	position: absolute;
	background-color: #b5b5b5;
	bottom: 0px;
	left: calc(50% - 35px);
}


.pelotari-box p {
	color: #b5b5b5;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	padding: 0px 20px 20px 20px;
	margin: 0px;	
}

.pelotari-box img {
	max-width: 100%;
	height: auto;
}

.partido-box {
	border: 1px solid red;
}

#boletin {
	background: #1472a4;
	    min-height: 176px;
}

#boletin p {
    color: #fff;
    font-size: 16px;
    margin: 0;
    margin-top: 69px;
}

#boletin span {
	font-weight: 600;
	    font-size: 18px;
}
.sidebar-content {
	margin: 0px;
	margin-bottom: 50px;
}

.sidebar-content .sidebar-box {
    margin: 50px 0px 0px 0px;
}

.sidebar-content img {
	width: 100%;
	max-width: 300px;
}

.sidebar-content h4 {
	position: relative;
	font-size: 32px;
	font-weight: 400;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 30px 0px;
}

.sidebar-content h4::after {
	content: " ";
	width: 100px;
	height: 3px;
	position: absolute;
	background-color: #1472a4;
	bottom: 0px;
	left: 0px;
}

.logomunguia {
	padding: 30px;
	border: 2px solid #DDD
}

.sidebar-box-item, .sidebar-box-post {
	display: flex;
	flex-direction: row;
	margin: 0px 0px 20px 0px;
}

.sidebar-box-item__date {
	width: 60px;
	height: 60px;
	background-color: #1472a4;
	text-align: center;
	padding: 6px;
	color: #70aed8;
	font-size: 32px;
	font-weight: 700;
	line-height: 66%;
	text-transform: uppercase;
	margin-right: 20px;
	float:left;
}

 .sidebar-box-item__date span {
	display: inline-block;
	font-size: 16px;	
}

.sidebar-box-item .sidebar-box-item__data p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.sidebar-box-item .sidebar-box-item__data p.sidebar-box-item__data-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 120%;
}

.sidebar-box-item .sidebar-box-item__data p.sidebar-box-item__data-time {
	color: #6d6d6d;
	font-size: 14px;
	font-weight: 300;
	line-height: 120%;
}

.sidebar-box-item .sidebar-box-item__data p.sidebar-box-item__data-cup {
	color: #1472a4;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	line-height: 120%;
}

.sidebar-box-post .sidebar-box-post__img img {
	width: 100px;
	margin-right: 20px;
}
.sidebar-box-post .sidebar-box-post__img2 img {
	width: 140px;
	margin-right: 20px;
}

.sidebar-box-post .sidebar-box-post__data p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

p.sidebar-box-post__data-title {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 120%;
}

p.sidebar-box-post__data-time {
	color: #6d6d6d;
	font-size: 13px;
	font-weight: 300;
	line-height: 120%;
}
.tabla_campeonatos {
	width: 100%;
}
.tabla_campeonatos th{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	border-bottom: 2px solid #333;
	color: #333;
	padding: 5px;
	
}
.tabla_campeonatos tbody tr:last-child {
	border-top: 1px dotted #eeee;
}
.tabla_campeonatos tbody tr:fist-child{
	border-bottom: 1px dotted #ccc;
	
}
.tabla_campeonatos tbody td{
	text-transform: uppercase;
	font-size: 12px;

	color: #333;
	padding: 10px 5px;
	vertical-align: top;
	
}
.tabla_campeonatos tbody:nth-child(even) {background: #fff}
.tabla_campeonatos  tbody:nth-child(odd) {background: #eee}

.tabla_campeonatos  tbody .destacado {
		color: #1472a4;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	line-height: 120%;
	
}
.tabla_campeonatos .horatabla {
	font-size: 12px;
	font-family: verdana;
	font-weight: 500;
	margin-top: -4px;
	font-weight: 600;
}
.tabla_campeonatos  .sidebar-box-item__date {
	width: 60px;
	height: 60px;
	 background-color: transparent; 
	text-align: center;
	padding: 0 0;
	color: #1472a4;
	font-size: 32px;
	font-weight: 700;
	line-height: 66%;
	text-transform: uppercase;
	margin-right: 20px;
	float: left;
}
.resultados {
	background-color: #000;
	font-size: 18px;
	width: 100px;
	text-align: center;
	padding: 5px;
	color: #fff;
	font-family: verdana;
	width: 74px;
	float: right;
}


#breadcrumb {
	padding: 10px;
	background-color: #354352;
	border-top: 1px solid #283546;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}

#breadcrumb a { 
	display: inline-block;
	padding: 0px 10px;
	color: #fff;
}

footer {
	background-color: #253344;
}

#footer {
	padding: 40px 0px;
}

#footer h5 {
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
}

#footer img { margin: 0px 5px 20px 5px; }

#footer p {
	background: transparent url('./images/bg_address.png') 0px 0px no-repeat;
	padding-left: 30px;
	color: #fff;
	font-size: 14px
}

#footer p.phone { background-image: url('./images/bg_phone.png'); padding-bottom: 10px; }
#footer p.mail { background-image: url('./images/bg_mail.png'); } 

#footer p a {
	color: #fff;
	word-wrap: break-word;
}

#subfooter {
	color: #fff;
	padding: 21px 0px 12px;
	background: transparent url('./images/bg_footer.png') center top repeat-x;
}

#subfooter a {
	color: #fff;
}

.resp-menu {
	display: none;
	opacity: 0;
	transition: opacity .5s;
}

.resp-menu.opened {
	background-color: #fff;
	position: fixed;
	display: block;
	width: 100%;
	top: 0px;
	left: 0px;
	opacity: 1;
	padding: 80px 20px 20px 20px;
	border-bottom: 4px solid #1472a4;
}
.selector .button {
	margin-top: 30px;
}
.selector label {
	color: #959595;
	text-transform: uppercase;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

.selector label select {
	width: 100%;
	display: block;
	border: 1px solid #959595;
	padding: 5px;
	background-color: #fff;
	color: #959595;
}
.selector_campeonatos{

margin-bottom:40px;

}
.selector_campeonatos .button {
	margin-top: 0;
}
.selector_campeonatos label {
	color: #333;
	text-transform: uppercase;
	width: 32%;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 14px;
}

.selector_campeonatos label select {
	width: 100%;
	display: block;
	border: 1px solid #666;
	padding: 6px 10px;
	background-color: #fff;
	color: #333;
	margin-top:5px;
}


.selector .button {
	margin-top: 0;
}

/* Responsivo */

/* Extra small devices (portrait phones, less than 576px) */
@media only screen and (max-width: 575px) {
	header img { max-width: 100px; display: inline-block; }
	header *:is(#menu-main-menu, #menu-main-menu-eu), header *:is(#menu-mini-menu, #menu-mini-menu-eu) {
		display: none !important;
	}

	header .menus { 
	padding: 0px;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) and (max-width: 767px) {
	header *:is(#menu-main-menu, #menu-main-menu-eu), header *:is(#menu-mini-menu, #menu-mini-menu-eu) {
		display: none !important;
	}
}

/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	header *:is(#menu-main-menu, #menu-main-menu-eu), header *:is(#menu-mini-menu, #menu-mini-menu-eu) {
		display: none !important;
	}

	#home .col:nth-child(1):after {
		content: " ";
		width: 1px;
		height: calc(100% - 40px);
		top: 20px;
		right: 0px;
		position: absolute;
		background-color: #d2d5d6;
	}
}

/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	header *:is(#menu-main-menu, #menu-main-menu-eu), header *:is(#menu-mini-menu, #menu-mini-menu-eu) {
		display: none !important;
	}

	
	#home .col:nth-child(1):after, #home .col:nth-child(2):after {
		content: " ";
		width: 1px;
		height: calc(100% - 40px);
		top: 20px;
		right: 0px;
		position: absolute;
		background-color: #d2d5d6;
	}

	#footer img { width: calc(50% - 15px); }
}

/* Extra large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.resp-menu {
		display: none !important;
	}
	header .openclosemenu { display: none;}
	header *:is(#menu-main-menu, #menu-main-menu-eu), header *:is(#menu-mini-menu, #menu-mini-menu-eu) {
		display: flex;
	}

	#home .col:nth-child(1):after, #home .col:nth-child(2):after {
		content: " ";
		width: 1px;
		height: calc(100% - 40px);
		top: 20px;
		right: 0px;
		position: absolute;
		background-color: #d2d5d6;
	}
}

.main-content {
	padding:  25px ;
}
.main-content h1{
	
}
.main-content h2{
	font-size: 38px;
	font-weight: 500;
	margin-bottom: 30px;
	position: relative;
}
.main-content h2::before {
	content: "\A";
	width: 100px;
	height: 4px;
	background: #1472a4;
	display: inline-block;
	position: absolute;
	bottom: -10px;
}
.main-content h3{
	color: #1472a4;
	font-size: 26px;
	margin: 40px 0 25px 0;
}
.main-content h4{
	color: #1472a4;
	font-size: 20px;
	margin: 25px 0 15px 0;
}
.main-content p{
	margin-bottom:15px;	
}

.main-content ol {
	counter-reset: myCounter;
	margin: 0 15px;
	padding: 0;
}
.main-content ol li{
	list-style: none;
}
.main-content  ol li::before {
	counter-increment: myCounter;
	content: counter(myCounter);
	color: white;
	background: #1472a4;
	display: inline-block;
	text-align: center;
	margin: 2px 10px;
	line-height: 22px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	font-size: 12px;
	margin-left: -30px;
}
.main-content ul {
	margin: 10px 1px 25px;
	padding: 0;
}
.main-content  ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.main-content  ul li {
  margin: 0.2em;
  margin-left: 3em;
}

.main-content  ul li:before {
  content: '\f006';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #0074D9;
}
.main-content .photopeperfil {
	display: inline-block;
	padding: 5px;
	background: bisque;
}
.main-content .photopeperfil p {
	padding: 5px;
	margin: 0;
	font-weight: bold;
}
.infoescuela .col {
	padding: 0px 24px;
	position: relative;
	margin: 30px 0;
	border-left: 8px solid #ccc;
}
.infoescuela .col h3 {
    font-size: 26px;
	margin: 25px 0 25px 0;
}
.timeline {
  margin: 0;
  position:relative;
  overflow: hidden;
 }
.timeline::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 50%;
	bottom: 0px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 4px;
	background-color: #1472a4;
}
  .timeline .entries {
    width: calc(100% - 20px);
    max-width: 800px;
    margin: auto;
    position: relative;
    left: -5px; }
    .timeline .entries .entry {
      width: calc(50% - 44px);
      float: left;
      padding: 20px;
      clear: both;
      text-align: right; }
      .timeline .entries .entry:not(:first-child) {
        margin-top: -100px; }
      .timeline .entries .entry .title {
        font-size: 32px;
        margin-bottom: 12px;
        position: relative;
        color: #1472a4; }
        .timeline .entries .entry .title:before {
          content: '';
          position: absolute;
          width: 8px;
          height: 8px;
          border: 4px solid #1472a4;
          background-color: #ccc;
          border-radius: 100%;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: -73px;
          z-index: 1000; }
        .timeline .entries .entry .title.big:before {
          width: 24px;
          height: 24px;
          -webkit-transform: translate(8px, -50%);
              -ms-transform: translate(8px, -50%);
                  transform: translate(8px, -50%); }
      
    
      .timeline .entries .entry:nth-child(2n) {
        text-align: left;
        float: right; }
        .timeline .entries .entry:nth-child(2n) .title:before {
          left: -63px; }
        .timeline .entries .entry:nth-child(2n) .title.big:before {
          -webkit-transform: translate(-8px, -50%);
              -ms-transform: translate(-8px, -50%);
  
                transform: translate(-8px, -50%); }
				
				
/****CONTACT FORM ****/
.form_inscripcion	 {
	background-color: #eee !important;
	padding: 25px 20px;
}		  
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
	background-color: #fff !important;
	border: 1px solid #000 !important;
	width: 100% !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	font-size: 14px;
	color: #999 !important;
	padding: 10px 15px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wpcf7 label {
	width:100%;
}
.wpcf7-submit {
background-color: #fff;
border: 1px solid #1472a4;
cursor: pointer;
display: inline-block;
padding: 10px 20px;
color: #1472a4;
text-transform: uppercase;
font-size: 14px;
font-weight: 700;

-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.wpcf7-submit:hover {
background-color: #eee;
border-color:#eee;
padding: 6px 20px !important;
}
/****torneo mungia*******/

 .main-content  .torneomungia h3 {
	color: #333;
	font-size: 23px;
	margin: 40px 0 25px 0;
	background-color: #eee;
	padding: 10px;
}

.main-content blockquote {
	font-weight: 100;
	font-size: 28px;
	width: auto;
	line-height: 34px;
	margin: 29px;
	padding: 13px;
	border-top: 3px dotted #ccc;
		border-bottom: 3px dotted #ccc;
	text-align: center;
	font-weight: 300;
	display: inline-block;
}
.main-content blockquote p {
	margin: 0;
	padding: 0;
}
.galerias .bwg_nav_cont_0{
	display:none
}

#bwg_container1_0 #bwg_container2_0 .bwg_slideshow_dots_active_0 {
    background: #1472a4!important;
    border: 1px solid #1472a4!important;
}

#boletin .email_posts_subscribers {
	    margin: 40px 0px 30px;
}

#boletin .email_posts_subscribers form {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#boletin .email_posts_subscribers form p {
	margin: 10px;
	width: calc(33% - 20px);
	color: white;

}

#boletin .tnp-subscription label {
	font-weight: 300;
}

#boletin .email_posts_subscribers form input {
	padding: 5px 10px;
}

#boletin .email_posts_subscribers form input[name=submit] {
	background-color: #1472a4;
	color: white;
	font-weight: 700;
	border: 1px solid white;
	text-transform: uppercase;
	height: 39px;
	margin-top: 38px;
	transition: all 0.3s;
}


#boletin .email_posts_subscribers form input[name=submit]:hover {
	background-color: white;
	color: #1472a4;
}

@media only screen and (max-width: 1024px) {
	#boletin .email_posts_subscribers form p {
		width: calc(100% - 20px);
		margin: 5px 0px;
	}

	#boletin .email_posts_subscribers form p input { width: 100%; }
}


.elp_form_message.success {
	color: white !important;
}
.sub-menu {
    padding-inline-start: 0;
}
header *:is(#menu-mini-menu, #menu-mini-menu-eu) > li:last-child > a {
    background: none;
}
