@import '/wp-content/themes/bbcan/remodal/remodal-default-theme.css';
@import '/wp-content/themes/bbcan/remodal/remodal.css';
/** Colours **/
/** Variables **/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
a {
  background-color: transparent;
}
a:focus {
  outline: none !important;
}
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
small {
  font-size: 80%;
}
small a {
  color: #fee300;
  text-decoration: none;
}
small a:hover {
  color: #fee300;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
button,
input {
  /* 1 */
  overflow: visible;
}
button,
select {
  /* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body,
button,
input,
select,
optgroup,
textarea {
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover,
a:focus,
a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
.sticky {
  display: block;
}
.post,
.page {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
ol.letters {
  padding-left: 0;
  margin-left: 20px;
}
ol.letters li {
  list-style-type: lower-alpha !important;
  margin-bottom: 15px;
}
.rules_table_1 {
  margin-top: 20px !important;
}
.rules_table_1 td {
  padding: 0cm 2em !important;
}
.bb_footer_nav_item a {
  color: #ffffff !important;
}
#primary a {
  color: #fee300;
  text-decoration: underline;
}
#primary .edit-selections a,
#primary .ow-button-base a {
  text-decoration: none;
}
.so-widget-sow-button {
  text-transform: uppercase;
}
#bbcan_navigation li.menu-item-21165,
#bbcan_navigation li.menu-item-21268,
#bbcan_navigation li.menu-item-35258,
#bbcan_navigation li.menu-item-34963,
#user_acc,
.logged-in-play {
  display: none;
}
.logged-in #bbcan_navigation li.menu-item-21165,
.logged-in #bbcan_navigation li.menu-item-21268,
.logged-in #bbcan_navigation li.menu-item-35258,
.logged-in #bbcan_navigation li.menu-item-34963,
.logged-in #user_acc,
.logged-in .logged-in-play {
  display: block;
}
.logged-in #login_register_button,
.logged-in .login-to-play {
  display: none;
}
@media all and (min-width: 990px) {
  .g-wide--full {
    float: left;
    width: 100%;
  }
  .g-wide--3 {
    float: left;
    margin-right: 3.7%;
    width: 74%;
  }
  .g-wide--1 {
    float: left;
    margin-right: 3.7%;
    width: 22.2%;
  }
  .g--half {
    float: left;
    margin-right: 3.7%;
    width: 48.15%;
  }
  .g--third {
    float: left;
    margin-right: 3.7%;
    width: 30.8%;
  }
  .g--last {
    margin-right: 0 !important;
  }
  .g-header--left {
    width: 50%;
    margin-right: 0;
    float: left;
  }
  .g-header--right {
    width: 50%;
    margin-right: 0;
    float: left;
    text-align: right;
  }
}
@media all and (max-width: 990px) {
  .g-wide--full,
  .g--half,
  .g--third,
  .g-wide--1 {
    float: left;
    width: 100%;
    display: block;
    position: relative;
  }
}
.ow-button-base a {
  background: yellow !important;
  color: black !important;
  border-radius: 0px !important;
  font-weight: 500 !important;
  border: 0px !important;
  transition: 0.3s all ease;
  padding: 15px 20px !important;
}
.ow-button-base a:hover {
  background: #eed609 !important;
  transition: 0.3s all ease;
}
.ow-button-base span {
  color: #000000 !important;
}
.panel-grid h1 {
  margin-bottom: 5px !important;
}
ul.list-inline {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  display: inline;
}
ul.list-inline li {
  display: inline;
  margin-right: 10px;
}
ul.list-inline li:last-child {
  margin-right: 0;
}
.text--right {
  text-align: right;
}
.big_font {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: -150px;
  float: left;
  width: auto;
}
.very_big_font {
  font-size: 63px;
  font-weight: 700;
  text-transform: uppercase;
}
.very_big_font p {
  margin-bottom: 50px;
}
.redblock {
  background: #9f1b19;
  color: #ffffff;
  width: 70%;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 40px;
}
.join-group,
.request-membership {
  background: #fee300 !important;
  color: #000000 !important;
  border-radius: 0 !important;
  border: 0px !important;
}
.groups .user-profile-wrapper #object-nav ul li.current.selected a {
  color: #ffffff !important;
}
.groups #groups-personal-li.current.selected a#user-groups {
  color: #ffffff !important;
}
.group_search_create a {
  color: #000000 !important;
}
.bb_weekly_predictions {
  color: #000000 !important;
}
#delete-account-button {
  background: #9f1b19 !important;
  color: #ffffff !important;
  border: 0px !important;
  border-radius: 0px !important;
}
.french .eng_text {
  display: none;
}
.french .fr_text {
  display: block;
}
.eng_text {
  display: block;
}
.fr_text {
  display: none;
}
ul#select_contestants {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
ul#select_contestants li {
  background: #121212;
  margin-bottom: 5%;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
ul#select_contestants li img {
  display: block;
}
ul#select_contestants li.selected {
  background: #fee300;
  color: #000000;
}
ul#select_contestants li.final_pick {
  /*color:@black !important;*/
}
ul#select_contestants .bio_link {
  background: #9f1b19;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  bottom: -23px;
  width: auto;
  text-align: center;
  padding: 1px 10px;
}
ul#select_contestants .bio_link a {
  color: #ffffff;
  text-decoration: none;
}
.contestant_info {
  margin-right: 0;
}
.contestant_info_2 {
  position: relative;
}
.contestant_info_2 .contestant_name {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 40px;
}
#select_contestants .rose_button:before {
  content: url('/wp-content/themes/bbcan/img/checkmark.png');
  text-indent: 0;
  color: #000;
  display: inline-block;
  height: 100%;
  filter: grayscale(1);
  opacity: 0.7;
}
.rose_button {
  position: absolute;
  top: -30px;
  left: -20px;
}
.rose_button.selected:before {
  filter: grayscale(0) !important;
  opacity: 1 !important;
}
.active .rose_button {
  display: none;
}
.cross {
  position: absolute;
  left: 40%;
  top: -20px;
  display: none;
}
.eliminated .rose_button {
  display: none;
}
.eliminated .attachment-post-thumbnail {
  filter: brightness(0.3) saturate(0.3);
}
.eliminated .contestant_info_2 {
  color: grey;
}
.eliminated .cross {
  display: block;
}
.hidden_block {
  display: none;
}
.quiz_gravity li.gfield_visibility_hidden {
  display: block !important;
  position: relative !important;
  visibility: visible !important;
  left: 0 !important;
}
ul#quiz,
ul .answers {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.question {
  margin-bottom: 3.7%;
}
.question:nth-child(2n) {
  margin-right: 0 !important;
}
.question .page {
  background: #9f1b19;
  color: #ffffff;
  padding: 25px 20px;
  margin: 0;
  box-sizing: border-box;
}
.question .page p {
  margin: 0;
}
.question .answers_wrapper {
  background: #121212;
  padding: 25px 20px;
  box-sizing: border-box;
}
.answers li {
  border: 1px solid #ffffff;
  padding: 10px;
  text-align: center;
  margin-bottom: 30px;
  cursor: pointer;
}
.answers li.visible {
  margin-bottom: 0;
  position: relative;
  top: -30px;
  background-color: #121212;
  z-index: 10;
}
.answers li.selected {
  background: #fee300;
  color: #000000;
  border: 1px solid #fee300;
  font-weight: 500;
}
#gform_1 .gform_footer {
  padding: 0;
  margin-top: -40px;
}
#gform_1 .gform_footer input[type="submit"] {
  background: #fee300;
  color: #000000;
  border: 0px;
  border-radius: 0px;
  font-weight: 500;
  cursor: pointer;
}
.disabled {
  background: #969696 !important;
  color: #6b6b6b !important;
  cursor: unset !important;
}
#gform_confirmation_wrapper_1,
#gform_confirmation_wrapper_2 {
  display: none;
}
.bp-margin-top {
  margin-top: 41px;
}
a:visited {
  color: #fee300;
}
.buddypress .entry-header {
  display: none;
}
.buddypress .custom_bb_header {
  margin-top: 75px;
  z-index: 1000;
  position: relative;
}
.buddypress .big_font {
  float: left;
  width: 100%;
  margin-bottom: -22px;
}
.buddypress article {
  margin-bottom: 0;
}
#buddypress .container {
  background: transparent !important;
}
#item-body {
  float: left;
  width: 100%;
}
.bb_profile_options #object-nav li {
  border: 1px solid #ffffff;
  margin-right: 15px !important;
  text-transform: uppercase;
}
.bb_profile_options #object-nav li.selected {
  border: 1px solid #9f1b19 !important;
}
.bb_profile_options #object-nav li.selected a {
  background: #9f1b19 !important;
}
.bb_profile_options #object-nav li a {
  color: #ffffff !important;
}
#second--half {
  font-size: 22px;
}
.user-nicename {
  color: #ffffff !important;
  font-size: 2em !important;
  line-height: 1em;
  margin-top: 0.25em;
}
.petal_picks_section,
.quiz_section {
  margin-top: 70px;
}
.petal_picks_section span,
.quiz_section span {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
}
ul.petal_picks {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: inline;
}
ul.petal_picks li {
  display: inline;
  float: left;
  margin-right: 30px;
  text-align: center;
}
ul.petal_picks li img {
  max-width: 150px;
}
.bb_weekly_predictions {
  float: right;
  background: #fee300;
  color: #000000;
  padding: 10px 20px;
  text-align: center;
  position: relative;
  margin-top: -35px;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.3s all ease;
}
.bb_weekly_predictions:visited {
  color: #000000 !important;
}
.bb_weekly_predictions:hover {
  background: #eed609 !important;
  transition: 0.3s all ease;
}
.hidden {
  display: none !important;
}
.base {
  display: none;
}
/** Groups **/
#buddypress div.dir-search {
  float: left !important;
  width: 100% !important;
  margin: 0;
}
.group_text {
  margin: 50px 0 50px;
}
#pag-top {
  background: #121212 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  margin-bottom: 30px !important;
}
#buddypress ul.item-list {
  border-top: 0 !important;
}
.bp-single-group .item-title a {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
}
.bp-single-group .item-desc {
  color: #ffffff !important;
  font-size: 18px !important;
}
.bp-single-group .item {
  margin-top: 100px;
}
.bp-single-group .meta {
  color: #ffffff !important;
}
.group_search_create,
#members-dir-search {
  background: #121212;
  padding: 15px;
  margin-bottom: 30px;
}
.group_search_create #groups-dir-search,
#members-dir-search #groups-dir-search {
  margin: 0 !important;
}
#search-members-form {
  display: flex;
  justify-content: flex-end;
}
#groups_search {
  padding: 6px !important;
  border: 0px !important;
  line-height: normal !important;
}
#group-create-nav a {
  display: none !important;
}
.item-list-tabs li {
  background: transparent !important;
  text-transform: uppercase !important;
}
.item-list-tabs li a {
  color: #fee300 !important;
  background: transparent !important;
  font-size: 14px;
}
.directory .selected a {
  color: #ffffff !important;
}
/** Single Group **/
.single-item #buddypress .container {
  background: rgba(0, 0, 0, 0.7) !important;
}
.single-item #item-nav {
  background: #121212;
  color: white;
  padding: 15px;
  margin-bottom: 30px;
}
.single-item #subnav {
  display: none;
}
.single-item #whats-new-avatar {
  max-width: 150px;
}
.single-item #whats-new-content {
  float: left;
  width: 80%;
  margin-left: 5px !important;
}
.single-item #message {
  float: left;
  width: 100%;
}
.single-item .activity-greeting {
  padding-left: 100px !important;
}
.single-item textarea {
  height: 3em !important;
}
.single-item #aw-whats-new-submit,
.single-item input[type="submit"] {
  border: none;
  border-radius: 1px;
  background: #fee300;
  color: #000000;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  padding: .5em 1.5em;
}
.single-item .activity #activity-stream {
  padding-left: 50px;
  float: left;
  width: 100%;
  margin-top: 30px !important;
}
.single-item .activity #activity-stream li {
  background: #121212;
  border-bottom: 0px !important;
  padding: 15px !important;
  margin-bottom: 20px;
}
.single-item .activity #activity-stream .activity-content {
  margin-left: 0;
  margin-top: 10px;
}
.single-item .activity #activity-stream .activity-avatar {
  max-width: 100px;
  margin-right: 20px;
}
.single-item .activity #activity-stream .activity-meta a {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.single-item .activity .ac-reply-avatar {
  max-width: 80px;
}
.single-item .activity .ac-reply-content {
  margin-left: 80px !important;
}
.single-item .activity .activity-comments ul {
  margin-top: 30px !important;
}
.single-item.groups #subnav {
  display: block !important;
  margin-bottom: 30px !important;
}
.single-item.groups #subnav li.current a {
  color: #000000 !important;
}
.single-item.groups #item-header-avatar {
  display: block !important;
}
/** Members **/
.not_friends a {
  background: #fee300 !important;
  color: #000000 !important;
  font-size: 18px !important;
  border: 0px !important;
}
.is_friend a {
  background: #9f1b19 !important;
  color: #ffffff !important;
  font-size: 18px !important;
  border: 0px !important;
}
.notifications thead tr {
  background: #9f1b19 !important;
}
.notifications a {
  color: #ffffff;
  text-decoration: none !important;
}
.bp-user .is_friend {
  margin: 20px 0;
}
.bp-user #subnav .selected a {
  color: #ffffff !important;
}
.bp-user #post-mention {
  display: none !important;
}
#buddypress div.item-list-tabs ul li a .count,
#buddypress div.item-list-tabs ul li a .no-count {
  background: #fee300;
  border-radius: 50%;
  border: none;
  color: #000000;
  display: inline;
  font-size: 75%;
  margin-left: 2px;
  text-align: center;
  height: 2em;
  width: 2em;
  vertical-align: middle;
  display: inline-block;
  padding: 0.25em 0 0 0em;
  position: relative;
  top: -0.125em;
}
/** Profile **/
.change-avatar #subnav,
.change-avatar #annoucement,
.change-avatar #myQuiz {
  display: none;
}
.change-avatar a {
  color: #fee300;
  text-decoration: none;
}
.change-avatar #myPicks .g-wide--full .g--half {
  display: none;
}
.change-avatar #myPicks .cap-custom-text {
  display: none;
}
.table-condensed thead {
  background: #9f1b19;
}
.table-condensed tfoot {
  display: none;
}
.bp-user .petal_picks li {
  position: relative;
}
.bp-user .petal_picks .rose_pick {
  border: 1px solid #fee300;
}
.bp-user .petal_picks .rose_pick:before {
  content: url('/wp-content/themes/bbcan/img/checkmark.png');
  text-indent: 0;
  color: #000;
  display: inline-block;
  height: 100%;
  filter: opacity(1);
  position: absolute;
  right: -20px;
  top: -18px;
}
#buddypress input[type=submit],
#buddypress input[type=submit]:hover,
.basic-button {
  border: none;
  border-radius: 1px;
  background: #fee300;
  color: #000000;
  font-size: 20px;
  line-height: 1em;
  font-weight: 600;
  padding: .5em 1.5em;
}
#buddypress div.dir-search input[type=text] {
  padding: .4em;
  font-size: 100%;
  line-height: 1em;
  margin-right: 0.5em;
}
.profile-edit .base {
  display: block !important;
}
.profile-edit #annoucement,
.profile-edit #myQuiz {
  display: none !important;
}
.profile-edit #myPicks .g-wide--full .g--half {
  display: none;
}
.profile-edit #myPicks .cap-custom-text {
  display: none;
}
#buddypress .standard-form button {
  background: #9f1b19 !important;
  color: #ffffff !important;
  border: 0px !important;
  border-radius: 0px !important;
}
#profile-group-edit-submit {
  background: #fee300 !important;
  color: #000000 !important;
  font-size: 20px !important;
  border: 0px !important;
  border-radius: 0px !important;
  padding: 10px 20px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}
