/*
Theme Name:   pokathemechild
Description:  Pokatheme child theme
Author:       betsonly-mx
Author URL:   https://pokatheme.com/
Template:     pokatheme
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  pokathemechild
*/

/* Write here your own personal stylesheet */

/*
Theme Name:   pokathemechild
Description:  Pokatheme child theme
Author:       betsonly-mx
Author URL:   https://pokatheme.com/
Template:     pokatheme
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  pokathemechild
*/

/* Write here your own personal stylesheet */

/* personalizado */
body .table-responsive {
    overflow-x: hidden;
    overflow-y: hidden;
    overflow: hidden;
}
.head-menu .container {
    padding: 20px 5px
}
.dd-nav ul li{
  margin: 0 0px 0 0;
  display: inline-block;
  height: auto;
  vertical-align: middle;
}
.dd-nav ul li a{
  line-height: 80px;
    height: 80px;
    padding: 0px 10px 0px 10px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #fff;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: 13px;
    font-weight: bold;
    outline: none;
}
.dd-nav ul li a{
  line-height: 50px;
    height: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.dd-nav ul,
.dd-nav ul li{
  transition: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
    border: 0;
    bottom: auto;
    box-sizing: border-box;
    clip: auto;
    color: #666;
    display: block;
    float: none;
    font-family: inherit;
    font-size: 14px;
    height: auto;
    left: auto;
    line-height: 1.7;
    list-style-type: none;
    margin: 0;
    min-height: auto;
    max-height: none;
    opacity: 1;
    outline: none;
    overflow: visible;
    padding: 0;
    position: relative;
    pointer-events: auto;
    right: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    transform: none;
    top: auto;
    vertical-align: baseline;
    visibility: inherit;
    width: auto;
    word-wrap: break-word;
    white-space: normal;
}

body #page-wrapper .head-menu.head-menu--s1 {
    /*background: linear-gradient(#fed400,#eab700) !important;*/
    background: #052747 !important;
}

body header {
    background: none !important;
}

body #header-top {
    background: linear-gradient(#0d0,#009b3a);
    padding: 30px;
    color: #fff;
    margin-bottom: 10px;
}

body .bb-header-navigation .main-navigation .sub-menu li:hover a,
body .bb-header-navigation .main-navigation>ul .sub-menu li.current-menu-item a body .bb-header.header-desktop .top-header .bb-header-icon:hover,
body .bb-header.header-desktop .top-header .bb-header-icon.active,
body .bb-header.header-desktop .top-header .main-navigation>ul>li.current-menu-item>a,
body .bb-header.header-desktop .top-header .main-navigation>ul>li:hover,
body .bb-timing-block .timing-seconds, body a {
    color: #0d0;
}

body .bar1,
body .bar2,
body .bar3 {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 5px 0;
    transition: .4s;
}

