/*

Theme Name: X – Child Theme
Theme URI: #
Author: Themeco
Author URI: #
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

/*New Table Rules*/

table.tablepress {
    border-collapse: collapse;
    border-spacing: 2px;
    border-color: #bdc3c7;
}
table.tablepress tbody tr:first-child .column-1 {
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}
table.tablepress tbody tr:first-child .column-7 {
    border-radius: 0 4px 0 0 ;
    -webkit-border-radius: 0 4px 0 0 ;
    -moz-border-radius: 0 4px 0 0 ;
}
table.tablepress tbody tr:last-child .column-1 {
    border-radius:  0 0 0 4px;
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
}
table.tablepress tbody tr:last-child .column-7 {
    border-radius: 0 0 4px 0;
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
}
table.tablepress tbody {
    border-radius: 4px;
}
.tablepress>tbody>tr:nth-of-type(odd) {
    background-color: #ffffff;
}
.tablepress>tbody>tr:nth-of-type(even) {
    background-color: #fafafa;
}
.tablepress tbody td {
    padding: 15px;
    line-height: 1.35;
    vertical-align: middle !important;
    text-align: center;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.tablepress .vc p, 
.tablepress .vc .p {
    margin: 0px !important;
}
.column-1 {
    padding: 6px;
    line-height: 1.42857143;
    vertical-align: middle !important;
    text-align: center;
    padding-right: 0 !important;
}
.extra-order {
    color: #202933;
    font-weight: 900;
    font-size: 25px;
    line-height: 38px;
    display: inline-block;
}

.casino-thumbnail {
    border-radius: 5px;
    border: 0;
    max-height: 65px;
}
table.tablepress .casino-mobile {
    border-radius: 5px;
    border: 0;
    display: none;
    max-height: 80px;
    max-width: 80px;
}

.spin-quantity {
    font-size: 20px;
    font-weight: 800;
    color: #FF8C00;
}
.spin-desc {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #555;
}
.column-3 i.fa {
    color: #bdc3c7;
    font-size: 20px;
    font-weight: 400;
}

.price-desc {
    font-size: 20px;
    font-weight: 800;
    color: #2CA5E4;
}
.price-desc span {
    font-size: 16px;
    color: #2CA5E4;
    text-transform: uppercase;
}
.bonus {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #555;
}

.benefit-desc {
    font-size: 14px;
    font-weight: 700;
    color: #434a54;
    text-transform: uppercase;
    margin-left: 5px;
    text-align: left;
}
.benefit-desc i.fa {
    color: #65c82d;
    margin-right: 3px;
}

.column-6 i.fa {
    font-size: 20px;
    color: #FEDB32;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-right: 2px;
}
.extra-link {
    text-transform: uppercase;
    font-weight: 700 !important;;
    font-size: 13px;
    color: #2980b9;
    line-height: 1.42857143;
    text-decoration: none !important;
    cursor: pointer;
}
.extra-link:hover,
.extra-link:focus,
.extra-link:active {
    color: #3498db;
}

.casino-btn {
    font-family: 'Lato', sans-serif;
    padding: 14px !important;
    background-color: #65c82d;
    border: 0;
    border-bottom: 2px solid #5CB629;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 1px rgba(0,0,0,0.3);
    box-shadow: 0 0 1px rgba(0,0,0,0.3);
    transition: all .2s ease-in-out;
    font-size: 14px !important;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase !important;
    font-weight: 900 !important;
    font-family: Lato;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #ffffff;
    text-decoration: none !important;
}
.sidebar-table-two-column .casino-btn {
    background-color: #FDDA46;
    border-bottom: 2px solid #FDDA46;
    color: #000000;
    -webkit-box-shadow: 0 0 0 rgba(204,169,44, 0.4);
    -moz-box-shadow: 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 rgba(204,169,44, 0.4);
}
.casino-btn:hover,
.casino-btn:active,
.casino-btn:focus {
    background-color: #73CD40 !important;
    border-color: #5CB629 !important;
    box-shadow: 0 0 0 0 rgba(115, 205, 64, 0.7);
    -webkit-animation: pulse-shadow-success 1.02s;
    -moz-animation: pulse-shadow-success 1.02s;
    -ms-animation: pulse-shadow-success 1.02s;
    animation: pulse-shadow-success 1.02s;
    transform: scale(1.02);
    color: #fff;
}
.sidebar-table-two-column .casino-btn:hover,
.sidebar-table-two-column .casino-btn:active,
.sidebar-table-two-column .casino-btn:focus {
    -webkit-animation: pulse-shadow-yellow 1.02s;
    -moz-animation: pulse-shadow-yellow 1.02s;
    -ms-animation: pulse-shadow-yellow 1.02s;
    animation: pulse-shadow-yellow 1.02s;
    background-color: #FDDA46 !important;
    border-color: #FDDA46 !important;
    opacity: 0.8 !important;
    color: #000000;
}
@-webkit-keyframes pulse-shadow-yellow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    } 
}
@keyframes pulse-shadow-yellow {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    }70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}

