/* Custom css for client */ 

/* Text colour FAQ - previously 74aa4e */

.cpage-content .faq-title {
    font-size: 32px;
    color: #ec008c;
}

/* Accordion arrow color added - RAS23 Dark Purple */

.accordion-section a.main::after {
    content: '\f106';
    font-family: 'TheShow font icons';
    float: right;
    position: relative;
    top: -45px;
    font-weight: 600;
    font-size: 20px;
    color: #2d196c;
}


/* Buy Tickets Button BG Color */

.blue-button {
    background: #ffb6d2;
}

    .blue-button a:hover {
    background: #3de2ad !important;
    }
    
 /* make table campaign pink */
 
table,
table td {
    border-width: 1px;
    border-color: #ffb6d2;
    border-style: solid;
}

    table tbody tr:nth-child(2n) {
        background-color: #ffb6d2;
    }
    
    .spage-contnet .faq-title {
    <h2 style="background-color:rgb(255, 0, 0);">rgb(255, 0, 0)</h2>
    font-size: 32px;
    color: #ec008c;
    }
    
    .feature-tile .row img {
        width: 100%;
        max-height: 450px;
        margin: auto;
        width: 100%;
        height: 100%;
        padding-bottom: 20px;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        object-fit: cover;
    }
    
    .tile-container .tile-item {
        padding-bottom: 20px;
    }