/*===================================
		New Product Page Styles
====================================*/
a,a:active,a:focus,a:hover,a:visited{
	outline: none;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}

.nx-conf-container{
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    min-width: 280px;
    position: relative;
}
.nx-conf-header{
	background: #f3f3f3;
	padding: 100px 25px 60px;
	overflow: hidden;
}
.nx-conf-header .header-featured .entry-featured{
	width: 44%;
	margin-right: 4%;
}
.nx-conf-header .header-featured .entry-content h2{
	font-size: 35px;
    margin-top: 0;
}
.nx-conf-wrapper .entry-meta{
	font-weight: 400;
}
.nx-conf-wrapper .entry-meta span{
	display:inline-block;
	position: relative;
	font-size: 15px;
}
.nx-conf-wrapper .entry-meta .meta-date{
	padding-right: 14px;
}
.nx-conf-wrapper .entry-meta .meta-date:after{
	content:"";
	width: 4px;
	height: 4px;
	background: #373534;
	border-radius: 50%;
	position: absolute;
	top: 9px;
    right: 3px;
}
.nx-conf-header .header-featured .entry-excerpt{
	font-size: 17px;
	line-height: 22px;
}
.nx-conf-header .header-featured{
	overflow: hidden;
	padding-bottom: 70px;
}
.readmore-btn{
	display: inline-block;
	font-weight: 400;
}
.readmore-btn .icon{
	position: relative;
    top: 4px;
    left: -5px;
}
.header-featured-text-block{
	width: 60%;
	margin: 0 auto;
}
.header-featured-text-block p{
	font-size: 17px;
	line-height: 22px;
}
.header-featured-text-block ul{
	margin-left: 2em;
}

.nx-conf-content{
	padding: 100px 25px;
	overflow: hidden;
}
.nx-conf-content .featured-posts .post-featured {
    float: left;
    margin-bottom:0;
}
.nx-conf-content .featured-posts .entry-thumb {
    height: 150px;
    width: 250px;
}
.nx-conf-content .featured-posts .entry-content h2{
	font-size: 24px;
    margin-top: 29px;
    margin-bottom: 9px;
}
.nx-conf-content .featured-posts .entry-excerpt{
	font-size: 15px;
	line-height: 17px;
}



.conf-temp-post-wrapper{
	max-width: 100%;
	margin:0 auto;
}
.nx-conf-content .featured-posts .post-featured {
    margin-right: 5%;
    width: 30%;
}
.nx-conf-content .featured-posts .post-featured:last-child{
	margin-right: 0;
}


@media only screen and (max-width: 1190px){
	
}

@media only screen and (max-width: 1024px){
	
}

@media only screen and (max-width: 990px){
	
}

@media only screen and (max-width: 800px){
	
}

@media only screen and (min-width: 768px){
	.nx-conf-content .featured-posts .entry-meta{
		margin-bottom: 8px;
	}
}

@media only screen and (max-width: 767px){
	.header-featured .entry-content{
		max-width: 100%;
	}
	.nx-conf-header .header-featured .entry-featured{
		width: 100%;
		margin-right: 0;
	}
	.nx-conf-header .header-featured .entry-content h2{
		margin-top: 25px;
	}
	.nx-conf-header .header-featured .entry-thumb{
		height: 400px;
	}
	.nx-conf-header {
	    padding: 80px 25px 50px;
	}
	.nx-conf-content {
	    padding: 70px 25px;
	}
	.nx-conf-content .featured-posts .entry-featured{
		width: auto;
	}
	.nx-conf-content .featured-posts .entry-thumb {
	    height: 126px;
	    width: 210px;
	}
	.nx-conf-content .featured-posts .entry-content {
	    width: calc(100% - 210px);
	}
	.nx-conf-content .featured-posts .entry-content h2{
		margin-top: 0;
	}
	.nx-conf-content .featured-posts .entry-excerpt p{
		margin-bottom: 12px;
	}
	.nx-conf-content .featured-posts .post-featured{
		margin-right: 0;
	}


	.conf-temp-post-wrapper{
		max-width: 100%;
	}
	.nx-conf-content .featured-posts .post-featured {
	    margin-right: 0;
	    width: 100%;
	}
	.header-featured-text-block{
		width: 100%;
	}
}
@media only screen and (max-width: 580px){
	.nx-conf-header .header-featured .entry-thumb {
	    height: 294px;
	}
}
@media only screen and (max-width: 480px){
	.nx-conf-header .header-featured .entry-content,
	.nx-conf-wrapper .entry-meta{
		text-align: center;
	}
	.nx-conf-header .header-featured .entry-thumb,
	.nx-conf-content .featured-posts .entry-thumb{
		height: 234px;
		width: 100%;
	}
	.nx-conf-content .featured-posts .entry-featured{
		width: 100%;
		margin-bottom: 35px;
	}
	.nx-conf-content .featured-posts .entry-content {
	    width: 100%;
	    padding-left: 0;
	    text-align: center;
	}
	.nx-conf-content .featured-posts .entry-meta{
		margin-bottom: 8px;
	}
	.nx-conf-content .featured-posts .post-featured{
		padding: 0 10px 50px;
	}
	.nx-conf-content .featured-posts .post-featured:last-child{
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 414px){

}
@media only screen and (max-width: 375px){
	.nx-conf-header .header-featured .entry-thumb,
	.nx-conf-content .featured-posts .entry-thumb{
		height: 200px;
	}
}