@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.35, 1.35);
    opacity: 0; } }

@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.35, 1.35);
    opacity: 0; } }

@-o-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.35, 1.35);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.35, 1.35);
    opacity: 0; } }

html {
  font-size: 62.5%; }

img {
  max-width: 100%; }

body {
  color: #555b5e;
  font-size: 1.4rem;
  background: #f4f4f4;
  font-family: "Proxima Nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  margin: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

p {
  line-height: 170%; }

a {
  text-decoration: none;
  color: #ed1c24; }
  a:hover {
    text-decoration: underline; }

.t-blue {
  color: #00BCD4 !important; }

.t-lime {
  color: lime !important; }

.t-red {
  color: red !important; }

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

ul, ol {
  padding-left: 15px; }

html, body {
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Nexa", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif; }

h1, .h1 {
  font-size: 3.6rem;
  font-weight: 300; }

h2, .h2 {
  font-size: 2.4rem;
  font-weight: 300; }

h3, .h3 {
  font-size: 1.8rem;
  font-weight: 400; }

h4, .h4 {
  font-size: 1.6rem; }

h5, .h5 {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase; }

h6, .h6 {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase; }

code {
  font-family: "Courier";
  font-weight: bold;
  background: #dcdcdc; }

.casino-rating {
  position: relative; }
  .casino-rating__stars {
    width: 110px;
    height: 19px;
    background: url(/wp-content/themes/thebitcoinstrip/assets/images/icons/star-ratings.png) no-repeat 0 -20px;
    background-size: 110px;
    display: block;
    overflow: hidden;
    margin: 0 auto; }
    .casino-rating__stars--full {
      background-position: 0 0;
      margin: 0; }
  .casino-rating__score {
    font-size: 6.4rem;
    color: #26292d;
    font-family: "Nexa", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
    font-weight: 300; }
  .casino-rating__info {
    position: absolute;
    right: 15px;
    bottom: 35px; }
    .casino-rating__info .casino-info__icon {
      float: left;
      width: 24px;
      opacity: 0.5;
      line-height: 0;
      padding: 5px; }
      .casino-rating__info .casino-info__icon:hover {
        cursor: pointer;
        opacity: 0.75; }
    .casino-rating__info .casino-info__text {
      position: absolute;
      z-index: 1;
      max-width: 310px;
      width: 9999%;
      display: none;
      margin: 0;
      bottom: 20px;
      background: #fff;
      text-align: left;
      padding: 15px;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      border-radius: 4px;
      left: 22px; }
      .casino-rating__info .casino-info__text p:first-child {
        margin: 0; }
      @media (max-width: 680px) {
        .casino-rating__info .casino-info__text {
          left: -130px;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          bottom: 35px; } }
    @media (max-width: 960px) {
      .casino-rating__info {
        right: 0; } }

#gform_wrapper_2 ul {
  list-style-type: none;
  padding: 0;
  margin: 20px 0; }
  #gform_wrapper_2 ul li {
    margin-bottom: 20px; }
  #gform_wrapper_2 ul .gfield_label {
    font-family: "Montserrat", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
    font-size: 1.2rem;
    color: #555b5e;
    text-transform: uppercase;
    letter-spacing: 0.05rem; }

#gform_wrapper_2 textarea, #gform_wrapper_2 input {
  padding: 10px;
  font-family: "Proxima Nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  font-size: 1.3rem;
  max-width: 300px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px 0 0 3px; }

#gform_wrapper_2 .gform_button {
  width: 120px;
  display: block;
  text-align: center;
  border-radius: 3px;
  text-transform: uppercase;
  background: #ed1c24;
  border: 2px solid #ed1c24;
  color: #fff;
  font-size: 1.1rem;
  padding: 10px 0;
  letter-spacing: 0.05rem;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer; }
  #gform_wrapper_2 .gform_button:hover {
    opacity: 0.8; }

#gform_wrapper_2.gform_validation_error .gfield_error .validation_message {
  display: none; }

#gform_wrapper_2.gform_validation_error .gfield_error .ginput_container input, #gform_wrapper_2.gform_validation_error .gfield_error .ginput_container textarea {
  -webkit-box-shadow: inset 0 0 20px #ed1c24;
  box-shadow: inset 0 0 20px #ed1c24;
  border-color: #ed1c24; }

