* {
  font-family: 'Lato', sans-serif;
}

html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  display: block;
}

.per10 {
  width: 10%;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 12px;
}

.per15 {
  width: 15%;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 12px;
}

.per20 {
  width: 20%;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 12px;
}

.per25 {
  width: 25%;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 12px;
}

.per30 {
  width: 30%;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 12px;
}

.per33 {
  width: 33.33333333333%;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 12px;
}

.per40 {
  width: 40%;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 12px;
}

.per50 {
  width: 50%;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 12px;
}

.per60 {
  width: 60%;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 12px;
}

.per70 {
  width: 70%;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 12px;
}

.per75 {
  width: 75%;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 12px;
}

.per80 {
  width: 80%;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 12px;
}

.per100 {
  width: 100%;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 0px;
}

.container {
  width: 1230px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.colcontainer {
    float: left;
    margin: 0 2px 0 0;
}

#content {
  background: #fff;
  background-attachment: fixed;
  background-size: cover;
  padding-bottom: 48px;
}

.maincontainer {
  background: #e8e8ef;
  box-shadow: -1px -1px 0 0 #d6d8d9 inset, 0 0 0 1px #d6d8d9 inset;
  margin-top: 36px;
}

.box {
  border: 1px solid #d6d8d9;
  box-sizing: border-box;
  padding: 12px;
  background: #fff;
  margin-bottom: 12px;
}

.box table {
  width: 100%;
  border-collapse: collapse;
  box-sizing: initial;
  border-spacing: 0;
  /* border: 1px solid #d6d8d9; */
}

.box table tr th {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.box table tr td {
  padding-left: 32px;
}

img.tickcross {
  width: 20px;
  float: left;
  margin-right: 12px;
  position: relative;
  top: 10px;
}

.box table tr {
  line-height: 40px;
}

#bestbets {
  background: #faffbd;
  border: 1px solid gold;
  position: relative;
}

img.cornerbanner {
  position: absolute;
  top: 0;
  right: 0;
  width: 125px;
  z-index: 2;
}

/***** MIXINS ***/
/*** HEADER ***/
#masthead {
  background: #fff;
}

#logo {
  margin-top: 20px;
  width: 220px;
}

h1 {
  margin: 12px 0;
}

h3 {
  font-size: 1.6rem;
}

.page-content, .entry-content, .entry-summary {
  margin: 0em 0 0;
}

#headertop {
  height: 100px;
}
#a-z {
    margin: 0 auto 20px auto;
    width: 100%;
    padding: 0px;
    overflow: auto;
}

/***** NAVIGATION ******/
#site-navigation {
  background: #2e5b9a;
}

#site-navigation li a {
  line-height: 50px;
  padding: 0px 15px;
  display: block;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  transition-duration: 0.3s;
}

#site-navigation li {
  height: 50px;
}



#site-navigation li:hover {
  background: #2e5b9a;
  color: #fff;
}

#countryselect {
  width: 50%;
  float: right;
  margin-top: 12px;
}

#countryselect a, active, visited {
  display: block;
  width: auto;
  height: 50px;
  float: right;
  padding: 3px;
  background-color: #2e5b9a;
  border-radius: 3px;
  color: #FFF;
  margin-left: 3px;
}

#countryselect a img {
  width: 45px;
  height: auto;
  margin: 0px 0px 0px 0px;
}

.main-navigation ul ul {
  top: 50px;
  background: #2e5b9a;
}

#site-navigation ul ul li {
  height: auto;
}

#site-navigation ul ul li a {
  margin-top: 0;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: normal;
  height: auto;
}

.main-navigation ul ul a {
  width: 220px;
}

#masthead .per20, #masthead .per80 {
  padding: 0;
}

#lowernav {
  background: #e8e8ef;
  height: 32px;
  width: 100%;
}

#lowernav.stuck {
  z-index: 3;
  box-shadow: 0px 7px 5px -4px rgba(0, 0, 0, 0.1);
}

.lowernav a, .lowernav p {
  color: #000;
  line-height: 20px;
  text-decoration: none;
  box-sizing: border-box;
  margin: 0;
  font-size: 12px;
  margin-top: 6px;
  text-transform: uppercase;
  font-weight: bold;
  transition-duration: 0.3s;
}
.lowernav a:hover {
  border-bottom: 3px solid #2e5b9a;
  color: #2e5b9a;
}

.lowernav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/***** OWL CAROUSEL *******/
.owl-carousel {
  position: relative;
}

.owl-prev, .owl-next {
  font-size: 0;
}

.owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  background: url("../img/prev-arrow.png");
  display: block;
  width: 50px;
  height: 50px;
}

.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  background: url("../img/next-arrow.png");
  display: block;
  width: 50px;
  height: 50px;
}