@-webkit-keyframes pulse-shadow-success {
    to {
        box-shadow: 0 0 0 10px rgba(115, 205, 64, 0); 
    } 
}
@-moz-keyframes pulse-shadow-success {
    to {
        box-shadow: 0 0 0 10px rgba(115, 205, 64, 0); 
    } 
}
@-ms-keyframes pulse-shadow-success {
    to {
        box-shadow: 0 0 0 10px rgba(115, 205, 64, 0); 
    } 
}
@keyframes pulse-shadow-success {
    to {
        box-shadow: 0 0 0 10px rgba(115, 205, 64, 0); 
    } 
}

/*Additional styles to responsive version*/

@media only screen and (max-width: 1199px) {
    table.tablepress .column-5 {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    table.tablepress .column-6 {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    table.tablepress .column-1,
    table.tablepress .column-2,
    table.tablepress .column-3,
    table.tablepress .column-4,
    table.tablepress .column-5,
    table.tablepress .column-7,
    table.tablepress tbody tr {
        width: 100%;
        display: block;
    }
    table.tablepress tbody tr:after {
        content: " ";
        display: table;
        clear: both;
    }
    table.tablepress .column-1,
    table.tablepress .column-2 {
        width: 100px;
        text-align: left;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }
    table.tablepress .column-1 {
        left: 5px;
        top: 11px;
        z-index: 2;
        padding: 0;
    }
    table.tablepress .column-1 img {
        height: 28px;
    }
    table.tablepress .column-2 {
        padding-top: 5px;
    }
    .extra-order {
        height: 26px;
        width: 26px;
        background-color: #ffffff;
        text-align: center;
        padding: 0;
        display: block;
        border-radius: 50%;
        font-size: 18px;
        line-height: 26px;
        color: #434a54;
    }
    table.tablepress .column-3,
    table.tablepress .column-4,
    table.tablepress .column-5 {
        width: calc(100% - 90px);
        float: right !important;
        padding: 2px;
    }
    table.tablepress .column-3 p,
    table.tablepress .column-4 p {
        display: inline-block;
        font-size: 16px;
    }
    table.tablepress .column-3 p:first-child,
    table.tablepress .column-4 p:first-child {
        padding-right: 3px;
    }
    table.tablepress .column-4 {
        padding-top: 0;
    }
    .spin-desc {
        font-size: 20px;
        color: #FF8C00;
    }
    .price-desc span,
    .bonus {
        font-size: 16px;
        color: #2CA5E4;
    }
    table.tablepress tbody tr {
        padding: 15px;
        position: relative;
        border-bottom: 1px solid grey;
    }
    table.tablepress .column-5 .benefit-desc {
        text-align: center;
        line-height: 12px;
    }
    table.tablepress .column-5 .benefit-desc:not(:first-child) {
        display: none;
    }
    .tablepress tbody td, .tablepress tfoot th {
        border: none !important;
    }
    table.tablepress .casino-thumbnail {
        display: none;
    }
    table.tablepress .casino-mobile {
        display: block;
    }
    table.tablepress .column-7 {
        clear: both;
        padding: 25px 0 0 0;
    }
    .casino-btn {
        display: block;
        padding: 10px !important;
        font-size: 14px !important;
    }  
}
.btn-after-table {
    font-size: 16px !important;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase !important;
    font-weight: 900 !important;
    font-family: Lato;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color:#ffffff;
	color:#555;
	border: 0;
	border-bottom: 2px solid #bdc3c7;
	border-color:#bdc3c7 !important;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 1px rgba(0,0,0,0.3);
    box-shadow: 0 0 1px rgba(0,0,0,0.3);
    padding: 14px;
    text-decoration: none !important;
    display: block;
    margin: 30px auto 0 auto;
    max-width: 300px;
    text-align: center;
}
.btn-after-table:hover,
.btn-after-table:focus,
.btn-after-table:active {
    box-shadow: 0 0 0 0 rgba(189, 195, 199, 0.7);
    -webkit-animation: pulse-shadow-success 1.02s;
    -moz-animation: pulse-shadow-success 1.02s;
    -ms-animation: pulse-shadow-success 1.02s;
    animation: pulse-shadow-success 1.02s;
	background-color: #bdc3c7 !important;
    color: #ffffff;
}
@-webkit-keyframes pulse-shadow-success {
    to {
        box-shadow: 0 0 0 10px rgba(115, 205, 64, 0); 
    } 
}
@-moz-keyframes pulse-shadow-success {
    to {
        box-shadow: 0 0 0 10px rgba(115, 205, 64, 0); 
    } 
}
@-ms-keyframes pulse-shadow-success {
    to {
        box-shadow: 0 0 0 10px rgba(115, 205, 64, 0); 
    } 
}
@keyframes pulse-shadow-success {
    to {
        box-shadow: 0 0 0 10px rgba(115, 205, 64, 0); 
    } 
}

/*Sidebar Table Rules*/

@media only screen and (max-width: 1100px) {
    table.tablepress.sidebar-table,
    table.tablepress.sidebar-table-two-column {
        display: none !important;
    }
}
@media only screen and (min-width: 1101px) {
    .table-outer {
        background-color: #ffffff;
        width: 100%;
    }
    .table-outer:after {
        content: "";
        display: table;
        clear: both;
    }
    table.tablepress.sidebar-table .column-1,
    table.tablepress.sidebar-table .column-2,
    table.tablepress.sidebar-table .column-3,
    table.tablepress.sidebar-table .column-4,
    table.tablepress.sidebar-table .column-5,
    table.tablepress.sidebar-table .column-6,
    table.tablepress.sidebar-table tbody tr {
        width: 100%;
        display: block;
    }
    table.tablepress.sidebar-table tbody tr:after {
        content: " ";
        display: table;
        clear: both;
    }
    table.tablepress.sidebar-table .column-1,
    table.tablepress.sidebar-table .column-2 {
        width: 100px;
        text-align: left;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }
    table.tablepress.sidebar-table .column-1 {
        left: 5px;
        top: 11px;
        z-index: 2;
        padding: 0;
    }
    table.tablepress.sidebar-table .column-1 img {
        height: 28px;
    }
    table.tablepress.sidebar-table .column-2 {
        padding-top: 20px;
    }
    .sidebar-table .extra-order {
        height: 26px;
        width: 26px;
        background-color: #ffffff;
        text-align: center;
        padding: 0;
        display: block;
        border-radius: 50%;
        font-size: 18px;
        line-height: 26px;
        color: #434a54;
    }
    table.tablepress.sidebar-table .column-3,
    table.tablepress.sidebar-table .column-4,
    table.tablepress.sidebar-table .column-5 {
        width: calc(100% - 90px);
        float: right !important;
        padding: 2px;
    }
    table.tablepress.sidebar-table .column-3 p,
    table.tablepress.sidebar-table .column-4 p {
        display: inline-block;
        font-size: 16px;
    }
    table.tablepress.sidebar-table .column-3 p:first-child,
    table.tablepress.sidebar-table .column-4 p:first-child {
        padding-right: 3px;
    }
    table.tablepress.sidebar-table .column-4 {
        padding-top: 0;
    }
    .sidebar-table .spin-desc {
        font-size: 20px;
        color: #FF8C00;
    }
    .sidebar-table .price-desc span,
    .sidebar-table .bonus {
        font-size: 16px;
        color: #2CA5E4;
    }
    table.tablepress.sidebar-table tbody tr {
        padding: 15px;
        position: relative;
        border-bottom: 1px solid grey;
    }
    table.tablepress.sidebar-table .column-5 .benefit-desc {
        text-align: center;
        line-height: 12px;
    }
    table.tablepress.sidebar-table .column-5 .benefit-desc:not(:first-child) {
        display: none;
    }
    .tablepress.sidebar-table tbody td, .tablepress.sidebar-table tfoot th {
        border: none !important;
    }
    .sidebar-table .casino-thumbnail {
        display: none;
    }
    table.tablepress.sidebar-table .casino-mobile {
        display: block;
    }
    table.tablepress.sidebar-table .column-6 {
        clear: both;
        padding: 25px 0 0 0;
    }
    .sidebar-table .casino-btn {
        display: block;
        padding: 10px !important;
        font-size: 14px !important;
    } 
    .table-outer .btn-after-table {
        margin: 15px auto;
        max-width: 85%;
        font-size: 14px !important;
    }
    table.tablepress.sidebar-table-two-column,
    table.tablepress.sidebar-table-two-column tbody,
    table.tablepress.sidebar-table-two-column tbody tr,
    table.tablepress.sidebar-table-two-column tbody tr td {
        display: block;
        width: 100%;
    }
    table.tablepress.sidebar-table-two-column .column-1,
    table.tablepress.sidebar-table-two-column .column-2 {
        position: relative;
        width: 50%;
        padding: 15px 5px 15px 15px !important;
        float: left !important;
    }
    table.tablepress.sidebar-table-two-column .column-2 {
        padding: 15px 15px 15px 5px !important;
    }
    table.tablepress.sidebar-table-two-column .column-1 a,
    table.tablepress.sidebar-table-two-column .column-2 a {
        width: 100%;
        display: block;
    }
    table.tablepress.sidebar-table-two-column .casino-mobile {
        display: block;
        max-height: 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 10px;
    }
    table.tablepress.sidebar-table-two-column .casino-btn {
        padding: 8px !important;
        font-size: 12px !important;
    }
}