/*
 Theme Name:   Vanguard Child
 Theme URI:    http://newparadigm.schillerinstitute.com/
 Description:  Vanguard Child Theme
 Author:       M.K. 
 Author URI:   http://bueso.de/
 Template:     vanguard
 Version:      4.0
*/


@import url("../vanguard/style.css");

/*
*Other Post below the Posts contents Tweak
*/
#single-nav-below-prev {
	width: 50%;
}
#single-nav-below-next{
	width: 49.8%;
}
#single-nav-next{
	width: 49.8%;
}
/*
#single-nav-below {
	margin-bottom: 0px;
}
*/

/**
* Related Post Below box tweak
*/
.blog-detail .related-posts {
	padding-bottom: 30px;
	border-bottom: 1px solid #e2e2e2;
}
.blog-detail .related-posts h3 {
	margin: 0 -40px 20px 0;
}

/**
* Author info hidden
.vcard {
	display: none;
}
*/

/**
* Breadcrumb display none Prev and Next
*/
#sub-header-container.solid-bg #breadcrumbs {
	display: none;
}
#sub-header-container.solid-bg #sub-header {
	margin-bottom: 2px !important;
}

.blog-wide-image h2.post-title a, .blog-half-image h2.post-title a, .blog-detail h1.post-title {
	line-height: 100%;
}

/**
* TablePress Color Adjustment (2015/08/20)
*/
.tablepress tfoot th, .tablepress thead th {
	background-color: #eee !important;	
}
.tablepress .sorting:hover, .tablepress .sorting_asc, .tablepress .sorting_desc {
	background-color: #DADEE0 !important;
}
.newtable .column-1 {
	width: 84px;
}
.newtable .column-2 {
	width: 84px;
}

.paginate_button:after, .paginate_button:before {
	color:#2D4F65 !important;
}
.paginate_button:hover:after, .paginate_button:hover:before {
	color:#049cdb !important;
}
.paginate_button.disabled:after, .paginate_button.disabled:before {
	color:#E6E3E3 !important;
}



