.top-bar .inside-top-bar {
	justify-content:space-between!important;
}
.top-bar .inside-top-bar #custom_html-2 {
	order: 1;
	margin-left:0
}
.top-bar .inside-top-bar #custom_html-2 {
	order: 2;
	margin-left:0
}
.top-bar .inside-top-bar #nav_menu-2 {
	order: 3;
}
.top-bar .inside-top-bar #nav_menu-4 {
	order: 4;
}
/*Header
 <div class="topbar"> //top bar de la cabecera
 <header id="masthead" class="site-header"> //Logotipo y elementos junto a logotipo
 <nav id="site-navigation"> //menú principal de mnavegación
 <nav id=mobile-header"> //menú específico para móviles
 */
/*experimental:  fondo blanco sobre imagotipo*/
#masthead .inside-header {
	gap:40px;
}
#masthead .site-logo {
	position: relative;
}
/*#masthead .site-logo:before {
	content: ' ';
	position: absolute;
	background-color: #fff;
	top: -3px;
	bottom: -3px;
	left: -2px;
	width: 197px;
}
#masthead .header-image.is-logo-image {
	position: relative;
	z-index: 1;
}*/


#site-navigation #primary-menu {
	width: 100%;
}
#site-navigation #primary-menu #menu-principal {
	justify-content:center;
}
#site-navigation #primary-menu ul.menu {
	margin-left: -6px;
	margin-right: -6px;
}
#site-navigation #primary-menu li > a > .dropdown-menu-toggle {
	padding-right: 7px;
	padding-left: 0;
}
#site-navigation #primary-menu li > ul.sub-menu {
	padding-left: 10px;
}

/*Widgets Cabecera*/
.header-widget {
	display: flex;
	align-items: center;
}
.header-widget .menu {
	display: flex;
}
.header-widget .inline {
	margin-bottom: 0;
	padding: 0 7px 0;
}
.header-widget .inline:last-child {
	padding-right: 40px;
}
.header-widget .inline .dashicons {
	width: 26px;
	height: 26px;
	font-size: 26px;
}
.header-widget form[role=search] input {
	min-width: auto;
	border: 0;
	padding: 5px 15px;
	line-height: 15px;
	font-size: 15px;
}
.header-widget form[role=search] button {
	padding: 5px;
	margin-left: -2px;
	border: 0;
}
.header-widget .inline a:hover {
	color: #344917;
}
@media (max-width:1175px) {
	.agronews-newsticker {
        top:80px!important;
    }
}
@media (max-width:980px) {
	#masthead .inside-header {
		flex-direction:column;
		align-content: center;
		align-items: center;
		justify-content: center;
		gap:20px;
	}
	#masthead .inside-header .header-widget {
		margin-left:unset;
	}
}
@media (max-width:960px) {
	#site-navigation .inside-navigation {
		justify-content: center;
		padding:10px;
	}
	#site-navigation .inside-navigation .menu-toggle {
		line-height:1em;
	}
	#site-navigation .inside-navigation .menu-toggle .gp-icon svg {
		height:2em;
		width:2em;
		top:unset;
	}
	.agronews-newsticker {
        top:52px!important;
    }
}
@media (max-width:768px) {
	#masthead .inside-header {
		gap:0;
	}
	#masthead .inside-header .header-widget {
		margin-right:unset;
	}
}
@media (max-width:550px) {
	#masthead .inside-header {
		gap:0;
	}
	#masthead .inside-header .header-widget {
		flex-direction:column;
		gap:10px;
	}
	#masthead .inside-header .header-widget .wp-block-search__input-1 {
		border-radius:0!important;
	}
}

