/* Headlines */
.headline-wrapper {
	border-bottom: 3px solid #ebedf5;
	padding-bottom: 52px;
	margin-bottom: 60px;
}

.headline-wrapper p {
	margin: 0;
}

.nmx-plugins-list > div h2 {
	border-bottom: none;
	margin: 0 0 14px;
	font-size: 36px;
}

/* Wrappers */
.nmx-plugins-list > div {
	padding-top: 10px;
	margin-bottom: 58px;
	border-top: 3px solid #ebedf5;
	padding-top: 36px;
	margin-bottom: 54px;
}

#mostPopular {
	margin-bottom: 0;
}

.nmx-plugins-list > div:first-child {
	padding-top: 0;
	margin-top: -10px;
	border-top: none;
}

/* List */
.popup__updates {
	background: rgba(0, 0, 0, .5);
	opacity: 0;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	-webkit-transition: all 0.8;
	   -moz-transition: all 0.8;
	    -ms-transition: all 0.8;
	     -o-transition: all 0.8;
	        transition: all 0.8;
}

.popup__updates.is--active {
	opacity: 1;
	z-index: 12;
}

	.pop__updates__inner {
		position: absolute;
		top: 50%;
		left: 50%;
		background: #FFF;
		border-radius: 5px;
		padding: 21px;
		min-width: 320px;
		max-width: 75%;
		-webkit-transform: translate(-50%, -50%);
		   -moz-transform: translate(-50%, -50%);
	  	    -ms-transform: translate(-50%, -50%);
	  			transform: translate(-50%, -50%);
		max-height:95%;
		overflow:auto;
	}

	.popup__updates__close {
		float: right;
		font-size: 12px;
		margin: -14px -10px 0 0;
	}

.nmx-plugins-list ul, .nmx-plugins-list li {list-style: none; margin: 0; padding: 0;}
.nmx-plugins-list .nmx-product-list { overflow: hidden; }

.nmx-product-list > li {
	float: left;
	width: 47.88%;
	margin: 20px 0 0 4.237%;
	padding: 0;
	clear: none;
}

.nmx-product-list > li:nth-child(2n+1) {
	margin-left: 0;
	clear: left;
}

@media only screen and (min-width: 1520px){
	.nmx-product-list > li,
	.nmx-product-list > li:nth-child(2n+1) {
		margin-left: 3%;
		width: 31.33%;
	}

	.nmx-product-list > li:nth-child(2n+1) {
		clear: none;
	}

	.nmx-product-list > li:nth-child(3n+1) {
		margin-left: 0;
		clear: left;
	}
}

.nmx-product-list li ul li {
	float: none;
	display: block;
	margin: 2px 0 0;
	width: auto;
}

.nmx-product-list li ul li:not(.is--shown).is--hidden {
	display: none;
}

.nmx-product-list li ul li:first-letter {
	text-transform: uppercase;
}

.nmx-product-list li ul li:first-child {
	margin-top: 0;
}

.recentlyUpdatedDesc ul li {
	padding: 0 0 0 15px;
	color: #3d3e47;
	position: relative;
}

.recentlyUpdatedDesc ul li:before {
	border-radius: 50%;
	border: 1px solid #3d3e47;
	content: '';
	height: 4px;
	width: 4px;
	position: absolute;
	left: 0;
	top: 7px;
}

.pluginImage {text-align: center;}
.pluginName, .pluginDate {text-align: left;}
.nmx-plugins-list ul li img {width: 100%; height: auto; margin: 0 0 30px;}
.threeColBreak {clear: both;}
.bold-label { }

.bold-lable--block {
	display: block;
	margin-bottom: 2px;
}

.recentlyUpdatedDate {margin: 3px 0 4px !important;}
.pluginName {     margin: 0 0 2px; }
.pluginName a {
	font-family: inherit;
}