/***** FLEXY TIME *******/
.flexfeed {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex2ch {
  width: 49%;
  margin: 0 1% 1% 0;
}

.flex1ch {
  width: 100%;
}

.widget-area #whychoose h4 {
  background: transparent;
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #7b7c80;
}

#whychoose .betgo {
  width: 60%;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}

.widget-area h4 {
  background: #252527;
  color: #fff;
  display: block;
  width: 100%;
  padding: 12px 0px;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
}

.card .per30 {
  padding-left: 0;
}

.card .per70 {
  padding-left: 0;
  padding-right: 0;
}

.card .per70 p {
  margin: 0;
}

.card h3 {
  margin: 0;
  margin-bottom: 6px;
  font-size: 1.3rem;
}

/***** FOOOTER *******/
#colophon {
  background: #615a59;
}

#colophon h5 {
  margin: 0;
  line-height: 36px;
  color: #fff;
  font-weight: normal;
}

#colophon ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#colophon ul li a {
  color: #fff;
  text-decoration: none;
}

#colophon h4 {
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
}

.otherlinks a {
  max-width: 60px;
  display: inline-block;
}

.site-info {
  background: rgba(0, 0, 0, 0.1);
}

#whychoose ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#whychoose ul li {
  padding: 8px 0 8px 29px;
  position: relative;
  width: 80%;
  display: block;
  margin: 0 auto;
}

#whychoose ul li:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  top: 20px;
  left: 0;
  background: url(../img/black-tick-icon.png) no-repeat 0px 0px;
  background-size: contain;
}

.apps {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.apps img {
  width: 25%;
  display: inline-block;
  height: 100%;
}

p.smalltitle {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.bookinfo p.bonustext {
  color: #209c2b;
  font-size: 16px;
  font-weight: bold;
}

.bookinfo p {
  margin: 0;
  font-size: 14px;
  text-align: center;
}

.bookdetails p {
  margin: 0;
  font-size: 14px;
}

a.review, a.betgo {
  border-radius: 20px;
  background: #8092ed;
  color: #fff;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  padding: 6px 20px;
  position: relative;
  top: 50%;
  transition-duration: 0.3s;
  margin-top: 6px;
}

a.betgo {
  background: #46c36d;
}

a.betgo:hover {
  background: #3bb561;
}

a.review:hover {
  background: #536ce6;
}

a.review .fa, a.betgo .fa {
  position: absolute;
  right: 15px;
  font-size: 12px;
  top: 11px;
}

a.review:hover .fa, a.betgo:hover .fa {
  -webkit-animation: animate 1s infinite;
}

@-webkit-keyframes animate {
  0% {
    right: 15px;
  }
  50% {
    right: 10px;
  }
  100% {
    right: 15px;
  }
}
.prime {
  background: #e8e1a4 !important;
  margin: 12px auto;
}

.primetitle {
  background: #e4b13b;
  color: #fff;
  text-align: center;
  line-height: 48px;
  text-transform: uppercase;
  font-size: 20px;
}

.largebookrow {
  border-bottom: 1px solid #c1c4d0;
  position: relative;
  BACKGROUND: #FFF;
}

.largebookrow:nth-child(even) {
  background: #e8e8ef;
}

.bookgrade {
  padding-top: 20px;
}

.small-grade .gradeletter {
  font-size: 20px;
}

.gradeletter {
  display: block;
  background: #7b83a5;
  color: #fff;
  font-size: 36px;
  text-align: center;
}

.gradetext {
  display: block;
  background: #60698d;
  color: #fff;
  text-align: center;
}

.gradeyear {
  color: #7b83a5;
  text-align: center;
  font-size: 12px;
  display: block;
}

#depositmethodssmall {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#depositmethodssmall .depmethod {
  max-width: 32%;
}

.page-template-casinospage .entry-header {
  border-bottom: 1px solid #c1c4d0;
}

.featuresbox {
  border: 1px solid #c1c4d0;
  box-sizing: border-box;
  padding: 12px;
  background: #e4e4fb;
  margin-bottom: 36px;
}

.featuresbox .features {
  width: 60%;
  float: right;
  font-size: 14px;
}

.featuresinfo {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.depositli {
  text-transform: capitalize;
}

.depositli:after {
  content: ", ";
}

.depositli:last-child:after {
  content: "";
}

.upper {
  background: #cfd5ef;
}

.upper .per30 {
  font-weight: bold;
}

.bigbonus {
  background: #2e5b9a;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
  box-sizing: border-box;
  padding: 10px 0px;
}

h2.begin-title {
  background: #2e5b9a;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
  box-sizing: border-box;
  padding: 10px 0px;
}

/** News **/
.archive-thumb {
  float: left;
  width: 25%;
  margin: 0px 12px 12px 0px;
}

.archive-title {
  clear: none;
}

/** Related Articles */
.related-posts .listing-item {
  clear: both;
}
.related-posts .listing-item img {
  max-width: 80px;
  float: left;
  margin: 0px 12px 12px 0px;
}

#nav-toggle {
  position: fixed;
  z-index: 9999;
  top: 12px;
  right: 15px;
  width: 56px;
  height: 52px;
  background: #1b2354;
  cursor: pointer;
  transition: background 300ms ease;
}

#nav-toggle span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 36px;
  height: 5px;
  background: #fff;
}

