
/*
 Theme Name:   Poka Child Theme
 Theme URI:    http://pokatheme.com
 Description:  Poka Theme child
 Author:       Poka Theme
 Author URI:   http://pokatheme.com
 Template:     poka
 Version:      1.0.0
 Tags:         
 Text Domain:  poka-child
*/


a{
text-decoration:underline;
}
.btn, .btn-sm{
text-decoration:none;
    line-height: 33px;
}
.widget-s2 a {
    line-height: 2;
}
.social-icons {
    width: 30%;
    float: left;
}
.lang-translator {
    width: 20%;
    float: left;
    margin-top: 10px; 
    text-align:center;
}
.goog-te-gadget, .goog-logo-link{
font-size:0 !important;
}
.goog-te-gadget img{
display:none;
}
p{
line-height:25px;

}
.single-review-content p{
margin:1em 0;
}
/***************** Home page ****************/
.rev {
    background: #35353b !important;
}
.table-big .c5 .rev {
    line-height: 50px;
}
.home .table-big .item .c5 p{
padding-top:0px;
}

/********* news section (home page ) ***********/
.widget_news_plugin_widget ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
}
.widget_news_plugin_widget ul li:nth-of-type(3) {
    margin-right: 0;
}

/***************  Casino Review ***************/

li:before {
    display: none;
}
.casino-headings {
    background: #777;
    color: #fff;
    padding: 10px 0 10px 30px;
    margin-bottom: 10px;
}
select#list {
    margin-left: 20px;
}
.software-sorting{
margin:20px 0;
}
ul.casino li {
    display: inline-block;
    padding: 0 25px;
width:33.33%;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
}

