/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.home .homepage-blog {
	display: none;
}

.home .posts-index .entry-meta {
	display: none;
}

/* FANCY DIV BOX */
.pretty-box {
	background: #0A4B85;
	background: linear-gradient(#0A4B85,#222);
	color: #E6EAEE;
	border-radius: 6px;
	border: 1px solid #555;
	padding: 20px 20px 35px;
	text-shadow: 2px 2px 3px #333;
}

.pretty-box h4 {
	color: #E6EAEE;
	text-shadow: 2px 2px 3px #333;
}

.pretty-box li {
	font-size: .95em;
}

/* FANCY BUTTONS */
#fishing-license {
	display: block;
	width: 374px;
	height: 103px;
	background: url(https://fishingcharterstofino.com/wp-content/uploads/2015/05/fishing-license.jpg) 0 0;
	text-indent: -9999px;
}

#fishing-license:hover {
	background: url(https://fishingcharterstofino.com/wp-content/uploads/2015/05/fishing-license.jpg) 0 -102px;
}

.book-now-button {
	margin: 0 auto;
	display: block;
	width: 250px;
	height: 67px;
	background: url(https://fishingcharterstofino.com/wp-content/uploads/2015/05/fancy-button.jpg) 0 0;
	text-indent: -9999px;
}

.book-now-button:hover {
	background: url(https://fishingcharterstofino.com/wp-content/uploads/2015/05/fancy-button.jpg) 0 -68px;
}

@media (max-width: 1000px) {
	h1.site-title {
		display: none;
	}
}

/* TABLES */
table thead, table tr:nth-child(2n) {
	background: transparent;
}

table thead td {
	font-size: 1em !important;
	font-weight: 600;
	text-shadow: 2px 2px 2px #222;
	text-align: center !important;
	color: #fefefe;
}

table {
	margin: 1em 0;
	width: 100%;
	overflow: hidden;
	background: #0A4B85;
	background: linear-gradient(#0A4B85,#222);
	color: #E6EAEE;
	border-radius: 11px;
	border: 1px solid #999;
}

table tr {
	border: 1px solid #ccc;
}

table tr:nth-child(odd) {
	background-color: ;
}

table th {
	display: none;
	border: 1px solid #FFF;
	background-color: ;
	color: #FFF;
	padding: 1em;
}

table th:first-child {
	display: table-cell;
	text-align: center;
}

table th:nth-child(2) {
	display: table-cell;
}

table th:nth-child(2) span {
	display: none;
}

table th:nth-child(2):after {
	content: attr(data-th);
}

@media (min-width: 480px) {
	table th:nth-child(2) span {
		display: block;
	}
	
	table th:nth-child(2):after {
		display: none;
	}
}

table td {
	display: block;
	word-wrap: break-word;
	max-width: 7em;
}

table td:first-child {
	display: table-cell;
	text-align: center;
	border-right: 1px solid #ccc;
}

@media (min-width: 480px) {
	table td {
		border: 1px solid #ccc;
	}
}

table th, table td {
	text-align: center;
	margin: .5em 1em;
}

@media (min-width: 480px) {
	table th, table td {
		display: table-cell;
		padding: 1em;
	}
}

.smaller-td {
	font-size: .8em;
	text-align: left !important;
	padding-left: 30px !important;
}

#TA_selfserveprop986 .widSSP {
	margin: 40px auto 30px;
	width: 100%;
	text-align: center !important;
}
