.dropbtn {
	padding: 4px;
	border: none;
	cursor: pointer;
}
.dropdown .caret {
	margin-left: 5px !important;
}
.info-bar-text {
	padding-right: 60px;
}
.dropdown {
	display: inline-block;
	float: right;
	top: -35px;
	right: 15px;
}
.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;
	//padding-top: 5px;
	right: 0;
	z-index: 10000;
}
.dropdown-content a {
	color: #666;
	font-size: 12px;
	line-height: 20px;
	padding: 0px 16px;
	text-decoration: none;
	display: block;
	vertical-align:middle
}
.dropdown-content a img {
	margin-right: 10px;
	margin-top: -2px;
}
.dropdown-content span {
	display: block;
	padding: 5px 16px 2px;
	color: #000000;
	font-size: 0.9em;
}

.dropdown-content a:hover {
	background-color: #ddd;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown:hover .dropbtn {
	background-color: #F4F4F4;
}


/** admin style **/
.wp-admin .dropdown {
	position: absolute;
    top: 100px ;
    right: 200px ;
}
.wp-admin .dropdown-content a {
	font-size:1em;
}
.wp-admin .dropdown-content a img {
	margin-top: 4px;
}
.wp-admin .dropdown-content span {
	font-size: 1.1em;
}

/** footer global menu css **/
.footer-wrap .span6:last-child .widget-wrap,.footer-wrap .span4:last-child .widget-wrap {
	float: right;
	clear:both;
}
.footer-wrap .span6:last-child .widget-wrap:last-child, .footer-wrap .span4:last-child .widget-wrap:last-child {
	margin-top: 30px;
}

.bluebox-footer-content .span6:last-child .widget-wrap:last-child .heading-wrap h3, .bluebox-footer-content .span4:last-child .widget-wrap:last-child .heading-wrap h3 {
	margin-bottom: 0px;
}

.footer-wrap .dropbtn {
	padding: 12px 7px 12px 10px;
	/*background-color: rgba(255, 255, 255, 0.06);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.04) !important;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.04) !important;
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.04) !important;*/
}

.footer-wrap .dropdown {
	display: inline-block;
	float: right;
	top: 0;
	right: 0;
}

.footer-wrap .dropbtn:hover,
.footer-wrap .dropdown:hover .dropbtn {
	background-color: rgba(0, 0, 0, 0.7);
}
.footer-wrap .dropdown-content {
	background-color: rgba(0, 0, 0, 0.85);
	color: #FFF;
	bottom:100%;
}
.footer-wrap .dropdown-content a {
	color: #CCC;
}
.footer-wrap .dropdown-content span {
	color: #969696;
}
.footer-wrap .dropdown-content a:hover {
	color:#FFF;
}
.footer-wrap .dropdown-content a:hover {
	background-color: rgba(0, 0, 0, 0.9);
}
.footer-wrap .dropdown .caret {
	border-top-color: rgba(255, 255, 255, 0.26);
}
@media (max-width: 768px) {
	.footer-wrap .span6:last-child .widget-wrap,.footer-wrap .span4:last-child .widget-wrap {
		float: left;
	}
	.footer-wrap .span6:last-child .widget-wrap:last-child,.footer-wrap .span4:last-child .widget-wrap:last-child {
		margin-top: 0px;
	}
}

/**hide update nags in admin**/
.plugins .plugin-update-tr .notice, .plugins .plugin-update-tr div[class=update-message],.update-nag, li#wp-admin-bar-updates, p#footer-upgrade{display:none;}

.hidden[style*="display: block"] {
	display:block !important;
}