.vegas-table table {
    width: 100%;
}

.vegas-table thead {
    background: #EBECED;
    color: #414141;
} 

table.vegas-table {
    text-align: center;
}

.vegas-table tr {
    border-bottom: 1px solid #ededed !important;
}

td.first-column {
    display: flex;
    flex-direction: column;
    background: #27A7DF;
    color: #fff;
    text-align: center;
	padding: 10px;
}

td.first-column {
    display: table-cell;
}

.vegas-day {
    font-size: 20px;
    font-weight: 700;
}

a.vegas-time {
    display: inline-block;
    border: 1px solid #3f63ae;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 1;
    color: #3f63ae;
	margin-right: 5px;
	text-decoration: none;
}

a.vegas-time .sold {
    color: #cc3944;
    text-align: center;
    width: 100%;
    font-size: 13px;
}

a.vegas-time:hover {
    background: #3f63ae;
    color: #fff;
	text-decoration: none;
}

a.vegas-time:hover .sold {
    color: #fff;
}

.vegas-price {
    font-size: 20px;
    font-weight: 900;
}

.vegas-table thead th {
    padding: 5px;
	font-size: 17px;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	select#availability {
        width: 100% !important;
        font-size: 18px !important;
    }
    td.first-column {
        display: table-cell;
    }
    a.vegas-time {
    margin: 5px;
}
}

@media only screen and (max-width: 1000px) {
	select#availability {
        width: 60% !important;
    }
}

.vegascarousel-container {
    position: relative;
    overflow: hidden;
}
  
.vegascarousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
  
.vegascarousel-item {
    display: inline-table !important;
    box-sizing: border-box;
    text-align: center;
    align-content: center;
    margin: 0;
    padding-left: 3%;
    min-width: 33%;
}

.vegascarousel-item img {
    display: inline-flex !important;
    text-align: center;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
}
 
.vegasarrows {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}
  
.vegasarrow {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    cursor: pointer;
}
  
.vegasdot {
    text-align: center;
    padding: 10px;
}
  
.vegasdot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 3px;
    background: gray;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    opacity: 0.25;
    border: 0;
    border-radius: 50%;
    transition: opacity .2s ease-in-out;
}
  
.vegasdot.active {
    background: black;
}

.vegasdots{
    text-align: center;
}

.vegas-footer-posts > h3{
    font-size: 20px;
    padding-bottom: 1%;
}

.vegas-footer-posts-view > h3{
    font-size: 20px;
    padding-bottom: 1%;
}

.vegascarousel-item>li{
    display: contents;
}

.vegascarousel-item>li>a {
    font-size: 20px;
    line-height: 1.5;
    font-family: Teko, sans-serif;
    color: #000000;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    text-decoration: auto;
}

@media (max-width: 800px) {
    .vegascarousel-item {
        min-width: 50%;
        padding-bottom: 3%;
    }
}

@media (max-width: 500px) {
    .vegascarousel-item {
        min-width: 100%;
        padding-bottom: 3%;
    }
    .vegas-footer-posts-view {
        display: block;
    }
}