#invite-list {
  background: transparent !important;
}
#invite-list ul {
  margin-left: 0 !important;
}
.bp-user .base {
  display: block;
  width: 100%;
  margin-bottom: 1em;
}
.pending_friend,
.leave-group {
  background: #9f1b19 !important;
  color: #ffffff !important;
  border: 0px !important;
  border-radius: 0px !important;
  font-size: 20px !important;
}
.change-avatar .bb_weekly_predictions {
  display: none;
}
#group-creation-create,
#group-creation-previous,
#group-creation-next,
#group-creation-finish {
  background: #fee300 !important;
  color: #000000 !important;
  border: 0px !important;
  border-radius: 0px !important;
  font-size: 20px !important;
  font-weight: 500;
}
#xprofile-settings-base thead tr .title {
  color: #000000 !important;
}
.requested {
  background: #fee300 !important;
  color: #000 !important;
  font-size: 18px !important;
  border: 0px !important;
}
#weekly_winners_table td p {
  margin-left: 0.45cm !important;
}
.group-admin .action .member-ban {
  background: #9f1b19 !important;
  color: #ffffff !important;
  border-radius: 0px !important;
  border: 0px !important;
}
.group-admin #members-dir-search {
  margin-top: 20px !important;
}
.member-promote-to-mod,
.member-promote-to-admin,
.group-admin .confirm {
  background: #fee300 !important;
  color: #000000 !important;
  border-radius: 0px !important;
  border: 0px !important;
}
.friends #friend-list li {
  float: left;
  width: 100%;
}
.my-account .user-profile-wrapper table.table-condensed thead {
  text-align: left;
}
#buddypress div.profile h2 {
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
#item-header-avatar img {
  width: 100%;
}
#item-header-avatar {
  text-align: center;
  font-size: 0.8em;
}
#public-personal-li {
  display: none;
}
.profile-announcement > div {
  background-color: #fee300;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  padding: 1em;
  margin-bottom: 1em;
  text-align: justify;
}
.profile-announcement > div p:first-child {
  margin-top: 0;
}
.profile-announcement > div p:last-child {
  margin-bottom: 0;
}
body.my-profile #item-body {
  margin-top: 1em;
}
body.my-profile #subnav {
  display: none;
}
div.submit input#submit {
  border: none;
  border-radius: 1px;
  background: #fee300;
  color: #000000;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  padding: .5em 1.5em;
  margin-bottom: 1em;
}
#buddypress div.item-list-tabs ul li.current a span,
#buddypress div.item-list-tabs ul li.selected a span {
  background-color: #fee300;
}
#groups-list li,
#members-list li {
  background-color: #121212;
  border-bottom: none!important;
  padding: 0!important;
  margin-bottom: 1em!important;
}
#buddypress ul.item-list li div.item-desc {
  width: auto;
  color: #ffffff;
  font-size: 18px;
}
#buddypress ul.item-list li div.item-title {
  font-size: 22px;
}
#buddypress #groups-list span.activity {
  display: none;
}
#buddypress .generic-button a {
  border: none!important;
  border-radius: 1px!important;
  background: #fee300 !important;
  color: #000000 !important;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  padding: .5em 1.5em;
  display: inline-block;
  float: right;
}
#buddypress ul#groups-list.item-list li div.action,
#buddypress ul#members-list.item-list li div.action {
  position: absolute;
  top: 1em;
  right: 1em;
  text-align: center;
}
.item-avatar img {
  width: 300px;
  height: auto;
}
@media (max-width: 990px) {
  #buddypress ul.item-list li div.item-title {
    width: 100%;
  }
  #groups-list li {
    padding: 1em!important;
  }
  #buddypress ul#groups-list.item-list li div.action {
    top: 0;
    right: 0;
  }
  .group_search_create .bb_weekly_predictions {
    margin-bottom: 1em;
  }
}
.groups #buddypress div#item-header img.avatar {
  max-width: 500px;
}
.groups #buddypress div#item-header div#item-meta,
.groups #buddypress div#item-header div#item-header-content,
.groups #buddypress span.highlight {
  font-size: 20px;
  color: #ffffff;
}
.groups #buddypress span.activity {
  display: none;
}
.groups #buddypress div#item-header div#item-actions {
  float: left;
  margin: 0;
  text-align: left;
  width: 100%;
}
.groups #buddypress div#item-header div#item-actions h2 {
  display: inline-block;
}
.groups #buddypress div#item-header div#item-actions h2:after {
  content: ': ';
}
.groups #buddypress div#item-header div#item-actions ul#group-admins {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.groups #buddypress div#item-header div#item-actions ul#group-admins li {
  float: left;
  display: inline-block;
}
.groups #buddypress div#item-header div#item-actions ul#group-admins li a {
  vertical-align: bottom;
}
.groups #buddypress div#item-header div#item-actions ul#group-admins li img {
  margin: 0;
}
#buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic,
#buddypress .activity-list li.mini .activity-avatar img.avatar {
  height: auto;
  margin-left: 0;
  width: auto;
}
#buddypress ul.item-list li {
  float: left;
  width: 100%;
}
#buddypress .standard-form div.submit input {
  border: none;
  border-radius: 1px;
  background: #fee300;
  color: #000000;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  padding: .5em 1.5em;
}
#buddypress .standard-form div.submit {
  text-align: center;
}
@media all and (min-width: 990px) {
  body.page-template-page-leaderboard .container {
    flex-direction: column;
  }
  body {
    background: #000000;
    color: #ffffff;
    font-size: 18px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 400;
  }
  .container {
    max-width: 1250px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  article {
    float: left;
    width: 100%;
  }
  #masthead {
    background: url('/wp-content/themes/bbcan/img/header_bg_2021.jpg');
    background-size: cover;
    background-position: 0 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  #masthead .ad-space {
    margin-top: 45px;
  }
  #bbcan_navigation {
    background: #000000;
  }
  #bbcan_navigation #site-navigation {
    display: inline-block;
    text-align: center;
  }
  #bbcan_navigation #primary-menu {
    display: flex;
    text-align: center;
    width: 100%;
    justify-content: space-between;
  }
  #bbcan_navigation li {
    padding: 20px 15px 15px;
    position: relative;
    display: inline-block;
    float: none !important;
  }
  #bbcan_navigation li:last-child {
    margin-right: 0;
  }
  #bbcan_navigation li:hover .sub-menu {
    left: 0;
  }
  #bbcan_navigation li .sub-menu {
    background: #121212;
    width: 230px;
  }
  #bbcan_navigation li .sub-menu li {
    text-align: left;
    border-bottom: 1px solid #484848;
  }
  #bbcan_navigation li .sub-menu li:last-child {
    border-bottom: 0px;
  }
  #bbcan_navigation li .sub-menu li a {
    font-size: 17px;
  }
  #bbcan_navigation a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
  }
  #bbcan_navigation a:hover {
    color: #fee300 !important;
  }
  #bbcan_navigation a:visited {
    color: #ffffff;
  }
  /*.french{
        & #bbcan_navigation{
            & li{
                margin-right:24px;
                &:last-child{
                    margin-right:0;
                }
                & a{
                    font-size:16px;
                }
            }
        }
        &.logged-in{
            & #bbcan_navigation{
                & li{
                    margin-right:43px;
                }
            }
        }
        & .myCRED-leaderboard{
            & thead{
                & th#tRank{
                    width:31.5%;
                }
                & th#tEntry{
                    width:35.2%;
                }
            }
        }
        & li#menu-item-21309{
            margin-right:15px;
        }
    }*/
  .menu-item-has-children:after {
    content: "\25bc";
    position: absolute;
    right: 0px;
    top: 38%;
    font-size: 11px;
  }
  .account {
    background: #fee300;
    background: linear-gradient(180deg, #fee300 8%, #393000 100%);
  }
  .account a {
    margin-left: -4px;
    padding-right: 5px;
  }
  .account:after {
    right: 8px;
  }
  .account .sub-menu {
    overflow: hidden;
  }
  .entry-content {
    float: left;
    width: 100%;
    margin-top: 0;
  }
  .featured {
    position: relative;
  }
  .featured .featured_text {
    position: absolute;
    bottom: 10px;
  }
  .featured .promo_text {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: #9f1b19;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 0 20px;
  }
  .featured .promo_text .textwidget p {
    margin: 9px 0;
  }
  .featured .promo_text .textwidget p:before {
    content: " ";
    display: block;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #9f1b19;
    position: absolute;
    left: -40px;
    top: 0;
    z-index: 10000;
  }
  .dark {
    background: #121212;
    color: #ffffff;
  }
  .dark_left {
    padding-left: 30px;
    padding-right: 10px;
  }
  #primary .container {
    background-image: url('/wp-content/themes/bbcan/img/bg_fade.png');
    background-repeat: repeat-x;
    display: flex;
    flex-direction: column;
  }
  #content {
    background: url('/wp-content/themes/bbcan/img/background_2021.jpg');
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: top center;
    float: left;
    width: 100%;
  }
  footer {
    background: #000000;
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  footer a {
    color: #ffffff;
    text-decoration: none;
  }
  footer a:hover {
    color: #fee300;
  }
  footer .bbcan_footer_text a {
    text-decoration: underline;
  }
  footer h3 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
  }
  footer #footer_navigation {
    margin-top: 50px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
  }
  footer .copyright {
    font-size: 13px;
  }
  footer .bbcan_footer_text {
    margin-top: 20px;
    margin-bottom: -30px;
  }
  footer .footer-right .col-1 {
    width: 80%;
    margin-right: 0;
  }
  footer .footer-right .col-2 {
    width: 20%;
  }
  footer .social li a {
    border: 1px solid #ffffff;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    color: #ffffff;
  }
  footer .social li a:hover {
    color: #fee300;
    border-color: #fee300;
  }
  .mobile_footer {
    display: none;
  }
  #menu-mobile-right-menu .login-modal,
  #menu-mobile-right-menu-french .login-modal {
    display: none;
  }
}
@media all and (min-width: 991px) and (max-width: 1250px) {
  #bbcan_navigation li {
    padding: 20px 9px 15px !important;
  }
  #bbcan_navigation li a {
    font-size: 16px;
  }
  .account:after {
    right: 3px !important;
  }
  .menu-item-has-children:after {
    right: -4px;
  }
  /*.french{
        & #primary-menu{
            & li{
                margin-right:21px;
                &:last-child{
                    margin-right:0;
                }
            }
        }
    }*/
}
@media all and (max-width: 990px) {
  .bbcan_header_options {
    z-index: 1;
  }
  body {
    background: #000000;
    color: #ffffff;
    font-size: 18px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 400;
  }
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    position: relative;
    float: left;
  }
  .site-branding {
    max-width: 150px;
    margin: 15px auto;
  }
  .menu-toggle {
    display: none;
  }
  #masthead {
    background: url('/wp-content/themes/bbcan/img/header_bg_2021.jpg');
    background-size: cover;
    background-position: 0 100%;
  }
  #masthead .container {
    padding-left: 0;
    padding-right: 0;
  }
  #primary .container {
    background-image: url('/wp-content/themes/bbcan/img/bg_fade.png');
    background-repeat: repeat-x;
    display: flex;
  }
  #content {
    background: url('/wp-content/themes/bbcan/img/background_2021.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #000000;
    float: left;
    width: 100%;
  }
  #site-navigation {
    display: none;
  }
  .ad-space img {
    width: 100%;
  }
  .home .container {
    padding-left: 0;
    padding-right: 0;
  }
  .home .dark {
    padding-left: 25px;
    padding-right: 25px;
    background: #121212;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home .dark h1 {
    margin-top: 0;
  }
  .home .dark img {
    margin-bottom: 15px;
  }
  .home .dark a {
    margin-bottom: 15px;
  }
  .featured {
    float: left;
    width: 100%;
    margin-top: -10px;
  }
  .featured .promo_text {
    background: #9f1b19;
    color: #ffffff;
    padding: 10px 5px;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
  }
  .featured .promo_text p {
    margin: 0;
  }
  .featured .featured_text {
    visibility: hidden;
  }
  .email-signup-prompt #gform_5 > div {
    flex-basis: 100%!important;
  }
  .email-signup-prompt #gform_5 > div #field_5_1 {
    padding-right: 0;
    margin-bottom: 1em!important;
  }
  .email-signup-prompt #gform_5 > div #field_5_1 label {
    max-width: 95%!important;
  }
  footer {
    float: left;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
    text-align: center;
    font-size: 14px;
    padding-bottom: 70px;
  }
  footer .text--right {
    text-align: center;
  }
  footer h3 {
    text-transform: uppercase;
    font-weight: 700;
  }
  footer #footer_navigation {
    display: none;
  }
  footer .copyright {
    margin: 10px 0;
  }
  footer img {
    margin: 0 auto;
  }
  footer .bbcan_footer_text a {
    color: #fee300;
    text-decoration: none;
  }
  footer .social a {
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    color: #fff;
  }
  .mobile_footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    background: #121212;
    color: #ffffff;
    padding: 8px 0;
    z-index: 1000001;
  }
  .mobile_footer .g-wide--1 {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 25px;
  }
  .mobile_footer .g-wide--1 .menu-text {
    font-size: 8px !important;
    display: block;
  }
  .mobile_footer a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
  }
  /** Final Two Forecast **/
  .redblock {
    width: 100%;
    margin-top: 30px;
  }
  .big_font {
    margin-bottom: -125px !important;
    text-align: center;
    display: block;
    width: 100%;
  }
  .very_big_font {
    font-size: 50px;
    text-align: center;
    display: block;
    width: 100%;
  }
  .cross {
    left: 28%;
    top: -10px;
  }
  .text--right {
    text-align: center;
  }
  /** Buddypress **/
  #object-nav ul {
    text-align: center;
  }
  #object-nav li {
    margin-top: 1em!important;
    display: inline-block;
    float: none!important;
  }
  .bp-user .big_font {
    margin-bottom: -25px !important;
    text-align: center;
  }
  .bp-user .very_big_font {
    text-align: center;
  }
  .bp-user img {
    margin: 0 auto;
  }
  .bp-user #xprofile-personal-li,
  .bp-user #notifications-personal-li,
  .bp-user #friends-personal-li,
  .bp-user #settings-personal-li {
    /* display:none; */
  }
  .bp-user #mycred-history-personal-li,
  .bp-user #groups-personal-li {
    /*margin-top: 20px !important;
            width: 100%;
            text-align: center;
            background: @red !important;
            border: 0px;
            & a{
                font-size:20px;
            }
            &.current{
                margin-bottom:20px;
                & a{
                    color:@white !important;
                }
            }
            */
  }
  .bp-user ul.petal_picks li {
    float: left;
    margin-right: 20px;
  }
  .bp-user .bb_weekly_predictions {
    float: left;
    margin-top: 40px;
  }
  .bp-user .cap-custom-text {
    margin-bottom: 15px;
    float: left;
    margin-right: 6px;
  }
  .notifications thead tr {
    background: #9f1b19 !important;
  }
  .notifications a {
    color: #ffffff;
    text-decoration: none !important;
  }
  .notifications #members-order-select {
    float: left !important;
    width: 100% !important;
    margin: 20px 0 !important;
  }
  .item-avatar,
  .item-title {
    float: left;
    width: 100%;
  }
  .item {
    float: left;
    width: 100%;
    margin-top: 15px !important;
  }
  .groups #groups-list .item-desc {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .groups #groups-list .action {
    position: relative !important;
  }
  .groups #groups-list .action .meta {
    float: left;
    width: 100%;
    text-align: left;
  }
  .groups #groups-order-select {
    float: left;
    width: 100%;
    margin: 25px 0 !important;
  }
  .groups .big_font {
    margin-bottom: -22px !important;
  }
  .lang_switcher li.wg-li a {
    font-weight: 700;
    color: #fff;
  }
  .lang_switcher .wgcurrent span {
    color: #fee300;
  }
  .lang_switcher li.wg-li {
    margin: -3px 0 0 !important;
  }
  .single-item.groups .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .single-item.groups .container #item-actions {
    float: left !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .single-item.groups .container .activity-greeting {
    line-height: normal !important;
  }
  .single-item.groups .container #activity-stream {
    padding-left: 0;
  }
  .single-item.groups .container .activity-avatar {
    float: left !important;
    width: 100%;
    display: block;
  }
  .single-item.groups .container .activity-avatar img {
    width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
  }
  .single-item.groups .container .activity-header,
  .single-item.groups .container .activity-meta,
  .single-item.groups .container .activity-comments {
    float: left !important;
    width: 100% !important;
  }
  .single-item.groups .container #whats-new-content {
    float: left;
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
  .directory.members .dir-search {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }
  .friends #members-order-select {
    float: left !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  #myPicks a,
  .group_search_create a {
    color: #000000 !important;
  }
  .close_right_menu {
    position: absolute;
    bottom: 50px;
    right: 0;
    border-bottom: 0 !important;
  }
  .close_right_menu a {
    border-bottom: 0 !important;
    font-size: 30px !important;
    z-index: 20000;
  }
  .close_right_menu a:hover {
    background: transparent !important;
    color: #ffffff !important;
  }
  .close_left_menu {
    position: absolute;
    bottom: 50px;
    left: 0;
    border-bottom: 0 !important;
  }
  .close_left_menu a {
    border-bottom: 0 !important;
    font-size: 30px !important;
    z-index: 20000;
  }
  .close_left_menu a:hover {
    background: transparent !important;
    color: #ffffff !important;
  }
  /*.french{
        & .cbp-spmenu-vertical a{
            font-size:14px;
        }
    }*/
  .group-button {
    float: left;
  }
  .user-quiz-answers .quiz-question {
    flex-basis: 100%!important;
  }
}
@media (max-width: 599px) {
  #select_contestants.type-b-layout {
    justify-content: space-between;
  }
  #select_contestants.type-b-layout li {
    flex-basis: calc(50% - 10px) !important;
    margin-right: 0;
  }
  .game-confirm button {
    margin-bottom: 10px;
    margin-right: 0!important;
  }
  .game-confirm > div {
    background: transparent!important;
  }
  .game-confirm {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .site-branding {
    margin-top: 33px;
  }
  .user-quiz-answers {
    margin: 0!important;
  }
}
.answers_wrapper {
  min-height: 179px;
  position: relative;
}
article.page {
  width: 100%;
}
/* General styles for all menus */
.cbp-spmenu {
  background: #292929;
  position: fixed;
  overflow-y: scroll;
}
.cbp-spmenu h3 {
  color: #ffffff;
  font-size: 1.9em;
  padding: 20px;
  margin: 0;
  font-weight: 300;
  background: transparent;
}
.cbp-spmenu a {
  display: block;
  color: #fff;
  font-size: 1.1em;
  font-weight: 300;
}
.cbp-spmenu a:hover {
  background: #fee300;
  color: #000000;
}
.cbp-spmenu a:active {
  background: #fee300;
  color: #000000;
}
/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1000000;
}
.cbp-spmenu-vertical a {
  border-bottom: 1px solid #3B3B3B;
  padding: 1em;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
}
.cbp-spmenu-horizontal {
  width: 100%;
  height: 150px;
  left: 0;
  z-index: 1000;
  overflow: hidden;
}
.cbp-spmenu-horizontal h3 {
  height: 100%;
  width: 20%;
  float: left;
}
.cbp-spmenu-horizontal a {
  float: left;
  width: 20%;
  padding: 0.8em;
  border-left: 1px solid #3B3B3B;
}
/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
  left: -240px;
}
.cbp-spmenu-right {
  right: -240px;
}
.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px;
}
.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}
/* Horizontal menu that slides from the top or bottom */
.cbp-spmenu-top {
  top: -150px;
}
.cbp-spmenu-bottom {
  bottom: -150px;
}
.cbp-spmenu-top.cbp-spmenu-open {
  top: 0px;
}
.cbp-spmenu-bottom.cbp-spmenu-open {
  bottom: 0px;
}
/* Push classes applied to the body */
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}
.cbp-spmenu-push-toright {
  left: 240px;
}
.cbp-spmenu-push-toleft {
  left: -240px;
}
/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* Example media queries */
@media screen and (max-width: 55.1875em) {
  .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px;
  }
  .cbp-spmenu-top {
    top: -110px;
  }
  .cbp-spmenu-bottom {
    bottom: -110px;
  }
}
@media screen and (max-height: 26.375em) {
  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 190px;
  }
  .cbp-spmenu-left,
  .cbp-spmenu-push-toleft {
    left: -190px;
  }
  .cbp-spmenu-right {
    right: -190px;
  }
  .cbp-spmenu-push-toright {
    left: 190px;
  }
}
.cbp-spmenu-left #menu-mobile-left-menu,
.cbp-spmenu-left #menu-mobile-left-menu-french {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.cbp-spmenu-right #menu-mobile-right-menu,
.cbp-spmenu-right #menu-mobile-right-menu-french {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.dis {
  pointer-events: none;
}
.mobile_footer .disabled {
  background: transparent !important;
  color: #ffffff !important;
}
code {
  box-sizing: border-box;
  word-break: break-all;
}
/*.answers_wrapper{
    position:relative;
}
#quiz{
    & li:first-child .answer_wrapper{
        height:366px;
    }
}
#q1{
    position:relative;
    & .notValidEntry{
        position:absolute;
        top:0;
        left:0;
        right:0;
        display:block !important;
        background:blue;
        z-index:99;
    }
    &.clicked{
        height:100% !important;
        & .notValidEntry{
            position:relative !important;
        }
        & .inner{
            display:block;
        }
    }
    & .inner{
        position:absolute;
        background:@black;
        top:80px;
        width:100%;
        display:none;
    }
}*/
/*
ul#q1, ul#q2, ul#q6 { 
    height: 30px;
    width: 100%;
    border: 0px #000 solid;
}
ul#q1 li, ul#q2 li, ul#q6 li { 
    z-index: 2; 
}
ul#q1 li:not(.init), ul#q2 li:not(.init), ul#q6 li:not(.init) { 
    float: left; 
    width: 100%; 
    display: none; 
    background: #1b1b1b;
    margin-bottom:0; 
    border:0px;
    z-index:2000;
    position:relative;
}
ul#q1 li:not(.init):hover, ul li.selected:not(.init), 
ul#q2 li:not(.init):hover, ul li.selected:not(.init),
ul#q6 li:not(.init):hover, ul li.selected:not(.init){ 
    background: @yellow !important; 
    color:@black !important;
}
ul#q1 li.init, ul#q2 li.init, ul#q6 li.init { 
    cursor: pointer; 
}
.yes{
    background:@yellow;
    border-color:@yellow;

    li.init {
        color:@black;
        font-weight:600;
        border-color:@yellow;

    }
}
*/
.button.accept {
  background: #fee300 !important;
  color: #000000 !important;
  border: 0px !important;
  border-radius: 0px !important;
}
.button.reject {
  background: #9f1b19 !important;
  color: #ffffff !important;
  border: 0px !important;
  border-radius: 0px !important;
}
.base {
  display: none !important;
}
@media all and (min-width: 990px) {
  .lang_switcher {
    background: #9f1b19;
    color: #ffffff;
    position: absolute;
    top: -20px;
    right: 25px;
    font-size: 15px;
    font-weight: 700;
    padding: 4px 20px 5px;
    height: 32px;
  }
  .lang_switcher .wpml-ls-legacy-list-vertical {
    border: none;
    padding: 0;
    height: 22px;
  }
  .lang_switcher .wpml-ls-legacy-list-vertical a {
    border: none;
    padding: 0;
    line-height: 22.5px;
    height: 22px;
  }
  .lang_switcher .wgcurrent span {
    color: #fee300;
  }
  .lang_switcher li.wg-li {
    margin: -4px 0 0 !important;
  }
  .lang_switcher li.wg-li a {
    font-weight: 700;
    color: #ffffff;
  }
  .lang_switcher a {
    color: #ffffff;
    text-decoration: none;
  }
  .return_to_site {
    background: #fee300;
    color: #000000;
    padding: 5px 20px;
    position: absolute;
    top: -20px;
    right: 130px;
    font-size: 15px;
  }
  .return_to_site a {
    color: #000000 !important;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
  }
  .return_to_site_mobile {
    display: none;
  }
}
@media all and (max-width: 990px) {
  .lang_switcher {
    background: #9f1b19;
    color: #ffffff;
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 12px;
    font-weight: 700;
    height: 28px;
  }
  .lang_switcher a {
    color: #ffffff;
    text-decoration: none;
  }
  .return_to_site {
    display: none;
  }
  .return_to_site_mobile {
    background: #fee300;
    color: #000000;
    padding: 5px 10px;
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 12px;
    display: block;
  }
  .return_to_site_mobile a {
    color: #000000 !important;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
  }
}
.table0 thead,
#bp-group-leaderboard thead {
  background: #9f1b19;
  text-transform: uppercase;
}
.table0 table,
#bp-group-leaderboard table {
  margin-bottom: 0;
}
.table1 tbody,
#bp-group-leaderboard tbody {
  text-align: center;
}
.table2 {
  display: none;
}
tbody tr {
  background: #121212;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
tbody tr:hover {
  background: #1f1f1f;
}
.mycred-table {
  text-align: center;
  border-collapse: separate;
  text-indent: initial;
  border-spacing: 2px;
}
.mycred-table thead {
  text-align: center!important;
  text-transform: uppercase;
}
.mycred-table .column-time {
  width: 25%;
}
.mycred-table .column-creds {
  width: 25%;
}
.mycred-table .column-entry {
  width: 50%;
}
.myCRED-leaderboard .t1position,
#bp-group-leaderboard .t1position,
.myCRED-leaderboard #tRank,
#bp-group-leaderboard #tRank,
.myCRED-leaderboard .column-position,
#bp-group-leaderboard .column-position {
  width: 25%;
}
.myCRED-leaderboard .t1name,
#bp-group-leaderboard .t1name,
.myCRED-leaderboard #tEntry,
#bp-group-leaderboard #tEntry {
  width: 50%;
}
.myCRED-leaderboard .t1total,
#bp-group-leaderboard .t1total,
.myCRED-leaderboard #tTotal,
#bp-group-leaderboard #tTotal,
.myCRED-leaderboard .column-balance,
#bp-group-leaderboard .column-balance {
  width: 25%;
}
.myCRED-leaderboard a,
#bp-group-leaderboard a {
  color: #ffffff;
}
.myCRED-leaderboard tr.current-user,
#bp-group-leaderboard tr.current-user,
.myCRED-leaderboard tr.my-row,
#bp-group-leaderboard tr.my-row {
  color: #fee300;
}
.myAccountTable tr:hover {
  background: #121212 !important;
}
.myAccountTable tr.current-user {
  color: #fff;
}
#gform_2 input[type="submit"] {
  background: #fee300;
  color: #000000;
  font-weight: 500;
  border: 0px;
  text-shadow: none;
  cursor: pointer;
  border-radius: 0px;
}
@media all and (min-width: 990px) {
  .answers_wrapper {
    min-height: 179px;
    position: relative;
  }
  .answers_wrapper #q1,
  .answers_wrapper #q2 {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
  }
}
ul#select_contestants {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul#select_contestants li {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  float: left;
  flex-basis: calc(33.33% - 13.33px);
  margin-bottom: 20px;
  margin-right: 13.33px;
  max-width: 400px;
}
.game-instructions {
  display: flex;
  overflow: hidden;
}
.game-instructions > div {
  width: 100%;
  flex-shrink: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.game-confirm,
#popup-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  font-size: 24px;
  font-weight: 600;
}
.game-confirm > div,
#popup-wrapper > div {
  display: none;
  background: rgba(0, 0, 0, 0.95);
  padding: 50px;
  text-align: center;
  border: 1px solid #fee300;
  border-radius: 3px;
}
.game-confirm > div p,
#popup-wrapper > div p {
  margin-top: 0;
}
.game-confirm button,
#popup-wrapper button {
  border: none;
  border-radius: 1px;
  background: #fee300;
  color: #000000;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  padding: .5em 1.5em;
}
.game-confirm #step-1-reset,
#popup-wrapper #step-1-reset,
.game-confirm #step-2-reset,
#popup-wrapper #step-2-reset,
.game-confirm #step-3-reset,
#popup-wrapper #step-3-reset {
  background: #9f1b19;
  margin-right: 1em;
}
#popup-wrapper > div {
  position: relative;
  border: 1px solid #fee300;
  border-radius: 3px;
}
#popup-wrapper > div ul.share-links {
  margin: 0.5em 0;
  padding: 0;
  list-style: none;
  display: flex;
}
#popup-wrapper > div ul.share-links > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fee300;
  margin: 0 10px;
}
#popup-wrapper > div ul.share-links > li > a > span {
  font-size: 18px;
  font-weight: 400;
}
#popup-wrapper > div ul.share-links > li > a .fab,
#popup-wrapper > div ul.share-links > li > a .far {
  font-size: 40px;
}
#popup-wrapper > div ul.share-links .copy-text {
  cursor: pointer;
}
#popup-wrapper > div ul.share-links h2 {
  margin-top: 0;
}
#popup-wrapper > div .close-popup {
  color: #fee300;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 30px;
  line-height: 30px;
}
#selections-container {
  width: 100%;
  overflow-x: hidden;
  /* this is a hack to make overflow sort of work */
  padding-bottom: 750px;
  margin-bottom: -750px;
  display: flex;
  align-items: flex-start;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#select_contestants {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#select_contestants.type-b-layout {
  width: 100%;
  flex-shrink: 0;
}
#select_contestants.type-b-layout .cross {
  display: none;
}
#select_contestants.type-b-layout > li {
  flex-basis: calc(33.33% - 13.33px);
}
#select_contestants.type-b-layout > li .contestant_info_2 {
  position: static;
}
#select_contestants.type-b-layout > li > div {
  width: 100%;
}
#select_contestants.type-b-layout > li > div .contestant_name {
  display: block;
  top: 0;
  position: relative;
  font-weight: 600;
  font-size: 22px;
  padding: 0.5em;
}
#select_contestants.type-b-layout > li > div .rose_button {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#select_contestants.type-b-layout > li > div .rose_button:before {
  background-image: url(/wp-content/themes/bbcan/img/tick.png);
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 0;
  color: #000;
  display: inline-block;
  filter: grayscale(1);
  opacity: 0.7;
  content: " ";
  width: 20%;
  height: 20%;
  position: absolute;
  top: 10px;
  right: 10px;
}
#select_contestants.type-b-layout > li > div a {
  width: 100%;
}
#select_contestants.type-b-layout > li > div a img {
  width: 100%;
}
#weekly-quiz {
  width: 100%;
  flex-shrink: 0;
}
#weekly-quiz .answers {
  position: absolute;
  width: 93%;
}
#weekly-quiz .answers li.init,
#weekly-quiz .answers {
  height: 50px;
}
#weekly-quiz .answers li.init > span {
  line-height: inherit;
}
#gform_wrapper_1,
#gform_wrapper_2 {
  height: 0;
  overflow: hidden;
}
update-entry {
  display: none;
}
.update-picks .new-entry {
  display: none;
}
.update-picks .update-entry {
  display: block;
}
.answers_wrapper .dropdown > li {
  display: none;
}
.answers_wrapper .dropdown > li.init {
  display: block;
}
.answers_wrapper .dropdown > li.selected {
  display: block;
}
.answers_wrapper .dropdown > li.visible {
  display: block;
}
/* New Fun Shortcodes */
.user-top-picks {
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-top-picks .user-pick {
  max-width: 400px;
  margin: 0 10px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fee300;
  color: #000000;
  font-weight: 600;
  font-size: 22px;
}
.user-top-picks .user-pick p {
  margin: 0.5em;
}
.user-top-picks .user-pick .tick-mark {
  width: 20%;
  height: auto;
  position: absolute;
  right: 10px;
  top: 10px;
}
.user-quiz-answers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 3em;
}
.user-quiz-answers .quiz-question {
  flex-basis: calc( 50% - 10px );
  margin-bottom: 22px;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
  font-weight: 600;
}
.user-quiz-answers .quiz-question p {
  margin: 0;
}
.user-quiz-answers .quiz-question > div {
  padding: 1em 0.5em;
}
.user-quiz-answers .quiz-question .question-text {
  font-size: 20px;
}
.user-quiz-answers .quiz-question .answer-text {
  background-color: #fee300;
  color: black;
}
.user-checklist {
  font-size: 1.2em;
}
.user-checklist .shared-link,
.user-checklist .upload-avatar {
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
}
.user-checklist p {
  margin: 0;
}
.checkbox {
  border: 1px solid white;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 1em;
}
.checkbox img {
  max-width: 100%;
}
.edit-selections > a > img {
  vertical-align: bottom;
}
.email-signup-prompt {
  padding: 1em;
  background-color: #121212;
  position: relative;
}
.email-signup-prompt .gform_wrapper {
  margin: 0;
}
.email-signup-prompt #gform_5 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.email-signup-prompt #gform_5 ul,
.email-signup-prompt #gform_5 li,
.email-signup-prompt #gform_5 div,
.email-signup-prompt #gform_5 input {
  margin: 0;
}
.email-signup-prompt #gform_5 .gform_body {
  flex-basis: 86%;
  font-size: 22px;
}
.email-signup-prompt #gform_5 .gform_body label {
  font-size: inherit;
  line-height: inherit;
  margin-left: .5em;
}
.email-signup-prompt #gform_5 .gform_footer {
  flex-basis: 14%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