body .head-menu .menu>li a {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
body .head-menu .dd-nav .menu>li a {
    color: #052747;
}
body .head-menu .dd-nav .menu>li a:hover,
body .head-menu .dd-nav .menu>li.current-menu-item a{
    /*background: linear-gradient(#fed400,#eab700) !important;*/
    background: #052747 !important;
    color: #fff;
}
.head-menu .menu>li ul li a {
    font-weight: 500;
}
body .head-menu .menu>li a.sf-with-ul:after:hover{
  color: #fff;
}
body .head-menu .dd-nav .menu>li:after{
    display: none;
}
body .head-menu .menu>li a:hover {
    background: transparent;
}
body .head-menu .menu>li:after{
    background: #052747;
}

body .head-menu.head-menu--s1 .menu>li ul {
    background: linear-gradient(#0d0,#009b3a);
}
body .menu-main-menu-container ul#menu-main-menu {
    display: flex;
    justify-content: space-evenly;
}
body .head-menu .container {
    padding: 4px 5px;
}
body .head-menu .menu>li>ul {
    left: 0px;
    top: 50px;
    width: 225px;
}
body .head-menu .menu>li ul li {
    margin-bottom: 0px;
    border-bottom: 1px solid #fff;
}
body .head-menu .menu>li ul li:last-child{
    border-bottom: none;
}
.btn--blue, .dropbtn, .sidebar .widget h3 {
    background: #ffc600 !important;
    border-bottom: none !important;
    color: #052747;
}

body h2:after,
.text-area h3:after {
    color: #0d0;
    background: linear-gradient(#0d0,#009b3a);
}
body .text-area p > a,
body .text-area p > span > a,
body .news-block-info a,
body .news-block-info a span {
    color: #0d0!important;
    text-decoration: none!important;
}
body ol li:before {
    color: #fff;
    background: #052747;
    padding-left: 3px;
}

.head-menu .menu>li a.sf-with-ul:after {
    background-image: none !important;
    display: inline-block;
    margin-left: 8px;
    font-family: Fontawesome!important;
    content: "\f078 "!important;
    font-size: 16px!important;
    color: #052747!important;
    font-weight: 900!important;
    display: inline-block!important;
    width: 15px!important;
}

body .sidebar {
    background-color: #eeedeb;
    padding: 30px 15px;
    padding-bottom: 5px;
}

body .sidebar.sidebar-sitereview {
    padding: 30px 15px!important;
}

body .cols-guia-apostas .wp-block-image{
    background: #e5e5e5;
}
body .cols-guia-apostas .wp-block-image figcaption{
  padding: 1rem;
}
body .cols-guia-apostas .wp-block-image figcaption a{
  font-weight: 700;
}

/* Tablas personalizadas */
body .table-responsive.num-3 tr td.bonus-title-tables>a.lnk-mdba,
body .title-bonus > a.lnk-mdba {
    color: #009b3a;
}
body .rating .star,
body .ratings-wrapper .rating .star,
body .aff-single-widget-xl .rating .star {
    background: #0d0 !important;
}
body a.btn-lg.text-link:hover {
    color: #0d0;
}
body .aff-single-widget-xl a.aff-btn-small {
    background: #ffc600!important;
}
body .table-responsive.num-3 .btn-cta a.btn-lg.text-link,
body .aff-single-widget-xl .btn--green,
body table.table-responsive.sidebar tr td.sd-cta a.btn-sidebar {
    background: #052747!important;
    border: 1px solid #052747!important;
}
body .table-responsive.num-3 .btn-cta a.btn-lg.btn-primary.huge,
body .btn-primary.huge, body a.btn-sidebar,
body a.casino-tile-grid--button,
body .aff-single-widget-xl .btn--blue{
    background: #0d0!important;
    border: 1px solid #0d0!important;
}
body .btn:hover,
body .table-responsive.num-3 .btn-cta a.btn-lg.btn-primary.huge:hover,
body .table-responsive.num-3 .btn-cta a.btn-lg.text-link:hover,
body a.aff-btn-small:hover {
    opacity: .75;
    text-decoration: none;
    color: #f7f7f7;
}

@media only screen and (max-width: 600px){
  body .menu-main-menu-container ul#menu-main-menu {
      display: flex;
      justify-content: space-evenly;
      flex-direction: column;
  }
  body .head-menu .dd-nav .menu>li a:hover,
  body .head-menu .dd-nav .menu>li.current-menu-item a{
      background: #ffc600 !important;
      color: #fff;
  }
  body .head-menu .menu>li a.sf-with-ul:after {
    right: 10px;
    position: absolute;
  }
  body .head-menu .menu>li>ul {
    left: 0px;
    top: 50px;
    width: 100%;
    position: initial;
  }
}

body .button-small .title-small>div {
    border-bottom: 2px solid #052747 !important;
}
body .abh_tab_content .abh_social a.abh_facebook {
    background-position: -95px 0!important;
}

body .num-22.table-s1 .item .c4 a.aff-btn-small {
    display: block;
    color: #000;
    background: #ffc600!important;
}
body .num-22.table-s1 .item .c4 a.aff-btn-small:hover{
  color: #fff;
}
body .num-22.table-s1 .item .c5 .btn--blue {
    margin-bottom: 4px;
    background: #0d0!important;
    border: 1px solid #0d0!important;
}
body .num-22.table-s1 a.btn {
    color: #fff;
    background: #052747!important;
    border: 1px solid #052747!important;
}
body .ver-en-directo-online .button.large {
    background: #052747!important;
    border-radius: 10px;
}
body.page .ver-en-directo-online > a span,
body.page .ver-en-directo-online .ver-pasos > a span {
    color: #009b3a !important;
}
body.page .ver-en-directo-online .button.secondary:hover {
    opacity: .75;
    text-decoration: none;
    color: #f7f7f7;
}
body.page .ver-en-directo-online .VideoBanner__play:focus,
body.page .ver-en-directo-online .VideoBanner__play:hover {
    background-color: #0d0;
}
body.page .ver-en-directo-online .buying-process .steps .active p.step-number:hover {
    background-color: #0d0 !important;
}
body .aff-widget-spins .btn--full{
  background: #052747 !important;
}
@media only screen and (max-width: 564px){
  body.page .ver-en-directo-online .buying-process .steps p:nth-child(2){
    background-color: #016648 !important;
  }
}


body .text-area .capitulos p > a,
body .capitulos a {
    font-size: 1.2rem;
    color: #333 !important;
    font-weight: 600;
    font-family: "Roboto Condensed",sans-serif;
}
body .wp-block-cover {
    height: auto;
    margin-bottom: 1rem;
}
body .wp-block-cover h2 {
    border-bottom: 1px solid rgba(255,255,255,.3);
}
body .wp-block-cover h2:after,
body .wp-block-cover h3:after{
  display: none;
}

@media only screen and (max-width: 600px){
  body .lwptoc-left {
      float: inherit;
      margin-top: 0;
      margin-right: 32px;
  }
}

/* footer */
.footer-copyright .col-md-12 {
    width: 1140px;
    max-width: 100%;
    margin-bottom: 2rem;
}
.footer-copyright .col-md-12 h4{
  color:#fff;
}
.footer-copyright .col-md-12 li a,
.footer-copyright .col-md-12 li{
  color: #FFF;
  text-transform: uppercase;
  line-height: 2.2rem;
}
@media only screen and (max-width: 480px){
  .footer .footer-copyright{
    margin-top: 2rem;
  }
  .footer .footer-copyright .col-md-4 {
    padding: 1rem 2rem;
  }
}
/* footer */

body table.table-responsive.num-1 {
    display: inline-table;
}
body .wp-block-table table td,
body .post_content table td {
    padding: .5rem;
}

/*.alignfull {
	margin: 32px calc(50% - 50vw);
	max-width: 100vw;
}*/

.alignwide {
	margin: 32px calc(25% - 25vw);
	max-width: 100vw;
}
