/*
Author: JMA689
Version: 1.0

CSS RESET http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "ITC Franklin Gothic Std", sans-serif;
}

@font-face {
  font-family: "ITC Franklin Gothic Std";
  src: url("../fonts/ITCFranklinGothicStd-Book.woff2") format("woff2"), url("../fonts/ITCFranklinGothicStd-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ITC Franklin Gothic Std";
  src: url("../fonts/ITCFranklinGothicStd-BookIt.woff2") format("woff2"), url("../fonts/ITCFranklinGothicStd-BookIt.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "ITC Franklin Gothic Std";
  src: url("../fonts/ITCFranklinGothicStd-Hvy.woff2") format("woff2"), url("../fonts/ITCFranklinGothicStd-Hvy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

img, embed, iframe, object, video {
  max-width: 100%;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.entry-content img, .comment-content img, .widget img, .entry-summary img, .wp-caption {
  max-width: 100%;
}

img[class*=align], img[class*=wp-image-], .comment-content img[height], .entry-content img, .entry-summary img, img[class*=attachment-] {
  height: auto;
}

img.size-auto, img.size-full, img.size-large, img.size-medium, img.size-thumbnail, .wp-post-image, .post-thumbnail img {
  max-width: 100%;
  height: auto;
}

button:focus, a:focus, div:focus, img:focus, span:focus, p:focus, h1:focus, h2:focus, h3:focus, h4:focus {
  outline: 0;
}

/* !VARIABLES */
/* Page styling, ignore */
body {
  margin: 0;
  font-family: "Lato", sans-serif;
  text-align: center;
}

section {
  min-height: 50vh;
  padding: 2em;
}

/*___ _    ___  ___   _   _
 / __| |  / _ \| _ ) /_\ | |
| (_ | |_| (_) | _ \/ _ \| |__
 \___|____\___/|___/_/ \_\____| !GLOBAL */
html {
  position: relative;
}

