.hide {
  visibility: hidden!important;
}
.link-title a{
		text-decoration:none;
}
.sec-load-more{
		text-align: center;
}
#mysticky-nav.wrapfixed{
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.wp-block-search__input {
		padding: 0px 0px 0px 8px;
    flex-grow: 1;
    min-width: 3em;
    border: 1px solid #949494;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
.horizontal-list{
	list-style: none;
  display: inline-block;
}
ul.horizontal-list li {
  display: inline-block;
  text-align: center;
  cursor: pointer;
		padding: 0 0.5rem;
		font-size:0.9rem;
}
#tp_search_input_field{
    font-size: 1.0rem;
    font-family: 'prajad-bold';
    color: #374c80;
}
.teachpress_filter select.block {
    display: block;
    width: 30%!important;
    margin-bottom: 8px;
    margin-top: 5px;
    font-size: 1.0rem;
		color: #374c80;
}
.teachpress_pub_list form{
padding-bottom:40px;
}
.teachpress_filter{
		text-align:left !important;
}
input.tp_search_button{
		margin:0!important;
		background:#374c80 !important;
}
input.tp_search_button:hover {
    background: whitesmoke!important;
    color: #374c80!important;
}
.tablenav{
		padding-bottom:20px!important;
}
/* TABLE TO DIV */
/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 0px solid #999999;
	display: table-cell;
	padding: 3px 5px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.centeredmenu {
   clear:both;
   min-width: 220px;
   margin: auto;
}
@media (max-width: 767px){
.hideonmobile{
	display: none;
}
}