






.tour-dates__block .tour-date-tab{
	background-color:var(--wp--preset--color--background);
}


.tour-dates__block .tab-list,
.tour-dates__block .tab-list li{
	margin:0;
	padding:0;
	list-style:none;
}

.tour-dates__block .tab-list{
	display:flex;
	flex-flow:nowrap;
	background-color: var(--wp--preset--color--sea);
	/* padding: .5rem; */
}

.tour-dates__block .tab-list li{
	flex: 0 1 50%;
	text-align:center;
	padding: .25em 1em;
	font-weight:600;
}



.tour-dates__block .tab-list li a{
	color: white;
	font-size: 18px;
	
}



.tour-dates__block .tab-list .ui-state-active{
	background:white;
	color : var(--wp--preset--color--sea);
}

.tour-dates__block .tab-list .ui-state-active a{
	color: var(--wp--preset--color--sea);
	border-bottom:4px solid var(--wp--preset--color--vivid-cyan-blue);
	text-decoration:none;
}
.tour-dates__block .tab-list å.ui-state-active a:hover{
	text-decoration:none;
	}


.tour-dates__block .tab-list li.active{
	color : var(--wp--preset--color--sea);
	background-color:var(--wp--preset--color--background);
		
}
.tour-dates__block .tab-list li.active >span{
border-bottom:solid 3px var(--wp--preset--color--vivid-cyan-blue);
font-size:var(--wp--preset--font-size--small);
padding-bottom:.25em;
}
.tour-dates__block .tour-date-tab{
	padding:1em;
	font-size:var(--wp--preset--font-size--small);
}

.tour-dates__block table.tour-dates{
	
	width:100%;
}

.tour-dates__block table.tour-dates th{
	color:var(--wp--preset--color--sea);
	text-align:left;
	
	font-size:var(--wp--preset--font-size--small);
	
}

.tour-dates__block table.tour-dates tr th,
.tour-dates__block table.tour-dates tr td{
	border-bottom:solid 1px var(--wp--preset--color--gravel);
	
	}
.tour-dates__block table.tour-dates tr td{
	padding: .5em 0;
	}
	/* Trip Search Card
Green:
#DEEFD2

Yellow:
#FFF5D4

Orange:
#FFD3C4

Red:
#FFA4AE

*/
	
.tour-dates__block table.tour-dates tr td >span.available{
	background: #DEEFD2;
	padding:.2em;
	color: #3D522E;
	font-size: .75rem;
	}
	
.tour-dates__block table.tour-dates tr td >span.limited{
	background: #FFF5D4;
	color: #5B502B;
	padding:.2em;
	font-size: .75rem;
	}	
.tour-dates__block table.tour-dates tr td >span.very-limited{
	background: #FFD3C4;
	color: #5E3528;
	padding:.2em;
	font-size: .75rem;
	}	
.tour-dates__block table.tour-dates tr td >span.full{
	background: #FFA4AE;
	padding:.2em;
	color: #571F25;
	font-size: .75rem;
	}		
	
.tour-dates__block table.tour-dates tr 	td.rate-link{
	text-align:right;
	}
	
	
.tour-dates__block table.tour-dates tr 	td.rate-link	a{
	color:var(--wp--preset--color--primary);
	}
	
/*   ACCOUNT FOR IF PARENT HAS BACKGROUND*/



/* OLD STYLE BELOW --- NO LONGER APPLIES*/

.tour-dates__block > ul.tour-dates_list {
    list-style-type: none;
    padding-left: 0;
}

.tour-dates__block > ul.tour-dates_list > li.tour-date {
    padding: 1rem 1.25rem;
    background-color: #015e95;
    color: white;
    font-weight: 500;
    border-radius: 0.5rem;
}

.tour-dates__block > ul.tour-dates_list > li.tour-date a {
    color: white;
    font-weight: normal;
    text-decoration: underline;
}

.tour-date .d-flex div {
    flex-grow: 1;
}

.tour-dates__block table.tour-dates tr td,
.tour-dates__block table.tour-dates tr th
 {
	width: 18rem;
	line-height: 1.4;
	/* width: 80%; */
}


.tour-dates__block .tour-date-tab .tour-dates tbody tr th:first-child {
width: 31rem;
/* width: 20%; */
}


/*
.tour-date .d-flex div {
    text-align: right;
}

.tour-date .d-flex div:first-child {
    flex-basis: 25%;
    text-align: left;
    font-weight: 600;
}
*/



@media screen and (min-width: 768px) {
    .tour-dates__block {
        max-width: 50%;
    }
    .tour-date .d-flex div:first-child {
        flex-basis: auto;
    }
}

@media screen and (max-width: 700px) {

	.tour-dates__block {
		margin-left: 0px!important;
		margin-right: 0px!important;
	}

	#tour-dates {
		padding: 0px;
	}

    .tour-dates__block .tour-dates tr,
	.tour-dates__block .tour-dates tr th,
	.tour-dates__block .tour-dates tr td

	{
		display: block;
    }

	.tour-dates__block .tour-dates tr th {
		display: none;
	}

	.tour-dates__block table.tour-dates tr th, .tour-dates__block table.tour-dates tr td {
		border-bottom: none;
	}

	.tour-dates__block table.tour-dates tr td.rate-link {
		text-align: left;
	}

	.tour-dates__block table.tour-dates tr td, .tour-dates__block table.tour-dates tr th {
		width: 100%;
	}

	.tour-dates__block table.tour-dates tr:not(:first-child) {
		border-bottom:solid 1px var(--wp--preset--color--gravel);
		padding-bottom: 21px;
        padding-top: 21px;
	}
	.tour-dates__block table.tour-dates tr td:first-child {
	color: var(--wp--preset--color--sea);
	font-weight: 700;
    text-align: left;
	font-size: 1rem;
	}

	.tour-dates__block table.tour-dates tr td{
	padding: .2em 0;
	}

}