.email-signup-prompt #gform_5 .validation_error {
  display: flex;
  flex-basis: 100%;
}
.email-signup-prompt #gform_5 li.gfield.gfield_error,
.email-signup-prompt #gform_5 li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 0px!important;
  border: 1px solid #fee300;
  padding-bottom: 0px;
  padding-top: 0px;
  box-sizing: border-box;
}
.email-signup-prompt #gform_5 li.gfield_error ul.gfield_checkbox,
.email-signup-prompt #gform_5 li.gfield_error ul.gfield_radio {
  color: #ffffff;
}
.email-signup-prompt #gform_5 #gform_submit_button_5 {
  border: none;
  border-radius: 1px;
  background: #fee300;
  color: #000000;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  padding: .5em 1.5em;
}
.email-signup-prompt .gform_confirmation_message {
  text-align: center;
}
.email-signup-prompt img.gform_ajax_spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
/* Spinner */
.gform_ajax_spinner {
  margin-left: 20px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-left: 4px solid #fee300;
  animation: spinner 1.5s infinite linear;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.login-modal {
  margin-left: -14px;
}
.login-modal a {
  margin-left: 0 !important;
  padding-right: 0;
  cursor: pointer;
}
#bbcan_register,
#lost_password {
  display: none;
}
input[type="text"],
input[type="password"] {
  width: 100%;
  box-sizing: border-box;
  border-radius: 0px;
  font-size: 20px;
}
.login-remember {
  display: none;
}
#wp-submit {
  border-radius: 0px;
  background: #fee300;
  color: black;
  border: 0px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}
