/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/


/********************************************************************************************* 

3. Page Structure: Main

*********************************************************************************************/


@media screen and (min-width: 769px) {


	div.wrapper {
		width: 96%;
		max-width: 1280px;
	}

/*
	#main .column {
		margin-right: 1.1276%;
	}*/

	/*#main .column-medium {
		width: 54.6875%;
	}

	#main .column-wide {
		width: 74.4680%;
	}

	#main .column-narrow-child {
		width: 31.4685%;
	}

	#main .column-wide-child {
		margin-right: 2.6573%;
		width: 65.7342%;
	}

	#main .column-last {
		margin-right: 0 !important;
	}*/
}

.posts-archive .post-cover img {
	width: auto;
}

ul.judge-index .post-cover {
  display: none;
}

ul.judge-index .post-excerpt {
  width: 100%;
}

ul.judge-index .post-excerpt p {
  display: none;
}

.home-hide {
  display: none !important;
}

.featured-category-widget .posts-list {
    width: 100%;
}

.featured-category-widget .posts-list .post-cover {
    width: 200px;
    float: left;
    margin-right: 15px;
}

.featured-category-widget .post-secondary {
    padding-top: 25px;
    padding-bottom: 25px;
}

.archives-columns-one .post-cover {
    width: 20%;
}

.home-desc {
    /*width: 65%;*/
}
.home-wide {
    width: 100% !important;    
}

.home-wide .column-wide-child {
    width: 74.4680% !important;
    margin-right: 2.1276% !important;
}

.home-wide .column-narrow {
    width: 23.4042% !important;
}

.featured-category-widget p {
    margin-bottom: 13px !important;
}