#nav-toggle span:before, #nav-toggle span:after {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  background: #fff;
  transition: top 250ms 250ms ease,-webkit-transform 250ms ease;
  transition: transform 250ms ease,top 250ms 250ms ease;
  transition: transform 250ms ease,top 250ms 250ms ease,-webkit-transform 250ms ease;
}

#nav-toggle span:before {
  top: -12px;
}

#nav-toggle span:after {
  top: 12px;
}

#sidemenu {
  position: fixed;
  z-index: 8888;
  top: 0;
  right: -20px;
  bottom: 0;
  overflow: hidden;
  width: 400px;
  max-width: 100%;
  background: #000;
  transition: all 500ms ease;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

#sidelogo {
  display: block;
  width: 200px;
  position: absolute;
  top: 19px;
  left: 37px;
bottom: 50px;
}

.openside #sidemenu {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.35);
}

.openside #nav-toggle {
  background: #000;
}

.openside #nav-toggle span {
  background: transparent;
}

.openside #nav-toggle span:before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: top 250ms ease,-webkit-transform 250ms 250ms ease;
  transition: top 250ms ease,transform 250ms 250ms ease;
  transition: top 250ms ease,transform 250ms 250ms ease,-webkit-transform 250ms 250ms ease;
}

.openside #nav-toggle span:after {
  top: 0px !important;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: top 250ms ease,-webkit-transform 250ms 250ms ease;
  transition: top 250ms ease,transform 250ms 250ms ease;
  transition: top 250ms ease,transform 250ms 250ms ease,-webkit-transform 250ms 250ms ease;
}

#sidemenu .inner {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  margin-top: 100px;
  padding-bottom: 120px;
}

.nav li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

ul#primary-menu {
  padding: 0;
  margin: 0;
}

.nav li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav li a {
  display: block;
  padding: 15px 29px 10px 36px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  width: 62%;
}

.nav li ul {
  background: #2e5b9a;
}

.nav ul ul {
  display: none;
}

/*.nav li.current-menu-ancestor>ul, .nav li.current-menu-parent>ul {
    display: block;
}
*/
#sidemenu .menu-item-has-children:after, #sidemenu .menu-item-has-children:before {
  content: "";
  position: absolute;
  top: 24px;
  right: 32px;
  width: 12px;
  height: 2px;
  background: #d0d1d1;
  transition: all 200ms ease-out;
}
#sidemenu .menu-item-has-children:after, #sidemenu .menu-item-has-children:before {
  right: 48px;
}
#sidemenu .menu-item-has-children:before {
  -webkit-transform: rotate(40deg) translate3d(-6px, 6px, 0);
          transform: rotate(40deg) translate3d(-6px, 6px, 0);
}
#sidemenu .menu-item-has-children:after {
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
#sidemenu .nav li li.menu-item-has-children:after, #sidemenu .nav li li.menu-item-has-children:before {
  top: 28px;
  background: #d0d0d0;
}
#sidemenu .menu-item-has-children.opened:after, #sidemenu .menu-item-has-children.opened:before {
  right: 50px;
}
#sidemenu .menu-item-has-children.opened:after, #sidemenu .menu-item-has-children.opened:before {
  right: 50px;
}
#sidemenu .menu-item-has-children.opened:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
#sidemenu .menu-item-has-children.opened:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
#sidemenu .menu-item-has-children.opened > a {
  border-left: 6px solid #2e5b9a;
  padding-left: 30px;
}

.nav li > ul, .nav li > ol {
  margin: 0;
  padding: 0;
}

.nav .opened ul {
  display: block;
}

