/* 
 Theme Name:   skt-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     skt-full-width
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

/* ------ NEW PAGE ------- */


.logo-lucky-rebel {
    background: url('/pictures/lucky-rebel.svg');
}

.bg-lucky-rebel {
    background-color: #1d1e25;
}

.logo-jackspay {
    background: url('/pictures/jackspay.svg');
}

.bg-jackspay {
    background-color: #ffffff;
}

.logo-ducky-luck {
    background: url('/pictures/ducky-luck.svg');
}

.bg-ducky-luck {
    background-color: #fff;
}

.logo-wild-casino {
    background: url('/pictures/wild-casino.svg');
}

.bg-wild-casino {
    background-color: #121212;
}

.logo-betonline {
    background: url('/pictures/betonline.svg');
}

.bg-betonline {
    background-color: #2d2e2c;
}

.logo-super-slots {
    background: url('/pictures/super-slots.svg');
}

.bg-super-slots {
    background-color: #3a0b4a;
}

.logo-bovada {
    background: url('/pictures/bovada.svg');
}

.bg-bovada {
    background-color: #000;
}

.logo-ignition {
    background: url('/pictures/ignition.svg');
}

.bg-ignition {
    background-color: #333;
}

.logo-cafe-casino {
    background: url('/pictures/cafe-casino.svg');
}

.bg-cafe-casino {
    background-color: #fff;
}

.logo-slots-and-casino {
    background: url('/pictures/slots-and-casino.svg');
}

.bg-slots-and-casino {
    background-color: #000;
}

[class*="logo-"] {
    display: block;
    text-indent: -9999px;
    text-align: left;
    background-size: 80%;
    background-position: center center !important;
    background-repeat: no-repeat;
}

[class*="brand-"][class*="bg-"] {
    margin: 0 auto;
    padding: 5px;
    border-radius: 4px;
    width: 100px;
    height: 70px;
}

.brand-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: inherit;
}

.brand-table tr {
    border-bottom: 1px solid #86c301;
    transition: background 0.2s ease;
}

.brand-table tr:hover {
    background: #fafafa;
}

.brand-table td {
    padding: 10px;
    vertical-align: middle;
}

.brand-table td:first-child {
    width: 20%;
}

.brand-table td:nth-child(2) {
    width: 18%;
    text-align: center;
    font-weight: 600;
}

.brand-table td:nth-child(3) {
    width: 42%;
}

.brand-table td:last-child {
    width: 20%;
    text-align: right;
}

.brand-table p {
    margin: 0;
    line-height: 1.5;
}

.brand-table p+p {
    margin-top: 6px;
}

.brand-table span {
    color: #86c301;
    font-weight: 700;
    font-size: 1.4rem;
}

.brand-table ul {
    margin: 0;
    padding-left: 18px;
}

.brand-table li {
    margin-bottom: 6px;
}

.brand-table li:last-child {
    margin-bottom: 0;
}

.brand-table a {
    text-decoration: none;
}

.brand-table .cta-button {
    display: inline-block;
    padding: 12px 24px;
    background: #86c301;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.2s ease;
    white-space: nowrap;
}

.brand-table .cta-button:hover {
    background: #72a800;
    color: #fff;
}

.brand-size {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}

@media (max-width: 768px) {

    .brand-table,
    .brand-table tbody,
    .brand-table tr,
    .brand-table td {
        display: block;
        width: 100%;
    }

    .brand-table tr {
        margin-bottom: 20px;
        border: 1px solid #86c301;
        border-radius: 10px;
        overflow: hidden;
    }

    .brand-table td {
        width: 100% !important;
        text-align: center !important;
        padding: 16px;
        border-bottom: 1px solid #f1f1f1;
        box-sizing: border-box;
    }

    .brand-table td:last-child {
        border-bottom: none;
    }

    .brand-table ul {
        display: inline-block;
        text-align: left;
        margin: 0 auto;
    }

    .brand-table .cta-button {
        width: 100%;
        text-align: center;
        padding: 14px;
    }
}

.pro-con-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}

.pro-con-table td {
    width: 50%;
    vertical-align: top;
    padding: 24px;
    border-radius: 10px;
}

.pro-con-table td:first-child {
    border-left: 5px solid #86c301;
}

.pro-con-table td:last-child {
    border-left: 5px solid #d9534f;
}

.pro-con-table p {
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 700;
}

.pro-con-table td:first-child p {
    color: #86c301;
}

.pro-con-table td:last-child p {
    color: #d9534f;
}

.pro-con-table ul {
    margin: 0;
    padding-left: 20px;
}

.pro-con-table li {
    margin-bottom: 12px;
    line-height: 1.6;
}

.pro-con-table li:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {

    .pro-con-table,
    .pro-con-table tbody,
    .pro-con-table tr,
    .pro-con-table td {
        display: block;
        width: 100%;
    }

    .pro-con-table td {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    .pro-con-table td:last-child {
        margin-bottom: 0;
    }
}

.cta-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    padding: 14px 32px;
    background: #86c301;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    transition: background 0.2s ease;
    margin-bottom: 25px;
}

.cta-button:hover {
    background: #72a800;
    color: #fff;
}


.faq {
    margin: 40px 0;
}

.faq h2 {
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: 700;
}

.faq h3 {
    margin: 30px 0 12px;
    padding-left: 14px;
    border-left: 5px solid #86c301;
    color: #86c301;
    font-size: 1.25rem;
    font-weight: 700;
}

.faq p {
    margin: 0;
    padding: 18px 20px;
    border: 1px solid #fff;
    border-radius: 8px;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .faq h2 {
        font-size: 1.6rem;
    }

    .faq h3 {
        font-size: 1.1rem;
        margin-top: 24px;
    }

    .faq p {
        padding: 16px;
    }
}

#supersized li.image-loading {
    background-image: url(/pictures/slider.jpg) !important;
    background-position: left top;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#supersized {
    visibility: visible !important;
}