* {
  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.3333333333%;
  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;
}

#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: #0F172A;
  border: 1px solid #2563EB;
  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;
}

/***** NAVIGATION ******/
#site-navigation {
  background: #3d59e3;
}

/*#site-navigation li a {
    line-height: 50px;
    padding: 0px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
   // margin-top: 22px; 
    @include transition-duration(0.3s);
}*/
#site-navigation li a {
  line-height: 50px;
  padding: 0 10px;
  display: block;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

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

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

#site-navigation #primary-menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

#site-navigation #primary-menu > li {
  width: auto;
  flex: 1 1 auto;
}

#site-navigation li:hover {
  background: #3d59e3;
  color: #fff;
}

/*#countryselect{
    width:50%;
    float:right;
    margin-top: 12px;
}*/
#countryselect {
  width: calc(100% - 330px);
  float: right;
  margin-top: 12px;
  margin-right: 70px;
}

#countryselect a, active, visited {
  display: block;
  width: auto;
  height: 50px;
  float: right;
  padding: 3px;
  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: rgb(50.1377848437%, 57.3343932167%, 92.8033916269%);
}

#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 {//background: #fff; 

    a, 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;@include transition-duration(0.3s); 
}
    a:hover {border-bottom: 3px solid $betblue; color: $betblue;}
}*/
.lowernav a,
.lowernav p {
  color: #000;
  line-height: 20px;
  text-decoration: none;
  box-sizing: border-box;
  margin: 0;
  margin-top: 6px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.lowernav a:hover {
  border-bottom: 3px solid #3d59e3;
  color: #3d59e3;
}

.lowernav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

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

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

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

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

/***** FLEXY TIME *******/
.flexfeed {
  display: flex;
  justify-content: space-between;
  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: #1e1e33;
}

#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: flex;
  justify-content: space-around;
  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: #2563EB;
  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: lighten($betblue,15%);
    color: #fff;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    padding: 6px 20px;
    position: relative; top: 50%;
 @include transition-duration(0.3s); 
    margin-top: 6px;
} */
a.review,
a.betgo {
  border-radius: 20px;
  background: rgb(50.1377848437%, 57.3343932167%, 92.8033916269%);
  color: #fff;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  padding: 6px 20px;
  position: relative;
  top: 50%;
  margin-top: 6px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

a.betgo {
  background: #22C55E;
}

a.betgo:hover {
  background: rgb(11.8614718615%, 68.7267634326%, 32.7934810288%);
}

a.review:hover {
  background: rgb(32.6603073662%, 42.3794382618%, 90.2808691044%);
}

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: rgb(37.6788553259%, 41.0280869104%, 55.2623211447%);
  color: #fff;
  text-align: center;
}

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

#depositmethodssmall {
  display: flex;
  justify-content: space-around;
  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: #3d59e3;
  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: #3d59e3;
  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: transform 250ms ease, top 250ms 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;
  transform: translate3d(100%, 0, 0);
}

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

.openside #sidemenu {
  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: 0 !important;
  transform: rotate(45deg);
  transition: top 250ms ease, transform 250ms 250ms ease;
}

.openside #nav-toggle span:after {
  top: 0 !important;
  transform: rotate(-45deg);
  transition: top 250ms ease, 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: 82px;
  padding-bottom: 120px;
}

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

#sidemenu .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);
}

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

#sidemenu .nav li ul {
  background: #141942;
}

#sidemenu .nav ul ul {
  display: none;
}

#sidemenu .menu-item-has-children:after,
#sidemenu .menu-item-has-children:before {
  content: "";
  position: absolute;
  top: 24px;
  right: 48px;
  width: 12px;
  height: 2px;
  background: #d0d1d1;
  transition: all 200ms ease-out;
}
#sidemenu .menu-item-has-children:before {
  transform: rotate(40deg) translate3d(-6px, 6px, 0);
}
#sidemenu .menu-item-has-children:after {
  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:before {
  transform: rotate(-180deg);
}
#sidemenu .menu-item-has-children.opened:after {
  transform: rotate(-180deg);
}
#sidemenu .menu-item-has-children.opened > a {
  border-left: 6px solid #3d59e3;
  padding-left: 30px;
}

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

#sidemenu .nav .opened ul {
  display: block;
}

@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) {
  .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;
  }
}

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