body {
  min-height: 100vh;
  font-family: "ITC Franklin Gothic Std", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #300f00;
  background: white;
}
@media (min-width: 920px) {
  body {
    background: url("../images/fbag-test.jpg") center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
}
@media (min-width: 1280px) {
  body {
    font-size: 1.1em;
  }
}
@media (min-width: 1500px) {
  body {
    font-size: 1.2em;
    background-position: left 50%;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  line-height: 1.4;
}
@media (min-width: 920px) {
  p {
    font-size: 1.2em;
  }
}
p + p {
  margin-top: 1em;
}
p a {
  color: white;
  text-decoration: underline;
}

h1, h2, h3, h4 {
  line-height: 1.2;
}

h1 {
  display: block;
  text-align: center;
  font-size: 2.5em;
  margin: 0 0 1em;
  text-transform: uppercase;
}
h2 {
  display: block;
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  margin: 0 0 1em;
}
em, i {
  font-style: italic;
}

.bigger {
  font-size: 1.25em;
}

.biggest {
  font-size: 1.5em;
}

.container-fluid {
  display: block;
  position: relative;
}
@media (min-width: 920px) {
  .container-fluid {
    padding-left: 50%;
  }
}
@media (min-width: 1150px) {
  .container-fluid {
    padding-left: 55%;
  }
}
.container-fluid .criticpick {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.container-fluid .right-section-wrapper {
  background: rgba(0, 0, 0, 0.6);
}

header {
  display: block;
  position: relative;
}
header .criticpick {
  display: block;
  position: absolute;
  left: -120px;
  top: 20px;
  width: 100px;
}
@media (min-width: 1280px) {
  header .criticpick {
    width: 125px;
    left: -145px;
  }
}
@media (min-width: 1400px) {
  header .criticpick {
    top: 30px;
    width: 150px;
    left: -185px;
  }
}
header .top-msg {
  display: block;
  text-align: center;
  padding: 15px 10px 10px;
  background: #000;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.25px;
  line-height: 1;
  font-size: 1.25em;
}
@media (min-width: 568px) {
  header .top-msg {
    display: inline-block;
    vertical-align: top;
    width: 65%;
  }
}
@media (min-width: 768px) {
  header .top-msg {
    font-size: 1.5em;
  }
}
@media (min-width: 920px) {
  header .top-msg {
    font-size: 1.3em;
  }
}
@media (min-width: 990px) {
  header .top-msg {
    font-size: 1.2em;
  }
}
header .buy-tickets {
  display: block;
  text-align: center;
  padding: 15px 10px 10px;
  background: #fb3d96;
  font-weight: bold;
  color: white;
  letter-spacing: 2px;
  line-height: 1;
  font-size: 1.25em;
}
@media (min-width: 568px) {
  header .buy-tickets {
    display: inline-block;
    vertical-align: top;
    width: 35%;
  }
}
@media (min-width: 768px) {
  header .buy-tickets {
    font-size: 1.5em;
  }
}
@media (min-width: 920px) {
  header .buy-tickets {
    font-size: 1.3em;
  }
}
@media (min-width: 990px) {
  header .buy-tickets {
    font-size: 1.2em;
  }
}
header .logo-desk {
  display: none;
}
@media (min-width: 920px) {
  header .logo-desk {
    display: block;
  }
}
header .logo-mob {
  display: block;
  position: relative;
  background: white;
  padding-top: 5px;
}
header .logo-mob div {
  display: block;
  position: relative;
}
header .logo-mob .criticpick {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 86px;
}
@media (min-width: 920px) {
  header .logo-mob {
    display: none;
  }
}
header .logo-mob img {
  display: block;
  width: 100%;
}

.signup-btn {
  display: block;
  text-align: center;
  padding: 15px 10px 10px;
  margin: 30px 0px;
  background: #fb3d96;
  font-weight: bold;
  color: white;
  letter-spacing: 2px;
  line-height: 1;
  font-size: 1.25em;
}
@media (min-width: 568px) {
  .signup-btn {
    display: inline-block;
    vertical-align: top;
    width: 60%;
  }
}
@media (min-width: 768px) {
  .signup-btn {
    font-size: 1.5em;
  }
}
@media (min-width: 920px) {
  .signup-btn {
    font-size: 1.3em;
  }
}
@media (min-width: 990px) {
  .signup-btn {
    font-size: 1.2em;
  }
}

main {
  display: block;
  position: relative;
  overflow: hidden;
}
main .rotator-cont {
  display: block;
  padding: 1em 0;
  background: #bbb8d8;
  border-top: 1px solid white;
}
@media (min-width: 920px) {
  main .rotator-cont {
    padding: 2em 0 0;
    background: transparent;
    border: none;
  }
}
@media (max-width: 920px) {
  main .rotator-cont {
    background: black;
    border-top: none;
  }
}
main .rotator-cont .rotator {
  display: block;
}
main .rotator-cont .rotator .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  color: white;
  text-transform: uppercase;
}
main .rotator-cont .rotator .slick-slide.critic h3 {
  position: relative;
  padding-left: 90px;
}
main .rotator-cont .rotator .slick-slide.critic h3:after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  background: url("../images/criticspick.png") center center no-repeat;
  background-size: contain;
}
main .rotator-cont .rotator .slick-slide h3 {
  margin-bottom: 0.25em;
  font-weight: bold;
  font-size: 1.25em;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 920px) {
  main .rotator-cont .rotator .slick-slide h3 {
    color: #fa54ba;
  }
}
main .rotator-cont .rotator .slick-slide h3.stars {
  font-weight: normal;
  font-size: 2.5em;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 0;
}
main .rotator-cont .rotator .slick-slide h5 {
  font-size: 0.8em;
  font-style: italic;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  main .rotator-cont .rotator .slick-slide {
    font-size: 1.5em;
  }
}
@media (min-width: 920px) {
  main .rotator-cont .rotator .slick-slide {
    color: #ffceec;
  }
  main .rotator-cont .rotator .slick-slide h5 {
    font-size: 0.6em;
  }
}
@media (min-width: 1280px) {
  main .rotator-cont .rotator .slick-slide h3.stars {
    font-size: 3em;
  }
}
main .synopsis {
  display: block;
  padding: 20px;
  background: #fb3d96;
}
@media (max-width: 920px) {
  main .synopsis {
    background: black;
  }
}
main .synopsis.black-background {
  background: black;
  padding: 20px;
}
@media (min-width: 920px) {
  main .synopsis {
    background: transparent;
    padding: 20px;
  }
}
main .synopsis p {
  padding: 0;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-align: justify;
  line-height: 1.1;
  font-size: 1em;
}
main .synopsis p small {
  display: block;
  line-height: 1.2;
  padding-top: 20px;
}
@media (min-width: 920px) {
  main .synopsis p small {
    padding-bottom: 40px;
  }
}
main .synopsis p.bold {
  font-weight: 900;
}
main .logo-mob {
  background: black;
}
@media screen and (min-width: 920px) {
  main .logo-mob {
    display: none;
  }
}

.lottery-details {
  padding: 15px 0;
}
.lottery-details h3 {
  margin-bottom: 0.75em;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 1.5px;
  color: #fa54ba;
  text-transform: uppercase;
}
@media (min-width: 920px) {
  .lottery-details h3 {
    color: #ffceec;
  }
}
.lottery-details h5 {
  color: #fa54ba;
}
@media (min-width: 920px) {
  .lottery-details h5 {
    color: #ffceec;
  }
}

.d-flex {
  display: flex;
  flex-direction: column;
}
@media (min-width: 920px) {
  .d-flex {
    flex-direction: row;
  }
}
.d-flex .item {
  padding: 10px 15px;
}
.d-flex .item p {
  text-align: center;
}

#video-popup {
  display: none;
}
@media (min-width: 920px) {
  #video-popup {
    display: block;
    position: absolute;
    bottom: 10px;
    right: -101%;
    width: 100%;
    background: #ffffff;
    z-index: 700;
    padding: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  #video-popup.opened {
    right: 0;
  }
}
#video-popup div {
  display: block;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  background: black;
}
#video-popup div iframe {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.socialicons {
  display: block;
  padding: 15px 0;
  text-align: center;
  background: #fb3d96;
}
.socialicons.desk {
  display: none;
}
@media (min-width: 920px) {
  .socialicons {
    position: absolute;
    right: 20px;
    bottom: 50px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    z-index: 23;
  }
  .socialicons.mob {
    display: none;
  }
  .socialicons.desk {
    display: block;
  }
}
@media (min-width: 1150px) {
  .socialicons {
    bottom: 10px;
  }
}
@media (min-width: 1390px) {
  .socialicons {
    bottom: 55px;
  }
}
@media (min-width: 1390px) {
  .socialicons {
    bottom: 55px;
  }
}
@media (min-width: 1800px) {
  .socialicons {
    bottom: 20px;
  }
}
.socialicons .hexagon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  margin: 0 5px;
  width: 35px;
  height: 35px;
  position: relative;
  vertical-align: top;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
}
@media (min-width: 480px) {
  .socialicons .hexagon {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 920px) {
  .socialicons .hexagon {
    margin: 0 0 0 5px;
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1280px) {
  .socialicons .hexagon {
    width: 30px;
    height: 30px;
  }
}
.socialicons #hex_fb {
  background: url("../images/social01.png") center center no-repeat;
  background-size: contain;
}
.socialicons #hex_tw {
  background: url("../images/social02.png") center center no-repeat;
  background-size: contain;
}
.socialicons #hex_yt {
  background: url("../images/social03.png") center center no-repeat;
  background-size: contain;
}
.socialicons #hex_ig {
  background: url("../images/social04.png") center center no-repeat;
  background-size: contain;
}
@media (min-width: 920px) {
  .socialicons #hex_fb:hover, .socialicons #hex_tw:hover, .socialicons #hex_yt:hover, .socialicons #hex_ig:hover, .socialicons #hex_mtc:hover {
    background-color: #fb3d96;
  }
}