/* Bonus Offers */
.bonus-offer{
    display: block;
    width: 30%;
    height: auto;
    border-radius: 10px;
    margin: 0px 12px 12px 0px;
    border: 1px solid #d6d8d9;
    background: #FFF;
    padding: 8px;
    float: left;
}
.bonus-offer img{
    border-radius: 10px;
    width: 100%;
    height: 100%;
}
.bonus-offer a.claim, .mini-bonus a.claim{
    width: 100%;
    border-radius: 20px;
    background: #8092ed;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 20px;
    font-weight: bold;
    font-size: 18px;
}
.bonus-offer h2{
    font-size: 17px;
    color: cornflowerblue;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
    max-width: 100%;
    margin: 10px auto 0px auto;
    min-height: 85px;
}
.bonus-offer p{
    font-size:15px;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
.per60 ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.per60 ul li{
    text-indent: 5px;
}
.per60 ul li::before{
    content: '▶';
    padding: 0 5px 0 0;
}

/* Authors */

.authors-list-items-s2 .authors-list-item-thumbnail{
    width: 20% !important;
    float: left;
}

.authors-list-items-s2 .authors-list-item-main{
    position: unset !important;
    float: right !important;
    width: 80% !important;
}
.authors-list-cols-dir-horizontal .authors-list-col-6{
    width: 100% !important;
}

/* Sidebar Bonuses */

.mini-bonus{
    width: 100%;
    background-color: #666;
    border: 1px solid #999;
    margin-bottom: 8px;
    min-height: 61px;
}
.mini-bonus .thumbnail{
    float: left;
    height: 20%;
    width: 20%;
}
.mini-bonus .thumbnail img{
    padding-right: 10px;
}
.mini-bonus .offer{
    width: 65%;
    background-color: #666;
    color: #FFF;
    font-weight: bold;
    float: left;
}
.mini-bonus .offer p{
    margin: 0px;
    padding: 3px;
}
.mini-bonus .arrow{
    width: 40px;
    display: block;
    height: 40px;
    float: right;
    margin: 12px 0px 0px 0px;
}
.mini-bonus .arrow span{
    background-image:  url("../img/down-arrow.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}
.mini-bonus .details{
    display: none;
    background-color: #999;
    color: #FFF;
    clear: both;
    padding: 8px;
}
.mini-bonus .details p{
    margin: 0px;
}
.mini-bonus a.claim{
    margin-top: 8px;
    background-color: #46c36d;
    border: 2px solid #666;
}
@media (max-width: 1300px) {
  #masthead #site-navigation {
    display: none;
  }

  #logo {
    margin-left: 12px;
  }
}
@media (max-width: 992px) {
  #primary, #secondary {
    width: 100%;
  }
}
@media (max-width: 768px) {
.highlimit .largebookrow .bookimg, .largebookrow .bookgrade {
    width: 100%;
  }  
    
.largebookrow .bookimg, .largebookrow .bookgrade {
    width: 50%;
  }

  .largebookrow .bookinfo {
    width: 100%;
  }

  .largebookrow .bookdetails, .largebookrow .bookactions {
    width: 100%;
  }

  #countryselect {
    width: 100%;
    float: right;
    margin-top: 12px;
  }

  #countryselect a img {
    width: 30px;
    height: auto;
    margin: 0px 0px 0px 0px;
  }

  #countryselect a, active, visited {
    height: 37px;
  }
    
    .tableheaderrow{
        display: none;
    }
    .tableheader{
    width: 100%;
    display: table-row;
    }
    .tableheader .logo{
        width:20%;
        padding-left: 1px;
        display: table-cell;
    }
    
    #bettingguide table tr.row td:first-child{
        display: none;
    }
    #bettingguide table tr.row td{
        width: 20%;
    }
    #bettingguide table tr.responsivename{
        display: table-row;
        background-color: cadetblue;
        color: #FFF;
     }
    #bettingguide table tr.responsivename td{
        width: 100%;
    }
    #bettingguide table tr th:first-child{
        display: none;
    }
    #a-z{
        width: 100%;
    }
    .title-cell {
    width: 100%;
    }
    .colcontainer{
        width: 100%;
    }
   
}
@media (max-width: 600px){
     .bonus-offer{
         width: 46%;
     }
    .bonus-offer p{
    min-height: 150px;
        font-size: 15px;
}
    .bonus-offer h2{
        max-width: 80%;
        font-size: 17px;
    }
    .site-footer .per25{
        width: 100%;
    }
    .authors-list-items-s2 .authors-list-item-thumbnail{
        width: 100% !important;
    }
    .authors-list-items-s2 .authors-list-item-thumbnail {
        margin-bottom: 0;
        background-color: #EDEDED;
    }
    .authors-list-item-thumbnail img {
        max-width: 100%;
        height: auto;
        margin: 0px auto;
    }

    .authors-list-items-s2 .authors-list-item-main{
        position: unset !important;
        width: 100% !important;
    }
}
@media (max-width: 400px){
     .bonus-offer{
         width: 95%;
     }
    .bonus-offer p{
    min-height: auto;
}
}

/*# sourceMappingURL=styler.css.map */
