/*
 Theme Name:   CasinoAce Child Theme
 Theme URI:    https://pokatheme.com
 Description:  CasinoAce Child Theme
 Author:       PokaTheme
 Author URI:   https://pokatheme.com
 Template:     casinoace
 Version:      1.0.0
 Tags:         
 Text Domain:  casino-ace-child
*/

#ez-toc-container {
    width: 100% !important;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 600px) {
  #ez-toc-container {
    width: 100% !important;
  }
}

.table-link {
  font-weight: 600;
  color: red;
}

.table-link-green {
  color: green;
}

.single-post-thumb {
  text-align: center;
}

.single-affiliate-review {
    border-radius: 5px;
}

.single-affiliate-review .prp-bonus-box p {
    font-size: 1.8rem;
}

.single-affiliate-review .prp-bonus-box h5 {
    font-size: 1.5rem;
}
.table-s1 {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.11);
}
.table-s1 .table-header{
    padding-top: 10px;
    border-bottom: 2px solid rgba(16, 138, 249, 0.1);
}
.single-affiliate-review .widget-content-left{
    text-align: center;
}
.section-header .head-menu {
    position: fixed;
    width: 100%;
}
.section-header {
    z-index: 100;
}
/* top-bonuses shortcode style */
.top-bonuses-sc,
.newest-casinos-sc {
    text-align: center;
    background-color: #fff;
    padding: 8px;
    border-radius: 5px;
    margin: 30px auto;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.11);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.11);
}

.top-bonuses-sc h3,
.newest-casinos-sc h3{
    text-align: center;
    border-bottom: 1px solid #e3e1e1;
    padding-bottom: 10px;
}

.top-bonuses-sc ul.widget-s2,
.newest-casinos-sc ul.widget-s2 {
    list-style-type: none;
    margin-bottom: 0px!important;
}

.top-bonuses-sc ul.widget-s2 li.clearfix .clearfix,
.newest-casinos-sc ul.widget-s2 li.clearfix .clearfix{
    display: flex;
    align-items: center;
    width: 100%;
}

.top-bonuses-sc .widget-s2 li,
.newest-casinos-sc .widget-s2 li {
    padding: 12px 0;
    padding-top: 14px;
    border-bottom: 1px solid #e3e1e1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top-bonuses-sc .widget-s2 li:last-child, 
.newest-casinos-sc .widget-s2 li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.top-bonuses-sc .widget-s2 li:hover .text a,
.newest-casinos-sc .widget-s2 li:hover .text a {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08)
}

.top-bonuses-sc .widget-s2 .text,
.newest-casinos-sc .widget-s2 .text {
    display: contents;
}

.top-bonuses-sc .widget-s2 .text a,
.newest-casinos-sc .widget-s2 .text a {
    width: 33%;
    margin-right: 7px;
}

.top-bonuses-sc .widget-s2 .text a img,
.newest-casinos-sc .widget-s2 .text a img {
    max-width: 150px;
    vertical-align: middle;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

.top-bonuses-sc .widget-s2 .text p,
.newest-casinos-sc .widget-s2 .text p {
    width: 33%;
    display: inline-block;
    line-height: 1.3em;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 0;
    padding-left: 3px;
    font-size: 1.3rem;
}

.top-bonuses-sc .widget-s2 .text p strong,
.newest-casinos-sc.widget-s2 .text p strong {
    color: #2d739b
}

.top-bonuses-sc .widget-s2 .btn,
.newest-casinos-sc .widget-s2 .btn {
      width: 20%;
      line-height: 26px;
      font-weight: 700;
      margin: 0 auto;
      padding: 5px;
      font-size: 1rem;
}

.top-bonuses-sc .view-all,
.newest-casinos-sc .view-all {
    display: none;
}

.top-bonuses-sc .terms-wrapper,
.newest-casinos-sc .terms-wrapper {
    flex-basis: 100%;
}

@media (max-width:1199px) {
    .top-bonuses-sc .widget-s2 li,
    .newest-casinos-sc .widget-s2 li  {
        text-align: center
    }

    .top-bonuses-sc .widget-s2 .text,
    .newest-casinos-sc .widget-s2 .text  {
        float: none
    }

    .top-bonuses-sc .widget-s2 .btn,
    .newest-casinos-sc .widget-s2 .btn {
        float: none;
        margin: 0 auto;
        margin-top: 10px
    }
}

@media (max-width:991px) {
    .top-bonuses-sc .widget-s2 .text a,
    .newest-casinos-sc .widget-s2 .text a {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
        text-align: center;
        max-width: 160px
    }

    .top-bonuses-sc .widget-s2 .text p,
    .newest-casinos-sc .widget-s2 .text p {
        max-width: 100%
    }
}

@media (max-width:767px) {
    .top-bonuses-sc .widget-s2 .text a,
    .newest-casinos-sc .widget-s2 .text a {
        max-width: 200px;
        margin: 0px;
    }

    .top-bonuses-sc .widget-s2 .text p,
    .newest-casinos-sc .widget-s2 .text p {
        display: block;
        max-width: 200px;
        font-size: 1.2rem
    }

    .top-bonuses-sc .widget-s2 .btn,
    .newest-casinos-sc .widget-s2 .btn {
        width: 20%;
        margin: 0 auto;
    }

    .top-bonuses-sc .widget-s2 .btn,
    .newest-casinos-sc .widget-s2 .btn {
        padding: 0px;
    }
}