.wp-social-login-provider-list {
  padding: 0;
  margin-top: 10px;
}
.wp-social-login-provider-facebook {
  font-size: 18px;
  background: #3578E5;
  color: #ffffff;
  font-weight: 700;
  padding: 7px 20px;
}
.wp-social-login-provider-facebook:hover {
  color: #ffffff !important;
}
hr {
  background: #161616;
}
#gform_fields_4,
#gform_fields_4_2 {
  margin-left: auto !important;
  margin-right: auto !important;
}
#gform_fields_4 input:not([type="checkbox"]),
#gform_fields_4_2 input:not([type="checkbox"]) {
  width: 100%;
  box-sizing: border-box;
}
#gform_fields_4 .address_state,
#gform_fields_4_2 .address_state {
  width: 100%;
}
#gform_page_4_1 .gform_page_footer {
  margin-bottom: 50px;
  text-align: center;
  border-top: 0px !important;
}
#gform_page_4_1 #gform_next_button_4_6 {
  background: #fee300;
  color: #000000;
  margin: 0 auto;
  border-radius: 0px;
  border: 0px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}
#gform_fields_4_2 span {
  width: 100%;
}
#gform_fields_4_2 #field_4_8 {
  margin-top: 0px;
}
#gf_page_steps_4 {
  margin-left: auto;
  margin-right: auto;
  border-bottom: 0px !important;
}
#gf_page_steps_4 .gf_step_number {
  display: none;
}
#gf_page_steps_4 .gf_step_label {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
#gf_page_steps_4 .gf_step_active .gf_step_label {
  border-bottom: 2px solid #ffffff;
}
#gform_page_4_2 .gform_page_footer {
  text-align: center;
  margin-bottom: 50px;
  border-top: 0px !important;
}
#gform_page_4_2 .gform_page_footer #gform_previous_button_4 {
  background: #9f1b19 !important;
  color: #ffffff !important;
  border-radius: 0px !important;
  border: 0px !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-size: 20px !important;
}
#gform_page_4_2 .gform_page_footer #gform_submit_button_4 {
  background: #fee300 !important;
  color: #000000 !important;
  border: 0px !important;
  border-radius: 0px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-size: 20px !important;
}
.logged-in .login-modal {
  display: none !important;
}
.logged-in .my_account {
  display: inline-block !important;
}
.my_account {
  display: none !important;
}
.btn--red {
  background: #9f1b19;
  color: #ffffff;
  border-radius: 0px;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  transition: 0.3s all ease;
}
.btn--red:hover {
  background: #821615;
  color: #ffffff !important;
}
#back_to_login,
#back_to_login_lostPW {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 0px;
  padding: 5px 30px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  transition: 0.3s all ease;
}
#back_to_login:hover,
#back_to_login_lostPW:hover {
  color: #ffffff;
}
#lostMyPassword {
  font-size: 13px;
  margin-bottom: 20px;
  float: left;
  text-align: center;
  width: 100%;
  color: #ffffff;
  cursor: pointer;
}
#lost_password form {
  border: 0px !important;
}
#lost_password form fieldset {
  border: 0px !important;
}
#lost_password form label {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
#lost_password form #submit {
  background: #fee300 !important;
  color: #000000 !important;
  border: 0px !important;
  border-radius: 0px !important;
  font-size: 20px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}