.text-area ul li.bonuses{
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/**************** Casino single page ***************/
.text-area>p{
text-align:justify;
}
.review-top {
    overflow: hidden;
    display: block;
    background: #2293d1;
    padding: 7px 10px;
    margin-bottom: 10px;
}
.review-top h1 {
    color: #fff;
    font-size: 20px;
    text-align: left;
    margin: 0;
    padding: 0;
    float: left;
    border-bottom: none;
}
.casino-border {
    border: 2px solid #35353b;
    padding: 10px;
    margin-bottom: 30px;
}
.casino-single li {
    display: inline-block;
    padding: 0 25px;
    width: 60%;
    font-size: 14px;
    vertical-align: middle;
}
.casino-single li:first-child, .casino-single li:last-child{
width:20%;
}
.casino-title {
    padding: 0 25px !important;
    border-bottom: none !important;
}
.text-area h2:after{
    background: none;
}
.high .show-field {
    width: 90%;
    float: right;
}
.custom-field.high img {
    margin-right: 3%;
    vertical-align: middle;
}
.screenshots,.screen-shots {
    width: 100%;
    float: left;
}
.screen-shots li {
    width: 45%;
    float: left;
    margin-right: 5%;
    min-height: 250px;
}

.screen-shots li img {
    border: 1px solid #000;
    padding: 5px;
    margin-bottom: 10px;
}
.caption {
    background: rgba(222, 222, 222, 0.63);
    padding: 5px;
    text-align: center;
   margin-bottom:10px;
}
.casino-custom-fileds {
    float: left;
    width: 30%;
    margin-left: 3%;
}
.highlight-box, .cons {
    padding: 20px 0px;
    border: 1px solid #ddd;
    margin-top: 20px;
    margin-bottom: 30px;
}
.info {
    border: 1px solid #ddd;
}
.info .custom-field {
    border-bottom: 1px solid #ddd;
    width: 96%;
    margin-left: 2%;
    padding: 6px;
}
.info .custom-field:nth-of-type(odd) {
   background-color: #f5f5f5; 
}
.showfield {
    float: left;
}
.showvalue p {
    line-height: 1.4;
}
.options {
    margin: 30px 0px 20px;
}
/**************** Slot reviews*************/

ul.slot li {
    width: 25%;
    padding: 10px 10px;
    float: left;
    text-align: center;
}
.slot-title {
    font-weight: bold;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

/******************** Single slot page ******************/
.slots-right-sidebar {
    width: 33%;
    float: left;
}
.slots {
    display: table;
    margin: 15px auto 0;
    padding: 0 20px;
}
.slot-features, .where-to-paly, .casino-custom-fileds{
    margin-bottom: 30px;
}
.custom-field {
    padding: 10px;
}

.custom-field:nth-of-type(odd) {
    background-color: #eeeeee;
}
.show-field {
    width: 60%;
    float: left;
    line-height: 1;
}
.where-to-paly h2, .slot-features h2 {
    background: #000;
    color: #fff;
    padding: 8px 0px;
    text-align: center;
    margin-top: 20px;
}
.wtp-back {
    background: #eeeeee;
    text-align: center;
    padding: 10px 15px;
    margin-bottom: 15px;
}
.wtp-back .btn {
    display: inline-block;
    margin-top: 10px;
}
.slot-single {
    position: relative;
    background-color: #000;
}
.embeded {
    position: relative;
    height: auto;
    overflow: hidden;
    background: #edeef0;
}
ul.slot-single:hover li.single_slot_play_now {
    display: block;
}
.single_slot_play_now {
    position: absolute;
    z-index: 10;
    top: 40%;
    left: 40%;
    display: none;
}
.embeded.has-game {
    padding-bottom: 60%;
}
.embeded.has-game iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/***************** online poker *************/
.center {
    text-align: center;
    margin-bottom: 70px !important;
}
.online-pokers .row-md .col3:nth-of-type(1) img{
        float: none;
    margin-right: 10px;
    vertical-align: middle;
}
.online-pokers .row-md .col3:nth-of-type(1) a{
    font-size: 12px;
}
.casinos-wrap-bottom h3{
text-align:center;
}

/**************** Sportsbetting ***************/

.sports-bettting-wrap{    
    padding: 0 10px;
   margin-bottom: 20px;
}
.sports-bettting-wrap .row-md {
border-bottom: 1px solid #dcdee0;
    padding: 10px 0;
}
.sportsbet-back {
    background: rgba(124, 125, 143, 0.42)!important ;
    text-align: center;
        color: #000 !important;
}
.sportsbet-back .col3 {
    border-right: 1px solid #fff;
}
.sportsbet-back .col3:last-child{
 border-right:none;
}
.sportsbet-back .row-md {
    border-bottom: none;
}
.sportsbet-back h3{
 border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 20px;
}

.sports-bettting-wrap .row-md 
{
background: #eee;
}
.text-area h3{
margin-bottom:0;
}
.sports-bettting-wrap b {
    font-weight: normal;
}
.sports-bettting-wrap .col6:last-child {
    border-left: 1px solid #dcdfe0;
}
/******************* Mobile casino ***********/
.sportsbet-back h4 {
    padding: 10px;
    margin-bottom: 0;
    font-size: 14px;
}

/*************** WMS software **************/

.custom-pagination {
    padding: 10px 0px 25px 20px;
}
h2.wms {
    padding: 15px;
    font-size: 20px !important;
    margin-bottom: 0;
}
.wms a{
color:#000 !important;
}

.jackpot-party {
    border-bottom: 1px solid #c5cacd;
    padding-bottom: 20px;
}
.netent-img {
    max-width: 300px;
    float: left;
    margin-right: 10px;
}
.net-right p {
    float: left;
    max-width: 340px;
    font-size: 12px;
    line-height: 1.5;
    padding-top: 10px;
}

/***** affiliate program *********/
.aff-prog {
    border: 2px solid;
}
ul.affiliate-reward-list li {
    list-style: disc;
    font-size: 12px;
}
ul.affiliate-reward-list {
    margin-left: 40px;
    margin-bottom: 20px;
}
.sportsbet-back.affi-prog .col3 {
    min-height: 50px;
}
.sportsbet-back.affi-prog .row-md .col3:nth-of-type(2), .sports-bettting-wrap.affi-prog .row-md .col3:nth-of-type(2) {
    width: 16%;
    min-width: 100px;
}
.sports-bettting-wrap.affi-prog .row-md .col3:nth-of-type(3), .sportsbet-back.affi-prog  .row-md .col3:nth-of-type(3) {
    width: 40%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.sports-bettting-wrap.affi-prog .row-md .col3:nth-of-type(4), .sportsbet-back.affi-prog .row-md .col3:nth-of-type(4) {
    width: 22%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*********** online-casino-slot-tournaments ************/

.tournament .col6:nth-of-type(1) {
    width: 30%;
}
.tournament .col6:nth-of-type(2) {
    width: 70%;
}
/********************** New casinos *******************/
.new-casinos, .centr{
text-align:center;
}
.new-casinos .sports-bettting-wrap .row-md, .betsoft-casino .sports-bettting-wrap .row-md,  .nextgen-slot .sports-bettting-wrap .row-md, 
.wgs-casinos .sports-bettting-wrap .row-md{
border-bottom: none !important;
}
.new-casinos h4, .wgs-casinos h4{
font-size: 14px;
}
.new-casinos .col6, .betsoft-casino .col4, .wgs-casinos .col6, .nextgen-slot .col3 {
    border-bottom: 2px solid #dcdfe0 !important;
    padding-bottom: 10px;
    margin-bottom: 35px;

}
.new-casinos .col6:nth-of-type(odd), .betsoft-casino .col4, .wgs-casinos .col6, .nextgen-slot .col3 {
border-right:2px solid #dcdfe0
}
.wgs-casinos .col6 {
    min-height: 610px !important;
}
.new-casinos .col6{
    min-height: 255px;
}
/************ betsoft casino **********************/

.betsoft-casino .col4 p, .wgs-casinos .col6 p, .rival-gaming .col6 p {
    font-size: smaller;
    line-height: 20px;
    text-align: justify;
}
.betsoft-casino .col4{
    min-height:500px;
}
.page-id-1330 .betsoft-casino .col4{
min-height:250px;
}
/**************** NextGen casino*******************/

.nextgen-slot .col3 h4 {
    font-size: 14px;
    min-height: 30px;
}



/**************** Footer ************/

.footer-left-link a {
    color: #fff !important;
    line-height: 30px;
}
.footer-right-button {
    text-align: right;
}
.right-btn {
    padding: 10px 30px;
    background: #cc0000;
    border-radius: 4px;
}
footer {
    padding: 18px 0;
    background-color: #fff;
    float: left;
    width: 100%;
}
.copyscape {
    padding: 30px;
}
#footer-widgets .widget a:not(.btn-sm):not(.btn) {
    color: #fff;
}
/******************** Slot Sidebar*********************/
.slot-sidebar {
       width: 100%;
    padding: 5px 0;
    float: left;
    background: rgba(197, 202, 205, 0.38);
    margin-bottom: 30px;
}
.slot-sidebar li {
    float: left;
    background: none!important;
    margin-bottom: 10px;
    min-height: 160px;
    border-bottom: 1px dotted #c5cacd;
    font-size:12px;	
}
.btn-sm.side-slot {
    line-height: 25px;
    border-radius: 0px;
    margin-top: 10px;
}
.slot-sidebar li:nth-child(even){
  width: 55%;
}
.slot-sidebar li:nth-child(odd){
  width: 45%;
}
.slot-sidebar li:nth-of-type(5),.slot-sidebar li:last-child{
border-bottom:none;
}
/*********  22-mar-2017  - Sports Bettting Table  **********/

.sports-bettting-wrap .row-md .col3:nth-of-type(1), .sportsbet-back .row-md .col3:nth-of-type(1)
{
    width: 22%;
    display: table;
}
.sports-bettting-wrap .row-md .col3:nth-of-type(2),  .sportsbet-back .row-md .col3:nth-of-type(2)
{
    width: 42%;
min-width: 273px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sports-bettting-wrap .row-md .col3:nth-of-type(3), .sportsbet-back .row-md .col3:nth-of-type(3),
.sports-bettting-wrap .row-md .col3:nth-of-type(4), .sportsbet-back .row-md .col3:nth-of-type(4) 
{
    width: 18%;
    display: table;
    text-align:center;
}

.sports-bettting-wrap .row-md .col3, .sportsbet-back .row-md .col3
{
    display: -webkit-box;
    vertical-align: middle;
}
.nextgen-slot .sports-bettting-wrap .row-md .col3:nth-of-type(1),
.nextgen-slot .sports-bettting-wrap .row-md .col3:nth-of-type(2),
.nextgen-slot .sports-bettting-wrap .row-md .col3:nth-of-type(3),
.nextgen-slot .sports-bettting-wrap .row-md .col3:nth-of-type(4)
{
 min-width: inherit;
width:25%;
}

/**************** Bottom Newsletter (bravenet-subscribe)*************/
.banner-wrapper-bottom {
    background: #cc0000;
padding: 30px 30px 16px;
margin-bottom: 0;
    text-align: left;
}
.subs-form {
    width: 100%;
    float: left;
    color: #fff;
}
.newsletter-text, .bravenet-subscribe {
    width: 50%;
    float: left;
}
.newsletter-text h2 {
    font-size: 30px;
    margin-bottom: 10px;
}
.bravenet-subscribe {
    padding-left: 35px;
}
  .bravenet-jointext {
    font:normal 18px arial;
    color:black;
    margin-bottom: 10px;
  }
  .bravenet-input {
    font: normal 15px arial;
    color: black;
    padding: 10px;
    margin-bottom: 10px;
    width: 80%;
    box-sizing: border-box;
  }
  .bravenet-gobutton {
       font: bold 15px arial;
    border: 0;
    background: #35353b;
    color: #fff !important;
    padding: 10px 20px;
  }
  .bravenet-link {
    font: normal 12px arial;
    display:block;
  }
/*********************************** Responsive CSS **************************************/

@media (max-width:1020px)
{
#text-3 {
    margin-left: -80px;
    width:43%;
}
table {
    width: 100%;
}
.show-field {
    width: 55%;
}

.sportsbet-back h4 {
    font-size: 10px;
}
.sportsbet-back .row-md .col3:nth-of-type(2),.sports-bettting-wrap .row-md .col3:nth-of-type(2) {
    min-width: 195px;
}
.slot-sidebar li .btn-sm {
    line-height: 18px;
}
.sports-bettting-wrap {
    padding: 0;
}
.sports-bettting-wrap .btn {
    font-size: 10px;
}
}

@media (max-width:840px){

.lang-translator{
    margin-left: -35px;
}
}

@media (max-width:767px){

.social-icons, .lang-translator{
width:100%;
margin-left:0;
}
#footer-widgets .widget-columns .widget {
     float: left;
}
#text-3 {
       margin-left: auto;
    width: auto;
}
.footer-right-button {
    text-align: left;
}
.right-btn {
    padding: 10px 25px;
}
.slot-features, .where-to-paly, .casino-custom-fileds,.slots-right-sidebar {
    width: 100%;
}
.casino-custom-fileds{
margin-top:30px;
}
.casino-single li:first-child, .casino-single li:last-child {
    width: 40%;
}
.sportsbet-back h4 {
    font-size: 12px;
}
.slot-sidebar li{
min-height:200px;
}
.slot-sidebar li .btn-sm {
    line-height: 33px;
}
.text-area h4 {
   margin-top: 0px;
}
.new-casinos .col6:nth-of-type(odd), .betsoft-casino .col4, .wgs-casinos .col6, .nextgen-slot .col3 {
  border-right:none;
}
.wgs-casinos .col6 {
    min-height: 350px!important;
}
.sports-bettting-wrap .col6:last-child {
 border-left: none;
    border-bottom: none !important;
}
}

@media (max-width:533px){
.casino-headings{
    padding: 10px;
}
ul.casino, .software-sorting{
text-align:center;
}
.casino li{
width:100% ;
    display: block;
    padding: 0px 25px 10px 25px;
}
ul.reviews li {
    width: 100% !important;
    padding: 5px 0 !important;
}
ul.slot li {
    width: 50%;
}
.casino-single{

text-align:center;

}
.casino-single li:first-child, .casino-single li:last-child {
    width: 100%;
}
.newsletter-text, .bravenet-subscribe {
    width: 100%;
    margin-bottom: 20px;
}
.bravenet-subscribe {
    padding-left: 0;
}
.bravenet-input {
    width: 100%;
}
.sports-bettting-wrap .row-md .col3:nth-of-type(2) {
    min-width: 185px;
}
.sportsbet-back h4{
    min-height: 50px;
}
.row-md>div {
    padding: 0 8px;
}
}

@media (max-width:480px){

ul.slot li, .casino-single li {
    width: 100%;
}
.casino-single{
text-align:center;
}
.single-casino .rr_review_form .form_table .rr_form_row .rr_required:after {
    right: 30px!important;
}
.single_slot_play_now {
   top: 35%;
    left: 35%;
}
.slots {
    padding: 0 10px;
}
.sportsbet-back h3 {
    font-size: 18px;
}
.sportsbet-back h4 {
    min-height: inherit;
}
.sports-bettting-wrap .row-md .col3:nth-of-type(1), .sportsbet-back .row-md .col3:nth-of-type(1),
.sports-bettting-wrap .row-md .col3:nth-of-type(2), .sportsbet-back .row-md .col3:nth-of-type(2),
.sports-bettting-wrap .row-md .col3:nth-of-type(3), .sportsbet-back .row-md .col3:nth-of-type(3),
.sports-bettting-wrap .row-md .col3:nth-of-type(4), .sportsbet-back .row-md .col3:nth-of-type(4)
{
    width: 100%;
    text-align:center;
    margin-bottom: 5px;
}
.sports-bettting-wrap .btn {
    margin:0 auto;
    width: 50%;
    font-size: 14px;
}
.sports-bettting-wrap {
   font-size: 16px;
}
}