.container {
  max-width: 1065px;
  margin: 0 auto;
  position: relative; }

.wrap {
  padding: 0 20px; }
  .wrap.container {
    max-width: 1105px; }

.inline-list {
  margin: 0;
  list-style-type: none;
  padding: 0; }
  .inline-list li {
    display: inline-block;
    margin-left: -3px; }
  .inline-list li:first-child {
    margin-left: 0; }

.huge-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .huge-list li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 33.33333%;
    -ms-flex: 1 33.33333%;
    flex: 1 33.33333%; }
    @media (max-width: 680px) {
      .huge-list li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 50%;
        -ms-flex: 1 50%;
        flex: 1 50%; } }
    @media (max-width: 480px) {
      .huge-list li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%; } }

.clear {
  clear: both; }

.middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.relative {
  position: relative; }

.overlay {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); }

.center {
  text-align: center; }

.flex-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.punchy {
  font-family: "Montserrat", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  font-size: 1.1rem;
  color: #b1b9bf;
  text-transform: uppercase;
  letter-spacing: 0.25rem; }
  .punchy--less {
    letter-spacing: 0.05rem;
    font-weight: 400; }

.highlight {
  color: #ed1c24; }

.squeeze {
  max-width: 767px;
  margin: 0 auto; }

.btn {
  width: 120px;
  display: block;
  text-align: center;
  border-radius: 3px;
  text-transform: uppercase;
  background: #ed1c24;
  border: 2px solid #ed1c24;
  color: #fff;
  font-size: 1.1rem;
  padding: 10px 0;
  letter-spacing: 0.05rem;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .btn--transparent {
    background: transparent;
    border: 2px solid #d8d8d8;
    color: #26292d; }
  .btn--inline {
    display: inline-block; }
  .btn:hover {
    text-decoration: none;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px); }

.flex-break {
  width: 100%; }

.big-score {
  font-size: 6.4rem;
  color: #26292d;
  font-family: "Nexa", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif; }

/* Content Toggles */
.content {
  position: relative;
  overflow: hidden;
  -webkit-transition: max-height 0.4s;
  -o-transition: max-height 0.4s;
  transition: max-height 0.4s; }
  .content li {
    margin-bottom: 5px; }
  .content p:last-of-type {
    margin-bottom: 0; }
  .content__title {
    margin-top: 0;
    font-size: 3rem; }
  .content__fade {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50&0.3+0,0.8+50,1+50 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, white 50%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, white 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), color-stop(50%, white));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, white 50%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, white 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */ }
  .content__toggle {
    position: absolute;
    bottom: 0; }
    .content__toggle .show-less {
      display: none; }
  .content.active {
    padding-bottom: 20px; }

@media (max-width: 960px) {
  .md-hide {
    display: none; } }

