.dropbtn {
	padding: 8px 2px;
	border: none;
	cursor: pointer;
}
.dropdown .caret {
	margin-left: 5px !important;
}
.info-bar-text {
	padding-right: 60px;
}
.dropdown {
	position:relative;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding-bottom: 10px;
	right: 0;
	z-index: 10000;
}

/*HEADER*/
header .dropdown ,
header .dropdown-content {
	position: initial;
	padding: 0 26px;
	width: auto !important;
    color: #FFF;
}
header .dropdown.is-open ,
header .dropdown.is-open .dropdown-content {
    background-color: #000e3e;
}
header .dropdown-content a ,  
header .dropdown-content span {
    color: #FFF;
}
header .dropdown:hover .dropbtn{
    background-color:  #000e3e;
}
header .dropdown.is-open .dropdown-content {
    padding: 0;
	gap: clamp(2px, 0vw, 40px); /*Min space from every object*/
}
/*END HEADER*/

footer .dropdown:hover .dropdown-content ,
.dropdown.is-open .dropdown-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 12px;
    width: 282px;
    max-width: 90vw;
}
.dropdown-content a {
	color: #666;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 0;
	text-decoration: none;
	display: block;
	vertical-align:middle;
	flex-basis:49%;
	min-width:49%;
}
.dropdown-content a img {
	margin-right: 10px;
	margin-top: -2px;
}
.dropdown-content span {
	display: block;
	padding: 16px 0;
	color: #000000;
	font-size: 0.9rem;
	flex-basis:90%;
	min-width:90%;
}

.dropdown-content a:hover {
	background-color: #ddd;
}
footer .dropdown.is-open .dropbtn {
    background-color: rgba(0, 0, 0, 0.7);
}



/** footer global menu css **/
footer .dropbtn {
	padding: 12px 7px 12px 10px;
}

footer .dropdown {
	display: inline-block;
	/*float: right;*/
}

/*@media(min-width:468px) {
	footer .dropdown {
		float:none;
	}
}*/

footer .dropbtn:hover,
footer .dropdown:hover .dropbtn {
	background-color: rgba(0, 0, 0, 0.7);
}
footer .dropdown-content {
	background-color: rgba(0, 0, 0, 0.85);
	color: #FFF;
	bottom:100%;
	left:0;
	right:auto;
}

@media(max-width:600px) {
	footer .dropdown-content {
		margin-left:calc( -50vw + 30px ) 
	}
}

footer .dropdown-content a {
	color: #CCC;
}
footer .dropdown-content span {
	color: #969696;
}
footer .dropdown-content a:hover {
	color:#FFF;
}
footer .dropdown-content a:hover {
	background-color: rgba(0, 0, 0, 0.9);
}
footer .dropdown .caret {
	border-top-color: rgba(255, 255, 255, 0.26);
}
@media (max-width: 768px) {
	footer .span6:last-child .widget-wrap,footer .span4:last-child .widget-wrap {
		float: left;
	}
	footer .span6:last-child .widget-wrap:last-child,footer .span4:last-child .widget-wrap:last-child {
		margin-top: 0px;
	}
}

/*.plugins .plugin-update-tr .notice, .plugins .plugin-update-tr div[class=update-message],.update-nag, li#wp-admin-bar-updates, p#footer-upgrade,.cff-error-msg{display:none;}

.menu-item-settings .description-thin, .menu-item-settings .description-wide {float:none;}

body.wp-admin legend {margin-bottom:0;font-size:inherit;border-bottom:none;}

.hidden[style*="display: block"] {
	display:block !important;
}*/