/* This CSS is solely for the today in airline history page 
 * Last updated: 03/01/2015 */

/* This is the first ID and div for the shortcode */
#ah-tih-main-id { 
	margin-top: 15px; 
}

/* Tidy of the content area of each item */
/*#ah-tih-main-id p { 
	font-size: 20px !important;
	margin: 0 0 10px !important;
}*/

/* Add a small aeroplane for an icon where required. */
.ah-tih-item-icon {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAcCAMAAABBJv+bAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABaUExURUdwTAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAI2qtSYAAAAddFJOUwD0rx/7Pe0DEcGfKNnkRXbIz7oHYpKBWFAuNm2IvLzD7wAAAONJREFUKM+Vk1sSgyAMRUEAQRVVfNuz/232p1bbKc70fjFzICE3iRCHhr5QIq2gKfIbnkEjRPLGAtK3mUtg1wF1kcKiAfokFasFxphKn2eA9r03v/kOgO3CJWG/vM+lBajKy4uJej3O0QOQxRNvEv/+7QMAphNHD2N0TpWbMSMAyN2EEIJxQqgWdFXVVkrNp3Q9HNhaqb8xsjmCK7WewfW0zPM8L0qIVdK6swwAHlej7XZT2NQNd7bklwYML1NNcl5uWlLWQJFs6A4Xg78V29thChrZdslRzKD5KOSfNRj8jyV6AvodF3OJ0UufAAAAAElFTkSuQmCC) 30px 28px;
	width: 30px;
	height: 28px;
	float: left;
	margin: 10px;
}

/* Add padding to each separate P tag */
.ah-tih-item-wrap p {
	height: 75px;
	font-size: 20px !important;
	margin: 5px 0 5px 0;
}

/* This is the first title div and is at the top of the shortcode */
.ah-tih-t1 {
	font-weight: bold;
	line-height: 1.2;
	margin: 20px auto auto;
	color: #000;
	font-size: 30px;
	font-size: 3rem;
	text-align: left;
	width: 90%;
	padding: 20px 20px 20px 0;
}

/* This class wraps each individual event item as they are looped through WP_Query */ 
.ah-tih-item-wrap {
	width: 100%; 
	background: #fff; 
	margin: 15px 0; 
	padding: 5px 10px; 
	color: #654321; 
	border: 1px solid #654321; 
	border-radius: 5px;
	font-size: 18px;
	font-size: 1.8rem;
	height: 200px;
}

/* This styles the heading for each of the event items dates */ 
.ah-tih-t2 {
	font-size: 30px;
	font-size: 3rem !important;
	color: #654321 !important;
	font-weight: bold !important;
}

/* These classes style the county button make it more viable */
.ah-tih-item-link { 
	background: #fff !important; 
	padding: 10px 15px; 
	display: inline-block; 
	border: 1px solid #654321; 
	float: right;
}
.ah-tih-item-link:hover { 
	background: #654321 !important; 
	color: #fff; 
	padding: 10px 15px; 
	display: inline-block; 
	border: 1px solid #fff; 
}

.ah-tih-item-link a {
	color: #654321 !important;
}
/* These classes are for the tih shortcode footer */
.ah-tih-ftr-wrap { 
	width: 80%; 
	text-align: center; 
	padding: 20px; 
	margin: 20px auto; 
	color: #000; 
}
.ah-tih-ftr-btn1 { 
	width: 80%; 
	background: #000; 
	color: #fff; 
	padding: 10px; 
	margin: 10px auto;
	display: block; 
}
.ah-tih-ftr-btn1:hover { 
	background: grey; 
}

/* Tidy up the mobile look */
@media only screen and (max-width: 768px) {
	
	.ah-tih-item-icon {
		margin: 3px !important;
	}
	.ah-tih-t2 {
		font-size: 22px;
		font-size: 2.2rem !important;
	}
	.ah-tih-item-wrap p {
		height: 125px !important;
	}
	.ah-tih-item-wrap { 
		height: 275px !important;
	}
}