body .gform_wrapper div.validation_error {
  background: #9f1b19;
  color: #ffffff !important;
  border-top: 0;
  border-bottom: 0;
}
body .gform_wrapper div.validation_error > div {
  text-align: left;
}
body .gform_wrapper .validation_message {
  color: #ffffff !important;
}
body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border-top: 0;
  border-bottom: 0;
}
@media only screen and (min-width: 641px) {
  body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100%!important;
  }
}
#bbcan_login_form {
  display: flex;
}
#bbcan_login_form .returning-user,
#bbcan_login_form .new-user {
  flex-basis: 50%;
}
#bbcan_login_form .returning-user {
  border-right: 1px solid #686868;
  padding-right: 3em;
}
#bbcan_login_form .new-user {
  padding-left: 3em;
}
#bbcan_login_form form,
#bbcan_login_form .wp-social-login-widget {
  text-align: center;
}
#bbcan_login_form h2 {
  margin: 0;
}
@media all and (max-width: 680px) {
  #bbcan_login_form {
    flex-direction: column;
  }
  #bbcan_login_form .returning-user,
  #bbcan_login_form .new-user {
    border: none;
    padding: 0;
    margin: 0;
  }
  #bbcan_login_form .returning-user {
    border-bottom: 1px solid #686868;
    padding-bottom: 2em;
  }
  #bbcan_login_form .new-user {
    margin-top: 2em;
  }
}
ul.contestant_toggle {
  list-style: none;
  padding: 0;
  margin-left: 0;
  text-align: center;
}
ul.contestant_toggle .inner {
  padding-left: 0;
  overflow: hidden;
  display: none;
  list-style: none;
  background: #121212;
}
ul.contestant_toggle .inner.show {
  /*display: block;*/
  text-align: left;
}
ul.contestant_toggle .inner p {
  margin-top: 0;
  margin-bottom: 10px;
}
ul.contestant_toggle li {
  margin: 0.5em 0;
}
ul.contestant_toggle li a.toggle {
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.78);
  color: #fefefe;
  padding: 0.75em;
  border-radius: 0.15em;
  transition: background 0.3s ease;
}
ul.contestant_toggle li a.toggle:hover {
  background: rgba(0, 0, 0, 0.9);
}
.profile_image_wrapper {
  width: 10%;
}
.red_button {
  background: #9f1b19 !important;
  color: #ffffff !important;
  text-align: center !important;
  display: inline-block !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-decoration: none !important;
  border-radius: 0px !important;
  margin-bottom: 20px !important;
  position: relative !important;
  width: auto!important;
  padding: 1em 3em!important;
}
.red_button .plus-minus {
  position: absolute;
  right: 20px;
  font-size: 40px;
  line-height: 0.65;
}
@media all and (max-width: 990px) {
  .red_button {
    max-width: auto !important;
    width: auto !important;
    font-size: 16px !important;
  }
  ul.inner {
    margin-left: 0;
    padding: 20px !important;
  }
  ul.inner .g-wide--1 {
    float: left;
    width: 100%;
  }
  ul.inner .g-wide--3 {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.remodal {
  display: block;
  background-color: transparent;
}
#popup-wrapper .remodal-close {
  background-color: transparent;
  color: #fee300;
}
#primary .wp-social-login-provider,
#primary .btn--red,
#primary #back_to_login {
  text-decoration: none;
  color: #ffffff;
}
#primary .container {
  display: flex;
  flex-direction: column;
}
.french-content {
  display: none;
}
.english-content {
  display: block;
}
.french .french-content {
  display: block;
}
.french .english-content {
  display: none;
}