footer .watch-video {
  display: block;
  text-align: center;
  padding: 15px 10px 12px;
  border-top: 1px solid white;
  background: #fb3d96;
  font-weight: bold;
  color: white;
  letter-spacing: 2px;
  line-height: 1;
  font-size: 1.25em;
  cursor: pointer;
}
footer .watch-video.desk {
  display: none;
}
footer .watch-video span {
  display: inline-block;
  position: relative;
  padding-right: 42px;
  padding-top: 6px;
  cursor: pointer;
}
footer .watch-video span:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background: url("../images/video-icon.png") left center no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  footer .watch-video {
    display: inline-block;
    vertical-align: top;
    width: 40%;
  }
}
@media (min-width: 920px) {
  footer .watch-video {
    border: none;
  }
  footer .watch-video.mob {
    display: none;
  }
  footer .watch-video.desk {
    display: inline-block;
  }
}
@media (min-width: 1280px) {
  footer .watch-video {
    font-size: 1.2em;
  }
}
footer .sign-up {
  display: block;
  text-align: center;
  padding: 20px 10px 15px;
  border-top: 1px solid white;
  background: #bbb8d8;
  font-weight: bold;
  color: #5c5c5c;
  letter-spacing: 2px;
  line-height: 1;
  font-size: 1.25em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  footer .sign-up {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    padding: 15px 10px 12px;
  }
  footer .sign-up span {
    display: inline-block;
    position: relative;
    padding-top: 6px;
  }
}
@media (min-width: 920px) {
  footer .sign-up {
    border: none;
  }
}
@media (min-width: 1280px) {
  footer .sign-up {
    font-size: 1.2em;
  }
}
footer p {
  display: block;
  align-self: center;
  margin: 0;
  color: #fff;
  padding: 15px 10px 10px;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-align: left;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 920px) {
  footer p {
    color: #000;
    background: #fff;
    text-align: center;
  }
}
footer p span {
  display: block;
  font-weight: bold;
  font-size: 14px;
}
footer p a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0px;
}
@media (max-width: 920px) {
  footer p a {
    color: #000;
  }
}
@media (min-width: 920px) {
  footer p {
    padding: 15px 20px 20px;
    font-size: 15px;
  }
}
@media (min-width: 1150px) {
  footer p span {
    display: inline-block;
    margin-right: 5px;
  }
}
@media (min-width: 1500px) {
  footer p {
    font-size: 16px;
  }
}
footer .annapurna {
  display: block;
  margin: 10px auto;
}

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