@media screen and (min-width: 714px) {
  .header-area-custom .site-logo {
   display:none;
  }
}

@media screen and (max-width: 713px) {
 .header-area-custom .site-logo {
   display:inline;
  }
}

@media screen and (max-width: 460px) {

  .widget h3.widget_title {
  	font-size: small;
  }
  
  .entry-header .entry-title {
  	font-size: x-large;
  }
}

.widget-title {
	font-family: Calibri;
}

.entry-header .entry-title {
 font-family: Calibri;
}

.entry-details {
	display: none;
}

.pt-cv-wrapper .btn-success {
	background-color: #1c2f59;
    border-color: #1d2129;
}

.pt-cv-wrapper .btn-success:hover {
	background-color: #fed463;
    border-color: #1d2129;
  	color: #000000;
}

.widget h3.widget_title {
    border: solid 2px #1c2f59;
    text-align: center;
    font-size: 20px;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(43, 53, 62, 0.95);
}

.widget h3.widget_title {
	font-family: Calibri;
}

h3.latest_news {
	text-align: center;
    background-color: whitesmoke;
}

h4.highlights, h4.latest_news {
	text-align: center;
  	font-family: Calibri;
  	font-size: 16px;
  	background-color: whitesmoke;
}

.entry-header, .article-header {
	background-image: url("http://aab.sports.bb/wp-content/uploads/2016/11/banner.jpg");
}

.schedules a, .meets a, .results a, .files a, .schedules a {
	color: #1f00ff !important;
  	font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16pt !important;
}

.footer-widget-region h3 {

  	text-align: center;
}

.entry-thumbnail {
	display: none !important;
}

.grid-news-thumb {
	border: 4px solid #f1f1f1;
}

.ujic-hold {
	text-align: center !important;
  	margin-bottom: 10px;
}

/* JTRT Table Styles */
.jtrespo-scroll table, .jtrespo-scroll table thead, .jtTableContainer table tr {
	border-bottom: solid 2px gray !important;
}