/*  */
.nmx-plugins-container {
	overflow: hidden;
	position: relative;
}

	.nmx-plugins-nav {
		float: left;
		margin-right: 30px;
		width: 22.69%;
		max-width: 222px;
	}

		.nmx-plugins-nav span {
			display: block;
			 
			font-size: 18px;
			margin-bottom: 8px;
			margin-top: -5px;
		}

		.nmx-plugins-nav ul {
			list-style: none;
			margin: 0;
		}
		
		.nmx-plugins-nav li + li {
			margin-top: 5px;
		}

		.nmx-plugins-nav a {
			color: inherit;
			display: block;
			padding: 0;
			text-transform: none;
		}

		.nmx-plugins-nav a:before {
			display: none;
		}
		
		.nmx-plugins-nav a:hover,
		.nmx-plugins-nav a.active,
		.nmx-plugins-nav a.active:hover {
			color: #0687d5;
			text-decoration: none;
		}

	.nmx-plugins-list {
	    overflow: hidden;
	}

	.stickit + .nmx-plugins-list,
	.stickit-end + .nmx-plugins-list {
		margin-left: 252px;	
	}

	.nmx-plugins-nav.stickit {
		margin-top: 96px;
	}

	.nmx-plugins-nav.stickit,
	.nmx-plugins-nav.stickit-end {
		position: fixed;
		top: 0;
	}

	/** Stars**/
	.stars {
		display: flex;
		align-items: center;
		line-height: 100%; 
	}
	.stars > span {
		position: relative; 
	}
	.stars__on, .stars__off {
		color: #e1e1e1;
		letter-spacing: 1px;
		white-space: nowrap; 
	}
	.stars__on {
		color: #FFDC62;
		overflow: hidden;
		position: absolute;
		left: 0;
		top: 0; 
	}
	.stars__text {
		margin-left: 0px;
		margin-bottom: 20px; 
	}
	/* sort by */
	form[name="sortbyform"] {
		cursor: pointer;
		display: flex;
		align-items: center;
		position: relative;
		margin-left: auto;
		z-index: 1;
		margin-bottom: 0; 
	}
	form[name="sortbyform"] label {
		margin: 0 6px 0 0;
		white-space: nowrap; 
	}
	form[name="sortbyform"] select {
		display: none; 
	}
	.sort-listings-wrapper {
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
		z-index: 2;
	}
	.sort-listings-wrapper .nav-dropdown {
		top: 100%;
		left: 30%;
	}
	.sort-listings-wrapper .sort-selected {
		  background: url(../images/select_arrow.svg) no-repeat right center;
		  background-size: 10px 6px;
		  padding-right: 20px;
		  cursor: pointer;
	}
	select {
		display: none;
	}
	.sortby {
		border: solid 1px;
		border-radius: 10px;
		padding: 10px;
		border-color: #c6c6c6;
	}
@media only screen and (max-width: 973px) {
	
	.nmx-plugins-list > div h2 {font-size: 26px;}
	
	.nmx-plugins-list > div {
		padding-top: 35px;
		margin-bottom: 36px;
	}
	
	.threeColBreak {clear: none;}
	.twoColBreak {clear: both;}
	.pluginName {font-size: 14px !important;}

	.nmx-plugins-list > div:first-child {
		margin-top: 0;
	}
	
	.nmx-plugins-nav {
		display: none !important;
	}

	.nmx-plugins-list {
		float: none;
		max-width: none
	}

	.stickit + .nmx-plugins-list,
	.stickit-end + .nmx-plugins-list {
		float: none;
		max-width: none;
		width: auto;
		margin-left: 0;
		display: block;
	}

}

@media only screen and (max-width: 767px) {
	.headline-wrapper {
		padding-bottom: 32px;
		margin-bottom: 40px;
	}

	.nmx-plugins-list > div h2 {
		font-size: 21px;
		margin-bottom: 0;
	}

	.nmx-product-list > li {
		margin-left: 0;
		float: none;
		display: block;
		width: auto;
	}

	.twoColBreak {
		clear: none;
	}
}

@media only screen and (max-width: 350px) {
	.pop__updates__inner {
		min-width:95%;
		width: auto;
		max-width: 100%;
	}
}