/********************** Typo ************************* *
 *  1. Fonts
 *  2. General
 *  3. Headlines
 *  4. Content Elements
*****************************************************/

/********************* 1. Fonts *********************/
/* font-family: 'Montserrat', sans-serif; */
/******************** 2. General ********************/

/******************** 3. Headline ********************/

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    color: #000;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.mg-photos h4,
.mg-photos h5,
.mg-photos h6 {
    color: #fff;
}
h1 {
    /* font-size: 64px; */
    line-height: 1.5;
}
.hero h1 {
    margin-bottom: 40px;
}
h1 .bg-white {
    color: #63C7CC;
    padding: 0 10px 5px;
}
h2 {
    font-size: 36px;
}
.image-slideshow h2 {
    /* font-size: 46px; */
    color: #fff;
    margin: 10px 0 40px;
}
.jackpot-winners h2 {
    margin-bottom: 30px;
}
.pricing-section h2 {
    margin-bottom: 20px;   
}
h3 {
    font-size: 36px;
}
h4 {
    font-size: 24px;
}
.section-two h4,
.section-one h4 {
    margin-bottom: 25px;
}
h5 {
    font-size: 20px;
}
.special-deal-content h5 {
    margin: 35px 0 20px;
}
.player-portal h1,
.explore-resort h5 {
    color: #fff;
}

/**************** 4. Content Elements ****************/
.codedropz-upload-inner span,
.codedropz-upload-inner h3,
.table-custom p,
label,
p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.64);
    padding: 0;
    margin: 0;
}
.bus-tour label {
    font-size: 14px;
}
.codedropz-upload-inner h3 {
    font-size: 14px;
}
.codedropz-upload-inner span {
    font-size: 12px;
}
.image-slideshow p {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}
.section-grid .content-container p {
    margin: 10px 0 30px;
}
.game-name-hero-container p {
    font-weight: 600;
    color: #63C7CC;
    margin-left: 5px;
}
.tab-content p {
    color: #fff;
}
p.additional-info {
    font-weight: 500;
    font-size: 18px;
}
.rules-on-points p:not(.rules-on-points p:last-child) {
    color: rgba(0, 0, 0, 0.64);
    margin-bottom: 15px;
}
.bolder-text {
    font-weight: 600;
}
.promo-date p {
    font-weight: 500;
}
p.special-price-offer,
p.week-days {
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
p.special-price-offer {
    color: #63C7CC;
    margin-left: 10px;
}
.bus-tour .wpcf7 p,
.barring p {
    margin-bottom: 20px;
}
.one-column-section p:not(.one-column-section p:last-child) {
    color: rgba(255, 255, 255, 0.64);
    margin-bottom: 25px;
}
.mg-photos p {
    color: rgba(255, 255, 255, 0.64);
    margin-top: 10px;
}
.content-container .inner-content p {
    margin: 0 0 30px;
}
.content-container .inner-content p:last-child {
    margin: 0;
}
.pricing-section .title-container p {
    margin: 23px 0;
}
.table-custom p {
    color: #151011;
}
/* .table-custom p:first-child {
    margin-bottom: 15px;
} */
.third-column p {
    font-size: 14px;
    color: rgba(21, 16, 17,0.64);
}
.pricing-section .rules-container p {
    color: rgba(0, 0, 0, 0.64);
}
.pricing-section .rules-container .tip-info p {
    font-size: 14px;
}
.section-two .week-days p {
    font-weight: 500;
}
.player-portal p {
    font-weight: 700;
    font-size: 16px;
    color: #151011;
    margin-bottom: 35px;
}