.header {
  background: #3b3e42;
  font-size: 1.1rem;
  letter-spacing: 0.05rem; }
  .header .logo {
    width: 145px; }
  .header__menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .header .menu {
    text-transform: uppercase; }
    .header .menu li {
      margin-left: 30px; }
      .header .menu li:hover, .header .menu li.current-menu-item {
        -webkit-box-shadow: inset 0 -4px 0 #ed1c24;
        box-shadow: inset 0 -4px 0 #ed1c24;
        text-decoration: none; }
        .header .menu li:hover a, .header .menu li.current-menu-item a {
          opacity: 1; }
      .header .menu li a {
        color: #eeeeee;
        opacity: 0.5;
        display: block;
        padding: 30px 0;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; }
        .header .menu li a:hover {
          text-decoration: none; }
    .header .menu-item-has-children {
      position: relative; }
      .header .menu-item-has-children:hover .sub-menu {
        display: block; }
  .header--padding {
    height: 73px; }
  .header .mobile-menu {
    display: none; }
  .header .lang, .header .mobile-menu {
    color: #fff;
    font-size: 2.2rem;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer; }
    .header .lang:hover, .header .mobile-menu:hover {
      color: #ed1c24; }
  .header .sub-menu {
    position: absolute;
    top: 100%;
    z-index: 15;
    width: 200px;
    padding: 0 0 0 15px;
    background: #3b3e42;
    -webkit-box-shadow: 0 1px 4px #3b3e42;
    box-shadow: 0 1px 4px #3b3e42;
    display: none; }
    .header .sub-menu li {
      display: block;
      margin: 0; }
      .header .sub-menu li.current-menu-item {
        -webkit-box-shadow: none;
        box-shadow: none; }
      .header .sub-menu li:hover {
        -webkit-box-shadow: none;
        box-shadow: none; }
        .header .sub-menu li:hover a {
          opacity: 1 !important; }
      .header .sub-menu li a {
        opacity: 0.5 !important;
        padding: 15px 0; }
  @media (max-width: 960px) {
    .header {
      height: 73px; }
      .header .container.wrap, .header .flex-items.flex-center {
        height: 100%; }
      .header .lang {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: right; }
      .header .mobile-menu {
        margin-left: 10px; }
      .header .mobile-menu, .header .lang {
        display: inline-block; }
      .header__options {
        text-align: end;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      .header__menu {
        position: fixed;
        right: -265px;
        top: 0;
        height: 100%;
        max-width: 260px;
        width: 100%;
        background: #f4f4f4;
        z-index: 15;
        border-left: 1px solid #cccccc;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        height: 100%;
        overflow-y: scroll; }
        .header__menu .menu li {
          border-bottom: 1px solid #cccccc;
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s;
          text-transform: uppercase;
          letter-spacing: 0.1rem;
          font-size: 1.2rem;
          font-weight: bold;
          margin: 0;
          position: relative;
          display: block;
          line-height: 60px; }
          .header__menu .menu li:hover {
            -webkit-box-shadow: none;
            box-shadow: none; }
          .header__menu .menu li a {
            color: #555b5e;
            display: block;
            padding: 0 25px; }
          .header__menu .menu li.menu-item-has-children:hover {
            background: #f4f4f4; }
            .header__menu .menu li.menu-item-has-children:hover a {
              opacity: 0.5; }
          .header__menu .menu li.menu-item-has-children > a:hover {
            opacity: 1; }
      .header .sub-menu {
        display: block;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
        position: static;
        background: #f4f4f4;
        padding: 0;
        border-top: 1px solid #cccccc; }
        .header .sub-menu li {
          border: 0;
          height: 45px;
          line-height: 45px; }
          .header .sub-menu li a {
            padding-left: 25px;
            position: relative; }
            .header .sub-menu li a:before {
              content: "\2014";
              font-family: "FontAwesome";
              font-size: 0.8rem;
              margin-right: 5px; } }
  @media (max-width: 767px) {
    .header {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 10;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      .header--nav-up {
        top: -73px; }
      .header--nav-down {
        top: 0; } }

@media (max-width: 767px) {
  body {
    padding-top: 73px; } }

/* HTML located in footer.php */
.lang-menu {
  position: fixed;
  right: -205px;
  top: 0;
  height: 100%;
  max-width: 200px;
  width: 100%;
  background: #f4f4f4;
  z-index: 15;
  border-left: 1px solid #cccccc;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .lang-menu__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 25px;
    border-bottom: 1px solid #cccccc;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-size: 1.2rem;
    font-weight: bold; }
    .lang-menu__row:hover {
      background: #e8e8e8;
      text-decoration: none; }
  .lang-menu__flag {
    height: 40px;
    width: 40px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .lang-menu__text {
    color: #52555a; }

.block--email {
  background: #3b3e42;
  padding: 35px 0;
  color: #fff; }
  .block--email h3 {
    margin-top: 0; }
  .block--email__form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .block--email__form input:focus {
    outline: none; }
  .block--email .validation_error, .block--email .validation_message {
    display: none; }
  .block--email .gform_footer {
    position: relative; }
  .block--email .gform_ajax_spinner {
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 26px;
    cursor: pointer; }
  .block--email .gfield_error .ginput_container input {
    -webkit-box-shadow: inset 0 0 20px #ed1c24;
    box-shadow: inset 0 0 20px #ed1c24;
    border-color: #ed1c24; }
  .block--email .gform_confirmation_message {
    font-weight: bold;
    font-size: 1.4rem;
    font-family: "Montserrat", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    color: #00BCD4; }
  .block--email .gform_body input {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 3px 0 0 3px;
    font-size: 1.2rem;
    min-width: 300px; }
  .block--email .gform_body ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .block--email .gform_body .gfield_label {
    display: none; }
  .block--email .gform_button {
    width: 120px;
    display: block;
    text-align: center;
    border-radius: 0 3px 3px 0;
    text-transform: uppercase;
    background: #ed1c24;
    border: 2px solid #ed1c24;
    color: #fff;
    font-size: 1.1rem;
    padding: 10px 0;
    letter-spacing: 0.05rem;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer; }
    .block--email .gform_button:hover {
      text-decoration: none;
      opacity: 0.8; }

.footer {
  background: url(/wp-content/themes/thebitcoinstrip/assets/images/backgrounds/bitcoin-faded.png);
  background-color: #3b3e42;
  color: #b1b9bf;
  padding-bottom: 60px;
  background-size: cover; }
  .footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .footer__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .footer__logo {
    padding-right: 40px;
    max-width: 185px; }
    .footer__logo .contact-me {
      position: absolute;
      bottom: -15px; }

@media (max-width: 680px) {
  .footer .container {
    display: block; }
  .footer__logo {
    width: 100%;
    max-width: none;
    padding: 0;
    text-align: center; }
    .footer__logo .contact-me {
      position: static; }
  .footer__content {
    width: 100%; } }

@media (max-width: 480px) {
  .block--email .gform_body input {
    min-width: 0px;
    width: 100%;
    border-radius: 3px 3px 0 0; }
  .block--email .gform_button {
    width: 100%;
    border-radius: 0 0 3px 3px; }
  .block--email__form form {
    display: block; } }

.block--hero {
  height: 280px;
  background-size: contain;
  position: relative; }
  .block--hero .hero__title {
    position: relative; }
    .block--hero .hero__title h1 {
      color: #26292d;
      font-size: 5rem;
      margin: 0; }
  .block--hero .defined {
    position: absolute;
    padding: 0px 20px;
    bottom: -25px;
    width: 100%;
    text-align: center; }

.block--casino-list {
  padding: 35px 0;
  border-bottom: 1px solid #e5e5e5; }

.block--defined {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
  text-align: center; }

.block--content {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 35px 0; }
  .block--content .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .block--content--top-casinos .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .block--content--top-casinos .content__top-casinos {
      -webkit-box-flex: 0.8;
      -webkit-flex: 0.8;
      -ms-flex: 0.8;
      flex: 0.8;
      height: 480px;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      margin-left: 50px;
      padding: 30px 40px; }
      .block--content--top-casinos .content__top-casinos .widget-heading {
        height: 30px; }
      .block--content--top-casinos .content__top-casinos h2 {
        margin: 0;
        font-weight: bold;
        font-size: 1.8rem;
        text-transform: uppercase;
        text-align: center; }
  .block--content .casino-ranking {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    height: 78px; }
    .block--content .casino-ranking__position {
      font-size: 1.6rem; }
    .block--content .casino-ranking .casino-rating__stars {
      width: 88px;
      height: 16px;
      background-size: 88px;
      background-position: 0 -16px; }
      .block--content .casino-ranking .casino-rating__stars--full {
        background-position: 0 0; }
    .block--content .casino-ranking__visit .btn {
      width: auto;
      padding: 10px 25px; }
    .block--content .casino-ranking__logo {
      padding: 0 0px 0 30px; }
      .block--content .casino-ranking__logo img {
        float: left; }

.block--fresh {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 35px 0; }
  .block--fresh .news {
    margin-top: 1em; }

.block--faqs {
  background: url(/wp-content/themes/thebitcoinstrip/assets/images/backgrounds/bitcoin-dark.png);
  padding-bottom: 35px;
  background-color: #e9e9e9; }

.faqs__heading {
  margin: 0;
  display: inline-block;
  position: relative;
  padding: 30px 0;
  font-weight: bold;
  text-align: center;
  border-top: 4px solid #ed1c24;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.faqs__title {
  padding: 20px 50px 20px 30px;
  border-bottom: 1px solid #ededed;
  cursor: pointer; }
  .faqs__title h3 {
    margin: 0;
    position: relative; }
    .faqs__title h3:after {
      content: "";
      width: 13px;
      height: 8px;
      position: absolute;
      background: url(/wp-content/themes/thebitcoinstrip/assets/images/icons/chevron.png) no-repeat;
      display: block;
      background-size: 100%;
      right: -25px;
      top: 50%;
      -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
      transform: translateY(-4px);
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      -o-transition: transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s; }
  .faqs__title.active h3:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.faqs__item {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-bottom: 15px; }
  .faqs__item:last-of-type {
    margin-bottom: 0; }

.faqs__content {
  padding: 0 30px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s;
  -o-transition: max-height 0.2s;
  transition: max-height 0.2s; }
  .faqs__content li {
    margin-bottom: 5px; }

.block--top {
  padding-top: 40px; }
  .block--top h2 {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 600; }

.listing {
  padding: 10px 0px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  height: 175px;
  margin-bottom: 15px;
  position: relative; }
  .listing.exclusive {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    border: 1px solid #0bbfd6;
    background: rgba(11, 191, 214, 0.05); }
  .listing__exclusive {
    display: inline-block;
    margin-top: 10px;
    color: #00BCD4; }
  .listing__high-roller {
    color: #ed1c24;
    font-weight: bold; }
  .listing__rank {
    position: absolute;
    top: 0;
    left: 0;
    padding: 14px 7px;
    background: #f4f4f4;
    line-height: 0;
    border-radius: 4px 0 4px 0;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea; }
  .listing__logo {
    height: auto !important;
    width: 20%;
    text-align: center;
    overflow: hidden; }
    .listing__logo h3 {
      font-size: 1.6rem; }
  .listing__body {
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    width: 22%;
    text-align: center;
    z-index: 5; }
    .listing__body h3 {
      position: absolute;
      width: 100%;
      left: 0; }
    .listing__body--small {
      font-size: 3.6rem;
      text-transform: uppercase;
      line-height: 6.4rem;
      display: block; }
  .listing__rating {
    display: block; }
  .listing__bonus {
    font-family: "Nexa", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
    font-size: 6.4rem;
    color: #00BCD4;
    font-weight: 300; }
    .listing__bonus.high-roller {
      color: #ed1c24; }
  .listing__features {
    width: 40%;
    padding: 10px 15px 10px 25px !important; }
  .listing__cta {
    height: auto !important;
    width: 18%;
    padding-left: 10px !important; }
    .listing__cta .btn {
      width: auto; }
    .listing__cta .btn:first-child {
      margin-bottom: 15px; }
  .listing--cell {
    padding: 10px 25px;
    float: left;
    position: relative;
    height: 100%; }
  .listing h3 {
    margin: 0; }
  .listing .feature-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    color: #26292d;
    float: left;
    margin-top: 1.1rem;
    width: 49%;
    width: calc(50% - 5px); }
    .listing .feature-list--full {
      width: 100%; }
    .listing .feature-list--bonus {
      width: 100%; }
      .listing .feature-list--bonus li {
        background-image: url(/wp-content/themes/thebitcoinstrip/assets/images/icons/dot-blue.png) !important; }
    .listing .feature-list:first-of-type {
      margin-right: 10px; }
    .listing .feature-list li {
      background-image: url(/wp-content/themes/thebitcoinstrip/assets/images/icons/dot.png);
      background-repeat: no-repeat;
      background-position: left 50%;
      background-size: 6px;
      padding-left: 20px;
      margin-bottom: 5px; }
  @media (max-width: 960px) {
    .listing {
      height: auto;
      padding-bottom: 25px; }
      .listing--cell {
        padding: 10px 15px;
        display: inline-block;
        vertical-align: top;
        float: none;
        margin-left: -4px; }
        .listing--cell:first-child {
          margin-left: 0; }
      .listing__logo {
        top: 0px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
        margin: 0; }
        .listing__logo img {
          max-height: 55px; }
      .listing__features {
        width: 55%; }
      .listing__rank {
        left: 0; }
      .listing__body {
        height: auto;
        margin: 0 0 10px; }
        .listing__body h3 {
          position: static; }
        .listing__body .middle.relative {
          top: auto;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none; }
      .listing__cta {
        right: 15px;
        width: 23%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
      .listing__high-roller {
        display: block; } }
  @media (max-width: 680px) {
    .listing {
      padding-bottom: 10px; }
      .listing__logo img {
        max-height: none; }
      .listing__features {
        width: 50%; }
      .listing .feature-list {
        float: none;
        width: 100%; }
        .listing .feature-list + .feature-list {
          margin-top: 0; }
      .listing__body {
        width: 50%; }
      .listing__cta {
        right: 0;
        display: block;
        width: 100%;
        margin: 0;
        padding: 10px; } }
  @media (max-width: 480px) {
    .listing__rank {
      width: 100%;
      display: block;
      position: relative;
      top: -10px;
      border-radius: 4px 4px 0 0; }
    .listing__body {
      width: 100%;
      border: 0; }
    .listing__features {
      width: 100%; } }

.casino-bonus__currency {
  display: block;
  font-size: 1.4rem;
  position: relative;
  top: -5px; }

.casino-bonus__extra-free-spins {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0; }

.casino-bonus__code {
  text-align: center;
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  border: 2px dotted #ddd;
  border-radius: 3px;
  height: 37px;
  line-height: 35px;
  cursor: pointer;
  width: 100%;
  background: #fff; }

@media (max-width: 960px) {
  .review-bonuses__item .listing__body {
    width: 30%;
    margin: 0 0 10px; }
  .review-bonuses__item .listing__features {
    width: 47%; }
  .review-bonuses__item .listing__logo {
    margin: 10px 0 0; } }

@media (max-width: 680px) {
  .review-bonuses__item .listing__cta .btn:first-child {
    margin: 15px 0 0 0; }
  .review-bonuses__item .listing__cta input {
    margin-top: 15px; }
  .review-bonuses__item .listing__features {
    width: 50%; }
  .review-bonuses__item .listing__body {
    width: 50%; } }

@media (max-width: 680px) {
  .review-bonuses__item .listing__features {
    width: 100%; }
  .review-bonuses__item .listing__body {
    width: 100%; } }

.news {
  margin: 20px -10px 40px -10px; }
  .news__item {
    float: left;
    padding: 0 10px;
    width: 33.333333333%;
    margin-bottom: 20px; }
  .news .news-item__contents {
    height: 450px;
    background-size: cover;
    padding: 120px 15px 0;
    border-radius: 4px;
    position: relative; }
  .news .news-item__relative {
    position: relative; }
  .news .news-item__category {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    left: 0; }
  .news .news-item__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px; }
  .news .news-item h2 {
    font-size: 1.8rem;
    text-align: center; }
  .news .news-item__date {
    display: block;
    text-align: center; }
  .news .news-item__link {
    color: #fff;
    text-shadow: 0 1px 1px #000;
    font-size: 2rem;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    .news .news-item__link:hover {
      -webkit-box-shadow: 0 2px 0 #ed1c24;
      box-shadow: 0 2px 0 #ed1c24;
      text-decoration: none; }
  @media (max-width: 960px) {
    .news__item {
      width: 50%; } }
  @media (max-width: 960px) {
    .news__item {
      width: 100%; } }

.pagination .page-nav {
  margin-left: 10px; }
  .pagination .page-nav li {
    text-align: center;
    margin-left: 2px;
    vertical-align: bottom; }
    .pagination .page-nav li:first-child {
      margin-left: 0; }
    .pagination .page-nav li.current {
      cursor: default; }
      .pagination .page-nav li.current a {
        color: #fff;
        background: #3b3e42;
        border: 1px solid #151515; }
        .pagination .page-nav li.current a:hover {
          opacity: 1; }
    .pagination .page-nav li a {
      height: 24px;
      width: 30px;
      line-height: 24px;
      display: block;
      border: 1px solid #b51117;
      background: #ed1c24;
      color: #fff; }
      .pagination .page-nav li a:hover {
        text-decoration: none;
        opacity: 0.8; }

.casino-banner {
  background: url(/wp-content/themes/thebitcoinstrip/assets/images/backgrounds/bitcoin.png);
  padding: 0 0 55px 0;
  height: 370px;
  border-bottom: 1px solid #e8e8e8;
  text-align: center; }
  .casino-banner .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%; }
    .casino-banner .container > div {
      width: 100%; }
  .casino-banner__header {
    width: 100%;
    padding: 0 20px; }
  .casino-banner__rating {
    width: 100%;
    padding: 0 20px; }
    .casino-banner__rating .big-score {
      padding: 15px 15px 10px 15px;
      background: #ed1c24;
      color: #fff;
      border-radius: 4px;
      display: inline-block;
      margin: 15px 0;
      line-height: 100%; }
  .casino-banner__info {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-weight: bold;
    font-size: 1.4rem; }
    .casino-banner__info li {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .casino-banner__play {
    margin-top: 35px; }
    .casino-banner__play .btn {
      display: inline-block;
      font-size: 1.6rem;
      width: auto;
      padding: 15px 45px;
      -webkit-box-shadow: 0 0 15px #ed1c24;
      box-shadow: 0 0 15px #ed1c24;
      border: 1px solid rgba(171, 9, 15, 0.35); }
      .casino-banner__play .btn:hover {
        -webkit-box-shadow: 0 0 7px #ed1c24;
        box-shadow: 0 0 7px #ed1c24; }
  .casino-banner .casino-rating__inactive {
    font-weight: bold;
    margin: 0; }

.casino-header__title h1 {
  font-size: 4rem;
  border-bottom: 4px solid #ed1c24;
  margin: 0;
  padding-bottom: 6px;
  margin-bottom: 10px;
  display: inline-block; }

.casino-header__visit {
  display: block; }
  .casino-header__visit a {
    color: #0eacce; }

.casino-review {
  background: #fff;
  padding: 0 0 35px; }
  .casino-review__nav {
    background: #e8e8e8;
    border-top: 1px solid white;
    border-bottom: 1px solid #ddd; }
  .casino-review__content h2 {
    margin-bottom: 0; }

.casino-sticky-nav {
  position: fixed;
  top: -100%;
  width: 100%;
  background: #ffffff;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: 10; }
  .casino-sticky-nav.active {
    top: 0; }
  .casino-sticky-nav__logo img {
    float: left; }
  @media (max-width: 680px) {
    .casino-sticky-nav__logo {
      display: none; } }
  .casino-sticky-nav__bonus {
    color: #00BCD4;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right; }
  .casino-sticky-nav__play {
    margin-left: 20px; }
    .casino-sticky-nav__play .btn {
      float: right; }

.review-rankings__this-post .listing {
  border: 1px solid #ffdd3e;
  background: rgba(255, 221, 62, 0.05);
  width: 102%;
  margin-left: -1%;
  padding: 20px 1%;
  z-index: 5;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
  .review-rankings__this-post .listing a.btn {
    background: #ffdd3e;
    border-color: #ffdd3e;
    color: #26292d; }
    .review-rankings__this-post .listing a.btn--transparent {
      background: transparent;
      border-color: #d8d8d8; }
  @media (max-width: 480px) {
    .review-rankings__this-post .listing__rank {
      top: -20px;
      width: 102%;
      left: -1%; } }

.review-rankings .listing {
  margin-bottom: 0; }

.review-nav__menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }
  .review-nav__menu li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 50px;
    background: #e8e8e8;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .review-nav__menu li a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #26292d;
      opacity: 0.4;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      .review-nav__menu li a:hover {
        opacity: 1;
        text-decoration: none; }
      .review-nav__menu li a.active {
        opacity: 1; }

@media (max-width: 680px) {
  .review-nav__menu {
    display: block;
    padding: 0 15px;
    overflow-x: scroll;
    white-space: nowrap; }
    .review-nav__menu li {
      display: inline-block;
      margin-right: 15px;
      width: 90px; }
      .review-nav__menu li a {
        position: relative; } }

.review-block {
  margin-top: 40px; }

.features-block {
  margin-top: 40px; }
  .features-block__item {
    padding: 20px 0;
    border-top: 1px solid #f4f4f4; }
    .features-block__item h3 {
      margin-top: 0; }
    .features-block__item:last-child {
      border-bottom: 1px solid #f4f4f4; }

.review-screenshots__wrap {
  margin: 24px -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.review-screenshots__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding: 0 10px;
  height: 200px;
  overflow: hidden; }
  .review-screenshots__item img {
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0; }
  .review-screenshots__item a {
    position: relative;
    display: block;
    height: 100%; }
  .review-screenshots__item:hover {
    opacity: 0.75; }

.review-screenshots__bg {
  height: 100%;
  display: block;
  background-size: cover;
  border-radius: 4px;
  position: relative;
  z-index: 1; }

@media (max-width: 480px) {
  .review-screenshots__wrap {
    display: block; }
  .review-screenshots__item {
    width: 100%;
    margin-bottom: 15px; }
    .review-screenshots__item:last-child {
      margin-bottom: 0; } }

.casino-disabled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 25; }
  .casino-disabled__close {
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    .casino-disabled__close:hover {
      color: #555b5e; }
  .casino-disabled__warning {
    position: relative;
    max-width: 1000px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #f4f4f4;
    padding: 40px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    background-image: url(/wp-content/themes/thebitcoinstrip/assets/images/backgrounds/bitcoin.png); }
  .casino-disabled__heading {
    margin-top: 0;
    color: #ed1c24; }
  .casino-disabled__content {
    text-align: center; }
    .casino-disabled__content .punchy {
      font-size: 1.4rem;
      color: #555b5e; }
    .casino-disabled__content p {
      margin: 0;
      color: #555b5e;
      font-style: italic; }
    .casino-disabled__content h3 {
      margin-bottom: 1.4rem; }
  .casino-disabled .listing {
    margin-top: 15px;
    margin-bottom: 0; }

.single-casino {
  padding-top: 0 !important; }
  .single-casino .header {
    position: static !important; }

.software-header {
  height: auto; }
  .software-header__sft-title {
    margin-bottom: 0; }

.software-screenshots__wrap {
  margin: 0; }

.software-banner {
  height: auto; }

.software-review-nav__menu li {
  padding-right: 10px;
  margin-right: 10px;
  width: auto; }

.post-single {
  margin: 20px auto 40px auto;
  font-family: "Georgia", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px 4px 0 0; }
  .post-single h1, .post-single h2, .post-single h3, .post-single h4 {
    font-family: "Proxima Nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
    font-weight: bold; }
  .post-single h2 {
    font-size: 2.8rem;
    margin-bottom: 10px; }
    .post-single h2 + p {
      margin-top: 0; }
  .post-single h3 {
    font-size: 2.4rem;
    margin-bottom: 10px; }
    .post-single h3 + p {
      margin-top: 0; }
  .post-single__title {
    margin-bottom: 10px; }
  .post-single__feature {
    position: relative;
    left: -20px;
    width: 100%;
    width: calc(100% + 40px); }
    .post-single__feature img {
      width: 100%;
      border-bottom: 0;
      border-radius: 4px 4px 0 0; }
    .post-single__feature + .post-single__author {
      border-radius: 0; }
  .post-single__author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -5px 0 15px;
    background: #ffffff;
    padding: 10px;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 0;
    width: 100%; }
    .post-single__author span {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      color: #26292d; }
    .post-single__author .img-wrap {
      width: 40px;
      height: 40px;
      overflow: hidden;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin-right: 10px; }
      .post-single__author .img-wrap img {
        border-radius: 50%; }
  .post-single__content {
    font-size: 2.1rem;
    line-height: 1.56;
    letter-spacing: -.003em;
    max-width: 800px;
    margin: 25px auto;
    padding-top: 60px; }
    .post-single__content h1 {
      margin-top: 0;
      font-weight: bold; }
    .post-single__content p {
      margin-top: 29px;
      margin-bottom: 0; }
      .post-single__content p:first-of-type {
        margin-top: 0; }
  @media (max-width: 767px) {
    .post-single__content {
      font-size: 1.8rem; }
      .post-single__content h1 {
        font-size: 3rem; } }
