/*
Theme Name:     Developer Community Cloud for Z Devcenter (a Project Next child theme)
Theme URI:      https://developer.ibm.com/cloud4z/
Description:    Theme for the Cloud4Z devcenter, a child of the Project Next theme
Template:       projectnext                  
Version:        0.1.0
*/

/*** ProjectNext going Responsive ***/
/* Base / Mobile Styles begin here AND inherit above! */
html, body {
	overflow-x: hidden;
}
.flag, .flag-bd {
	display: block;
}
.flag-img, .pn-nav-home {
	white-space: initial;
}
.flag-img {
	text-align: left;
}
.menu-item {
	display:block;
	float:left;
	text-align:center;
	width:100%;
	padding:1%
}
#button-menu {
	/*background: url('img/hamburger.png') no-repeat 93% 0%; */
	color: #999;
	cursor: pointer;
	margin-top: -30px; /*-20px;*/
	padding-right: 45px;
	text-align: right;
}
	#button-menu a {
		font-size: 0;
		line-height: 0;
		color: transparent;
	}
	#button-menu.active {
		background: url('img/X.png') no-repeat 93% 2%;
	}
.pn-top-menu-container > ul, .pn-search {
	display: none;
	padding-right: 45px;
	margin-right: 0;
	width: 100%;
}
.pn-top-menu-container > ul {
	border-top: solid 1px #999;
	margin-top: 15px;
	padding-top: 10px;
}
.useeme {
	display: block!important;
}
#button-menu a, #side-menu a {
	cursor: pointer;
}
@media screen and (min-width: 480px) {
	#button-menu {
		margin-top: -25px;
	}
}
@media screen and (min-width: 768px) {
	.flag {
		display: table;
	}
	.flag-bd {
		display: table-cell;
		padding: 0;
	}
	#button-menu {
		display: none;
	}
	.pn-top-menu-container > ul {
		border-top: none;
		margin-top: 0;
		padding-top: 0;
	}
	.pn-top-menu-container > ul, .pn-search {
		display: block;
		padding: 0;
	}
	.menu-item {
		text-align: left;
		width: auto;
	}
	.sub-menu {
		display: none;
		/*background-color: #000;*/
		background: transparent linear-gradient(to bottom, #51535B 0%, #1C1C1E 100%) repeat scroll 0% 0%;
		margin-left: -14px;
		padding: 0 10px;
		position: absolute;
		z-index: 100;
	}
		.sub-menu .menu-item {
			float: none;
		}
		.pn-top-menu-container > ul .menu-item:hover .sub-menu {
			display: block;
		}
	.pn-search {
		display: block;
		margin-right: 45px;
	}
		.pn-search-input {
			width: 20px;
		}
			.pn-search-input:active, .pn-search-input:focus {
				width: 250px;
			}
}
@media screen and (min-width: 1098px) {
	.pn-search-input {
		width: 250px;
	}
}


/*
* Below is for registration form
*/

.sharedaddy {
	width: 960px;
	margin: 0 auto;
}

.text-wrap label,
.textarea-wrap label {
	display: block;
	float: left;
	width: 220px;
}

.ninja-forms-form-wrap label {
	display: block;
	float: left;
	width: 220px;
}

input.ninja-forms-field {
	padding: 5px;
}

#val_btn {
	width: 70px;
	height: 30px;
}