* {
  outline: none !important; }

/***************************/
/******** Footer ********/
/***************************/
footer {
  width: 100%;
  padding: 55px 10px 25px 10px !important;
  position: relative;
  margin-top: 50px;
  background: #12151b;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.15);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.15);
  border: 1px solid #000;
  overflow: hidden; }

html.fullwidth footer {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 10px; }

.copyright {
  background-color: #0d0f13;
  padding: 16px 0;
  position: relative;
  top: 0;
  z-index: 996;
  text-align: center;
  width: 100%;
  font-size: 11px;
  color: #5f5f5f; }

.copyright a {
  font-weight: 400; }

.social a {
  display: inline-block;
  float: none;
  margin: 10px 5px 5px 10px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-repeat: no-repeat;
  background-position: top left;
  text-align: center;
  font-size: 16px;
  line-height: 1px; }

.social svg, .social-top svg {
  fill: currentColor;
  height: 1.4rem;
  width: 1.5rem;
  z-index: 10;
  position: relative;
  margin-right: -4px; }

.social a.facebook:hover {
  color: #39599f; }

.social a.rss:hover {
  color: #ff871c; }

.social a.twitter:hover {
  color: #45b0e3; }

.social a.dribbble:hover {
  color: #e04c86; }

.social a.twitch:hover {
  color: #6542a6; }

.social a.youtube:hover {
  color: #cc181e; }

.social a.vimeo:hover {
  color: #4bf; }

.social a.google-plus:hover {
  color: #dd4b39; }

.last {
  margin-right: 0 !important;
  margin-left: 0; }

.main_footer, footer {
  width: 100%;
  z-index: 10; }

.main_footer {
  background-position: center; }

.main_footer .container {
  display: flex;
  flex-wrap: wrap; }

.footer_fourcolumns .footer_column {
  width: 25%;
  float: left; }

.footer_fourcolumns .footer_column .fc_inner {
  padding: 0px 7px 0px 7px; }

.footer_fourcolumns .footer_column:last-child .fc_inner {
  padding: 0px 0px 0px 15px; }

.footer_threecolumns .footer_column {
  width: 33.33%;
  float: left; }

.footer_threecolumns .footer_column .fc_inner {
  padding: 0px 7px 0px 7px; }

.footer_threecolumns .footer_column:first-child .fc_inner {
  padding: 0px 15px 0px 0px; }

.footer_threecolumns .footer_column:last-child .fc_inner {
  padding: 0px 0px 0px 15px; }

.footer_twocolumns .footer_column {
  width: 50%;
  float: left; }

.footer_twocolumns .footer_column:last-child .fc_inner {
  padding: 0px 0px 0px 10px; }

.footer_onecolumns .footer_column {
  width: 100%;
  float: left; }

footer h3 {
  font-size: 14px;
  color: #ccc;
  padding-left: 15px; }

.footer_widget .avatar-block .item-avatar, .widget .avatar-block .item-avatar {
  display: inline-block; }

.footer_widget .avatar-block, .widget .avatar-block {
  padding: 10px; }

.widget {
  margin-bottom: 40px; }

.widget ul {
  margin: 0;
  padding: 20px 30px;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5), inset 0 0 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5), inset 0 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5), inset 0 0 1px rgba(255, 255, 255, 0.2);
  background: #1f242c;
  border: 1px solid #ffffff1c;
  list-style: none; }

footer .widget ul {
  padding: 0px;
  border: 0px;
  box-shadow: none;
  background: none; }

footer .widget ul li:nth-child(even) {
  background: -webkit-linear-gradient(to right, #292835 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to right, #292835 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to right, #292835 0%, rgba(255, 255, 255, 0) 100%);
  background: none;
  border-top: 0px;
  border-bottom: 0px; }

.widget ul li, footer ul li {
  margin: 10px 0px; }

.widget ul li {
  padding: 5px 0px; }

.widget ul li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px; }

.widget ul ul {
  padding-left: 20px; }

.widget h4 {
  text-transform: uppercase;
  margin-bottom: 15px;
  border-left: 3px solid #ff8800;
  padding: 5px 0px 5px 18px; }

footer .widget h3.widget-title {
  margin-top: 0px;
  border-bottom: 0px;
  text-transform: uppercase;
  margin-bottom: 25px;
  border-left: 3px solid #ff8800;
  padding: 5px 0px 5px 18px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0px; }

footer ul li a:hover {
  opacity: 1; }

footer ul li a {
  font-weight: 300;
  color: white;
  opacity: 0.5;
  letter-spacing: 0.5px; }

.footer_widget span, .widget span {
  display: block;
  font-size: 12px; }

.bp-separator {
  display: initial !important; }

/* Widget news */
.widget .review li .img:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(21, 27, 33, 0.8);
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1;
  transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out; }

.widget .review li:hover .img:after {
  opacity: 0.5; }

.widget .review li .img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  width: 100%;
  height: 100%; }

.widget .review li .img img {
  min-height: 100%;
  min-width: 100%; }

.widget .review li .info {
  float: none;
  width: 100%;
  position: relative;
  z-index: 2; }

.widget .review li .info span {
  display: inline;
  font-size: inherit; }

.widget .review li {
  height: auto;
  border-bottom: 0;
  min-height: 100px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid #222 !important;
  padding: 20px 15px !important; }

.widget .review li a {
  color: #fff;
  text-shadow: 0px 1px 1px black;
  font-size: 14px;
  opacity: 1; }

.widget .review li a:hover {
  color: white !important; }

.widget .review li:first-child {
  margin-top: 0; }

.widget .review li small {
  font-size: 11px;
  margin-top: 5px;
  display: block;
  color: #ccc; }

.widget .review li .info .overall-score {
  margin: 0;
  padding: 0;
  bottom: 0px;
  font-size: 16px; }

.widget .review li .info a.pw_maint {
  padding: 5px 10px;
  display: block; }

.widget .review li .info small, .widget .review li .info .overall-score {
  position: relative;
  transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  text-shadow: 0 0 0; }

.widget .review li .info small {
  top: 0px;
  font-weight: 500; }

footer .title-wrapper {
  border-left: 0px;
  padding: 0px;
  font-weight: 300;
  margin: 0px; }

.widget_info p {
  margin-bottom: 5px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-size: 12px;
  padding-right: 10px; }

.widget_info .social-top {
  left: 0px;
  margin-bottom: 10px;
  top: 0px; }

.widget_info .social-top a:first-child {
  padding-left: 0px; }

.widget .teamwar-list > ul li.active a, .widget .teamwar-list > ul li:hover a,
.widget .teamwar-list > ul li.active, .widget .teamwar-list > ul li:hover {
  opacity: 1 !important; }

/* Tournament Carousel */
ul.carousel-inner.tournaments-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  z-index: 11;
  position: relative;
  overflow: visible; }

ul.carousel-inner.tournaments-list li {
  width: 100%;
  flex-wrap: wrap; }

ul.carousel-inner.tournaments-list li .tlinfow {
  flex-wrap: wrap;
  padding: 30px !important; }

ul.carousel-inner.tournaments-list li .tlinfow .tlist-info {
  padding: 0px 0px 0px 20px;
  width: 70%; }

ul.carousel-inner.tournaments-list li {
  padding: 0px !important;
  margin: 0px !important;
  border: 0px !important;
  position: relative;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  display: none;
  left: 0px !important;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease; }

ul.carousel-inner.tournaments-list li.active {
  display: block;
  visibility: visible; }

ul.carousel-inner.tournaments-list li .tlinfow .tlinfoextra {
  padding: 23px; }

ul.carousel-inner.tournaments-list li:hover .tlinfoextra {
  left: -100%;
  top: 0%; }

ul.carousel-inner.tournaments-list li .tlinfoextra {
  top: 0%; }

ul.carousel-inner.tournaments-list li a {
  opacity: 1 !important; }

/***************************/
/******** header ********/
/***************************/
body .nav-top-divider {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 5px;
  border-width: 1px 0; }

.navbar ul {
  padding: 0px;
  list-style: none; }

.navbar-collapse {
  float: none;
  margin: 0 auto; }

.nav-tabs .ui-state-ac {
  background: 0 0; }

.navbar .nav li.current-menu-parent {
  background: 0 0; }
  .navbar .nav li.current-menu-parent:hover {
    background: 0 0; }

li.megamenu > ul > li > a {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 2px;
  font-weight: 800; }

td.avatar {
  width: 220px; }

.logged-info {
  float: left; }

td.avatar .avatar {
  float: left;
  width: 50px; }

.logged-info {
  margin: 5px 0 0 15px; }

.above-nav {
  margin: 15px auto 0;
  padding: 0; }

.search-top {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999; }
  .search-top input[type=button] {
    display: inline-block;
    -webkit-border-radius: 3px/2px 2px 3px 3px;
    -moz-border-radius: 3px/2px 2px 3px 3px;
    border-radius: 3px/2px 2px 3px 3px;
    background-color: #1d1d1d;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
    border: 1px solid #000;
    background-image: -webkit-linear-gradient(bottom, #1a1b1f, #2a2a34);
    background-image: -moz-linear-gradient(bottom, #1a1b1f, #2a2a34);
    background-image: -o-linear-gradient(bottom, #1a1b1f, #2a2a34);
    background-image: radial-gradient(ellipse farthest-corner at center 0px, #31a2a6 -150%, #333240 45%, #333240 85%);
    padding: 5px 10px;
    margin-left: 2px;
    font-size: 16px;
    min-width: 35px;
    text-align: center; }
  .search-top form#sform input[type=search] {
    line-height: 20px;
    height: auto;
    opacity: 1; }

.social-top {
  float: left;
  left: 20px;
  padding: 0;
  border-radius: 0;
  top: 22px;
  position: relative; }
  .social-top a {
    -webkit-backface-visibility: hidden;
    /* Chrome, Safari, Opera */
    backface-visibility: hidden;
    padding: 8px 11px 5px;
    display: block;
    font-size: 17px;
    position: relative;
    float: left;
    margin-right: 5px; }
    .social-top a:first-child {
      padding-left: 15px; }
    .social-top a:last-child {
      padding-right: 15px; }
    .social-top a:hover {
      color: #fff;
      background: #1F1E24;
      border-radius: 0px; }
    .social-top a .fab, .social-top a .fas {
      position: relative;
      z-index: 1;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }

i.fas.fa-envelope-square {
  left: 2px;
  top: 0px; }

.after-nav {
  background: #202126;
  padding: 0;
  position: relative;
  min-height: 38px;
  z-index: 99;
  width: 100%;
  border-bottom: 1px solid black !important; }
  .after-nav ul#webTicker {
    width: 0px;
    overflow: hidden;
    max-height: 37px; }
  .after-nav .container {
    position: relative; }

div#mcTooltip .closeto {
  width: 35px;
  height: 35px;
  position: absolute;
  right: -6px;
  top: 3px;
  cursor: pointer; }
  div#mcTooltip .closeto span {
    display: block; }

#social_login p {
  font-size: 12px;
  margin: 15px 0;
  text-align: center;
  padding-bottom: 0; }
  #social_login p span {
    font-size: 12px;
    background: #1e2024;
    padding: 0 10px; }

div#TB_ajaxContent {
  width: 100% !important;
  height: 100% !important;
  text-align: center; }
div#TB_window {
  border-bottom: solid 1px #3B3A4A;
  background: #2a2a34;
  text-align: center;
  border-top: solid 1px #3B3A4A; }
  div#TB_window #TB_title {
    font-size: 14px;
    text-transform: uppercase;
    padding: 13px 17px;
    z-index: 99999;
    margin: 0;
    color: #fff;
    font-weight: 800;
    height: auto !important;
    border-bottom: 1px solid #000; }
    div#TB_window #TB_title #TB_ajaxWindowTitle {
      float: none;
      padding: 0px !important;
      width: 100% !important; }

#TB_ajaxContent button {
  padding: 10px 20px; }

button#TB_closeWindowButton {
  position: absolute;
  top: 10px;
  right: 10px; }

div#TB_ajaxContent > div:first-child {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.navbar-wrapper {
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  /*************************************/
  /************* Ticker ***************/
  /************************************/
  /* WP Social plugin fix */ }
  .navbar-wrapper .logo {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
  .navbar-wrapper .wp-social-login-provider, .navbar-wrapper .button-small#lwa_wp-submit {
    width: 100%;
    display: block; }
  .navbar-wrapper .wp-social-login-provider-google img, .navbar-wrapper .wp-social-login-provider-twitter img, .navbar-wrapper .wp-social-login-provider-twitchtv img, .navbar-wrapper .wp-social-login-provider-facebook img {
    display: none; }
  .navbar-wrapper .wp-social-login-provider-steam:before, .navbar-wrapper .wp-social-login-provider-google:before, .navbar-wrapper .wp-social-login-provider-twitter:before, .navbar-wrapper .wp-social-login-provider-twitchtv:before {
    font: normal normal normal 14px/1 "Font Awesome 5 Solid";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    width: 100%;
    font-size: 18px;
    color: white;
    top: 1px;
    position: relative; }
  .navbar-wrapper .wp-social-login-provider-facebook:before {
    font: normal normal normal 14px/1 "Font Awesome 5 Solid";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    width: 100%;
    font-size: 18px;
    color: white;
    top: 1px;
    position: relative;
    content: "\f082"; }
  .navbar-wrapper .wp-social-login-provider-twitchtv:before {
    content: "\f1e8"; }
  .navbar-wrapper .wp-social-login-provider-twitter:before {
    content: "\f081"; }
  .navbar-wrapper .wp-social-login-provider-google:before {
    content: "\f0d4"; }
  .navbar-wrapper .wp-social-login-provider-steam:before {
    content: "\f1b7"; }
  .navbar-wrapper .login-tag {
    margin-top: 0;
    padding: 8px 12px 9px !important;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    color: #eee; }
  .navbar-wrapper .login-fb, .navbar-wrapper .reg-btn {
    color: #fff;
    display: inline-block; }
  .navbar-wrapper button.login-btn {
    padding: 8px 12px !important;
    margin: 0;
    border-radius: 0; }
    .navbar-wrapper button.login-btn:hover {
      padding-right: 25px !important;
      background-color: transparent !important; }
      .navbar-wrapper button.login-btn:hover:after {
        display: none; }
  .navbar-wrapper #social_login .fa {
    padding: 5px !important;
    top: 4px;
    left: 0;
    width: 100%;
    font-size: 18px; }
  .navbar-wrapper .register-link {
    position: absolute;
    top: 15px;
    left: 2px;
    font-size: 10px;
    color: #ccc;
    opacity: .5; }
  .navbar-wrapper .login-info {
    min-height: 85px;
    white-space: nowrap;
    display: flex;
    justify-content: flex-end;
    line-height: 80px;
    padding: 0 30px;
    position: relative; }
    .navbar-wrapper .login-info > a {
      display: inline-block;
      position: relative;
      top: 5px;
      padding: 9px 15px 7px 47px !important;
      font-size: 13px;
      color: #eee;
      border: 1px solid #000;
      text-transform: uppercase;
      font-weight: 800;
      background: #1a1b1f;
      height: 36px;
      max-height: none;
      margin-top: 20px;
      line-height: 18px; }
    .navbar-wrapper .login-info > i {
      display: inline-block;
      position: relative;
      top: 5px;
      margin: 0 13px 0 12px;
      font-size: 12px;
      text-transform: uppercase;
      font-family: Roboto;
      font-style: normal;
      color: #ccc;
      font-weight: 700; }
    .navbar-wrapper .login-info input[type=submit] {
      padding: 9px 10px 8px !important;
      margin: 0;
      height: 100%; }
    .navbar-wrapper .login-info .fas, .navbar-wrapper .login-info .far {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      padding: 11px 12px !important;
      font-size: 15px;
      color: #eee;
      height: 34px; }
    .navbar-wrapper .login-info span {
      z-index: 1;
      position: relative; }
    .navbar-wrapper .login-info .wp-social-login-provider {
      box-shadow: none;
      background: 0 0;
      opacity: 1;
      padding: 10px 35px !important;
      margin-bottom: 5px;
      border: 1px solid #000;
      text-align: center;
      background: #2a2a34; }
      .navbar-wrapper .login-info .wp-social-login-provider:hover {
        opacity: 0.8 !important; }
    .navbar-wrapper .login-info .wp-social-login-provider-facebook {
      background-color: #3b5998; }
    .navbar-wrapper .login-info .wp-social-login-provider-twitchtv {
      background-color: #6441a5; }
    .navbar-wrapper .login-info .wp-social-login-provider-twitter {
      background-color: #5ea9dd; }
    .navbar-wrapper .login-info .wp-social-login-provider-google {
      background-color: #d95232; }
    .navbar-wrapper .login-info .wp-social-login-provider-steam {
      background-color: #202020; }
      .navbar-wrapper .login-info .wp-social-login-provider-steam img {
        display: none; }
      .navbar-wrapper .login-info .wp-social-login-provider-steam .register-btn {
        padding: 9px 15px 7px 50px !important; }
        .navbar-wrapper .login-info .wp-social-login-provider-steam .register-btn .far {
          border-right: 1px solid #000;
          box-shadow: 2px 0 2px 0 rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.2);
          padding-right: 11px !important;
          height: 34px; }
      .navbar-wrapper .login-info .wp-social-login-provider-steam .wp-social-login-provider-list {
        padding: 10px 0px; }
      .navbar-wrapper .login-info .wp-social-login-provider-steam .wp-social-login-provider, .navbar-wrapper .login-info .wp-social-login-provider-steam .button-small#lwa_wp-submit {
        width: 100%;
        display: block; }
      .navbar-wrapper .login-info .wp-social-login-provider-steam a {
        margin-top: 0;
        padding: 8px 12px !important;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s; }
      .navbar-wrapper .login-info .wp-social-login-provider-steam input[type=submit] {
        margin-top: 0;
        padding: 8px 12px !important;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s; }
      .navbar-wrapper .login-info .wp-social-login-provider-steam input[type=password], .navbar-wrapper .login-info .wp-social-login-provider-steam input[type=text] {
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
        border: 0;
        padding: 8px 7px 9px;
        background: #1d1d1d;
        margin: 0 0 0 -1px;
        top: -1px;
        display: inline-block;
        position: relative; }
      .navbar-wrapper .login-info .wp-social-login-provider-steam .login-btn, .navbar-wrapper .login-info .wp-social-login-provider-steam .register-btn {
        top: 5px;
        position: relative;
        padding: 9px 15px 7px 47px !important;
        font-size: 13px;
        color: #eee;
        border: 1px solid #000;
        text-transform: uppercase;
        font-weight: 800;
        font-family: Roboto;
        background: #1a1b1f;
        height: 36px;
        max-height: none;
        display: inline-block;
        margin-top: 20px;
        line-height: 18px; }
  .navbar-wrapper #webticker {
    display: none; }
  .navbar-wrapper .ticker-wrapper.has-js {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .navbar-wrapper .ticker {
    display: block;
    position: relative;
    overflow: hidden; }
    .navbar-wrapper .ticker.container {
      border: 1px solid #131313;
      background: #292929; }
    .navbar-wrapper .ticker .ticker {
      width: 90%;
      float: left; }
  .navbar-wrapper .ticker-content {
    margin: 0;
    padding-top: 11px;
    position: absolute;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    line-height: 20px;
    color: #ddd; }
  .navbar-wrapper .ticker-swipe {
    padding-top: 20px;
    position: absolute;
    top: 0;
    display: block;
    width: 800px;
    height: 40px;
    color: #eee;
    background: #292929; }
  .navbar-wrapper .ticker-title span {
    text-shadow: 0 0 2px #000;
    font-weight: 700; }
  .navbar-wrapper .ticker h3.widget-title {
    background: #1eaadf;
    color: #fff;
    padding: 10px;
    font-size: 14px; }
  .navbar-wrapper .ticker-swipe span {
    margin-left: 1px;
    border-bottom: 1px solid #1F527B;
    height: 12px;
    width: 7px;
    display: block; }
  .navbar-wrapper .ticker-controls {
    padding: 13px 0 0;
    list-style-type: none;
    margin: 0;
    float: right !important;
    width: 7%; }
    .navbar-wrapper .ticker-controls li {
      padding: 0;
      margin-left: 5px;
      float: left;
      cursor: pointer;
      height: 16px;
      width: 16px;
      display: block; }
      .navbar-wrapper .ticker-controls li.jnt-play-pause {
        /* background-image: url(../img/controls.png); */
        background-position: 32px 16px; }
        .navbar-wrapper .ticker-controls li.jnt-play-pause.over {
          background-position: 32px 32px; }
        .navbar-wrapper .ticker-controls li.jnt-play-pause.down {
          background-position: 32px 0; }
        .navbar-wrapper .ticker-controls li.jnt-play-pause.paused {
          /* background-image: url(../img/controls.png);*/
          background-position: 48px 16px; }
          .navbar-wrapper .ticker-controls li.jnt-play-pause.paused.over {
            background-position: 48px 32px; }
          .navbar-wrapper .ticker-controls li.jnt-play-pause.paused.down {
            background-position: 48px 0; }
      .navbar-wrapper .ticker-controls li.jnt-prev {
        /*  background-image: url(../img/controls.png);*/
        background-position: 0 16px; }
        .navbar-wrapper .ticker-controls li.jnt-prev.over {
          background-position: 0 32px; }
        .navbar-wrapper .ticker-controls li.jnt-prev.down {
          background-position: 0 0; }
      .navbar-wrapper .ticker-controls li.jnt-next {
        /* background-image: url(../img/controls.png);*/
        background-position: 16px 16px; }
        .navbar-wrapper .ticker-controls li.jnt-next.over {
          background-position: 16px 32px; }
        .navbar-wrapper .ticker-controls li.jnt-next.down {
          background-position: 16px 0; }
  .navbar-wrapper .js-hidden {
    display: none; }
  .navbar-wrapper .no-js-news {
    padding: 10px 0 0 45px;
    color: #F8F0DB; }
  .navbar-wrapper .left .ticker, .navbar-wrapper .left .ticker-content, .navbar-wrapper .left .ticker-controls, .navbar-wrapper .left .ticker-title {
    float: left; }
  .navbar-wrapper .right .ticker, .navbar-wrapper .right .ticker-content, .navbar-wrapper .right .ticker-controls, .navbar-wrapper .right .ticker-title {
    float: right; }
  .navbar-wrapper .right .ticker-controls {
    padding-right: 6px; }
  .navbar-wrapper .wp-social-login-widget, .navbar-wrapper .the_champ_outer_login_container {
    text-align: center;
    background-position-y: 26px; }
  .navbar-wrapper .wp-social-login-connect-with, .navbar-wrapper .the_champ_social_login_title {
    font-size: 12px;
    background: #333543;
    padding: 3px 10px;
    display: inline-block;
    margin: 17px 0px 5px 0px; }
  .navbar-wrapper .login-tooltip div#mcTooltip {
    padding-top: 40px; }
    .navbar-wrapper .login-tooltip div#mcTooltip label {
      font-size: 11px;
      position: relative;
      top: -3px; }
    .navbar-wrapper .login-tooltip div#mcTooltip .hctpc_block {
      margin-top: 20px;
      margin-bottom: -10px; }
    .navbar-wrapper .login-tooltip div#mcTooltip #LoginWithAjax_Links_Remember {
      float: right;
      font-size: 11px;
      margin-top: -7px;
      padding-right: 0 !important; }

#buddypress div.item-list-tabs ul li:before, .cart-outer:before {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  opacity: 1; }

.team-page .team-avatar-card, .team-page .team-nav li:before {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  opacity: 1; }

.friendswrapper .friends-count, .nav-tabs > li:before {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  opacity: 1; }

.profile-info .avatar-card, .user-wrap a.btns:before, .wpb_tabs_nav li:before {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  opacity: 1; }

.pagination li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }

body .btn-default:hover:before {
  opacity: 0; }

.pagination li a:hover:before {
  opacity: 0; }

span.cptch_wrap.cptch_math_actions {
  margin-top: 20px;
  margin-bottom: -25px; }
  span.cptch_wrap.cptch_math_actions .cptch_input.cptch_wp_login {
    padding: 10px;
    text-align: center; }

.reg-btn {
  margin-right: -3px; }

body .after-nav .ticker-title {
  position: absolute;
  left: -1px;
  color: #fff;
  z-index: 1;
  padding: 8px 11px 6px;
  font-size: 12px;
  border-left: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 800;
  text-transform: uppercase; }
body .after-nav .ticker-title:before {
  content: '';
  position: absolute;
  right: -25px;
  top: 0px;
  width: 0;
  height: 0;
  border-right: 25px solid transparent;
  display: block; }
body .after-nav .login-fb {
  opacity: 0;
  width: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  padding-right: 0 !important;
  padding-left: 0 !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.2);
  background-image: none;
  background-color: #4c66a4; }
body .after-nav .container:before {
  content: '';
  position: absolute;
  left: -300%;
  top: 0px;
  width: 300%;
  height: 100%;
  display: block; }
body .after-nav .login-info:hover .reg-btn {
  margin-right: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }
body .after-nav .login-info:hover .login-fb {
  opacity: 1;
  width: auto;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  padding-right: 15px !important;
  padding-left: 15px !important; }
  body .after-nav .login-info:hover .login-fb:hover {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.6);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.6); }

.navbar .user-wrap, .navbar-collapse .cart-outer {
  display: none; }

.navbar .user-wrap .dropdown {
  display: none; }
.navbar .user-wrap:hover .dropdown, .navbar .user-wrap .dropdown:hover {
  display: block; }

.user-wrap {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  height: 100%;
  float: right;
  display: inline-block;
  right: 3px;
  position: relative;
  top: 0px;
  margin-right: 50px;
  padding-left: 20px;
  border-left: 2px solid #0202024f; }
  .user-wrap img {
    border-radius: 50px; }
  .user-wrap .logged-info, .user-wrap a, .user-wrap img {
    float: left;
    color: #fff; }
  .user-wrap .logged-info {
    text-transform: uppercase;
    font-weight: 700;
    color: #eee;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 15px 17px 5px 0px; }
  .user-wrap > a {
    position: absolute;
    left: 18px;
    top: 4px;
    z-index: 10;
    border-radius: 50%;
    padding: 0px 8px;
    background: #ff8800;
    box-shadow: 0px 1px 5px black; }
  .user-wrap .dropdown {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 79px;
    background: #2a2a34;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    visibility: hidden;
    opacity: 0;
    border: solid 2px rgba(0, 0, 0, 0.2);
    border-width: 1px 2px 2px 2px;
    z-index: 1050;
    box-sizing: content-box;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out; }
    .user-wrap .dropdown li {
      width: 100%;
      position: relative;
      float: left; }
      .user-wrap .dropdown li a {
        width: 100%;
        position: relative;
        float: left;
        padding: 3px 15px;
        line-height: 35px;
        border-bottom: solid 1px rgba(0, 0, 0, 0.2);
        display: block;
        color: #DCDCE0;
        text-decoration: none;
        width: 100%;
        font-weight: normal;
        font-size: 12px; }
        .user-wrap .dropdown li a:hover {
          color: #ffffff;
          background: rgba(0, 0, 0, 0.3); }
        .user-wrap .dropdown li a i {
          color: #bababe;
          float: left;
          line-height: 35px;
          margin-right: 7px;
          opacity: 1; }
    .user-wrap .dropdown ul {
      position: absolute;
      list-style: none;
      min-width: 80%;
      right: 100%;
      top: 0px;
      padding: 0px;
      background: #2a2a34;
      border: solid 1px rgba(0, 0, 0, 0.2);
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out; }
    .user-wrap .dropdown > li:hover > ul {
      visibility: visible;
      opacity: 1; }
  .user-wrap:hover .dropdown, .user-wrap .dropdown:hover {
    visibility: visible;
    opacity: 1; }

.user-avatar {
  padding: 4px;
  height: auto;
  width: auto;
  float: left;
  position: relative;
  border-radius: 50px;
  margin-top: 8px; }
  .user-avatar img {
    height: 50px !important;
    width: 50px !important;
    padding: 0;
    margin: 0; }

.username {
  font-size: 14px;
  font-weight: 800; }
  .username span {
    font-size: 10px;
    font-weight: 500;
    margin-top: 3px;
    position: relative;
    display: block;
    opacity: 0.8;
    letter-spacing: 0; }

.cart-outer, .user-wrap a.btns {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 8px 14px;
  border-radius: 5px;
  border: 1px solid #000;
  font-size: 17px;
  float: right;
  margin: 20px 35px !important; }

.cart-outer:before, .user-wrap a.btns:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  z-index: 0; }

.cart-outer:hover:before {
  opacity: 0; }

.user-wrap a.btns:hover:before {
  opacity: 0; }
.user-wrap a.btns.logout:hover {
  color: #ff1200;
  opacity: .8; }
  .user-wrap a.btns.logout:hover:before {
    opacity: 1; }
.user-wrap a.btns i {
  z-index: 1;
  position: relative; }
.user-wrap a.btns.cross {
  left: -115px; }
.user-wrap a.btns.settings {
  left: -165px; }
.user-wrap.no-team a.btns.logout {
  left: -165px; }
.user-wrap.no-team a.btns.settings {
  left: -115px; }
.user-wrap a.btns.logout {
  left: -215px;
  opacity: .5; }
.user-wrap .cart-outer {
  left: -270px; }

.msg_ntf {
  display: block;
  position: absolute !important;
  top: -7px;
  right: -8px;
  padding: 3px 8px;
  border-radius: 20px;
  font-size: 11px;
  text-transform: none;
  font-style: normal;
  border: 1px solid #000; }

.user-wrap a i.msg_ntf {
  display: block;
  position: absolute !important;
  top: 9px;
  right: 5px;
  padding: 0px 7px;
  border-radius: 30px;
  font-size: 11px;
  text-transform: none;
  font-style: normal;
  border: 1px solid #000;
  line-height: 20px !important;
  color: white !important;
  text-shadow: 0px 0px 4px black; }

.navbar .nav li {
  position: relative; }
  .navbar .nav li:hover {
    background: 0 0; }
  .navbar .nav li.current-menu-parent a, .navbar .nav li.current_page_item a {
    color: #fff; }

.navbar-inverse {
  padding: 0;
  background: #26262a;
  text-align: center;
  border-top: solid 1px rgba(238, 238, 238, 0.05);
  box-shadow: none; }
  .navbar-inverse .container {
    position: relative; }
  .navbar-inverse .nav > li > a {
    line-height: 41px;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
    outline: none;
    display: block;
    text-align: left;
    color: #bababe;
    z-index: 2;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase; }
    .navbar-inverse .nav > li > a:hover {
      color: #ffffff; }
  .navbar-inverse .navbar-nav > li.active > a, .navbar-inverse .navbar-nav > li.current-menu-item > a {
    color: #ffffff; }
  .navbar-inverse .nav > li > a .fa {
    margin-right: 3px;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
    color: #858d98; }
  .navbar-inverse .nav > li.active > a .fa, .navbar-inverse .nav > li > a:hover .fa {
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s; }

.navbar-inner {
  height: 61px;
  -webkit-transition: linear .3s;
  -moz-transition: linear .3s;
  -ms-transition: linear .3s;
  -o-transition: linear .3s;
  transition: linear .3s; }

.conres {
  height: 60px;
  -webkit-transition: linear .3s;
  -moz-transition: linear .3s;
  -ms-transition: linear .3s;
  -o-transition: linear .3s;
  transition: linear .3s; }

.slires {
  margin-top: -45px !important;
  -webkit-transition: linear .3s;
  -moz-transition: linear .3s;
  -ms-transition: linear .3s;
  -o-transition: linear .3s;
  transition: linear .3s; }

.logores {
  height: 40px !important;
  margin-top: -5px !important;
  -webkit-transition: linear .3s;
  -moz-transition: linear .3s;
  -ms-transition: linear .3s;
  -o-transition: linear .3s;
  transition: linear .3s; }

.navres .nav > li {
  height: 59px !important;
  -webkit-transition: linear .3s;
  -moz-transition: linear .3s;
  -ms-transition: linear .3s;
  -o-transition: linear .3s;
  transition: linear .3s; }
  .navres .nav > li > a {
    margin-top: 3px !important;
    padding-bottom: 18px !important;
    padding-top: 19px !important;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s; }

header {
  background-size: cover;
  background-position: top left;
  z-index: 31; }

.title_wrapper {
  clear: both;
  position: relative;
  z-index: 1;
  padding: 0;
  padding-bottom: 40px;
  padding-top: 40px;
  overflow: hidden;
  opacity: 0.9; }
  .title_wrapper .container {
    z-index: 12;
    position: relative; }
  .title_wrapper:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #252a35;
    background: linear-gradient(90deg, #fb9400 0%, #f85800 100%);
    content: '';
    display: block; }
  .title_wrapper:after {
    content: attr(data-type);
    position: absolute;
    text-transform: uppercase;
    font-weight: 700;
    right: 40%;
    top: 65%;
    transform: translateY(-50%);
    text-align: right;
    white-space: nowrap;
    font-size: 300px;
    color: white;
    opacity: 0.1;
    z-index: 11; }
  .title_wrapper .col-12 {
    text-align: left;
    position: relative;
    padding-left: 20px; }
    .title_wrapper .col-12:before {
      position: absolute;
      left: -10px;
      height: 100%;
      top: 5%;
      width: 5px;
      background: white;
      content: '';
      opacity: 0.5; }
    .title_wrapper .col-12 h1 {
      color: #fff;
      font-size: 60px;
      text-transform: uppercase;
      text-align: left;
      word-break: break-all; }
  .title_wrapper .breadcrumbs {
    color: #eee;
    margin-top: 27px;
    text-align: center;
    font-size: 14px;
    font-weight: 400; }
    .title_wrapper .breadcrumbs a {
      color: white; }

.cat-single .ncategory {
  display: inline-block;
  float: none;
  position: initial;
  padding: 3px 20px 4px 20px;
  text-transform: uppercase;
  border-radius: 0px;
  color: white;
  background: rgba(255, 255, 255, 0.22);
  margin-right: 5px;
  margin-top: 15px; }
  .cat-single .ncategory:hover {
    opacity: 0.8 !important; }

/* SEARCH
   ============================= */
.psearch-content h2 {
  margin-bottom: 0px; }

.search-no-results .col-8 {
  height: auto !important; }

.search .main-content {
  margin-top: 60px; }

.search .blog-content {
  line-height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
  margin-right: 15px;
  padding: 20px;
  display: inline-block; }

.psearch-content.nothing-found i {
  font-size: 80px;
  position: absolute;
  left: 0px;
  top: -5px; }

.psearch-content.nothing-found {
  position: relative;
  padding-left: 105px; }

.search .blog-content span {
  text-transform: capitalize; }

.search .blog-content i {
  margin-right: 5px; }

button#btn-search {
  display: inline-block;
  min-width: 34px;
  padding: 13px 13px;
  top: -2px;
  position: relative;
  line-height: 24px !important;
  height: auto;
  font-family: Montserrat;
  line-height: 21px;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  font-size: 12px; }

button#btn-search .icon {
  width: auto;
  height: auto;
  padding-bottom: 1px; }

.headsearch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; }

html .headsearch {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; }

html .headsearch::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #131416; }

.btn--search-close {
  font-size: 2em !important;
  position: absolute !important;
  top: 1.25em;
  right: 1.25em;
  display: none; }

html .btn--search-close {
  display: block; }

.search__form {
  position: relative;
  margin: 5em 0 2em; }

.search__form-inner {
  position: relative;
  z-index: 10;
  overflow: hidden; }

html .search__form-inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 90%; }

.search__input {
  font-family: inherit;
  font-size: 6vw;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  width: 60%;
  padding: 0.25em;
  text-align: center;
  color: #fff;
  border: none;
  background: #242963; }

html .search--open .search__input:hover, html .search--open .search__input:focus {
  color: white; }

.search__input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff; }

.search__input::-moz-placeholder {
  opacity: 1;
  /* Mozilla Firefox 19+ */
  color: #fff; }

.search__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff; }

.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
  -webkit-appearance: none; }

.search__input::-ms-clear {
  display: none; }

.search__info {
  font-size: 90%;
  font-weight: bold;
  position: relative;
  z-index: 9;
  display: block;
  width: 100%;
  padding: 0.85em 0;
  color: #eaba82; }

.search__related {
  width: 25%;
  pointer-events: none; }

.search__suggestion h3 {
  font-size: 1.35em;
  margin: 0; }

.search__suggestion h3::before {
  content: '\21FE';
  display: inline-block;
  padding: 0 0.5em 0 0; }

.search__suggestion p {
  font-size: 1.15em;
  line-height: 1.4;
  margin: 0.75em 0 0 0; }

/************************/
/* Transitions 			*/
/************************/
html .main-wrapper {
  position: relative;
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden; }

html .search-opn {
  opacity: 0;
  transform: scale3d(0.9, 0.9, 1); }

html .search-opn .btn--search {
  pointer-events: none;
  opacity: 0; }

html .headsearch {
  pointer-events: none; }

html .search--open {
  pointer-events: auto; }

html .headsearch::before {
  opacity: 0;
  transition: opacity 0.4s; }

html .search--open::before {
  opacity: 1; }

/* Close button */
button#btn-search-close.btn.btn--search-close {
  opacity: 0;
  transition: opacity 0.4s; }

.search--open button#btn-search-close.btn.btn--search-close {
  opacity: 1; }

button.btn#btn-search-close:hover {
  opacity: 0.5; }

button.btn#btn-search-close {
  background: transparent;
  border: 0px;
  cursor: pointer;
  color: white; }

/* Search form with input and description */
.search__suggestion,
.search__info {
  opacity: 0;
  transform: translate3d(0, -50px, 0);
  transition: opacity 0.4s, transform 0.4s; }

.search--open .search__suggestion,
.search--open .search__info {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.4s;
  transition-timing-function: ease-out; }

html .search__form-inner::after {
  opacity: 0;
  transform-origin: 50% 0; }

html .search--open .search__form-inner::after {
  animation: scaleUpDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards; }

@keyframes scaleUpDown {
  0% {
    opacity: 1;
    transform: scale3d(1, 0, 1); }
  50% {
    transform: scale3d(1, 1, 1);
    transform-origin: 50% 0;
    transition-timing-function: ease-out; }
  50.1% {
    transform-origin: 50% 100%;
    transition-timing-function: ease-out; }
  100% {
    opacity: 1;
    transform: scale3d(1, 0, 1);
    transform-origin: 50% 100%;
    transition-timing-function: ease-out; } }
html .search__form-inner {
  transform: translate3d(0, -50px, 0);
  transition: transform 0.4s; }

html .search--open .search__form-inner {
  transform: translate3d(0, 0, 0);
  transition: none; }

html .headsearch .search__input {
  opacity: 0;
  transition: opacity 0.4s;
  padding: 30px;
  color: #eee;
  height: auto;
  background: #1f1e23;
  border: 1px solid #000; }

html .search--open .search__input {
  opacity: 1;
  transition: opacity 0s 0.4s; }

header .sub-menu {
  display: none; }
header .dropdown:hover > .dropdown-menu {
  visibility: visible;
  top: 99%;
  opacity: 1; }
  header .dropdown:hover > .dropdown-menu:hover > li > .sub-menu {
    opacity: 1;
    top: 99%; }
header .dropdown .sub-menu {
  display: block; }
header .dropdown .dropdown-menu {
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  position: absolute;
  left: 0px;
  z-index: 1000;
  min-width: 300px;
  font-size: 14px;
  text-align: left;
  border: 0;
  margin: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px;
  top: 120%;
  opacity: 0;
  list-style: none;
  background-color: #131b22fa;
  padding: 30px 0px;
  visibility: hidden; }
  header .dropdown .dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: -2px !important; }
    header .dropdown .dropdown-menu .sub-menu a {
      transition: all .0s ease-in-out;
      -moz-transition: all .0s ease-in-out;
      -webkit-transition: all .0s ease-in-out;
      -o-transition: all .0s ease-in-out; }
    header .dropdown .dropdown-menu .sub-menu .sub-menu {
      left: 0%;
      top: calc(100% + 31px) !important; }
  header .dropdown .dropdown-menu li {
    position: relative; }
    header .dropdown .dropdown-menu li a {
      transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      padding: 12px 25px 10px 40px;
      font-weight: 500;
      line-height: normal;
      display: block;
      text-align: left;
      border: none !important;
      font-size: 14px;
      color: #ffffff;
      position: relative; }
      header .dropdown .dropdown-menu li a:hover {
        padding-left: 50px !important; }
        header .dropdown .dropdown-menu li a:hover:before {
          width: 15px; }
      header .dropdown .dropdown-menu li a:before {
        position: absolute;
        content: '';
        top: 53%;
        left: 27px;
        width: 0px;
        height: 2px;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out; }

.nav-tabs .ui-state-ac, .navbar .nav li.current-menu-parent, .navbar .nav li.current-menu-parent:hover {
  background: 0 0; }

/* Post Slider */
/* Style 1 card */
/* Style 2 card */
#main_wrapper .blog {
  padding-top: 50px; }

.post-slider {
  margin: 50px 0px; }

.col-8 .spcard {
  min-width: 100%;
  max-width: 100%;
  left: 0px !important; }

.spcard {
  margin-bottom: 40px;
  padding: 0;
  min-width: 430px;
  position: relative;
  background: #1f242c;
  border: 1px solid #ffffff1c; }
  .spcard * {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .spcard:after {
    content: '';
    height: 0px;
    width: 0px;
    clear: both;
    display: block; }
  .spcard .spmenu-content {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    top: -5px; }
    .spcard .spmenu-content::before {
      content: '';
      display: table; }
    .spcard .spmenu-content::after {
      content: '';
      display: table;
      clear: both; }
    .spcard .spmenu-content li {
      display: inline-block; }
    .spcard .spmenu-content span {
      position: absolute;
      left: 52%;
      top: 0;
      font-size: 12px;
      font-weight: 700;
      font-family: "Montserrat";
      line-height: 20px;
      transform: translate(-50%, 0); }
    .spcard .spmenu-content a:hover {
      background-color: transparent !important; }
  .spcard .spwrapper {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.1), 0 3px 12px rgba(0, 0, 0, 0.1);
    z-index: 10; }
  .spcard .spdata {
    bottom: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .spcard .spdata .spcontent {
      padding: 3em 3em 2em 3em;
      position: relative;
      z-index: 1; }
  .spcard .spextra {
    border-top: 1px solid #ffffff1c;
    padding: 2em 3em 2em 3em;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .spcard .spextra:before {
      content: '';
      position: absolute;
      top: 0px;
      width: 100%;
      height: 1px;
      opacity: 0.1;
      left: 0px; }
  .spcard .spauthor {
    font-size: 12px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    transition: all 0.3s;
    letter-spacing: 2px; }
    .spcard .spauthor span {
      display: inline-block;
      max-width: 84px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      vertical-align: middle; }
    .spcard .spauthor a {
      opacity: 0.6;
      font-size: 12px;
      display: inline-block;
      vertical-align: middle;
      opacity: 0.6; }
      .spcard .spauthor a:hover {
        opacity: 1;
        background-color: transparent !important; }
      .spcard .spauthor a:first-child {
        opacity: 1; }
      .spcard .spauthor a img {
        height: 40px;
        border-radius: 30px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        width: auto; }
  .spcard .meta {
    font-size: 12px; }
  .spcard .sptitle {
    margin-top: 10px;
    word-wrap: break-word;
    text-transform: uppercase;
    font-size: 2.15em;
    margin-bottom: 15px;
    letter-spacing: 1px; }
  .spcard .sptext {
    margin: 0;
    font-size: 14px;
    line-height: 21px;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    line-height: 30px;
    opacity: 0.8; }
  .spcard input[type='checkbox'] {
    display: none; }
    .spcard input[type='checkbox']:checked + .spmenu-content {
      transform: translateY(-60px); }
  .spcard .spbgimg {
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 60%;
    z-index: 9; }
    .spcard .spbgimg a:last-child {
      display: block;
      height: 100%; }
    .spcard .spbgimg:before {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3);
      display: none; }
  .spcard .spdate {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    transition: all 0.3s;
    letter-spacing: 2px;
    opacity: 0.6; }
    .spcard .spdate i {
      margin-right: 2px;
      font-size: 14px;
      margin-left: 5px; }
  .spcard .sptags {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    transition: all 0.3s;
    letter-spacing: 2px;
    margin-right: 0px;
    opacity: 0.6; }
    .spcard .sptags i {
      margin-right: 2px;
      font-size: 14px;
      margin-left: 5px; }
  .spcard .spcategory:hover {
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.4); }

.spcard.blogs-style1 .spwrapper {
  background-color: transparent; }

.c1 .spcard .spauthor span {
  max-width: none; }

.c2 .spcard .spauthor span {
  max-width: none; }

.page-template-tmp-blog-left-php #main_wrapper > .blog .col-4 {
  padding-left: 0px;
  padding-right: 40px; }

#main_wrapper > .blog .spcard .spauthor span {
  max-width: none; }
#main_wrapper > .blog .col-4 {
  padding-left: 40px; }

.spwrapper:hover .spmenu-content span {
  transform: translate(-50%, -16px);
  opacity: 1; }
.spwrapper:hover .spmenu-content a.heart-love span {
  transform: translate(-50%, -16px); }

.spheader {
  color: #fff;
  padding: 25px 0px;
  z-index: 10;
  position: relative;
  margin-bottom: 5px; }
  .spheader::before {
    content: '';
    display: table; }
  .spheader::after {
    content: '';
    display: table; }

.blogs-style1 .spheader::after {
  clear: both; }
.blogs-style1 .spheader .category {
  font-size: 12px; }

.blogs-style1.spcard .spcategory {
  border-width: 2px;
  border-style: solid;
  padding: 4px 10px;
  float: left;
  display: inline-block;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase !important;
  letter-spacing: 1px;
  font-weight: 700;
  margin-top: -8px; }

.spmenu-content {
  float: right; }
  .spmenu-content li {
    margin: 0 5px;
    position: relative; }
  .spmenu-content span {
    transition: all 0.3s;
    opacity: 0; }

.spbutton {
  margin: 2em auto 1em;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  display: none; }
  .spbutton:hover {
    background-color: transparent !important; }

.sptitle a:hover {
  background-color: transparent !important; }

.example-1.spcard .spmeta a:first-child:hover {
  background-color: transparent !important; }
.example-1.spcard .spmeta a:hover i {
  background-color: transparent !important; }

.example-1 .sptitle a:hover {
  background-color: transparent !important; }

/* Style 2 card */
/* Featured */
.sptext {
  opacity: 0.5;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease; }

.spbutton {
  display: none; }

.spbgimg {
  height: 60%; }

.spcard.blogs-featured .spbgimg {
  height: 100%;
  width: 100%;
  position: relative; }
  .spcard.blogs-featured .spbgimg img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 0.7;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -webkit-backface-visibility: visible;
    backface-visibility: visible; }
.spcard.blogs-featured:hover .spbgimg img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.75; }
.spcard.blogs-featured .spheader {
  position: relative;
  width: 100%;
  padding: 0;
  margin-bottom: 20px; }
.spcard.blogs-featured .spdata {
  width: 100%;
  position: relative; }
.spcard.blogs-featured .sptext {
  height: auto;
  letter-spacing: 0.1px;
  line-height: 26px; }
.spcard.blogs-featured .spbutton {
  display: inline-block;
  margin-left: 0px;
  margin-bottom: 0px;
  text-align: left;
  border: 1px solid transparent;
  padding: 15px 25px; }

.slick-slide.spcard .spbgimg img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(60%);
  filter: grayscale(60%);
  opacity: 0.7;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible; }
.slick-slide.spcard:hover .spbgimg img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.75; }

.psimple-wrap .spbgimg img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(60%);
  filter: grayscale(60%);
  opacity: 0.7;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible; }
.psimple-wrap .spcard:hover .spbgimg img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.75; }

.spcard:hover .sptext {
  opacity: 0.8; }

.widget ul.sub-menu.dropdown-menu.nav {
  width: 100%;
  border-radius: 0px;
  padding: 0px;
  border: 0px;
  box-shadow: none;
  border-left: 0px !important;
  padding-top: 10px !important;
  padding-left: 5px !important; }
  .widget ul.sub-menu.dropdown-menu.nav li {
    padding: 0px;
    border-left: 0px !important; }
.widget .dropdown:hover .dropdown-menu li > a {
  background: transparent; }
.widget ul.sub-menu.dropdown-menu.nav {
  width: 100%;
  border-radius: 0px;
  left: 0px;
  top: 100% !important; }
  .widget ul.sub-menu.dropdown-menu.nav:before, .widget ul.sub-menu.dropdown-menu.nav:after {
    display: none; }
  .widget ul.sub-menu.dropdown-menu.nav ul {
    padding-left: 10%;
    width: 100%; }
    .widget ul.sub-menu.dropdown-menu.nav ul li {
      border-left: 1px solid black; }

.title-wrapper {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  padding-bottom: 5px;
  border-left: 3px solid orange;
  padding-left: 20px;
  padding-top: 5px;
  margin-bottom: 20px;
  border-bottom: 0px;
  margin-top: 20px; }

.widget-title {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 5px;
  font-weight: 600;
  color: white; }

.widget .widget-title {
  margin-top: 40px;
  margin-bottom: 30px; }

.widget_arcanepopularwidget h3.widget-title {
  margin-top: 0px;
  margin-bottom: 0px; }

.widget_arcanepopularwidget ul {
  padding: 0px;
  background: transparent;
  border: 0px; }

/***************************/
/******** Blog ********/
/***************************/
.blog-post {
  position: relative; }

.home-page.home.blog .col-lg-8, .home-page.home.blog .col-lg-4 {
  margin-top: 25px; }

.home-page.home.blog .navbar-wrapper .col-lg-8, .home-page.home.blog .navbar-wrapper .col-lg-4 {
  margin-top: 0px; }

.g_round_label, .blog-image .carousel_rating, .blog-content, #bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-reply-header, #bbpress-forums div.bbp-topic-header,
#bbpress-forums fieldset.bbp-form legend, #bbpress-forums li.bbp-footer, #bbpress-forums li.bbp-header,
#matches .mversus, #matches .mminfo, #matches ul.cmatchesw li .member-list-wrapper, .tbroundt table tr th,
#matches ul.cmatchesw li span, #matches ul.cmatchesw.nochallenges li, .blog-date,
.blog-date-noimg, .blog-info, .blog-rating .overall-score, .blog-twrapper, .car-cont, .carousel, .tbprice table th, .popover-title,
.carousel-indicators, .team-list-wrapper, .modal-header, .newsbh-item .newsb-thumbnail, .newsbv-item-first .newsb-thumbnail,
.tooltip-inner, .user-wrap:hover a.logout, .vc_images_carousel.vc_per-view-more .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item > .vc_inner,
body.groups #item-body, body.groups .item-avatar a, .tournament-header .ttinfo {
  background-color: #1f242c;
  border: 1px solid #ffffff1c; }

.sticky .blog-twrapper {
  background-image: -webkit-linear-gradient(bottom, #2a2a34, #1a1b1f);
  background-image: -moz-linear-gradient(bottom, #2a2a34, #1a1b1f);
  background-image: -o-linear-gradient(bottom, #2a2a34, #1a1b1f);
  background-image: linear-gradient(to top, #2a2a34, #1a1b1f); }

.sticky .blog-twrapper h2 a {
  color: #fff; }

.spcard.sticky * {
  color: white !important;
  font-weight: 600;
  border-color: white !important; }

.blog-twrapper {
  position: relative;
  z-index: 10;
  -webkit-transition: -webkit-transform .4s;
  -moz-transition: -moz-transform .4s;
  transition: transform .4s; }

.blog-image {
  position: relative;
  overflow: hidden; }

.blog-image img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform .4s;
  -moz-transition: -moz-transform .4s;
  transition: transform .4s; }

.blog-date {
  position: absolute;
  top: 10px;
  left: 10px; }

.blog-date-noimg {
  float: left;
  margin: 28px 20px 15px 25px; }

.blog-date a, .blog-date span, .blog-date-noimg a, .blog-date-noimg span {
  padding: 5px;
  display: block;
  text-align: center; }

.blog-date span.date, .blog-date-noimg span.date {
  padding: 15px;
  color: #fff;
  font-size: 16px;
  -webkit-transition: linear .3s;
  -moz-transition: linear .3s;
  -ms-transition: linear .3s;
  -o-transition: linear .3s;
  transition: linear .3s;
  font-weight: 700; }

.blog-date a, .blog-date span {
  padding: 5px;
  display: block;
  text-align: center; }

.blog-date span.date {
  padding: 15px;
  color: #fff;
  font-size: 16px;
  -webkit-transition: linear .3s;
  -moz-transition: linear .3s;
  -ms-transition: linear .3s;
  -o-transition: linear .3s;
  transition: linear .3s;
  font-weight: 700; }

.single-post .blog-ind, .blog-index-page, .page-template-tmp-blog-right .blog, .page-template-tmp-blog-left .blog, .page-template-tmp-blog-isotope .blog, .page-template-tmp-blog-full .blog {
  padding-top: 20px; }

.single-post .blog-ind .blog-content {
  box-shadow: none;
  padding: 20px 25px;
  background: #1f242c;
  border: 1px solid #ffffff1c; }

.single-post .blog-ind .blog-content p {
  line-height: 26px;
  margin-bottom: 10px; }

.blog-content-no-img {
  min-height: 170px; }

.blog-content {
  padding: 20px 25px 15px;
  line-height: 21px;
  border: 0px solid black;
  border-top: 1px solid black; }

.blog-content img {
  max-width: 100%; }

.blog-content .button-small {
  display: block;
  width: 140px;
  text-align: center; }

.blog-content h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px; }

.blog-content ul {
  margin: 20px 0; }

.blog-ind .blog-post h2 {
  padding: 5px 0px 1px; }

.blog-ind .blog-post-noimg h2 {
  padding-left: 0;
  float: left; }

.blog-post-noimg .blog-info {
  float: left;
  width: 80%; }

.blog-content.wcontainer h1, .blog-content.wcontainer h2, .blog-content.wcontainer h3, .blog-content.wcontainer h4, .blog-content.wcontainer h5, .blog-content.wcontainer h6 {
  padding-left: 0;
  color: #fff; }

.blog-content.wcontainer h3 {
  font-size: 21px; }

.blog-content.wcontainer h2 {
  font-size: 26px; }

.blog-content.wcontainer td, .blog-content.wcontainer th {
  padding: 10px;
  border: 1px solid #000;
  background: rgba(0, 0, 0, 0.2); }

.blog-content.wcontainer table {
  margin-bottom: 10px; }

.blog-content.wcontainer dd {
  margin: 5px 20px; }

.blog-info {
  padding: 0px 0px 5px 0px;
  top: auto;
  bottom: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  width: 100%; }

.blog-ind .blog-info {
  position: relative; }

.post-pinfo i {
  margin: 0px 5px;
  font-style: normal; }

.post-pinfo a {
  font-size: 14px;
  font-weight: normal; }

.blog-ind .post-pinfo {
  border-top: 0px;
  border-bottom: 0px;
  margin: 8px 0 5px;
  width: auto;
  padding: 10px 20px; }

.post-pinfo {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 7px 0px 7px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px; }

body .post-pinfo img, body .post-meta img {
  width: 20px !important;
  height: 20px;
  border-radius: 30px;
  margin-right: 5px;
  position: relative;
  top: 5px;
  border: 1px solid black; }

body li.newsbh-item .post-meta img {
  width: 20px !important; }

.blog-ind .blog-image img {
  border: 1px solid #000;
  border-bottom: 0; }

.blog-info .button-small {
  float: right;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #000; }

.blog-image .carousel_rating {
  /*width:160px;*/
  position: absolute;
  bottom: 10px;
  right: 50%;
  margin-right: -75px;
  z-index: 2;
  font-size: 18px;
  padding: 10px 10px 8px 12px;
  background: rgba(35, 40, 45, 0.6);
  top: initial;
  opacity: 1;
  transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out; }

.blog-image:hover .carousel_rating {
  bottom: 0px;
  opacity: 1; }

.blog-image .carousel_rating i {
  color: white;
  font-size: 25px; }

.blog-image .carousel_rating_number {
  color: white;
  font-size: 25px;
  text-align: center;
  padding: 10px 20px;
  width: auto;
  margin-right: -55px; }

/* Post review numbers */
.post-review-numbers .overall-score {
  font-size: 35px;
  padding: 20px;
  text-align: center;
  margin-left: 0px; }

.post-review-numbers.post-review ul li {
  text-align: left; }

.post-review-numbers.post-review .progress {
  margin-top: -1px;
  display: block;
  float: right;
  width: 64%; }

.post-review-numbers.post-review .progress .progress-bar {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3); }

.post-review {
  float: right;
  margin: 25px 20px 15px 25px;
  width: 270px; }

.post-review ul {
  border-top: 1px solid #eaeaea26;
  list-style: none;
  margin: 0;
  padding: 0; }

.post-review ul li {
  padding: 15px 25px;
  text-transform: uppercase;
  color: #999;
  font-size: 12px;
  border-bottom: 1px solid #eaeaea26; }

.post-review ul li:last-child {
  border-bottom: 0; }

.overall-score {
  margin-left: 35px;
  font-size: 25px;
  padding: 20px; }

.carousel_rating {
  position: absolute;
  top: 11px;
  right: 11px;
  z-index: 2;
  font-size: 14px;
  padding: 5px 10px;
  background: rgba(35, 40, 45, 0.6); }

.carousel_rating_number {
  color: #ccc; }

.fa-star-o {
  color: #999; }

.post-review .score {
  font-size: 16px;
  display: inline-block;
  width: 50%;
  vertical-align: middle; }

.post-review ul li > div {
  width: 48%;
  /* float: left; */
  display: inline-block;
  word-wrap: break-word;
  vertical-align: middle; }

.blog-rating {
  background: 0 0/auto auto #FFF;
  background-origin: padding-box;
  right: 10px;
  position: absolute;
  top: 10px; }

.blog-rating .overall-score {
  margin: 0;
  padding: 0 10px 6px 12px; }

.blog-rating .overall-score .rating {
  font-size: 15px;
  text-shadow: none; }

.isoblog .isotope-item {
  margin-top: 10px;
  margin-bottom: 10px; }

.navigation {
  width: 100%;
  min-height: 5px; }

.block.mcomments h2 {
  font-size: 22px;
  /* text-align: center; */ }

.block.mcomments .wcontainer {
  margin-top: -10px;
  padding-top: 0px; }

#commentform {
  margin: 0 0 15px;
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
  padding: 20px 20px 20px 25px;
  background: #202126;
  border: 1px solid #000000; }

#commentform .cptch_block {
  margin-bottom: 55px; }

.comment-form .navigation a {
  float: left;
  padding: 10px 15px;
  line-height: 20px;
  text-decoration: none;
  font-weight: 400;
  border-left-width: 0;
  color: #fff;
  text-shadow: 0px 0px 0px white; }

#wp-comment-cookies-consent {
  margin-bottom: 0px;
  margin-top: 15px; }

div#form-section-consent {
  margin-bottom: 20px; }

.comment-form .navigation a:hover {
  text-shadow: 0px 0px 10px white; }

#cancel-comment-reply {
  margin-bottom: 10px; }

#cancel-comment-reply a {
  margin-bottom: 10px; }

.form-submit input#submit {
  width: 100%;
  margin-bottom: 0px;
  margin-top: -7px;
  border-radius: 0px 0px 3px 3px; }

.theChampCommentingTabs ul {
  margin-left: 0px !important;
  padding-left: 0px !important;
  margin-bottom: 20px;
  margin-top: 5px !important; }

.theChampCommentingTabs ul li {
  padding: 0px !important;
  border: 0px !important;
  margin-left: 0px !important;
  padding-left: 0px !important; }

.theChampCommentingTabs #theChampReplyTitle {
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 30px; }

.comment-form .hctpc_block {
  margin-bottom: 20px; }

input[type=text].hctpc_input {
  height: 40px;
  text-align: center; }

#form-section-comment textarea {
  margin-bottom: 0px; }

textarea::placeholder {
  color: #ffffffd9; }

input::placeholder {
  color: rgba(255, 255, 255, 0.69); }

#searchform .screen-reader-text {
  display: none; }

#searchform input {
  width: 100%;
  cursor: text !important;
  padding: 25px 15px 25px 30px;
  margin-bottom: 0;
  opacity: 1;
  box-shadow: 0 10px 27px rgba(0, 0, 0, 0.1), 0 3px 12px rgba(0, 0, 0, 0.1);
  background: #1f242c;
  border: 1px solid #ffffff1c;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: Montserrat; }

#searchform input[type=submit] {
  display: none; }

footer #searchform input {
  margin-top: 25px; }

#searchform h3 {
  display: none; }

.account {
  float: right;
  display: block;
  margin: 23px 20px 0 0; }

.page-numbers, .page-numbers:hover {
  padding: 10px 15px;
  position: relative;
  margin-right: 5px;
  color: #fff;
  display: block;
  float: left; }

.displaying-num {
  font-style: italic;
  font-size: 10px;
  color: #999;
  display: block; }

div.pagination {
  padding: 3px;
  margin: 3px;
  text-align: center;
  color: #a0a0a0;
  font-size: 80%; }

.pagination ul {
  list-style: none;
  margin: 10px 0;
  padding: 0; }

.pagination li {
  display: inline-block;
  list-style: none;
  margin-right: 5px; }

.pagination ul.wp_pag a li {
  margin: 0; }

.pagination a span {
  z-index: 1;
  position: relative;
  font-size: 12px;
  font-family: 'Roboto', Arial; }

div.pagination a, div.pagination span, .pagination ul.wp_pag > li {
  padding: 8px 13px;
  position: relative;
  color: #fff;
  margin: 0 5px 0 0;
  display: inline-block; }

.pagination span.disabled {
  border: 1px solid #666;
  color: #999; }

#member-dir-count-bottom div.pagination a {
  top: 1px; }

.sharepost {
  float: right;
  margin-top: 5px;
  margin-bottom: 5px; }

.stButton .stButton_gradient {
  height: 22px !important; }

.stButton .stArrow {
  display: none !important; }

.stButton .stFb, .stButton .stMainServices, .stButton .stTwbutton {
  height: auto !important; }

#stOverlay {
  z-index: 999999999 !important; }

.stwrapper {
  z-index: 9999999999 !important; }

.media-modal, .supports-drag-drop {
  z-index: 99999999999 !important; }

.media-modal input[type=text], .media-modal select, .media-modal textarea {
  background: #fff !important; }

.media-modal input[type=text], .media-modal textarea {
  padding: 10px !important; }

.media-frame-title h1 {
  color: #333 !important; }

.psearch-content {
  margin-bottom: 5px;
  color: #999;
  min-height: 125px;
  vertical-align: top;
  margin-top: 50px; }

.search-top i:hover {
  opacity: 0.9; }

.search-top {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999; }

.search-top i {
  height: 38px;
  line-height: 38px;
  width: 40px;
  text-align: center;
  cursor: pointer; }

.author-block img {
  float: left;
  width: 80px;
  height: 80px; }

.author-content {
  width: 86%;
  float: right; }

.author-content h3 {
  line-height: 22px;
  margin-bottom: 12px;
  margin-top: 0;
  text-transform: none; }

ul.comment-list {
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
  margin-top: 20px; }

ul.comment-list-no {
  margin-bottom: 0px !important; }

ul.comment-list ul {
  margin-top: 25px;
  margin-left: 10px !important;
  list-style: none; }

ul.children {
  padding: 0px;
  margin: 0px;
  border: 0px; }

ul.comment-list li {
  margin: 0 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
  padding: 20px 20px 20px 25px;
  background: #202126;
  border: 1px solid #000000; }

ul.comment-list > li {
  list-style: none; }

ul.comment-list > li:last-of-type {
  margin-bottom: 0px; }

.comment table {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dddddd1c;
  margin: auto;
  width: 100%; }

.comment table th {
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.0509803922); }

.comment table thead, table tfoot {
  background: #f5f5f5; }

.comment table thead tr th,
.comment table tfoot tr th,
.comment table tbody tr td,
.comment table tr td,
.comment table tfoot tr td {
  font-size: 12px;
  line-height: 18px;
  text-align: left; }

.comment table thead tr th,
.comment table tfoot tr td {
  padding: 8px 10px 9px;
  font-size: 14px;
  font-weight: bold;
  color: #222; }

.comment table thead tr th:first-child, .comment table tfoot tr td:first-child {
  border-left: none; }

.comment table thead tr th:last-child, .comment table tfoot tr td:last-child {
  border-right: none; }

.comment table tbody tr td {
  color: #b7b7b7;
  padding: 9px 10px;
  vertical-align: top;
  border: none; }

.comment-list .comment ul, .comment-list .comment ol {
  margin-left: 0px;
  padding-left: 0px;
  margin-top: 0px; }

ul.comment-list .comment ul li, ul.comment-list .comment ol li {
  background: transparent;
  border: 0px;
  padding: 10px 0px 0px 10px;
  box-shadow: none;
  margin: 0px;
  margin-left: 20px; }

ul.children li {
  margin-left: 0px !important;
  margin-top: 10px !important; }

.blog img.avatar, .comment-form img.avatar {
  float: left;
  border-radius: 100px;
  max-width: 90px;
  margin-top: 17px; }

.comment-body {
  position: relative;
  margin-top: 0px; }

.comment-body span.says {
  display: inline-block; }

.parent .comment-body {
  margin: 0 0 15px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
  padding: 20px 20px 20px 25px;
  background: #202126;
  border: 1px solid #000000; }

.parent {
  border: 0px !important;
  background: transparent !important;
  padding: 0px !important;
  box-shadow: none !important; }

.comment-body .comment-meta {
  display: inline-block;
  font-size: 12px;
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 10px; }

.comment-body p {
  color: #eee;
  margin: 10px 0 0; }

.comment-list .avatar {
  border: 1px solid #000;
  width: 15%; }

.comment-body .comment-reply-link {
  top: -1px;
  right: 0;
  padding: 4px 9px !important;
  font-size: 10px;
  position: relative;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.8); }

.comment-body .comment-author {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 5px; }

.comment-body .comment-author img {
  border-radius: 3px;
  margin-right: 10px;
  width: 30px;
  position: relative;
  top: 9px; }

.comment-body .reply {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10; }

h3#reply-title {
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: 10px; }

.parent .comment-body .reply {
  top: 20px;
  right: 20px; }

.comment-body i {
  font-size: 12px;
  top: -3px;
  position: relative; }

.comment-body .comment-author .comment-info {
  position: relative;
  top: 0px;
  margin-right: 7px; }

.comment-form input[type=text], .comment-form textarea {
  width: 100%; }

body.customize-support .navbar-fixed-top {
  top: 28px; }

body #wp-link-backdrop {
  z-index: 999999; }

body #wp-link-wrap {
  z-index: 9999999; }

body #wp-link #link-options label {
  width: 100%; }

body #wp-link-close .screen-reader-text {
  display: none; }

/* MATCH PAGE
   ============================= */
.single-matches .page-title-wrap, .page-template-tmp-no-header .page-title-wrap {
  display: none; }

.match-header {
  min-height: 335px;
  display: flex;
  position: relative;
  overflow: hidden;
  background-color: #252529; }

.match-header .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

img.teamlogo {
  position: relative;
  top: 0px;
  left: 0px;
  transform: none;
  min-height: 0px;
  min-width: 0px;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 50px;
  opacity: 1;
  margin-top: 50px;
  margin-bottom: -70px; }

.match-header > img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  max-width: none !important;
  min-height: 100% !important;
  max-height: none !important;
  opacity: 0.3;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1; }

.match-header:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  background: -moz-linear-gradient(bottom, #202731 17%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(bottom, #202731 17%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, #202731 17%, rgba(0, 0, 0, 0) 100%); }

.match-header * {
  z-index: 3; }

.match-header .col-4 {
  text-align: center; }

.match-header .col-4:last-of-type > a {
  flex-direction: row; }

.match-header .col-4:last-of-type .mtmembers {
  text-align: left; }

.match-header .col-4 > a {
  display: flex;
  opacity: 1;
  flex-direction: row-reverse;
  align-items: center; }

.match-header .col-4 > a:hover {
  opacity: 0.8; }

.match-header .match-extras {
  display: flex;
  position: absolute;
  top: 20px;
  left: 30px; }

.match-header .match-extras a {
  margin-right: 10px; }

.match-header img {
  max-width: 150px;
  min-width: 150px;
  max-height: 150px; }

.match-header .col-4 > a img {
  margin: 0px 30px; }

.match-header .col-4 h3 {
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0px;
  margin-top: 35px;
  margin-bottom: 0px; }

.match-header .col-4 .mtmembers {
  width: 100%;
  text-align: right;
  padding: 0px 27px; }

.match-header .col-4 .mtmembers a {
  display: inline-block;
  position: relative; }

.match-header .col-4 .mtmembers img {
  width: 38px;
  height: 36px;
  min-width: auto;
  border-radius: 5px;
  margin: 40px 5px 0px 5px;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4); }

.match-header .col-4:nth-child(2) img {
  width: 40px;
  min-width: auto;
  opacity: 0.5; }

.match-header .col-4 .mtmembers img:hover {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%); }

.match-header .col-4 h1 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 30px;
  letter-spacing: 0.5px; }

.match-header.user_type .col-4 h3 {
  margin-top: 0px; }

.match-header .mscore span {
  font-weight: 600;
  font-size: 30px;
  display: inline-block;
  vertical-align: top;
  margin: 0px 45px; }

.match-header .mscore {
  font-size: 48px;
  line-height: 48px;
  font-weight: 600; }

.match-header .mtime {
  margin-top: 25px;
  display: block;
  font-size: 13px;
  opacity: 0.7; }

.match-header h6 {
  position: absolute;
  font-size: 305px;
  text-transform: uppercase;
  bottom: -25px;
  opacity: 0.1;
  color: rgba(255, 255, 255, 0.2);
  -webkit-animation: mymove 20s linear infinite;
  animation: mymove 20s linear infinite;
  white-space: nowrap;
  height: 300px;
  font-weight: 700; }

.match-header h6:after, .match-header h6:before {
  position: absolute;
  top: 0;
  left: calc(100%  + 50px);
  content: attr(data-nick); }

.match-header h6:after {
  -webkit-transform: translateX(calc(100% + 50px));
  transform: translateX(calc(100%  + 50px)); }

@-webkit-keyframes mymove {
  from {
    right: 0px; }
  to {
    right: 200%; } }
@keyframes mymove {
  from {
    right: 0px; }
  to {
    right: 200%; } }
.mcontent {
  display: flex;
  flex-wrap: wrap; }

.mcontent iframe {
  width: 100%;
  height: 500px;
  margin-bottom: 20px; }

.mcontent .msidebar section h4 span {
  display: inline-block;
  font-size: 19px; }

.mcontent .col-6 {
  padding: 70px;
  margin: 0 auto; }

.mcontent .col-6:first-child, .mcontent .col-6 p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 300; }

.mcontent .col-6 p {
  padding-bottom: 20px; }

.team-members .wigheader, .teaminfo .col-7 .wigheader {
  margin-left: 0%;
  margin-right: 0%; }

.msidebar section.widget {
  position: relative;
  overflow: hidden; }

.msidebar section > img {
  position: absolute;
  bottom: -30px;
  left: 0px;
  width: 250px;
  opacity: 0.1; }

ul.mmaps li img {
  min-width: 100%;
  max-width: 100%;
  min-height: 100%; }

ul.mmaps li {
  overflow: hidden;
  justify-content: space-between;
  position: relative;
  margin: 0px 0px;
  border-bottom: 1px solid black;
  display: flex;
  align-items: center; }

ul.mmaps li:before {
  position: absolute;
  height: 100% !important;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  content: ''; }

ul.mmaps li:before, .bmatchlist ul.bmatchul li a:before {
  background: -webkit-linear-gradient(left, #1f242c 0%, rgba(49, 48, 52, 0) 0%, #1f242c 60%);
  background: linear-gradient(to right, #1f242c 0%, rgba(49, 48, 52, 0) 0%, #1f242c 60%); }

ul.mmaps li:last-child {
  border-bottom: 0px; }

ul.mmaps {
  list-style: none;
  padding: 0px;
  margin: 0px; }

ul.mmaps li img {
  min-width: 50%;
  max-width: 60%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 0;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.3;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease; }

ul.mmaps li:hover img {
  opacity: 0.7;
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%); }

.mmaps h3 {
  position: relative;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  float: left;
  margin-left: 50px;
  z-index: 2;
  line-height: 80px; }

.mapscore span {
  display: inline-block;
  color: #fff;
  padding: 7px 9px 7px 15px;
  letter-spacing: 5px;
  font-size: 16px;
  margin-left: 6px;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  line-height: 100px;
  font-weight: 600;
  text-align: center !important;
  position: relative; }

.mapscore span:before {
  content: '';
  background: #1b1b1e;
  height: 110%;
  width: 100%;
  display: block;
  position: absolute;
  top: -10%;
  left: 0px;
  transform: skew(-10deg, 0deg);
  z-index: -1;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease; }

.mapscore {
  float: right;
  position: relative;
  z-index: 10;
  margin-right: 10px;
  height: 100%;
  min-width: 37%;
  display: flex;
  justify-content: flex-end;
  max-width: 70%;
  flex-wrap: wrap; }

.mapscore:nth-child(3) {
  margin-right: 35px; }

/* TEAM PAGE
   ============================= */
.single-team .page-title-wrap {
  display: none; }

.team-header {
  margin-top: -80px;
  display: block !important; }

.team-header .header-flex {
  padding: 80px 0px 30px 0px; }

.team-header .header-flex > img {
  width: 150px;
  float: left;
  margin-right: 40px; }

.team-header > img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  max-width: none !important;
  min-height: 100% !important;
  max-height: none !important;
  opacity: 0.3;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1; }

.team-header h1 {
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 0px; }

.team-header h2 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0px; }

/* Team Member slider */
.teamm-slider .slick-slide {
  position: relative;
  z-index: 10;
  margin: 20px 0px;
  opacity: 1 !important;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  top: 0px;
  box-shadow: 0px 0px 0px black; }

.teamm-slider .slick-slide.slick-active.slick-current {
  box-shadow: 0px 0px 20px black;
  z-index: 11;
  position: relative;
  top: -23px;
  height: 615px; }

.teamm-slider .slick-slide.slick-active.slick-current.mem-wrap {
  height: 640px;
  position: relative;
  margin-top: 0px;
  background: #202125; }

.teamm-slider .slick-slide.slick-active.slick-current.mem-wrap .mem-wrap-bg {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1; }

.teamm-slider .slick-slide.slick-active.mem-wrap:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 2;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease; }

.teamm-slider .slick-slide.slick-active.slick-current.mem-wrap:after {
  opacity: 0.5; }

.teamm-slider .slick-slide.slick-active.slick-current .mem-info p {
  opacity: 1; }

.teamm-slider .slick-slide.slick-active.slick-current.mem-wrap .mem-wrap-bg {
  opacity: 1;
  -webkit-filter: grayscale(30%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(30%); }

.elementor-widget-players_slider button.slick-next.slick-arrow, .elementor-widget-players_slider button.slick-prev.slick-arrow {
  margin-top: -23px;
  height: calc(100% - 85px); }

.teamm-slider .slick-slide.mem-wrap {
  position: relative;
  height: 575px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #202125; }

.teamm-slider .slick-slide.mem-wrap .mem-wrap-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  z-index: 1;
  opacity: 0.3; }

.teamm-slider .slick-slide.mem-wrap .mem-wrap-bg:before {
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(-55deg, black 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0px;
  height: 100%;
  width: 100%; }

.teamm-slider .slick-slide.mem-wrap .mem-info {
  z-index: 3;
  text-align: center;
  padding: 0px 70px;
  max-width: 410px;
  padding-top: 100px; }

.teamm-slider .slick-slide * {
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease; }

.mem-info h3 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
  color: white; }

.mem-info h6 {
  font-weight: 500;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 40px;
  position: relative; }

.mem-info h6:before {
  content: '';
  width: 100%;
  margin: 0 auto;
  height: 1px;
  position: absolute;
  bottom: -20px;
  left: 0px;
  right: 0px;
  opacity: 0.6; }

.mem-info p {
  opacity: 0.7;
  font-size: 14px; }

.mem-info a {
  font-size: 18px;
  margin: 5px 10px 0px 10px;
  display: inline-block; }

.mem-info > a:first-child {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0px; }

/* Member Carousel */
.matches_slider {
  margin-bottom: 0px !important; }

.matches_slider.slick-initialized .slick-slide {
  margin-top: 0px;
  margin-bottom: 0px; }

.matches_slider .slick-arrow {
  height: 100% !important; }

a.mc-wrap > img {
  position: absolute;
  top: 0px;
  z-index: 2;
  min-height: 100%;
  min-width: 100%;
  display: block;
  max-width: none;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.1; }

a.mc-wrap {
  display: block;
  position: relative;
  height: 450px;
  overflow: hidden;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

a.mc-wrap:after {
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: ''; }

a.mc-wrap .bmatchscore .team-logo {
  max-width: 17%; }

a.mc-wrap .bmatchscore, a.mc-wrap .mbtitle-wrapper {
  position: relative;
  z-index: 3; }

.mc-infowrap {
  margin-top: -65px; }

.matches_slider .slick-dots {
  bottom: 70px; }

a.mc-wrap .mbtitle-wrapper {
  text-align: center;
  margin: 0px 20px;
  color: white; }

a.mc-wrap .mbtitle-wrapper img {
  margin: 0 auto;
  width: 40px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5; }

a.mc-wrap .mbtitle-wrapper h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px; }

a.mc-wrap .mbtitle-wrapper h5 {
  font-size: 16px;
  opacity: 0.5;
  margin-top: 0px; }

a.mc-wrap .bmatchscore {
  display: flex;
  position: relative;
  z-index: 3;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 40px; }

a.mc-wrap .bmatchscore .vsresult {
  display: flex;
  justify-content: space-evenly;
  font-size: 48px;
  color: #ffffff;
  font-weight: 600;
  margin: 0px 10px; }

a.mc-wrap .bmatchscore .vsresult span {
  font-size: 24px;
  font-weight: 600;
  margin: 0px 30px; }

/* Match List */
.bmatchlist ul.bmatchul {
  width: 100%;
  list-style: none;
  padding-left: 0px;
  background: #1f1f22; }

.bmatchlist ul.bmatchul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  position: relative;
  overflow: hidden; }

.bmatchlist ul.bmatchul li:last-child {
  border-bottom: 0; }

.bmatchlist .bmatchul li a {
  display: flex;
  width: 100%; }

.bmatchlist ul.bmatchul li a:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  content: ''; }

.bmatchlist ul.bmatchul li a img.grayscalebg {
  min-width: 50%;
  max-width: 60%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.3;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease; }

.bmatchlist ul.bmatchul li a:hover img.grayscalebg {
  filter: none; }

.bmatchlist .bmatchul li a .bmatchscore {
  width: 50%;
  display: flex;
  position: relative;
  z-index: 2;
  justify-content: space-evenly;
  align-items: center;
  padding: 30px 0px 25px 0px !important; }

.bmatchlist .bmatchul li a .bmatchscore img {
  height: auto;
  max-width: 100%;
  border: none;
  max-height: 60px;
  width: auto !important; }

.bmatchlist .bmatchul li a .bmatchscore .team-logo {
  max-width: 20%; }

.bmatchlist .bmatchul li a .bmatchscore .vsresult {
  display: flex;
  justify-content: space-evenly;
  font-size: 20px;
  font-weight: 600;
  color: white; }

.bmatchlist .bmatchul li a .bmatchscore .vsresult span {
  font-size: 14px;
  color: #999999;
  font-weight: 700;
  margin: 0px 15px; }

.bmatchlist .bmatchul li a .mbtitle-wrapper {
  width: 50%;
  position: relative;
  z-index: 2;
  padding: 16px 30px 16px 0px; }

.bmatchlist .bmatchul li a .mbtitle-wrapper h3 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase; }

.bmatchlist .bmatchul li a .mbtitle-wrapper h4 {
  font-size: 14px;
  font-weight: 600;
  color: white;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  text-transform: uppercase;
  word-break: break-all; }

.bmatch-sc li, .bmatch-sc li a {
  display: block !important; }

.bmatch-sc li a .bmatchscore, .bmatch-sc li a .mbtitle-wrapper {
  width: 100% !important;
  padding: 10px 10px 20px 10px !important;
  text-align: center; }

.bmatchlist .bmatch-sc.bmatchul li a .bmatchscore {
  padding-bottom: 0px !important;
  padding-top: 40px !important; }

/* GENERIC FIXES
   ============================= */
/* PLAYER / TEAM NAVIGATION */
.playerpag {
  min-height: 250px;
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -50px; }

.playerpag .col-6 {
  overflow: hidden;
  position: relative; }

.playerpag .col-6:before {
  position: absolute;
  top: 40%;
  left: -60px;
  content: attr(data-nick);
  font-size: 230px;
  opacity: 0.015;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 5;
  margin-top: -10px; }

.col-6.prevmember {
  background: #1b1c1f80; }

.col-6.nextmember {
  background: #19191cc7; }

.single_match_nav .col-6.prevmember, .single_match_nav .col-6.nextmember {
  width: 100%; }

.prevmember .meminfo {
  text-align: right;
  border-right: 1px solid rgba(0, 0, 0, 0.3); }

.nextmember .meminfo {
  float: left; }

.playerpag .nextmember img {
  left: initial;
  right: 0%; }

.meminfo h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px; }

.meminfo h2 span {
  font-weight: 800; }

.meminfo h2 {
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 10px;
  font-weight: 600;
  margin-bottom: 0px; }

.meminfo {
  display: block;
  vertical-align: top;
  padding: 40px 60px 40px 60px;
  float: right;
  position: relative;
  z-index: 5;
  opacity: 0.85;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease; }

.playerpag .col-6:hover .meminfo {
  opacity: 1; }

.meminfo a {
  margin-top: 25px;
  display: inline-block;
  letter-spacing: 1px;
  position: relative;
  left: 0px; }

.playerpag img {
  width: 70%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  opacity: 0.3;
  z-index: 0;
  display: block;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%); }

.nextmember .meminfo h2 {
  opacity: 1; }

.playerpag .nextmember.col-6:before {
  top: 60%; }

.prevmember:after {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  content: '';
  background: -webkit-linear-gradient(right, #1b1d24 0%, rgba(49, 48, 52, 0) 0%, #1b1d24 60%);
  background: linear-gradient(to right, #1b1d24 0%, rgba(49, 48, 52, 0) 0%, #1b1d24 60%); }

.nextmember:after {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  content: '';
  background: -webkit-linear-gradient(left, #1b1d24 0%, rgba(49, 48, 52, 0) 0%, #1b1d24 60%);
  background: linear-gradient(to left, #1b1d24 0%, rgba(49, 48, 52, 0) 0%, #1b1d24 60%); }

.playerpag img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }

.playerpag .col-6:hover img {
  opacity: 0.9;
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%); }

/* Tournament single page */
.popover-content ul.wysihtml5-toolbar .btn {
  width: 96%; }

.popover-content ul.wysihtml5-toolbar li {
  width: 33%; }

.popover-content ul.wysihtml5-toolbar {
  display: flex;
  flex-wrap: wrap;
  list-style: none; }

body .tournaments_block_single .tournaments-list li {
  margin: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  width: 100%;
  background-size: cover !important; }

body .tournaments_block_single .tournaments-list h4 {
  font-weight: 700 !important; }

body .tournaments_block_single .wcontainer, body .tournaments_block_single .wcontainer .tournaments-list {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px; }

body.page .tournaments_block_single .wcontainer li h4 {
  margin-bottom: 25px; }

.tournaments_block_single .tlistinfo {
  margin-left: 20px;
  padding-left: 0px;
  margin-top: 0; }

.tournaments_block_single .tlistjoin, .tournaments_block_single .tlistpremium {
  position: absolute;
  margin-top: 20px;
  text-align: center;
  margin-left: -50px; }

.tournament-header {
  min-height: 205px;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 0px;
  background-position-y: -150px;
  overflow: visible;
  z-index: 9; }

.tournament-header .tournament-finished {
  margin-top: -50px; }

.tournament-header .dots {
  z-index: 1; }

.tournament-header .container {
  position: relative;
  z-index: 9999; }

.thdescriptionw {
  margin: 13px 0 40px; }

.thdescriptionleft {
  margin-bottom: 0px;
  float: left;
  width: 55%;
  padding-right: 40px;
  box-sizing: border-box; }

.thdescriptionleft .jtournamentb img, .thdescriptionleft .ltournamentb img {
  background: 0px;
  border: 0px;
  box-shadow: none;
  margin-right: 0px; }

.thdescriptionleft a.btn.edit {
  margin-top: 20px; }

.premium-tag {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #ffbd00; }

.premium-tag i {
  font-size: 18px;
  position: relative;
  bottom: -2px;
  margin-right: 4px; }

.thdescriptionleft .premium-tag, .tournaments-list .premium-tag, .tournaments_block_single .premium-tag {
  color: #ffc400;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bolder;
  position: relative;
  top: -10px; }

.tournaments-list .premium-tag, .tournaments_block_single .premium-tag {
  top: 2px; }

.thdescriptionright {
  margin-left: 55%; }

.thdescriptionright ul.wysihtml5-toolbar a.btn {
  background: #26262f;
  height: 40px; }

.thdescriptionright ul.wysihtml5-toolbar a.btn:hover {
  color: white;
  background: #1a1a20; }

.thdescriptionleft h1 {
  overflow: hidden;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin: 0px 0px 25px; }

.thdescriptionleft h1 span {
  display: block;
  font-size: 12px; }

.thdescriptionleft h1 span a {
  font-size: 12px; }

.thdescriptionleft img {
  margin-right: 25px;
  float: left;
  max-width: 100px;
  margin-top: auto;
  padding: 3px;
  background-color: #1d1d1d;
  border: 1px solid #000;
  background-image: -webkit-linear-gradient(bottom, #1a1b1f, #2a2a34);
  background-image: -moz-linear-gradient(bottom, #1a1b1f, #2a2a34);
  background-image: -o-linear-gradient(bottom, #1a1b1f, #2a2a34);
  background-image: radial-gradient(ellipse farthest-corner at center 0px, #31a2a6 -150%, #333240 45%, #333240 85%);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.2); }

.tournament-header .hiddenoverflow {
  height: 205px;
  position: relative;
  margin-top: -56px;
  z-index: 1; }

.thdregistration {
  text-transform: uppercase;
  margin-bottom: 13px; }

.thdregistration p {
  text-transform: uppercase;
  padding-right: 5px;
  padding-bottom: 6px;
  margin: 0px;
  text-shadow: 0px 1px 3px black;
  color: #bbb; }

.thdregistration span {
  color: #fff;
  padding-bottom: 12px; }

.thdtext {
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  word-wrap: break-word;
  opacity: 1; }

#regulations_containters .regulation_text a, #regulations_containters .regulation_text a:hover,
.t_edit_wrapper .thdtext a, .t_edit_wrapper .thdtext a:hover {
  font-size: 13px;
  text-transform: none;
  font-weight: 700;
  line-height: 26px;
  word-wrap: break-word;
  opacity: 1; }

.accordion-group .active .regulation_text a:hover {
  color: white !important; }

.t_edit_wrapper .thdtext a i, #regulations_containters a i {
  font-size: 13px;
  top: 0px; }

.thinfoleft {
  float: left;
  width: 55%;
  padding-right: 40px;
  box-sizing: border-box; }

.thinfoleft h2 {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: 600;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5); }

.thinfoleft h2 strong {
  color: #fff; }

.thinfoleft form.form-inline.editableform {
  padding: 20px; }

.thprice {
  font-size: 12px;
  letter-spacing: normal;
  line-height: normal;
  word-spacing: normal;
  display: inline-block;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
  padding: 0px;
  width: 50%;
  margin-bottom: 25px; }

.thprice h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  color: #ffd800; }

.thprice h4 {
  text-transform: uppercase;
  margin: 0px; }

.thinforight {
  margin-left: 55%; }

.thinforight h2 {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 30px;
  font-weight: 600;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5); }

.thinforight ul {
  list-style: none;
  font-size: 0;
  line-height: 0;
  letter-spacing: -.31em;
  word-spacing: -.43em;
  overflow: hidden;
  padding: 0px;
  margin: 0px; }

.thinforight ul li {
  font-size: 12px;
  letter-spacing: normal;
  line-height: normal;
  word-spacing: normal;
  display: inline-block;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
  padding: 0 5px 0 30px;
  width: 50%;
  margin-bottom: 25px; }

.thinforight ul li img, .thprice img {
  position: absolute;
  top: 0px;
  left: 0px; }

.thinforight ul li h3 {
  display: block;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 4px;
  padding: 0px;
  font-size: 16px;
  text-shadow: 0px 1px 3px black;
  word-break: break-word; }

.thinforight ul li span {
  font-size: 11px;
  display: block;
  text-transform: uppercase;
  text-shadow: 0px 1px 3px black;
  color: #bbb;
  font-weight: bold; }

.thinforight ul li.tbparticipants .control-group.form-group,
.thinforight ul li.tblocation .control-group.form-group {
  margin-top: 10px; }

.thinforight ul li.tbparticipants .control-group.form-group input[type='text'] {
  width: 70px; }

.thinforight ul li span.editable-clear-x {
  right: 10px !important; }

.button-small.jtournamentb.disabled, .button-small.jtournamentb.disabled:hover, .button-small.ltournamentb.disabled, .button-small.ltournamentb.disabled:hover {
  opacity: 0.8;
  background: grey;
  box-shadow: none;
  color: #ccc;
  border: 1px solid black; }

.button-small.jtournamentb.disabled:hover, .button-small.ltournamentb.disabled:hover {
  opacity: 0.6 !important; }

.jtournamentb, .ltournamentb {
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7); }

.jtournamentb i, .ltournamentb i {
  margin-right: 5px; }

.mtournament-body {
  padding: 35px 0px 35px 0px;
  position: relative; }

.mtournament-body h2 {
  color: #c7d5eb;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 20px;
  font-weight: 600; }

.tbinfo, .tbmaps, .tbprice, .tbteams, .tbregulations, .tbbrakets {
  margin-bottom: 70px; }

.tbinfo ul {
  display: flex; }

.tbinfo ul, .tbmapsi {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0; }

.tbinfo ul li {
  float: left;
  width: 20%;
  box-sizing: border-box;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  border-left: 2px solid #8c8c7c; }

.tbinfo ul li h3 {
  color: #A2AEB8;
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  white-space: nowrap;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 0px;
  float: left;
  clear: both; }

.tbinfo ul li span {
  font-size: 20px;
  line-height: 26px;
  display: block;
  color: #ffffff;
  float: left;
  font-weight: 600;
  clear: both;
  transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out; }

.game_chooser {
  cursor: pointer; }

#GameChooserModal .modal-body {
  padding: 15px 0px; }

#GameChooserModal .modal-header {
  position: relative; }

#GameChooserModal .modal-header button {
  position: absolute;
  top: 6px;
  right: -5px;
  padding: 2px 5px;
  border: 1px solid transparent; }

#GameChooserModal .modal-body ul {
  padding: 0px;
  margin: 0px; }

#GameChooserModal .modal-body ul li {
  list-style: none;
  padding: 5px 10px 5px 5px;
  display: inline-block;
  width: 31%;
  border-radius: 3px;
  cursor: pointer;
  margin: 5px;
  border: 1px solid #000;
  background-image: -webkit-linear-gradient(bottom, #1a1b1f, #2a2a34);
  background-image: -moz-linear-gradient(bottom, #1a1b1f, #2a2a34);
  background-image: -o-linear-gradient(bottom, #1a1b1f, #2a2a34);
  background-image: radial-gradient(ellipse farthest-corner at center 0px, #31a2a6 -150%, #333240 45%, #333240 85%);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.2);
  transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out; }

#GameChooserModal .modal-body ul li:hover {
  color: #eee;
  -o-box-filter: brightness(120%);
  -moz-box-filter: brightness(120%);
  -webkit-filter: brightness(120%);
  filter: brightness(120%); }

#GameChooserModal .modal-body ul li img {
  margin-right: 6%;
  border: 1px solid black;
  width: 35%;
  height: 75px; }

#GameChooserModal .modal-body ul li span {
  display: inline-block;
  width: 59%;
  display: inline-block;
  vertical-align: middle; }

.tbmapsi li {
  width: 25%;
  display: block;
  position: relative;
  float: left;
  padding: 2px;
  transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  -o-box-filter: brightness(100%);
  -moz-box-filter: brightness(100%);
  -webkit-filter: brightness(100%);
  filter: brightness(100%); }

.tbmapsi li:hover, .tbmapsi li.selected_map {
  -o-box-filter: brightness(120%);
  -moz-box-filter: brightness(120%);
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  cursor: pointer; }

.tbmapsi li * {
  transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out; }

.tbmapsi li h3 {
  position: absolute;
  top: 39%;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  margin: 0px;
  /* margin-top: -46px; */
  color: #eee;
  text-shadow: 0px 1px 5px black;
  font-weight: 700; }

.tbmapsi li img {
  max-width: 100%;
  width: 100%;
  transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  min-height: 205px; }

.tbmapsi li > div {
  border: 1px solid black; }

.tbmapsi li > div > div {
  height: 205px;
  overflow: hidden;
  position: relative; }

.tbmapsi.three_maps li img, .tbmapsi.two_maps li img {
  height: auto; }

.tbmapsi.three_maps li {
  width: 33.33%; }

.tbmapsi.two_maps li {
  width: 50%; }

.tbprice table {
  width: 100%;
  margin-bottom: 0px;
  text-align: left;
  font-size: 14px;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0; }

.tbprice table th {
  font-size: 11px;
  padding: 15px 2%;
  text-transform: uppercase;
  font-weight: 400;
  vertical-align: middle;
  white-space: nowrap; }

.tbprice table th img, .tbprice table td img {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle; }

.tbprice table td img {
  margin-right: 15px; }

#add_prize img {
  position: relative;
  right: -6px; }

.tbprice table td .button-small img {
  margin-right: 0px; }

.tbprice table th span {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  padding-right: 50px; }

.tbprice table tr td:first-child, .tbprice table tr th:first-child {
  width: 30%; }

.tbbrakets .tbprice table tr td:first-child, .tbbrakets .tbprice table tr th:first-child {
  width: 65px; }

.tbprice table tr td {
  background: #0606063b; }

.tbprice table tr td:first-child {
  background: -webkit-linear-gradient(to right, #1b1b21 0%, #212129 100%);
  background: -o-linear-gradient(to right, #1b1b21 0%, #212129 100%);
  background: -moz-linear-gradient(to right, #1b1b21 0%, #212129 100%);
  background: linear-gradient(to right, #1b1b21 0%, #212129 100%); }

.tbprice table td {
  color: #f9f5e1;
  padding: 15px 2%;
  border-bottom: 1px #333335 solid; }

.tbprice table td span {
  font-size: 18px;
  line-height: 24px;
  padding-top: 1px;
  color: #A2ADB8; }

.tbprice table td.trcell span {
  font-weight: 600; }

.tbprice table td:first-child span {
  font-size: 14px; }

.tbprice table td #challenge_control div {
  width: 100%;
  text-align: center; }

.tbprice table td #challenge_control div.challenge_decline {
  background: #8d0303;
  border: 1px solid red;
  box-shadow: none;
  opacity: 0.8; }

.tbprice table td #challenge_control div.challenge_decline:hover {
  opacity: 1; }

.tbprice table td.tfirstw span, .tbprice table td.tsecondw span, .tbprice table td.tthirdw span {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px; }

.tbprice table td.tfirstw {
  border-left: 2px #ffba00 solid; }

.tbprice table td.tsecondw {
  border-left: 2px #aeaeae solid; }

.tbprice table td.tthirdw {
  border-left: 2px #da773b solid; }

.tbteams#buddypress .members-list li a {
  color: #A2ADB8; }

.tbteams#buddypress .members-list li a:hover {
  color: #eee; }

#remove_regulation {
  background: grey;
  box-shadow: none;
  margin-left: 5px; }

.tbregulations.news_tabbed {
  font-weight: 600;
  line-height: 30px; }

.tbregulations .tab-content ul {
  margin-top: 15px;
  margin-bottom: 30px; }

.tbregulations .tab-content ul li {
  margin: 7px 0px; }

.tbregulations #regulations_tabs li .editable-container {
  padding: 10px 10px 0px 10px; }

.tbregulations > ul.nav-tabs > li {
  float: left;
  width: 100%;
  margin-bottom: 3px;
  border-radius: 5px 0px 0px 5px; }

.tbregulations > ul.nav-tabs li a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 1px 3px #000;
  padding: 20px 25px;
  color: white !important; }

.tbregulations > ul.nav-tabs > li:before {
  border-radius: 4px 0px 0px 4px; }

.tbregulations > ul.nav-tabs > li.active:before {
  opacity: 0; }

.tbregulations .tab-content.wcontainer {
  float: left;
  width: 75%;
  padding: 30px;
  background-color: #1f242c;
  border: 1px solid #ffffff1c; }

.tbregulations .tab-content.wcontainer h1, .tbregulations .tab-content.wcontainer h2, .tbregulations .tab-content.wcontainer h3,
.tbregulations .tab-content.wcontainer h4, .tbregulations .tab-content.wcontainer h5, .tbregulations .tab-content.wcontainer h6 {
  color: #c7d5eb;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0px;
  font-weight: 600; }

.tbregulations .tab-content.wcontainer *:last-child {
  margin-bottom: 0px; }

.tbregulations .regulations_wrapper {
  float: left;
  width: 100%;
  margin-top: 20px; }

span.u_kick {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease; }

span.u_kick:hover {
  opacity: 0.5; }

.kick_load {
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-top: 12px; }

.challenge_status {
  margin-bottom: 15px;
  padding: 15px;
  background-color: #333240;
  border: 1px solid #000; }

.tbbrakets {
  min-height: 120px; }

.tbbrakets .tbbstagesw {
  margin: 0 0 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: -30px;
  padding-left: 1px; }

.tbbrakets .tbbstagesw ul {
  font-size: 0;
  line-height: 0;
  letter-spacing: -.31em;
  word-spacing: -.43em;
  position: relative;
  white-space: nowrap;
  z-index: 1;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap; }

.tbbrakets .tbbstagesw .tbbstages ul:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  background: #292929;
  left: 0;
  right: 0; }

.tbbrakets .tbbstagesw ul li {
  display: inline-block;
  vertical-align: bottom;
  font-size: 12px;
  letter-spacing: normal;
  line-height: normal;
  word-spacing: normal;
  text-align: left;
  border-radius: 4px;
  margin-right: 0.5%;
  border-bottom: 1px solid black !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 19.5%;
  flex: 0 0 19.5%;
  margin-bottom: 0.5%; }

.tbbrakets .tbbstagesw ul li:not(.ui-state-active) a {
  background: #161920; }

.tbbrakets .tbbstagesw .tbbgroups ul li {
  width: auto;
  min-width: 120px; }

.tbbrakets .tbbstagesw ul li a {
  padding: 0 10px 0 0;
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  color: #c7d5eb;
  height: 44px;
  white-space: nowrap;
  z-index: 1;
  text-align: center;
  line-height: 40px; }

.tbbrakets .tbbstagesw .tbbstages {
  margin: 0 0 30px; }

.tbbrakets .tbbstagesw .tbbgroups ul li a {
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  margin-right: 20px;
  width: auto;
  height: 30px; }

.tbbrakets .tbbstagesw ul li a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  margin-top: 12px; }

.tbbrakets .tbbstagesw ul li.ui-state-active a, .tbbrakets .tbbstagesw ul li:hover a {
  color: #fff; }

.tbprice table.tbgroups tr td:first-child, .tbprice table.tbgroups tr th:first-child {
  width: 69px; }

table.tbgroups tr td, .tbroundt table tr td {
  color: #999; }

.tbgroups a, .tbroundt a {
  font-size: 14px;
  color: #A2ADB8; }

.tbgroups a:hover, .tbroundt a:hover {
  color: #eee; }

.tbroundt h3 {
  font-size: 14px;
  padding: 15px;
  margin: 40px 0px 0px 0px;
  padding-left: 25px; }

.tbroundt table {
  width: 100%;
  margin-top: 40px; }

.tbroundt.ladder_matches table {
  margin-top: 0px; }

.tbroundt table tr td {
  width: auto;
  padding: 15px 2%;
  border-bottom: 1px #333335 solid;
  background: #0606063b;
  font-size: 13px;
  color: #A2ADB8; }

.tbroundt table tr th img {
  position: relative;
  top: 5px; }

.tbroundt table tr th {
  font-size: 11px;
  padding: 15px 2%;
  text-transform: uppercase;
  font-weight: 400;
  vertical-align: middle;
  white-space: nowrap; }

.tbroundt table tr th:first-child {
  width: 50%; }

.tbroundt table tr th:first-child, .tbroundt table tr td:first-child {
  width: 20%; }

.tbroundt table tr th:last-child, .tbroundt table tr td:last-child {
  width: 20%; }

.tbroundt table tr th:nth-child(3), .tbroundt table tr td:nth-child(3) {
  width: 9%;
  text-align: center; }

.tbroundt table tr th:nth-child(2), .tbroundt table tr td:nth-child(2) {
  width: 20%;
  text-align: right;
  border-left: 1px solid black !important; }

.tbroundt table tr td.gscore {
  width: 8%; }

.tbroundt table tr td.gscore strong {
  color: #A2ADB8; }

.tbroundt table tr td.gscore a {
  text-decoration: underline; }

.header-background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important; }

.tournament-finished {
  text-align: center;
  background: #bb1a1c;
  padding: 5px 5px;
  color: #ffffff;
  font-size: 9px;
  line-height: 10px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px; }

.tournamentCarousel .tournament-finished {
  margin-top: 0px; }

.tournament_control_panel {
  position: fixed;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  z-index: 100000;
  text-align: center;
  padding: 15px; }

.tournamentCarousel .nextmatch_wrap h4 {
  margin-bottom: 20px;
  padding: 0px;
  border-left: 0px;
  font-size: 14px;
  margin-top: 10px; }

.tournament_control_panel a {
  margin-right: 5px; }

#knockout_holder {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  margin-top: 40px;
  cursor: move; }

#thebracket_third h5 {
  display: none; }

#thebracket_third table {
  position: absolute;
  top: 4px;
  width: 100%; }

#thebracket_third .g_game.g_winner {
  margin-top: 16px !important; }

.g_round_label.thirdp {
  position: relative !important;
  left: initial !important; }

.g_gracket {
  min-width: 2100px !important;
  display: flex;
  padding: 55px 0px 5px;
  line-height: 100%;
  position: relative;
  overflow: hidden;
  touch-action: auto; }

.g_round {
  float: left;
  margin-right: 52px; }

.g_game {
  position: relative;
  margin-bottom: 15px; }

.g_game small {
  font-size: 100%;
  float: right; }

.g_gracket h3 {
  margin: 0;
  padding: 10px 12px 10px 15px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  text-transform: capitalize;
  min-width: 150px; }

.g_gracket h3 span.g_seed {
  margin-right: 2px;
  font-size: 12px;
  color: white;
  font-weight: bold; }

.g_team {
  background: #40404c;
  margin-bottom: 2px; }

.g_team:last-child {
  background: -webkit-linear-gradient(to right, #1b1b21 0%, #212129 100%);
  background: -o-linear-gradient(to right, #1b1b21 0%, #212129 100%);
  background: -moz-linear-gradient(to right, #1b1b21 0%, #212129 100%);
  background: linear-gradient(to right, #282832 0%, #282832 100%); }

.g_round:last-child {
  margin-right: 20px; }

.g_winner .g_team {
  background: none; }

.g_current {
  cursor: pointer;
  color: white; }

.g_round_label {
  top: -5px;
  font-weight: normal;
  color: #CCC;
  text-align: center;
  font-size: 13px;
  min-width: 200px;
  text-align: left;
  padding-left: 17px;
  padding-top: 10px;
  padding-bottom: 10px; }

/*! X-editable - v1.5.1
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
#tournament-start .editableform .control-group .editable-buttons {
  top: 5px; }

.bootstrap-wysihtml5-insert-link-modal .modal-dialog {
  background: #333240;
  border: 1px solid black;
  border-radius: 3px; }

.bootstrap-wysihtml5-insert-link-modal .modal-header {
  padding: 0px;
  margin: -1px; }

.bootstrap-wysihtml5-insert-link-modal .modal-body input {
  display: inline-block;
  border-collapse: separate;
  border: 1px solid rgba(0, 0, 0, 0.901961);
  clear: none;
  float: none;
  margin: 0px 0px 10px;
  outline: #cccccc none 0px;
  outline-offset: 0px;
  padding: 10px 15px;
  position: static;
  vertical-align: baseline;
  text-align: start;
  box-sizing: border-box;
  box-shadow: rgba(255, 255, 255, 0.0980392) 0px 1px 0px 0px, rgba(0, 0, 0, 0.6) 0px 1px 2px 0px inset;
  border-radius: 3px;
  width: 100%;
  background-color: #26262f; }

.bootstrap-wysihtml5-insert-link-modal .modal-footer {
  border-top: 1px solid black; }

.editableform {
  margin-bottom: 0;
  /* overwrites bootstrap margin */ }

.editableform .control-group {
  margin-bottom: 0;
  /* overwrites bootstrap margin */
  white-space: nowrap;
  /* prevent wrapping buttons on new line */
  line-height: 20px;
  /* overwriting bootstrap line-height. See #133 */ }

/*
  BS3 width:1005 for inputs breaks editable form in popup
  See: https://github.com/vitalets/x-editable/issues/393
*/
.editableform .form-control {
  width: auto;
  height: auto;
  font-weight: 500;
  font-size: 12px;
  padding: 10px 15px; }

.editable-buttons {
  display: block;
  vertical-align: top;
  margin-left: 0;
  margin-bottom: 10px;
  zoom: 1;
  top: 0px;
  position: relative;
  z-index: 1;
  padding-left: 5px; }

.editable-buttons button {
  line-height: normal; }

.tbparticipants .editable-buttons {
  display: inline-block;
  margin-left: 10px;
  margin-top: 2px; }

.editable-buttons button {
  padding: 5px 13px !important;
  margin: 0px;
  top: 0px; }

.editable-buttons.editable-buttons-bottom, .tbregulations .tab-content .editable-buttons {
  display: block;
  margin-top: 7px;
  margin-left: 0; }

.editable-input {
  vertical-align: top;
  display: inline-block;
  /* should be inline to take effect of parent's white-space: nowrap */
  width: auto;
  /* bootstrap-responsive has width: 100% that breakes layout */
  white-space: normal;
  /* reset white-space decalred in parent*/
  /* display-inline emulation for IE7*/
  zoom: 1; }

.editable-input input {
  height: auto; }

.thdtext .editable-input, .editableform .form-control {
  width: 100%; }

.editable-buttons .editable-cancel {
  margin-left: 7px; }

.editable-input .combodate select {
  background-color: #282833;
  border: 1px solid black;
  margin: 5px 5px 10px 5px;
  line-height: 14px; }

/*for jquery-ui buttons need set height to look more pretty*/
.editable-buttons button.ui-button-icon-only {
  height: 24px;
  width: 30px; }

.editableform-loading {
  height: 25px;
  width: auto;
  min-width: 25px; }

.editable-inline .editableform-loading {
  background-position: left 5px; }

.editable-error-block {
  max-width: 300px;
  margin: 5px 0 0 0;
  width: auto;
  white-space: normal; }

/*add padding for jquery ui*/
.editable-error-block.ui-state-error {
  padding: 3px; }

.editable-error {
  color: red; }

/* ---- For specific types ---- */
.editableform .editable-date {
  padding: 0;
  margin: 0;
  float: left; }

/* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */
.editable-inline .add-on .icon-th {
  margin-top: 3px;
  margin-left: 1px; }

/* checklist vertical alignment */
.editable-checklist label input[type="checkbox"],
.editable-checklist label span {
  vertical-align: middle;
  margin: 0; }

.editable-checklist label {
  white-space: nowrap; }

/* set exact width of textarea to fit buttons toolbar */
.editable-wysihtml5 {
  width: 566px;
  height: 250px; }

/* clear button shown as link in date inputs */
.editable-clear {
  clear: both;
  font-size: 0.9em;
  text-decoration: none;
  text-align: right; }

/* IOS-style clear button for text inputs */
.editable-clear-x {
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  opacity: 0.6;
  z-index: 100;
  top: 37%;
  right: 6px;
  margin-top: -6px; }

.editable-clear-x:hover {
  opacity: 1; }

.editable-pre-wrapped {
  white-space: pre-wrap; }

.editable-container.editable-popup {
  max-width: none !important;
  /* without this rule poshytip/tooltip does not stretch */ }

.editable-container.popover {
  width: auto;
  /* without this rule popover does not stretch */ }

.editable-container.editable-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  /* inline-block emulation for IE7*/
  zoom: 1; }

.editable-container.ui-widget {
  font-size: inherit;
  /* jqueryui widget font 1.1em too big, overwrite it */
  z-index: 9990;
  /* should be less than select2 dropdown z-index to close dropdown first when click */ }

.editable-click,
a.editable-click,
a.editable-click:hover {
  text-decoration: none;
  border-bottom: dashed 1px #0088cc;
  font-size: 22px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700; }

a.editable-click:hover, .editable-click:hover {
  color: #999 !important; }

.editable-click.editable-disabled,
a.editable-click.editable-disabled,
a.editable-click.editable-disabled:hover {
  color: #585858;
  cursor: default;
  border-bottom: none; }

.editable-click .fa-cog {
  font-size: 18px;
  /* margin-top: -2px; */
  top: -2px;
  position: relative;
  margin-left: 6px; }

.editable-empty, .editable-empty:hover, .editable-empty:focus {
  font-style: italic;
  color: #DD1144;
  /* border-bottom: none; */
  text-decoration: none; }

.editable-unsaved {
  font-weight: bold; }

.editable-unsaved:after {
  /*    content: '*'*/ }

.editable-bg-transition {
  -webkit-transition: background-color 1400ms ease-out;
  -moz-transition: background-color 1400ms ease-out;
  -o-transition: background-color 1400ms ease-out;
  -ms-transition: background-color 1400ms ease-out;
  transition: background-color 1400ms ease-out; }

.t_edit_wrapper .thdescriptionleft h1 a, .t_edit_wrapper .thinfoleft h2 a, .t_edit_wrapper .thinforight ul li a,
.t_edit_wrapper .tbinfo ul li a {
  font-size: 16px !important; }

/*see https://github.com/vitalets/x-editable/issues/139 */
.form-horizontal .editable {
  padding-top: 5px;
  display: inline-block; }

body #TeamChooserModalFooter .modal-content {
  padding: 0px; }

#TeamChooserModalFooter .members-list {
  padding: 0px;
  margin: 0px; }

#TeamChooserModalFooter .members-list li {
  transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  padding: 5px;
  position: relative;
  list-style: none;
  display: inline-block;
  width: 100%;
  margin: 0px;
  float: none !important;
  border: 1px solid black;
  background-size: cover !important;
  background-position: center !important;
  cursor: pointer; }

#TeamChooserModalFooter .members-list li:last-child {
  display: none; }

#TeamChooserModalFooter .close {
  position: absolute; }

#TeamChooserModalFooter .members-list li:hover {
  -o-box-filter: brightness(120%);
  -moz-box-filter: brightness(120%);
  -webkit-filter: brightness(120%);
  filter: brightness(120%); }

#TeamChooserModalFooter .members-list li:first-child {
  border-top: 1px solid black !important; }

#TeamChooserModalFooter .members-list li .item-title {
  position: absolute;
  top: 29px;
  height: auto;
  width: auto;
  left: 144px;
  z-index: 1; }

#TeamChooserModalFooter .members-list li .item-avatar {
  float: left;
  z-index: 2;
  position: relative; }

#TeamChooserModalFooter .members-list li .item-title a {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-size: 22px; }

#TeamChooserModalFooter .members-list li .item-title .item-meta {
  font-size: 11px;
  font-weight: 500;
  text-transform: none;
  opacity: 0.8; }

#TeamChooserModalFooter .members-list li img {
  width: 140px;
  border: 1px solid #000;
  background: #11161f;
  z-index: 99999;
  padding: 11px 10px 10px; }

#TeamChooserModalFooter .members-list li .item-title {
  background: #0e171aeb;
  border: 1px solid #000;
  font-size: 22px;
  position: relative !important;
  top: 25px !important;
  left: 0px !important;
  padding: 15px 20px;
  font-weight: 900;
  color: #eee;
  text-transform: uppercase;
  z-index: 9999; }

#TeamChooserModalFooter .members-list li .team-list-wrapper {
  background: transparent; }

#TeamChooserModalFooter .members-list li:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #00000036;
  position: absolute;
  top: 0px;
  left: 0px; }

/***************************/
/******** Custom profile ********/
/***************************/
.profile > .normal-page {
  padding-bottom: 20px;
  background: #242424;
  padding-left: 15px;
  padding-top: 0;
  margin-left: 0; }

.profile-fimage {
  margin-left: -10px;
  margin-right: -10px;
  min-height: 300px;
  position: relative;
  overflow: hidden; }

.pmi_title .delete-team {
  display: block;
  font-size: 12px;
  color: white;
  position: absolute;
  top: 15px;
  right: -20px;
  background: red;
  padding: 0px 9px;
  border-radius: 50px; }

.pmi_title .delete-team:hover {
  opacity: 0.5; }

.buddypress .profile-fimage {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 0px;
  z-index: 29; }

.profile-fimage img.wp-post-image {
  max-width: 100%;
  width: 100%;
  min-height: 280px; }

.profile-fimage img {
  position: absolute;
  left: 0px;
  width: 100% !important;
  max-width: none !important;
  min-height: 100% !important;
  max-height: none !important;
  opacity: 1;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1; }

.profile-fimage.profile-media-team .hiddenoverflow:before, .profile-fimage.profile-media .hiddenoverflow:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  background: -moz-linear-gradient(bottom, rgba(27, 31, 40, 0.78) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(bottom, rgba(27, 31, 40, 0.78) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(27, 31, 40, 0.78) 0%, rgba(0, 0, 0, 0) 100%); }

.profile-fimage h6 {
  position: absolute;
  font-size: 305px;
  text-transform: uppercase;
  bottom: -25px;
  opacity: 0.1;
  color: rgba(255, 255, 255, 0.2);
  -webkit-animation: mymove 20s linear infinite;
  animation: mymove 20s linear infinite;
  white-space: nowrap;
  height: 300px;
  font-weight: 700;
  z-index: 10; }

.profile-fimage h6:after, .profile-fimage h6:before {
  position: absolute;
  top: 0;
  left: calc(100% - 61px);
  content: attr(data-nick); }

.profile-fimage h6:after {
  -webkit-transform: translateX(calc(100% + 50px));
  transform: translateX(calc(100%  + 50px)); }

.profile-fimage .friendswrapper {
  top: 20px;
  right: 20px; }

.friendswrapper {
  z-index: 30;
  position: absolute;
  top: 20px;
  right: 00px; }

.friendswrapper a {
  margin-right: 0px;
  min-width: 250px; }

.friendswrapper .friends-count {
  padding: 15px 0px 15px 0px;
  font-size: 16px;
  color: #fff;
  text-shadow: 0 2px 3px #000;
  font-weight: 800;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
  text-align: right; }

.friendswrapper .friends-count i {
  margin-right: 5px; }

.friendswrapper .add-friend.pending_friend {
  right: 0%;
  opacity: .8; }

.friendswrapper .add-friend i {
  margin-right: 6px; }

body .profile-info .nav-top-divider {
  margin: 0 -20px;
  width: 130%;
  height: 10px;
  z-index: 9999; }

.team-page .team-avatar-card {
  font-size: 14px;
  text-align: center;
  color: #999; }

.team-page .team-avatar-card img {
  max-height: 100%;
  min-width: 100%;
  width: 100%;
  height: auto;
  border: 1px solid #1d1d1d;
  border-radius: 20px; }

.team-page .team-avatar-card p {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 2px 3px #000; }

.profile-info {
  position: relative;
  overflow: hidden; }

.profile-info > relative {
  position: relative;
  z-index: 9999; }

.profile-info .avatar-card {
  position: absolute;
  top: 15px;
  left: 30px;
  z-index: 30;
  padding: 0px; }

.profile-info .pmi_title {
  font-size: 22px;
  position: absolute;
  top: 93px;
  left: 235px;
  padding: 15px 20px;
  font-weight: 900;
  color: #eee;
  text-transform: uppercase;
  z-index: 30;
  text-shadow: 0px 0px 10px black; }

#score_fin {
  font-size: 12px;
  opacity: 1;
  text-transform: none;
  font-weight: 300;
  margin-bottom: 0px;
  background: #f7010154;
  padding: 7px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 100%;
  right: 0px;
  margin-top: -38px; }

.frame_img img {
  -webkit-box-shadow: 0 1px 4px #000, inset 0 1px 1px rgba(255, 255, 255, 0.2) !important;
  -moz-box-shadow: 0 1px 4px #000, inset 0 1px 1px rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 1px 4px #000, inset 0 1px 1px rgba(255, 255, 255, 0.2) !important;
  border: 1px solid #000 !important;
  background-image: radial-gradient(ellipse farthest-corner at center 0px, #31a2a6 -150%, #333240 45%, #333240 85%) !important;
  padding: 11px 10px 10px !important; }

.my-account .profile-info .avatar-card {
  left: 0; }

.bbp-user-page #buddypress.my-profile > #item-nav {
  right: -9px; }

.profile-info .avatar-card img {
  max-height: 100%;
  min-width: 100%;
  width: 100%;
  height: auto;
  border: 1px solid #1d1d1d;
  border-radius: 20px; }

.profile-info .avatar-card p {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 2px 3px #000; }

.user-name {
  padding-left: 300px;
  float: left; }

.outer-tabs > .tab-content {
  padding: 0; }

.outer-tabs > .nav-tabs li a {
  padding-left: 50px;
  padding-right: 50px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 1px; }

.tab-content .nav-tabs li a {
  font-weight: 700;
  border: none !important;
  color: #999;
  padding-bottom: 16px;
  padding-top: 15px; }

.tab-content .nav-tabs li a:hover, .tab-content .nav-tabs li.active a {
  color: #fff; }

.tab-content .tab-content {
  padding: 0; }

.profile-info .tab-content > .tab-pane {
  padding: 20px; }

.profile-info .tab-content > .tab-pane#videos {
  padding: 0; }

.profile-info .tab-content > .tab-pane fieldtest {
  margin-bottom: 20px; }

.profile-info .tab-content > .tab-pane fieldtest .styleall.fileinput-button {
  margin-bottom: -20px;
  width: 100%;
  margin-top: 20px; }

#change_profile_pic {
  position: absolute;
  top: 127px;
  left: 00px;
  height: 71px;
  z-index: 99999;
  margin: 11px;
  background-color: #000;
  display: none;
  text-align: center;
  vertical-align: middle;
  line-height: 75px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 2px 3px #000;
  width: 196px; }

#change_bg_pic {
  position: absolute;
  top: 0;
  left: 00px;
  height: 71px;
  width: 100%;
  margin: 0;
  background-color: #000;
  text-align: center;
  vertical-align: middle;
  line-height: 75px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 2px 3px #000;
  z-index: 500;
  display: none; }

ul.about-profile {
  padding: 0;
  margin: 0;
  border: 1px solid black;
  background: #0606063b; }

ul.about-profile li {
  overflow: hidden;
  margin: 0;
  width: 100%;
  padding: 15px;
  list-style: none;
  font-size: 12px;
  line-height: 17px;
  color: #dddddd;
  font-weight: 500; }

ul.about-profile li strong {
  color: #ddd;
  text-transform: capitalize;
  font-weight: 500; }

.ins_widget li .latest-twitter-tweet:nth-child(odd), .match-page .mmaps ul li:nth-child(even),
.widget.teamwarlist-page ul.teamwar-list li.teamwar-item,
footer ul li:nth-child(even), ul.about-profile li:nth-child(even) {
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(255, 255, 255, 0) 100%);
  border-top: 1px solid RGBA(0, 0, 0, 0.47);
  border-bottom: 1px solid RGBA(0, 0, 0, 0.48); }

.bgpattern, .cart-notification, .team-members-mi,
.nextmatch_wrap .team12w, .nm-teams, .post-review,
.widget_shopping_cart, .woocommerce .cart-notification {
  background: #00000029;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2); }

.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce table.cart td.actions .button.checkout-button, .button-medium:after, .button-small:after, .button-big:after, button[type="submit"]:after, input[type="submit"]:after {
  opacity: 0.8; }

.woocommerce .product-wrap .add_to_cart_button.added, .woocommerce .product-wrap .add_to_cart_button.added:hover {
  opacity: 0.8; }

.bgpattern, .cart-notification, .post-review, .widget_shopping_cart, .woocommerce .cart-notification {
  border: 1px solid #000; }

.widget ul li:last-child, footer ul li:last-child, ul.about-profile li:last-child {
  border-bottom: 0; }

.profile-fimage.profile-media-team .hiddenoverflow {
  height: 100%; }

#change_page_bg_pic {
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px 20px;
  background: #000;
  text-align: center;
  vertical-align: middle;
  line-height: 75px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 2px 3px #000;
  opacity: .7; }

.ajaxdeletebck {
  position: absolute;
  top: 48px;
  left: 195px; }

#mainwrap {
  position: relative;
  z-index: 20; }

#matches .pmi_title, .team-page .pmi_title, #TeamChooserModalFooter .members-list li .item-title {
  font-size: 22px;
  position: absolute;
  top: 81px;
  left: 240px;
  padding: 15px 20px;
  font-weight: 900;
  color: #eee;
  text-transform: uppercase;
  z-index: 9999; }

h2.bp-screen-reader-text {
  float: left;
  font-size: 18px;
  margin-left: 5px;
  margin-top: 30px;
  margin-bottom: 15px;
  width: 100%; }

span.bp-screen-reader-text {
  margin-left: 5px; }

body ul.acfb-holder li.friend-tab {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #121214;
  padding: 6px 14px;
  background: #212528;
  font-size: 1em; }

/***************************/
/******** Team Page ********/
/***************************/
.team-page .pmi_title h1 {
  font-size: 22px;
  margin: 0;
  position: relative; }

.team-page .pmi_title h1 a {
  display: block;
  margin-top: 10px;
  max-width: 230px; }

.teamsocial a {
  font-size: 18px;
  margin-right: 13px;
  margin-top: 7px; }

.teamsocial {
  display: flex;
  width: 100%; }

.team-page #change_profile_pic {
  top: 113px;
  left: -1px;
  width: 211px; }

.bbp-user-page #buddypress > #item-nav, .team-page .team-nav, .bp-user #buddypress #item-nav {
  position: absolute;
  top: calc(100% - 65px);
  left: 0px;
  width: auto;
  z-index: 999;
  display: flex; }

body .team-page .team-nav {
  top: -50px;
  right: 0px; }

.bbp-user-page #buddypress > #item-nav {
  right: 0px; }

.team-page .team-nav li, .team-page .team-nav > a {
  margin: 0 2px;
  color: #fff;
  border-radius: 5px 5px 0 0;
  opacity: 0.7;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease; }

.team-page .team-nav li a span {
  display: inline-block;
  padding: 0px 6px;
  background: #1a1e25;
  border-radius: 50px;
  margin-left: 3px;
  font-size: 12px; }

.team-page .team-nav li.active, .team-page .team-nav li:hover,
.team-page .team-nav li.ui-tabs-active,
.team-page .team-nav > a.active, .team-page .team-nav > a:hover {
  opacity: 1; }

.team-page .team-nav li .msg_ntf {
  padding: 0px 9px;
  border-radius: 20px;
  font-size: 11px; }

.nav-tabs > li, .wpb_tabs_nav li {
  position: relative;
  display: block;
  border: 0px !important; }

.team-page .team-nav > a, body .vc_tta.vc_general .vc_tta-panel-title > a, .team-page .team-nav li a, .nav-tabs > li a, .wpb_tabs_nav li a, body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
  display: block;
  padding: 13px 15px;
  text-decoration: none;
  z-index: 1;
  position: relative;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  text-shadow: 0 1px 3px #000; }

#regulations_tabs > li a:hover {
  color: white !important; }

.team-page .nav-top-divider {
  height: 10px;
  z-index: 1000; }

#matches .team-a .teamimgw, #matches .team-b .teamimgw, #matches .teammfs span, .team-page .team-avatar-card, .gamesb li img {
  position: absolute;
  top: 25px;
  left: 0px;
  z-index: 99999;
  padding: 11px 10px 10px; }

.team-page .team-avatar-card {
  width: 233px;
  height: 207px; }

.team-page .team-avatar-card .hiddenoverflow {
  width: 211px;
  height: 183px; }

.profile-fimage.profile-media .hiddenoverflow {
  height: 300px; }

.team-page .challenge-team, .submit-score {
  position: absolute !important;
  right: 15px;
  top: 10px;
  z-index: 20; }

.team-page .tab-pane {
  padding-top: 20px; }

.profile-teams .pteam-img {
  height: 55px;
  width: 55px;
  overflow: hidden;
  float: left;
  padding: 3px;
  border-radius: 0; }

.profile-teams .pteam-img img {
  width: 100%;
  height: 100%; }

.profile-teams .pteam-title {
  float: left;
  padding-left: 10px;
  line-height: 55px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600; }

.profile-teams a {
  color: #999;
  display: block;
  margin-top: 10px; }

.profile-teams a:first-child {
  margin-top: 0; }

.team-page #members {
  margin-top: 10px; }

.team-page #team {
  padding-top: 20px; }

.team-page #members ul.item-list {
  padding: 10px 0; }

.team-page div#tournaments {
  padding-top: 50px; }

#buddypress ul.item-list li .action {
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }

#buddypress ul.item-list li:hover .action {
  opacity: 1;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }

.team-page #members #buddypress ul.item-list li, .members-block ul.item-list li {
  background: 0 0 !important;
  border: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  font-size: 100% !important;
  z-index: 99999; }

.gamesb {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 0px !important;
  box-shadow: none !important; }

.gamesb a {
  display: block; }

.gamesb p {
  padding: 20px 0px 0px 20px; }

.gamesb p.no-matches-yet {
  padding: 20px;
  font-size: 12px; }

.gamesb p.choose-your-game {
  padding: 20px;
  font-size: 12px;
  background-color: #0606063b;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5), inset 0 0 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5), inset 0 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5), inset 0 0 1px rgba(255, 255, 255, 0.2);
  border: 1px solid #000;
  margin-top: 20px; }

.gamesb li {
  transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  margin: 5px 0px;
  list-style: none;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  color: #eee;
  text-shadow: 0 2px 5px #000;
  background-color: #1f242c;
  border: 1px solid #ffffff1c;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center; }

.gamesb li a {
  padding: 20px;
  width: 100%; }

.gamesb li a strong {
  color: white; }

.gamesb li a img {
  vertical-align: middle; }

.gamesb li:hover {
  -o-box-filter: brightness(120%);
  -moz-box-filter: brightness(120%);
  -webkit-filter: brightness(120%);
  filter: brightness(120%); }

.gamesb li * {
  display: inline-block;
  position: relative;
  z-index: 2; }

.gamesb li:before {
  content: '';
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #262a37;
  opacity: 0.3; }

.gamesb li img {
  padding: 3px;
  width: 55px;
  margin-right: 20px;
  z-index: 2;
  position: relative;
  top: auto;
  left: auto; }

.team-page #team .p_main_info .col-8 {
  padding-right: 40px;
  padding-top: 20px;
  line-height: 30px; }

.team-page #team {
  padding-top: 20px; }

/*  Team matches */
#matches:hover .matched {
  opacity: 1;
  transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out; }

#matches .matched {
  position: absolute;
  left: 10px;
  top: 22px;
  z-index: 99999;
  transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  opacity: 0; }

#matches .matched i {
  font-size: 18px;
  opacity: .5;
  transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  cursor: pointer;
  color: #fff;
  margin-right: 5px; }

#matches .matched i.fa-flag, #matches .matched i.fa-times {
  color: red; }

#matches .matched i.fa-flag {
  font-size: 16px; }

#myModalLReport textarea {
  display: block;
  width: 100%; }

#matches .matched i:hover {
  opacity: 1; }

#matches .team-a, #matches .team-b {
  width: 45%;
  top: 0;
  position: absolute; }

#matches .team-a {
  left: 0; }

#matches .team-b {
  right: 0; }

#matches .team-b a:hover, #matches .team-a a:hover {
  text-shadow: 0px 0px 5px white; }

#matches .team-a .pmi_title {
  left: initial;
  right: 235px;
  top: 85px; }

#matches .team-b .pmi_title {
  left: 235px;
  top: 85px; }

#matches .team-a .teamimgw {
  right: 30px;
  left: initial;
  width: 210px; }

#matches .team-b .teamimgw {
  width: 210px; }

#matches .team-a img, #matches .team-b img {
  border: 1px solid #000;
  width: 100%; }

#matches.user_matches .team-a img, #matches .team-b img {
  height: 150px; }

#matches .team-a .teamimgw, #matches .team-b .teamimgw {
  top: 25px; }

#matches .teammfs {
  top: initial;
  bottom: -10px;
  left: 50%;
  position: absolute; }

#matches .teammfs span {
  font-weight: 900;
  font-family: Roboto;
  font-size: 24px;
  color: #fff;
  border-radius: 5px;
  padding: 9px 15px;
  display: block;
  position: relative;
  left: -50%;
  top: initial; }

#matches .teammfs.win span {
  color: #0ee203; }

#matches .teammfs.lose span {
  color: red; }

#matches .profile-fimage.match-fimage {
  max-height: 235px;
  min-height: 235px;
  border-top: 1px solid black; }

#matches .profile-fimage.match-fimage p {
  margin: 0; }

#matches .match-fimage-wrapper {
  z-index: 9;
  position: relative;
  display: block; }

#matches .mversus {
  font-size: 62px;
  padding: 0 10px 13px;
  position: absolute;
  top: 85px;
  left: 46.4%;
  z-index: 999999;
  height: auto;
  line-height: 59px;
  font-weight: 700;
  font-family: Roboto;
  color: #fff;
  text-shadow: 0 2px 3px #000; }

#matches .mversus .deletematch {
  padding: 3px 8px;
  border-radius: 15px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  position: absolute;
  top: -7px;
  right: -7px;
  border: 1px solid #000;
  z-index: 9;
  line-height: 18px; }

#matches .dots, .tournament-header .dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background: #191e26;
  background: linear-gradient(180deg, rgba(54, 56, 80, 0.65) 0%, #191d26 100%); }

body .tournament-header .dots {
  height: 100%; }

#matches .mminfow {
  position: absolute;
  left: 50%;
  bottom: -20px; }

#matches .mminfo {
  position: relative;
  left: -50%;
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 10px;
  z-index: 999999;
  color: #999;
  font-family: Roboto; }

#matches .mminfo strong {
  font-weight: 800;
  font-size: 12px;
  color: #fff;
  letter-spacing: 1px;
  margin-right: 5px; }

#matches .mminfo span {
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 1px; }

#matches.teampage-matches .title-wrapper {
  margin: 20px -11px; }

#matches .nav-divider-wrapper {
  margin: 0 -10px; }

#matches .mcscalert, #matches ul.cmatchesw.challenges {
  background: url(../img/challengepattern.jpg) top left;
  margin: 0 -10px -10px;
  padding: 15px 20px; }

#matches .mcscalert {
  border: 1px solid #000;
  color: #999;
  text-align: center;
  font-weight: 500;
  font-family: Roboto;
  margin: 0; }

#matches .mcscalert span {
  color: #fff;
  margin: 0; }

#matches ul.cmatchesw {
  margin: 30px 0 0;
  list-style: none;
  padding: 10px;
  z-index: 10;
  position: relative; }

#matches ul.cmatchesw.nochallenges {
  padding: 0 10px; }

#matches ul.cmatchesw:after {
  content: '';
  display: table;
  clear: both; }

#matches ul.cmatchesw li {
  list-style: none;
  width: 49.5%;
  margin-right: 1%;
  display: block;
  float: left;
  position: relative;
  margin-bottom: 10px;
  background-color: #1f242c;
  border: 1px solid #ffffff1c; }

#matches ul.cmatchesw li .member-list-wrapper, #matches ul.cmatchesw.nochallenges li {
  padding: 7px 10px 5px;
  position: relative;
  top: 0;
  z-index: 2; }

#matches ul.cmatchesw li:nth-child(even) {
  margin-right: 0; }

#matches ul.cmatchesw li img.avatar {
  height: 55px;
  margin: 2px;
  width: 55px;
  border-radius: 0; }

#matches ul.cmatchesw li .teama, #matches ul.cmatchesw li .teamb, #matches ul.cmatchesw li .minfo, #matches ul.cmatchesw li > strong {
  float: left;
  position: relative; }

#matches ul.cmatchesw li .deletematch {
  padding: 3px 8px;
  border-radius: 15px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  position: absolute;
  top: -7px;
  right: -7px;
  border: 1px solid #000;
  z-index: 9; }

#matches ul.cmatchesw li span {
  position: absolute;
  bottom: -6px;
  left: 14px;
  display: block;
  padding: 2px 8px;
  border-radius: 3px 3px 0 0;
  z-index: 99999;
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  min-width: 32px;
  text-align: center; }

#matches ul.cmatchesw li a > strong {
  display: block;
  height: 100%;
  line-height: 59px;
  margin: 0 10px;
  color: #fff;
  float: left; }

#matches ul.cmatchesw li a:hover .minfo strong {
  color: #fff;
  transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out; }

#matches ul.cmatchesw li .minfo {
  margin: 10px;
  font-size: 10px;
  color: #666; }

#matches ul.cmatchesw li:hover img {
  opacity: 1;
  transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out; }

#matches ul.cmatchesw li .minfo strong {
  font-size: 13px;
  color: #999;
  margin-bottom: 5px;
  display: block;
  transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out; }

#matches .matchstatus {
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
  border-left: 1px solid #000;
  height: 100%;
  background: red; }

#matches .matchgame {
  height: 85px;
  max-height: 100%;
  float: right;
  width: 52px;
  margin: -7px -5px -5px 0;
  border-left: 1px solid #000;
  overflow: hidden; }

#matches .matchgame img {
  height: 100%; }

#matches .mwin .matchstatus {
  background: #0ee203; }

#matches .swin .matchstatus {
  background: #0ee203 !important; }

#matches .slose .matchstatus {
  background: red !important; }

#matches .mlose .matchstatus {
  background: red; }

#matches .mtie .matchstatus {
  background: #f49800; }

#matches .notsubmitted .matchstatus {
  background: #999; }

#matches .mlose img, #matches .mtie img, #matches .mwin img {
  opacity: .5;
  transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out; }

#matches ul.cmatchesw li.mlose .teamb span, #matches ul.cmatchesw li.mwin .teama span {
  color: #0ee203; }

#matches ul.cmatchesw li.mtie span {
  color: #f49800; }

#matches ul.cmatchesw li.mlose .teama span, #matches ul.cmatchesw li.mwin .teamb span {
  color: red; }

.match-page .mdescription .wcontainer {
  padding: 20px 25px;
  background: #202126;
  border: 1px solid #000000; }

.match-page .mcomments .wcontainer {
  padding: 20px 25px;
  background: #202126;
  border: 1px solid #000000; }

/*.team-page .tab-pane ul.matches-wrapper li a .mw-wrapper > div.mw-left div strong, .team-page .tab-pane ul.matches-wrapper li a .mw-wrapper > div.mw-right div strong {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 95px;
  display: block;
}*/
.team-page .tab-pane ul.matches-wrapper li a .mw-wrapper > div.mw-mid {
  display: block;
  text-align: center;
  transform: scale(0.8); }

.team-page .tab-pane ul.matches-wrapper {
  list-style: none;
  display: flex;
  flex-wrap: wrap; }

.team-page .tab-pane ul.matches-wrapper li .member-list-more {
  padding: 10px;
  text-align: center;
  background: #1f242c;
  border: 1px solid #ffffff14;
  margin-bottom: 0px; }

.team-page .tab-pane ul.matches-wrapper li .member-list-more a {
  display: inline-block;
  padding: 0px;
  width: auto; }

ul.matchstats li span {
  font-size: 14px;
  text-transform: uppercase;
  opacity: 1;
  display: block;
  font-weight: 700; }

ul.matchstats li:last-child:after {
  display: none; }

ul.matchstats li:after {
  content: '';
  height: 90px;
  width: 1px;
  background: #ffffff;
  right: 0px;
  top: 50%;
  display: block;
  position: absolute;
  margin-top: -45px;
  opacity: 0.05; }

ul.matchstats li {
  vertical-align: middle;
  text-align: center;
  position: relative;
  width: 33%;
  padding: 0px 30px; }

ul.matchstats li img {
  width: 63px;
  margin-bottom: -5px; }

ul.matchstats {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 30px 0px;
  background: #ffffff05;
  border: 1px solid #ffffff1a;
  border-radius: 0;
  justify-content: space-around;
  margin-bottom: 50px; }

ul.matchstats li h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 60px;
  margin-top: 0px;
  line-height: 42px; }

ul.matchstats li h3 i {
  font-size: 12px;
  line-height: 12px;
  opacity: 0.3;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400; }

.page-template-tmp-team-challenge .title_wrapper {
  padding-bottom: 40px;
  padding-top: 40px; }

.page-template-tmp-team-challenge .title_wrapper .col-12 h1 {
  font-size: 40px;
  text-align: center;
  margin-left: 0px;
  padding-left: 0px; }

.page-template-tmp-team-challenge .title_wrapper .col-12:before {
  display: none; }

.tournament-creation-wrap.col-9 h3 span {
  color: white; }

.challenge-form .tc-forms {
  opacity: 1;
  overflow: visible;
  max-height: none; }

.tchall-date {
  display: flex;
  line-height: 42px; }

.tchall-date * {
  margin: 0px 8px !important;
  align-items: center; }

.tchall-date input:last-child {
  margin-right: 0px !important; }

.tchall-date select {
  margin-left: 0px !important; }

.match-results .map, #mapsite .map {
  background: #ffffff05;
  border: 1px solid #ffffff1a;
  border-radius: 10px;
  padding: 27px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  position: relative; }

.modal-content #mapsite .map:last-child {
  margin-bottom: 15px; }

input.small-text.roundval[readonly] {
  cursor: not-allowed; }

.match-results .leftcol, #mapsite .leftcol {
  width: 35%; }

.match-results .round, #mapsite .round {
  display: flex;
  align-items: center;
  margin-bottom: 15px; }

.match-results .round input[type=text], #mapsite .round input[type=text] {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 0px; }

.modal-body .map .team1_title, .modal-body .map .team2_title {
  width: 48%;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  text-align: center; }

.match-results .leftcol img, #mapsite .leftcol img {
  width: 100%; }

.match-results .rightcol, #mapsite .rightcol {
  width: 65%;
  padding-left: 20px; }

.match-results .leftcol select, #mapsite .leftcol select {
  margin-top: 10px;
  margin-bottom: 0px; }

.match-results .map .remove-matchmap:hover, #mapsite .map .remove-matchmap:hover {
  opacity: 1; }

.match-results .map .remove-matchmap, #mapsite .map .remove-matchmap {
  position: absolute;
  top: -10px;
  right: -10px;
  background: red;
  padding: 5px 10px;
  color: white;
  opacity: 0.5; }

.match-results .team_titles span, #mapsite .team_titles span {
  width: 48%;
  text-align: center;
  padding-bottom: 10px;
  font-weight: 300;
  opacity: 0.7; }

.match-results .team_titles, #mapsite .team_titles {
  display: flex; }

.page-template-tmp-team-creation .title_wrapper {
  padding-bottom: 40px;
  padding-top: 40px; }

.page-template-tmp-team-creation .title_wrapper .col-12 h1 {
  font-size: 40px;
  text-align: center;
  margin-left: 0px;
  padding-left: 0px; }

.page-template-tmp-team-creation .title_wrapper .col-12:before {
  display: none; }

.team-creation-wrap.col-9 {
  margin: 50px auto 0 auto;
  float: none; }
  .team-creation-wrap.col-9 .regrest-upload-wrapper {
    margin-bottom: 20px; }
  .team-creation-wrap.col-9 h3 {
    background: #00000040;
    padding: 20px;
    margin: -25px -50px 25px -50px; }
  .team-creation-wrap.col-9 label > span {
    display: block;
    margin-bottom: 10px; }
  .team-creation-wrap.col-9 ul.tc-games-team {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: start; }
    .team-creation-wrap.col-9 ul.tc-games-team:hover li:not(:hover) {
      filter: grayscale(100%);
      opacity: 0.5; }
    .team-creation-wrap.col-9 ul.tc-games-team h2 {
      margin: 50px 0px 30px 0px;
      text-align: center;
      width: 100%; }
    .team-creation-wrap.col-9 ul.tc-games-team li {
      width: 18%;
      background-color: #1c222b;
      margin-bottom: 2%;
      margin-left: 1%;
      margin-right: 1%;
      cursor: pointer;
      height: 170px;
      transition: all 0.35s ease;
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      position: relative;
      border: 2px solid #1c202b;
      background-size: cover;
      background-position: top center; }
      .team-creation-wrap.col-9 ul.tc-games-team li span {
        position: absolute;
        width: 100%;
        background: #2a303d;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 5px 10px;
        bottom: 0px;
        left: 0px;
        font-weight: 300;
        font-size: 14px; }
      .team-creation-wrap.col-9 ul.tc-games-team li input {
        width: 100%;
        height: 100%;
        position: absolute;
        top: -10px;
        left: -4px;
        opacity: 0;
        cursor: pointer; }
  .team-creation-wrap.col-9 label.upload-btn input[type="file"] {
    display: none; }
  .team-creation-wrap.col-9 .upload-btn {
    float: left;
    padding: 11px 18px;
    margin-right: 18px;
    color: white;
    font-weight: 500;
    letter-spacing: 0.5px; }
  .team-creation-wrap.col-9 .upload-btn.disabled, .team-creation-wrap.col-9 .upload-btn.disabled:hover {
    background: grey;
    cursor: default; }
  .team-creation-wrap.col-9 .small-dialog-content textarea {
    max-width: 100%;
    min-width: 100%;
    min-height: 180px; }
  .team-creation-wrap.col-9 .upload-btn i {
    margin-right: 2px; }
  .team-creation-wrap.col-9 .fake-input {
    padding: 10px 18px;
    text-align: left; }
  .team-creation-wrap.col-9 .upload-info span {
    float: right; }
  .team-creation-wrap.col-9 .upload-info {
    margin: 20px 0 10px 0; }
  .team-creation-wrap.col-9 .small-dialog-content button.send {
    width: 100%;
    margin-top: 25px;
    line-height: 24px;
    border-radius: 3px; }
  .team-creation-wrap.col-9 .small-dialog-content .divider {
    display: inline-block;
    border-top: 1px solid #e0e0e0;
    height: 1px;
    width: 100%; }
  .team-creation-wrap.col-9 img.teamLogo, .team-creation-wrap.col-9 img.teamBanner {
    display: none; }
  .team-creation-wrap.col-9 .fake-upload-btn {
    width: 100%;
    position: relative;
    border: 2px solid #ffffff21;
    border-radius: 5px;
    overflow: hidden; }
  .team-creation-wrap.col-9 .fake-upload-btn input[type="file"] {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    width: 100%;
    padding-left: 0px;
    height: 100%;
    z-index: 10; }
  .team-creation-wrap.col-9 textarea#summary.wp-editor-area {
    opacity: 0;
    position: absolute;
    width: 100%;
    padding-left: 0px;
    height: 100%;
    z-index: -1;
    bottom: 0px;
    display: block !important; }
  .team-creation-wrap.col-9 .uploaded-files img {
    max-width: 100%;
    max-height: 200px;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 30px; }
  .team-creation-wrap.col-9 #progress-wrp {
    display: none;
    padding: 0px;
    position: relative;
    border-radius: 3px;
    margin: 0px;
    text-align: left;
    background: #ffffff0a; }
  .team-creation-wrap.col-9 #progress-wrp .progress-bar {
    height: 20px;
    border-radius: 0px; }
  .team-creation-wrap.col-9 #progress-wrp .status {
    top: -1px;
    left: 50%;
    position: absolute;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    text-shadow: 0px 0px 3px black; }
  .team-creation-wrap.col-9 .reg-team-platform div input {
    margin-top: 5px;
    margin-right: 9px; }
  .team-creation-wrap.col-9 .reg-team-platform div {
    width: 23%;
    display: flex; }
  .team-creation-wrap.col-9 .reg-team-platform p {
    width: 100%;
    margin-bottom: 5px; }
  .team-creation-wrap.col-9 .reg-team-platform {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px; }
    .team-creation-wrap.col-9 .reg-team-platform input[type='checkbox'] {
      --active-inner: #fff;
      --focus: 2px rgb(254 89 39 / 30%);
      --border: #55585e;
      --background: #ffffff26;
      --disabled: #F6F8FF;
      --disabled-inner: #f9e1e1;
      -webkit-appearance: none;
      -moz-appearance: none;
      height: 21px;
      outline: none;
      display: inline-block;
      vertical-align: top;
      position: relative;
      margin: 0;
      cursor: pointer;
      border: 1px solid var(--bc, var(--border));
      background: var(--b, var(--background));
      transition: background .3s, border-color .3s, box-shadow .2s;
      margin-right: 7px; }
      .team-creation-wrap.col-9 .reg-team-platform input[type='checkbox']:after {
        content: '';
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s); }
      .team-creation-wrap.col-9 .reg-team-platform input[type='checkbox']:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: .3s;
        --d-t: .6s;
        --d-t-e: cubic-bezier(.2, .85, .32, 1.2); }
      .team-creation-wrap.col-9 .reg-team-platform input[type='checkbox']:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: .9; }
        .team-creation-wrap.col-9 .reg-team-platform input[type='checkbox']:disabled:checked {
          --b: var(--disabled-inner);
          --bc: var(--border); }
        .team-creation-wrap.col-9 .reg-team-platform input[type='checkbox']:disabled + label {
          cursor: not-allowed; }
      .team-creation-wrap.col-9 .reg-team-platform input[type='checkbox']:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover); }
      .team-creation-wrap.col-9 .reg-team-platform input[type='checkbox']:focus {
        box-shadow: 0 0 0 var(--focus); }
      .team-creation-wrap.col-9 .reg-team-platform input[type='checkbox']:not(.switch) {
        width: 21px; }
        .team-creation-wrap.col-9 .reg-team-platform input[type='checkbox']:not(.switch):after {
          opacity: var(--o, 0); }
        .team-creation-wrap.col-9 .reg-team-platform input[type='checkbox']:not(.switch):checked {
          --o: 1; }
      .team-creation-wrap.col-9 .reg-team-platform input[type='checkbox'] + label {
        font-size: 14px;
        line-height: 21px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        margin-left: 4px; }
    .team-creation-wrap.col-9 .reg-team-platform input[type='checkbox']:not(.switch) {
      border-radius: 7px; }
      .team-creation-wrap.col-9 .reg-team-platform input[type='checkbox']:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        transform: rotate(var(--r, 20deg)); }
      .team-creation-wrap.col-9 .reg-team-platform input[type='checkbox']:not(.switch):checked {
        --r: 43deg; }
    .team-creation-wrap.col-9 .reg-team-platform input[type='checkbox'].switch {
      width: 38px;
      border-radius: 11px; }
      .team-creation-wrap.col-9 .reg-team-platform input[type='checkbox'].switch:after {
        left: 2px;
        top: 2px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        background: var(--ab, var(--border));
        transform: translateX(var(--x, 0)); }
      .team-creation-wrap.col-9 .reg-team-platform input[type='checkbox'].switch:checked {
        --ab: var(--active-inner);
        --x: 17px; }
      .team-creation-wrap.col-9 .reg-team-platform input[type='checkbox'].switch:disabled:not(:checked):after {
        opacity: .6; }

/* Team wars list */
.teamwar-list > ul li, .teamwar-list > ul li a {
  display: inline-block;
  padding: 0px;
  line-height: 12px;
  height: auto;
  min-height: auto;
  margin: 0px 2px !important; }

.teamwar-list > ul {
  display: flex;
  padding: 0px 0px 0px 0px;
  background: transparent;
  box-shadow: none;
  border: 0px; }

.teamwar-list > ul li a, .elementor-widget-sw_matches .nav-tabs li a {
  padding: 11px 18px 10px 18px !important;
  font-size: 10px;
  color: white !important;
  background: rgba(0, 0, 0, 0.7);
  line-height: 16px; }

.teamwar-list > ul li {
  background: transparent; }

.teamwar-list .tab-pane {
  background: #ffffff05;
  border: 1px solid #ffffff1a;
  border-radius: 0;
  padding: 18px; }

.teamwar-list > ul li.selected, .teamwar-list > ul li:hover, .teamwar-list > ul li.selected, .teamwar-list > ul li.ui-state-active, .elementor-widget-sw_matches .nav-tabs li:hover, .elementor-widget-sw_matches .nav-tabs li.ui-tabs-active {
  opacity: 1; }

.teamwar-list > ul li {
  background: transparent;
  opacity: 0.5;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease; }

.teamwar-list .wrap {
  margin: 0;
  position: relative; }

ul.teamwar-list {
  padding: 0px; }

.footer_widget .teamwar-list .icon,
.widget .teamwar-list .icon {
  width: auto;
  height: auto; }

.footer_widget .teamwar-list .home-team,
.widget .teamwar-list .home-team {
  color: #777; }

.footer_widget .teamwar-list .home-team,
.footer_widget .teamwar-list .opponent-team,
.footer_widget .teamwar-list .vs,
.widget .teamwar-list .home-team,
.widget .teamwar-list .opponent-team,
.widget .teamwar-list .vs {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all 0.35s ease-in-out; }

.wrap:hover .opponent-team {
  color: #ccc; }

.footer_widget .teamwar-list .vs,
.widget .teamwar-list .vs {
  color: #ccc;
  margin: 0 8px; }

.footer_widget .teamwar-list,
.widget .teamwar-list {
  margin: 0; }

.footer_widget.teamwarlist-page .teamwar-list,
.widget.teamwarlist-page .teamwar-list {
  background: 0 0;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: none; }

.footer_widget.teamwarlist-page ul.teamwar-list li.teamwar-item,
.widget.teamwarlist-page ul.teamwar-list li.teamwar-item {
  width: 49.5%;
  display: inline-block;
  border: 1px solid #000;
  margin-right: .5%;
  vertical-align: top; }

.footer_widget.teamwarlist-page ul.teamwar-list li.teamwar-item:nth-child(even) {
  margin-left: 0; }

.widget .teamwar-list .widgettitle {
  margin: 12px 12px 0; }

.footer_widget ul.teamwar-list li.teamwar-item,
.widget ul.teamwar-list li.teamwar-item {
  padding: 0 5px;
  position: relative;
  zoom: 1; }

.no-js .footer_widget .teamwar-list .tabs,
.no-js .widget .teamwar-list .tabs {
  display: none; }

.footer_widget .teamwar-list .tabs,
.widget .teamwar-list .tabs,
.widget-area .widget .tabs {
  margin: 0;
  padding: 0 3px;
  zoom: 1;
  box-shadow: none;
  border: 0; }

.sidebar-content-block ul.container .tabs li {
  padding: 0 2px;
  margin: 3px 3px 3px 0; }

.footer_widget .teamwar-list .tabs li,
.widget .teamwar-list .tabs li {
  display: inline-block;
  border: none;
  padding: 0;
  margin: 5px 3px 0px 0px; }

.footer_widget .teamwar-list > li:first-child,
.widget .teamwar-list > li:first-child {
  padding: 10px 10px 0;
  margin: 0;
  border-bottom-style: solid;
  border-bottom-width: 2px; }

.footer_widget .teamwar-list .tabs li.selected,
.footer_widget .teamwar-list .tabs li:hover,
.widget .teamwar-list .tabs li.selected,
.widget .teamwar-list .tabs li:hover {
  background: 0 0; }

.footer_widget .teamwar-list .tabs li a,
.widget .teamwar-list .tabs li a {
  background: #1a1c20;
  color: #999;
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 0;
  padding: 10px;
  font-size: 10px;
  border: 1px solid #000;
  height: auto;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  border-bottom: 0; }

.footer_widget .teamwar-list .tabs li.selected a,
.footer_widget .teamwar-list .tabs li:hover a,
.widget .teamwar-list .tabs li.selected a,
.widget .teamwar-list .tabs li:hover a {
  border-bottom: 0 !important;
  box-shadow: none !important; }

.footer_widget ul.teamwar-list li.teamwar-item .wrap,
.widget ul.teamwar-list li.teamwar-item .wrap {
  margin: 0;
  padding: 10px;
  position: relative; }

.footer_widget.teamwarlist-page ul.teamwar-list li.teamwar-item .wrap,
.widget.teamwarlist-page ul.teamwar-list li.teamwar-item .wrap {
  padding: 20px 15px 15px; }

.footer_widget ul.teamwar-list li.teamwar-item .wrap a,
.widget ul.teamwar-list li.teamwar-item .wrap a {
  display: block;
  position: relative; }

.footer_widget ul.teamwar-list li.teamwar-item .icon,
.widget ul.teamwar-list li.teamwar-item .icon {
  position: absolute;
  top: 5px; }

.teamwar-list .scores,
.teamwar-list .upcoming,
.footer_widget .teamwar-list .playing,
.footer_widget .teamwar-list .tabs li.selected a,
.footer_widget .teamwar-list .tabs li:hover a,
.widget .teamwar-list .playing,
.widget .teamwar-list .tabs li.selected a,
.widget .teamwar-list .tabs li:hover a,
.wp-teamwars-list .scores.loose,
.wp-teamwars-list .scores.win,
.wp-teamwars-list .upcoming,
.wp-teamwars-page .scores.loose,
.wp-teamwars-page .scores.win {
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 0;
  padding: 3px 12px;
  font-size: 10px;
  border: 1px solid #000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: auto;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  display: block; }

.footer_widget .teamwar-list .playing,
.footer_widget .teamwar-list .scores,
.footer_widget .teamwar-list .upcoming,
.widget .teamwar-list .playing,
.widget .teamwar-list .scores,
.widget .teamwar-list .upcoming {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -18px;
  float: right;
  color: #fff; }

.footer_widget.teamwarlist-page .teamwar-list .playing,
.footer_widget.teamwarlist-page .teamwar-list .scores,
.footer_widget.teamwarlist-page .teamwar-list .upcoming,
.widget.teamwarlist-page .teamwar-list .playing,
.widget.teamwarlist-page .teamwar-list .scores,
.widget.teamwarlist-page .teamwar-list .upcoming {
  right: 10px;
  top: 25px; }

.footer_widget .teamwar-list .upcoming,
.widget .teamwar-list .upcoming {
  color: #fff;
  letter-spacing: 0; }

@-webkit-keyframes pulse {
  0% {
    background-color: #7a4a77; }
  50% {
    background-color: #6492ac; }
  100% {
    background-color: #7a4a77; } }
.footer_widget .teamwar-list .playing,
.widget .teamwar-list .playing {
  color: #fff;
  background-color: #35d558;
  letter-spacing: 0;
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out; }

.footer_widget .teamwar-list .date,
.widget .teamwar-list .date {
  font-size: 10px;
  color: #999;
  float: left;
  width: 70%;
  margin-top: 5px; }

.footer_widget.teamwarlist-page .teamwar-list .date,
.widget.teamwarlist-page .teamwar-list .date {
  width: auto;
  margin-left: 10px; }

.footer_widget.teamwarlist-page .teamwar-list .date strong,
.widget.teamwarlist-page .teamwar-list .date strong {
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  font-family: Roboto, Arial;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 3px; }

.widget .teamwar-list .r-opponent-team {
  color: #333; }

.teamwar-list .scores.win,
.wp-teamwars-list .scores.win {
  color: #fff;
  background-color: #28db33;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 1px 1px #35f242 !important;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 1px 1px #35f242 !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 1px 1px #35f242 !important; }

.widget .teamwar-list .scores.draw {
  color: #fff;
  background-color: #c87800; }

.teamwar-list .scores.loose,
.widget .teamwar-list .scores.loose,
.wp-teamwars-list .scores.loose {
  color: #fff;
  background: #db2c2c;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 1px 1px #f23535 !important;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 1px 1px #f23535 !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 1px 1px #f23535 !important; }

.widget .teamwar-list li.teamwar-item a:hover {
  border-bottom: 0; }

/* Tournaments widget */
ul.tournaments-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  z-index: 11;
  position: relative; }

ul.tournaments-list:hover li:not(:hover) {
  opacity: 0.5;
  z-index: 9; }

ul.tournaments-list li {
  border-top: 1px solid #ffffff10;
  background: transparent;
  width: 49%;
  position: relative;
  margin-right: 1%;
  opacity: 1;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  z-index: 10; }

.tsingle-column ul.tournaments-list li {
  width: 100%; }

ul.tournaments-list li:nth-child(2n) {
  margin-left: 1%;
  margin-right: 0px; }

ul.tournaments-list li .tlinfow {
  display: flex;
  position: relative;
  padding: 33px;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  border: 1px solid rgba(255, 255, 255, 0);
  border-bottom: 0px; }

ul.tournaments-list li:hover .tlinfow {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 0px;
  background: #1f242c;
  border-top-color: transparent; }

ul.tournaments-list li .tlinfow .tlist-info {
  padding: 0px 22px;
  flex-grow: 1; }

ul.tournaments-list li .tlinfow .tlist-info a {
  display: block;
  color: white;
  font-size: 16px;
  font-weight: 600; }

ul.tournaments-list li .tlinfow .tlist-info a.ptour-title {
  color: #ffbc00; }

ul.tournaments-list li .tlinfow .tlist-info a.ptour-title i.fa-star {
  font-size: 14px;
  margin-left: 5px;
  position: relative;
  top: -1px; }

ul.tournaments-list li .tlinfow .tlist-info span {
  font-size: 14px;
  opacity: 0.5;
  font-weight: 300;
  display: block; }

ul.tournaments-list li .tlinfow .tlist-info small {
  font-size: 12px;
  font-weight: 500;
  margin-top: 10px;
  display: block; }

ul.tournaments-list li .tlinfow .tlist-info small i {
  margin-right: 6px; }

ul.tournaments-list li .tlinfow .tlist-info small svg {
  display: inline-block;
  height: 14px;
  position: relative;
  top: 2px; }

ul.tournaments-list li .tlinfow .tlist-join {
  min-width: 27%; }

ul.tournaments-list li .tlist-join small {
  text-transform: uppercase;
  font-size: 10px;
  display: block;
  opacity: 0.3;
  font-weight: 300;
  letter-spacing: 0.5px; }

ul.tournaments-list li .tlist-join strong {
  font-size: 14px;
  margin-top: -3px;
  display: block;
  font-weight: 600;
  opacity: 0.5;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease; }

ul.tournaments-list li:hover .tlist-join strong {
  opacity: 1; }

ul.tournaments-list li .tlinfow .tlist-join .btn {
  margin-top: 5px;
  min-width: 160px;
  padding: 3px 0px; }

ul.tournaments-list li .tlinfow .tlist-join .btn img {
  position: relative;
  top: 7px; }

ul.tournaments-list li .tlinfow > a, ul.tournaments-list li .tlinfow > a img {
  width: 75px;
  display: block; }

ul.tournaments-list li:hover .tlinfoextra {
  opacity: 1;
  visibility: visible;
  top: 100%; }

ul.tournaments-list li .tlinfoextra {
  padding: 40px 90px 10px 90px;
  display: flex;
  background: #1f242c;
  border: 1px solid rgba(255, 255, 255, 0.1);
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  top: 95%;
  left: 0px; }

ul.tournaments-list li .tlinfoextra .tlist-join {
  width: 60%;
  margin-bottom: 40px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px; }

ul.tournaments-list li .tlinfoextra .tlist-join:nth-child(2n) {
  width: 40%; }

ul.tournaments-list li .tlinfoextra .tlist-join svg {
  position: absolute;
  left: -10px;
  top: 5px;
  height: 17px;
  opacity: 0.3; }

ul.tournaments-list li .tlinfoextra .tlist-prize strong {
  color: #fdc400; }

/* Carousel News */
.widget .cat-single {
  width: 100%;
  text-align: center; }

.cat-single .ncategory {
  display: inline-block;
  float: none;
  position: initial;
  padding: 3px 20px 4px 20px;
  text-transform: uppercase;
  border-radius: 0px; }

.cat-single .ncategory:hover {
  opacity: 0.8 !important; }

body .newsbv li .ncategory, .ncategory {
  position: absolute;
  top: 20px;
  left: 12px;
  padding: 2px 8px;
  color: white !important;
  font-size: 11px;
  z-index: 999;
  border-radius: 0px 3px 3px 0px;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); }

/* Matches widget */
ul.matches-wrapper li a img {
  width: 55px;
  height: 55px;
  border-radius: 100px; }

ul.matches-wrapper li a {
  display: block; }

ul.matches-wrapper li a .mw-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-around;
  padding: 0px 35px 35px 35px; }

ul.matches-wrapper li a h3 {
  text-align: center;
  padding: 30px 0px 10px 0px; }

ul.matches-wrapper li a div.mw-wrapper > div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 33.33%; }

ul.matches-wrapper li:nth-child(2n) {
  background: transparent; }

ul.matches-wrapper li {
  display: block;
  width: 100%;
  border-top: 1px solid #ffffff14;
  background: #ffffff05;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease; }

ul.matches-wrapper li:hover {
  background: #ffffff07; }

ul.matches-wrapper {
  list-style: none; }

ul.matches-wrapper li a div.mw-wrapper > div.mw-left small, ul.matches-wrapper li a div.mw-wrapper > div.mw-right small,
ul.matches-wrapper li a div.mw-wrapper > div.mw-mid small {
  display: block;
  font-weight: 300;
  font-size: 10px;
  text-transform: uppercase;
  color: white;
  opacity: 0.3;
  letter-spacing: 0.5px; }

ul.matches-wrapper li a div.mw-wrapper > div.mw-left div {
  padding: 0px 30px 0px 10px; }

ul.matches-wrapper li a div.mw-wrapper > div.mw-right {
  justify-content: flex-start; }

ul.matches-wrapper li a div.mw-wrapper > div.mw-right div {
  padding: 0px 10px 0px 30px;
  text-align: right; }

ul.matches-wrapper li a div.mw-wrapper > div.mw-left > strong, ul.matches-wrapper li a div.mw-wrapper > div.mw-right > strong {
  font-size: 32px;
  color: white; }

ul.matches-wrapper li a div.mw-wrapper > div.mw-left div strong, ul.matches-wrapper li a div.mw-wrapper > div.mw-right div strong {
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  opacity: 0.8;
  font-weight: 600;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  display: block; }

ul.matches-wrapper li:hover a > div.mw-left div strong, ul.matches-wrapper li:hover a > div.mw-right div strong {
  opacity: 1; }

ul.matches-wrapper li a div.mw-wrapper > div.mw-mid {
  display: block;
  text-align: center;
  position: relative; }

ul.matches-wrapper li a div.mw-wrapper > div.mw-mid .mfinished, .finished {
  background: #6dba00; }

ul.matches-wrapper li a div.mw-wrapper > div.mw-mid .mplaying, .playing {
  background: #fdb900; }

ul.matches-wrapper li a div.mw-wrapper > div.mw-mid span {
  font-size: 11px;
  text-transform: uppercase;
  color: white;
  padding: 4px 25px;
  display: inline-block;
  border-radius: 50px;
  margin-bottom: 10px;
  min-width: 120px;
  font-weight: 600; }

ul.matches-wrapper li a div.mw-wrapper > div.mw-mid small {
  font-size: 10px;
  opacity: 0.5;
  line-height: 10px;
  margin-top: 5px;
  display: block; }

.elementor-widget-sw_matches .nav-tabs {
  display: flex; }

.elementor-widget-sw_matches .nav-tabs li {
  border-radius: 0px;
  border: 0px;
  margin-right: 5px;
  background: #000;
  opacity: 0.5; }

.elementor-widget-sw_matches .nav-tabs li.active, .elementor-widget-sw_matches .nav-tabs li:hover {
  opacity: 1;
  border: 0px !important; }

.elementor-widget-sw_matches .nav-tabs li a {
  font-size: 11px;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: 500;
  padding: 10px 20px;
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  letter-spacing: 0.5px; }

h3.block-title {
  margin: 25px 0px;
  text-transform: uppercase; }

p.wp-block-tag-cloud a {
  padding: 10px;
  display: inline-block;
  color: white;
  font-weight: 600;
  font-size: 14px !important;
  margin: 3px; }

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
  color: rgba(255, 255, 255, 0.5); }

.wp-block-group.has-background[style="background-color:#d8f6ec"] {
  color: black;
  padding: 20px;
  margin-bottom: 20px; }

.wp-block-media-text.has-media-on-the-right[style="background-color:#ebf5fe"] {
  color: black;
  margin-bottom: 20px; }

/* Team widgets */
.elementor-widget-sw_teams h3.block-title a:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #f84d3f;
  position: absolute;
  right: 0px;
  top: 6px; }

.elementor-widget-sw_teams h3.block-title a {
  font-size: 14px;
  color: #f84d3f;
  font-weight: 400;
  position: relative;
  padding-right: 15px; }

.elementor-widget-sw_teams h3.block-title {
  display: flex;
  justify-content: space-between; }

ul.teams-list li a:hover {
  background: #ffffff10;
  border: 1px solid #ffffff2a; }

ul.teams-list li a img {
  width: 65px;
  height: 65px;
  border-radius: 10px;
  margin-right: 30px;
  border: 1px solid transparent;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease; }

ul.teams-list li {
  margin-bottom: 15px; }

ul.teams-list {
  list-style: none; }

ul.teams-list li a {
  background: #ffffff05;
  border: 1px solid #ffffff1a;
  border-radius: 5px;
  padding: 22px;
  display: flex;
  align-items: center; }

ul.teams-list li a div span {
  color: #d0d6f5;
  font-size: 14px;
  font-weight: 300;
  opacity: 0.45;
  margin-top: 5px;
  display: block; }

ul.teams-list li a div strong {
  font-size: 16px;
  color: white;
  font-weight: 600;
  display: block;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease; }

/* Games widget */
.game-list {
  display: flex;
  flex-wrap: wrap; }
  .game-list:hover a:not(:hover) {
    filter: grayscale(100%); }
    .game-list:hover a:not(:hover)::after {
      background-color: rgba(0, 0, 0, 0.5); }

.game-list li {
  display: flex;
  height: 170px;
  overflow: hidden;
  width: 24%;
  margin: 0.5%;
  border-radius: 10px; }
  .game-list li a {
    position: relative;
    cursor: pointer;
    transition: .3s;
    width: 100%;
    display: block; }
    .game-list li a span {
      display: block;
      text-align: center;
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%;
      background: #222531ad;
      line-height: 175px;
      opacity: 0;
      text-shadow: 0px 0px 5px #00000069;
      font-size: 16px;
      color: white;
      transition: all 0.35s ease;
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      font-weight: 600; }
    .game-list li a::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0);
      transition: .3s; }
    .game-list li a:hover span {
      opacity: 1; }
    .game-list li a img {
      display: block;
      width: 100%;
      max-width: 100%; }

/* News Small */
.news-small-list li a strong {
  background: #ffffff;
  color: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  padding-right: 50px; }

.news-small-list li a:hover strong {
  background: -webkit-linear-gradient(45deg, #fb9400, #f85800 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

ul.news-small-list li a small {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  color: white;
  opacity: 0.5;
  font-weight: 300;
  letter-spacing: 0.5px;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease; }

.news-small-list li a i {
  color: white; }

.news-small-list li a:hover i {
  color: #f85800; }

ul.news-small-list {
  list-style: none;
  display: flex;
  background: #ffffff05;
  border: 1px solid #ffffff1a;
  padding: 20px 25px;
  justify-content: space-between; }

ul.news-small-list li a:hover:before, ul.news-small-list li a:hover small {
  opacity: 1; }

ul.news-small-list li a:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 19px;
  width: 2px;
  height: 60%;
  opacity: 0;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease; }

ul.news-small-list li a:hover {
  left: 20px; }

ul.news-small-list li a {
  display: block;
  position: relative;
  left: 0px; }

.block-title-small {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 15px;
  opacity: 0.7;
  margin-top: 30px; }

/* News Main */
ul.news-main-list {
  display: block;
  list-style: none;
  flex-wrap: wrap; }

ul.news-main-list li:first-child {
  width: 50%;
  height: 490px;
  margin-left: 0px; }

ul.news-main-list li {
  position: relative;
  width: 24%;
  height: 240px;
  float: left;
  margin-bottom: 1%;
  margin-left: 1%;
  overflow: hidden;
  background-size: cover; }

ul.news-main-list li a {
  display: flex;
  padding: 20px;
  background-size: cover;
  position: relative;
  z-index: 10;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  text-align: center; }

ul.news-main-list li:hover a {
  padding-bottom: 40px; }

ul.news-main-list li:before {
  content: '';
  position: absolute;
  top: 0%;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: #191e26;
  background: linear-gradient(180deg, rgba(25, 30, 38, 0.3) 0%, #13171d 95%);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease; }

ul.news-main-list li:hover:before {
  top: -20%;
  height: 120%; }

ul.news-main-list li:first-child a strong {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: white; }

ul.news-main-list li a strong {
  display: block;
  width: 100%;
  color: white;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease; }

ul.news-main-list li a > span {
  color: white;
  padding: 7px 13px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  top: 0px;
  left: 0px;
  letter-spacing: 0.5px;
  font-weight: 600; }

ul.news-main-list li:first-child a > span {
  padding: 10px 18px;
  text-transform: uppercase;
  font-size: 12px; }

ul.news-main-list li a small {
  display: block;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-size: 10px;
  color: white;
  letter-spacing: 0.2px;
  margin-bottom: 5px;
  margin-top: 40px; }

ul.news-main-list li:first-child a small {
  margin-bottom: 15px;
  margin-top: 0px; }

ul.news-main-list li a .nm-main span i {
  font-size: 10px;
  margin-right: 2px; }

ul.news-main-list li a .nm-main span {
  margin: 0px 15px; }

ul.news-main-list li a .nm-main {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 300;
  color: white; }

ul.news-main-list li:first-child a .nm-main {
  margin-top: 30px; }

/*  Footer Extra blurb widget */
.extra-blurb p {
  font-weight: 300;
  opacity: 0.5;
  line-height: 26px;
  margin-top: 10px; }

.extra-blurb {
  padding: 33px 50px 20px 0px; }

.extra-blurb .social-top a:first-child {
  padding-left: 0px; }

.extra-blurb .social-top {
  float: none;
  left: 0;
  top: 10px; }

.extra-blurb .social-top a {
  color: white;
  margin-top: 3px; }

/* match carousel */
.nextmatch_widget {
  padding: 0; }

.nextmatch_widget .wcontainer {
  padding: 0;
  background: 0 0; }

.nextmatch_wrap {
  padding: 30px 15px 25px;
  background-size: cover; }

.nextmatch_wrap .error {
  margin: -14px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner .nextmatch_wrap .error {
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 10px; }

.carousel-inner .side-widget {
  position: relative;
  z-index: 5; }

.arcane_tournament_carousel_widget .carousel-inner .nextmatch_wrap img {
  width: 85px; }

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
  background-size: cover !important;
  background-position: center !important; }

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0; }

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0; }

.carousel-fade .carousel-control {
  z-index: 2; }

.nextmatch_wrap img {
  width: 100%;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #000;
  float: left;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

.nextmatch_wrap .team12w {
  float: left;
  width: 48%;
  margin: 0 0 0 4%;
  padding: 5px;
  border: 1px solid #000; }

.nextmatch_wrap .team12w:first-child {
  margin: 0; }

.carousel-control.right3 {
  right: 15px;
  left: auto;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #1c1c21 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #1c1c21));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #1c1c21 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #1c1c21 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #1c1c21 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #1c1c21 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
  background-repeat: repeat-x;
  z-index: 50;
  position: absolute;
  top: 50%; }

.carousel-control.left3 {
  background: -moz-linear-gradient(left, #1c1c21 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1c1c21), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, #1c1c21 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, #1c1c21 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(left, #1c1c21 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, #1c1c21 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
  background-repeat: repeat-x;
  z-index: 50;
  position: absolute;
  top: 50%;
  left: 20px; }

.carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
  height: 30px;
  margin-top: 150px;
  font-size: 20px;
  color: #fff;
  z-index: 50; }

.nm-teams {
  position: relative;
  margin-top: 20px;
  border: 1px solid #000; }

.nm-teams span {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

.nm-teams .versus {
  width: 100%;
  position: absolute;
  text-align: center; }

.nm-teams .r-home-team,
.nm-teams .r-opponent-team {
  position: relative;
  top: auto; }

.nm-teams .r-home-team {
  float: left;
  height: 75px;
  width: 75px;
  left: auto;
  margin-left: 30px; }

footer .nm-teams .r-home-team {
  margin-left: 15px; }

footer .nm-teams .r-opponent-team {
  margin-right: 15px; }

.nm-teams .r-home-team span,
.nm-teams .r-opponent-team span {
  height: 75px;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
  width: 75px; }

.nm-teams .r-opponent-team {
  float: right;
  height: 75px;
  width: 85px;
  left: auto;
  margin-right: 30px;
  right: auto; }

.nm-date {
  text-align: center;
  margin: 25px 0 0;
  color: #ccc;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0px 1px 5px black; }

.nm-date span {
  font-size: 12px;
  text-transform: uppercase;
  display: inline; }

/* Tournament carousel */
.tournamentCarousel p span {
  display: initial; }

.tournamentCarousel .nextmatch_wrap {
  padding: 15px 25px 15px 25px; }

.tournamentCarousel .nextmatch_wrap h4, .tournamentCarousel .nm-date {
  position: relative;
  z-index: 2; }

.tournamentCarousel .nextmatch_wrap h4 {
  margin-bottom: 30px; }

.tournamentCarousel .tlistjoin, .tournamentCarousel .tlistpremium {
  width: 100%;
  position: relative;
  bottom: 0px;
  right: 0px;
  padding: 0px 20px 10px 20px;
  margin-top: 0px; }

.tournamentCarousel .tlistjoin a.button-small, .tournamentCarousel .tlistpremium a.button-small {
  width: 100%;
  text-align: center; }

.no-tour-games {
  padding: 20px;
  background: #0606063b;
  font-size: 12px; }

.tournamentCarousel .nm-date {
  margin-top: 0px;
  padding-bottom: 20px; }

.tournamentCarousel .carousel-control .fa-chevron-left, .tournamentCarousel .carousel-control .fa-chevron-right, .tournamentCarousel .carousel-control .icon-prev, .tournamentCarousel .carousel-control .icon-next {
  top: 50%;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  margin-top: -13px; }

.tournamentCarousel .nextmatch_wrap .tlistinfo {
  max-width: 250px; }

.vc_col-sm-3 .tournamentCarousel .nextmatch_wrap .tlistinfo {
  max-width: 190px; }

.tlistimg, .tlistinfo, .tlistjoin {
  display: inline-block;
  vertical-align: top;
  z-index: 2;
  position: relative; }

.vc_col-sm-3 .tlistjoin, .vc_col-sm-2 .tlistjoi, n .vc_col-sm-1 .tlistjoin {
  position: relative !important;
  bottom: 0;
  right: 0;
  margin-left: 0px !important;
  text-align: center; }

.tlistjoin, .tlistpremium {
  position: absolute;
  bottom: 15px;
  right: 20px;
  display: block; }

.tlistjoin a, .tlistpremium a {
  padding: 11px 30px !important;
  text-shadow: 0px 1px 4px black;
  font-size: 14px; }

.tlistimg img {
  border: 1px solid black;
  width: 85px; }

.tlistinfo {
  padding-left: 20px;
  max-width: 70%; }

.tlistinfo i {
  font-size: 12px;
  width: 10px;
  text-align: center;
  margin-right: 4px; }

/* Matches block */
.matches-tabw .matches-tab li a {
  padding: 11px 18px 10px 18px !important;
  font-size: 10px;
  color: white !important;
  background: rgba(0, 0, 0, 0.7);
  line-height: 16px;
  display: block;
  margin: 0px 2px !important; }

.matches-tabw .matches-tab {
  display: flex;
  list-style: none;
  flex-wrap: wrap; }

.widget_other_matches ul.matches-wrapper {
  flex-wrap: wrap; }

.widget_other_matches ul.matches-wrapper li a {
  opacity: 1;
  padding: 0px !important;
  background: transparent !important; }

.widget.widget_other_matches .teamwar-list .date {
  width: 100%;
  float: none; }

.widget.widget_other_matches .wrap {
  background: #ffffff05;
  border: 1px solid #ffffff1a;
  border-radius: 0;
  padding: 18px; }

.widget.widget_other_matches .wrap img {
  width: auto;
  height: auto;
  border-radius: 0px !important; }

.widget_other_matches ul.matches-wrapper li {
  opacity: 1; }

.widget_other_matches ul.matches-wrapper li a > div:first-child {
  right: 15px; }

.widget_other_matches ul.matches-wrapper li a .match-wrap {
  display: flex;
  align-items: center; }

.widget_other_matches ul.matches-wrapper li a .match-wrap .vs {
  font-size: 10px; }

.ui-dialog-titlebar {
  display: none; }

.challenge_status {
  margin-top: 9px; }

#buddypress #admins-list, #buddypress #friend-list, #buddypress #members-list-fn,
#buddypress #members-list-fn, .members-list, #buddypress .members-list,
#buddypress #mods-list, body.group-members #members-group-list ul.item-list {
  display: flex;
  flex-wrap: wrap; }

#buddypress #admins-list li, #buddypress #friend-list li, #buddypress #members-list-fn li, #buddypress #members-list-fn li .member-list-wrapper, .members-list li, #buddypress .members-list li .member-list-wrapper, #buddypress #mods-list li, #buddypress .entry-content, #buddypress div.messages-options-nav, #buddypress > div.pagination, body.group-members #members-group-list ul.item-list li {
  color: #fff;
  font-size: 90%;
  margin: -1px 0 0;
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 20px;
  background: #14151a;
  border: 1px solid black; }

#buddypress div.pagination .pag-count {
  float: left;
  margin-left: 0;
  margin-top: 10px;
  margin-right: 10px; }

#buddypress div.pagination .pagination-links {
  float: right;
  margin-right: 0; }

#buddypress div.pagination .pagination-links a, #buddypress div.pagination .pagination-links span {
  font-size: 90%; }

#buddypress div.pagination .pagination-links a:hover {
  font-weight: 700; }

#buddypress noscript div.pagination {
  margin-bottom: 15px; }

#buddypress #nav-above {
  display: none; }

#buddypress .paged #nav-above {
  display: block; }

.members #buddypress .page-numbers {
  font-size: 10px !important;
  padding: 8px 13px !important;
  margin: 0 5px; }

.members #buddypress #search-members-form .bp-screen-reader-text {
  display: none; }

#buddypress img.wp-smiley {
  border: none !important;
  clear: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important; }

#buddypress #activity-stream {
  margin-top: -5px; }

#buddypress #activity-stream p {
  margin: 5px 0; }

#buddypress #item-body form#whats-new-form {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 20px 0; }

#buddypress .home-page form#whats-new-form {
  border-bottom: none;
  padding-bottom: 0; }

#buddypress form#whats-new-form #whats-new-avatar {
  float: left; }

#buddypress form#whats-new-form #whats-new-avatar .avatar {
  width: 50px; }

#buddypress form#whats-new-form #whats-new-content {
  margin-left: 55px;
  padding: 0 0 20px 20px; }

#buddypress form#whats-new-form p.activity-greeting {
  line-height: .5em;
  margin-bottom: 15px;
  margin-left: 75px; }

#buddypress form#whats-new-form textarea {
  color: #555;
  font-family: inherit;
  font-size: 90%;
  padding: 15px;
  width: 98%;
  height: 50px !important;
  background: #202126; }

body.no-js #buddypress form#whats-new-form textarea {
  height: 50px; }

#buddypress form#whats-new-form #whats-new-options select {
  max-width: 200px;
  margin-top: 12px; }

#buddypress form#whats-new-form #whats-new-submit {
  float: right;
  margin-top: 12px; }

#whats-new-options {
  overflow: visible;
  height: 65px !important; }

img.bannerPhoto, img.profilePhoto {
  display: none; }

body.no-js #buddypress #whats-new-options {
  height: auto; }

#buddypress #whats-new:focus {
  border-color: rgba(31, 179, 221, 0.9) !important;
  outline-color: rgba(31, 179, 221, 0.9); }

#buddypress ul.activity-list li {
  overflow: hidden;
  padding: 15px 0 0;
  list-style: none; }

#buddypress ul.activity-list.bp-list {
  background: #fafafa00;
  border: 1px solid #eee0;
  margin: 0px 0; }

#buddypress ul.activity-list.bp-list .activity-item {
  background: #fff0;
  border: 1px solid #b7b7b700;
  box-shadow: none;
  margin: 20px 0; }

#buddypress ul.activity-list li .activity-content {
  position: relative;
  margin-top: -14px; }

#buddypress ul.activity-list li {
  overflow: hidden;
  padding: 0px;
  list-style: none;
  margin: 0px; }

#buddypress ul.activity-list .activity-item .activity-content .activity-inner, #buddypress ul.activity-list .activity-item .activity-content blockquote {
  background: #00000040; }

.activity-update-form #whats-new-textarea textarea:focus {
  box-shadow: none;
  border-color: transparent !important; }

#buddypress form#whats-new-form textarea {
  color: #fff; }

#buddypress .activity-list .activity-avatar {
  float: left; }

#buddypress ul.item-list.activity-list li.has-comments {
  padding-bottom: 15px; }

#buddypress ul.item-list .candidate_listing.acc_loader {
  text-align: center;
  padding: 20px !important;
  background-color: #1f242c;
  border: 1px solid #ffffff1c !important; }

body.activity-permalink #buddypress ul.activity-list li.has-comments {
  padding-bottom: 0; }

#buddypress .activity-list li.mini {
  position: relative; }

#buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic, #buddypress .activity-list li.mini .activity-avatar img.avatar {
  height: 50px;
  width: 50px; }

#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.FB_profile_pic, #buddypress .activity-permalink .activity-list li.mini .activity-avatar img.avatar {
  height: auto;
  margin-left: 0;
  width: auto; }

body.activity-permalink #buddypress .activity-list > li:first-child {
  padding-top: 0; }

#buddypress .activity-list li .activity-content {
  position: relative;
  margin-top: 12px; }

#buddypress .activity-list li .activity-content a span {
  font-size: 10px; }

#buddypress .activity-list li.mini .activity-content p {
  margin: 0; }

#buddypress .activity-list li.mini .activity-comments {
  clear: both;
  font-size: 120%; }

body.activity-permalink #buddypress li.mini .activity-meta {
  margin-top: 4px; }

#buddypress .activity-list li .activity-inreplyto {
  color: #888;
  font-size: 80%; }

#buddypress .activity-list li .activity-inreplyto > p {
  margin: 0;
  display: inline; }

#buddypress .activity-list li .activity-inreplyto blockquote, #buddypress .activity-list li .activity-inreplyto div.activity-inner {
  background: 0 0;
  border: none;
  display: inline;
  margin: 0;
  overflow: hidden;
  padding: 0; }

#buddypress .activity-list .activity-content {
  margin: 0 0 0 70px; }

body.activity-permalink #buddypress .activity-list li .activity-content {
  border: none;
  font-size: 100%;
  line-height: 150%;
  margin-left: 170px;
  margin-right: 0;
  padding: 0; }

#buddypress .activity-list .activity-content .activity-inner img {
  max-width: 500px;
  height: auto;
  margin: 10px; }

body.activity-permalink #buddypress .activity-list li .activity-header > p {
  margin: 0;
  padding: 5px 0 0; }

#buddypress .activity-list .activity-content .activity-header, #buddypress .activity-list .activity-content .comment-header {
  color: #888;
  line-height: 220%; }

#buddypress .activity-header {
  margin-right: 20px; }

#buddypress .acomment-meta a, #buddypress .activity-header a, #buddypress .comment-meta a {
  text-decoration: none;
  margin-right: 3px; }

#buddypress .activity-list .activity-content .activity-header img.avatar {
  float: none !important;
  margin: -12px 5px -8px 0 !important;
  width: 20px; }

#buddypress a.bp-secondary-action, #buddypress span.highlight {
  font-size: 80%;
  padding: 0;
  margin-right: 5px;
  text-decoration: none;
  margin-left: 0 !important; }

#buddypress .activity-list .activity-content .activity-inner, #buddypress .activity-list .activity-content blockquote {
  margin: 10px 10px 5px 0;
  overflow: hidden; }

#buddypress .activity-list li.new_forum_post .activity-content .activity-inner, #buddypress .activity-list li.new_forum_topic .activity-content .activity-inner {
  border-left: 2px solid #EAEAEA;
  margin-left: 5px;
  padding-left: 10px; }

body.activity-permalink #buddypress .activity-content .activity-inner, body.activity-permalink #buddypress .activity-content blockquote {
  margin-left: 0;
  margin-top: 5px; }

#buddypress .activity-inner > p {
  word-wrap: break-word; }

#buddypress .activity-inner > .activity-inner, #buddypress .activity-inner > blockquote {
  margin: 0; }

#buddypress .activity-list .activity-content img.thumbnail {
  border: 2px solid #eee;
  float: left;
  margin: 0 10px 5px 0; }

#buddypress .activity-read-more {
  margin-left: 1em;
  white-space: nowrap; }

#buddypress .activity-list li.load-more {
  background: 0 0;
  font-size: 110%;
  margin: 15px 0;
  padding: 10px 15px;
  text-align: center;
  width: 100%; }

#buddypress .activity-list li.load-more a {
  display: block;
  padding: 10px 20px 20px;
  background: 0 0;
  margin: 0 auto; }

#buddypress .activity-list li.load-more a:hover {
  color: #ccc !important; }

#buddypress .activity-list li.load-more.loading a {
  color: #4D4D4D;
  display: block;
  padding: 10px 20px 20px;
  margin: 0 auto; }

#buddypress div.activity-meta {
  margin: 18px 0 0; }

body.activity-permalink #buddypress div.activity-meta {
  margin-bottom: 6px; }

#buddypress div.activity-meta a {
  padding: 4px 8px;
  color: white !important; }

button#dir-activity-search-submit {
  right: -25px; }

#buddypress a.activity-time-since {
  color: #aaa;
  text-decoration: none; }

#buddypress a.activity-time-since:hover {
  color: #888;
  text-decoration: underline; }

#buddypress #reply-title small a, #buddypress a.bp-primary-action {
  font-size: 80%;
  margin-right: 5px;
  text-decoration: none; }

#buddypress #reply-title small a span, #buddypress a.bp-primary-action span {
  background: #999;
  color: #fff;
  font-size: 90%;
  margin-left: 2px;
  padding: 0 5px; }

#buddypress #reply-title small a:hover span, #buddypress a.bp-primary-action:hover span {
  background: #555;
  color: #fff; }

#buddypress div.activity-comments {
  margin: 0 0 0 70px;
  overflow: hidden;
  position: relative;
  width: auto;
  clear: both; }

body.activity-permalink #buddypress div.activity-comments {
  background: 0 0;
  margin-left: 170px;
  width: auto; }

#buddypress div.activity-comments > ul {
  padding: 0 0 0 10px; }

#buddypress div.activity-comments ul, #buddypress div.activity-comments ul li {
  border: none;
  list-style: none; }

#buddypress div.activity-comments ul {
  clear: both;
  margin: 0; }

#buddypress div.activity-comments ul li {
  border-top: 1px solid #eee;
  padding: 10px 0 0;
  width: 100%; }

body.activity-permalink #buddypress .activity-list li.mini .activity-comments {
  clear: none;
  margin-top: 0; }

#buddypress .activity-list .activity-item .activity-meta.action {
  background: #08080882; }

p.pag-data {
  display: flex;
  width: 100%; }

.bp-pagination-links.top {
  margin: 10px 0px; }

.pag-count.bottom .pag-data {
  padding: 10px 0px; }

#buddypress div.activity-comments ul li {
  border-color: black; }

body.activity-permalink #buddypress div.activity-comments ul li {
  border-width: 1px;
  padding: 10px 0 0; }

#buddypress div.activity-comments > ul > li:first-child {
  border-top: none; }

#buddypress div.activity-comments ul li:last-child {
  margin-bottom: 0; }

#buddypress div.activity-comments ul li > ul {
  margin-left: 30px;
  margin-top: 0;
  padding-left: 10px; }

body.activity-permalink #buddypress div.activity-comments ul li > ul {
  margin-top: 10px; }

body.activity-permalink #buddypress div.activity-comments > ul {
  padding: 0 10px 0 15px; }

#buddypress div.activity-comments div.acomment-avatar img {
  border-width: 1px;
  float: left;
  height: 25px;
  margin-right: 10px;
  width: 25px; }

#buddypress div.activity-comments div.acomment-content {
  font-size: 80%;
  margin: 5px 0 0 40px; }

#buddypress div.acomment-content .activity-delete-link, #buddypress div.acomment-content .comment-header, #buddypress div.acomment-content .time-since {
  display: none; }

body.activity-permalink #buddypress div.activity-comments div.acomment-content {
  font-size: 90%; }

#buddypress div.activity-comments div.acomment-meta {
  color: #888;
  font-size: 80%; }

#buddypress div.activity-comments form.ac-form {
  display: none;
  padding: 10px; }

#buddypress div.activity-comments li form.ac-form {
  margin-right: 15px;
  clear: both; }

#buddypress div.activity-comments form.root {
  margin-left: 0; }

#buddypress div.activity-comments div#message {
  margin-top: 15px;
  margin-bottom: 0; }

#buddypress div.activity-comments form .ac-textarea {
  border: 1px inset #000;
  margin-bottom: 10px;
  padding: 8px;
  background: #202126;
  color: white; }

#buddypress div.activity-comments form textarea {
  border: none;
  background: 0 0;
  box-shadow: none;
  outline: 0;
  color: #fafafa;
  font-family: inherit;
  font-size: 100%;
  height: 60px;
  padding: 0;
  margin: 0;
  width: 100%; }

#buddypress div.activity-comments form input {
  margin-top: 5px;
  padding: 10px 20px;
  font-weight: 600;
  color: white; }

#buddypress div.activity-comments form div.ac-reply-avatar {
  float: left; }

#buddypress div.ac-reply-avatar img {
  border: 1px solid #000; }

#buddypress div.activity-comments form div.ac-reply-content {
  color: #888;
  margin-left: 50px;
  padding-left: 15px; }

#buddypress div.activity-comments form div.ac-reply-content a {
  text-decoration: none; }

#buddypress .acomment-options {
  float: left;
  margin: 5px 0 5px 40px; }

#buddypress .acomment-options a {
  color: #999; }

#buddypress .acomment-options a:hover {
  color: inherit; }

#buddypress div.dir-search {
  margin: 15px auto;
  width: 350px; }

#buddypress div.dir-search#groups-dir-search {
  width: 100%;
  border-bottom: 1px solid rgba(196, 219, 255, 0.11);
  padding-bottom: 20px;
  margin-bottom: 15px; }

#buddypress div.dir-search#groups-dir-search .bp-screen-reader-text {
  display: none; }

#buddypress #members-directory-form div.dir-search {
  margin: 4px 0 0 10px;
  width: auto;
  float: left; }

#buddypress div.dir-search input[type=text] {
  font-size: 90%;
  padding: 10px; }

#buddypress .dir-form {
  clear: both; }

#buddypress div#message {
  margin: 15px 0px 15px 0px; }

#buddypress #message.info {
  margin-bottom: 0; }

#buddypress div#message.updated {
  clear: both; }

#buddypress div#message p, #sitewide-notice p {
  font-size: 90%;
  display: block;
  padding: 10px 15px; }

#buddypress div#message.error p {
  background-color: #fdc;
  border: 1px solid #a00;
  clear: left;
  color: #800; }

#buddypress div#message.updated p {
  background-color: #efc;
  border: 1px solid #591;
  color: #250; }

#buddypress .standard-form#signup_form div div.error {
  background: #faa;
  color: #a00;
  margin: 0 0 10px;
  padding: 6px;
  width: 90%; }

#buddypress div.accept, #buddypress div.reject {
  float: left;
  margin-left: 10px; }

#buddypress ul.button-nav li {
  float: left;
  margin: 0 10px 10px 0;
  list-style: none; }

#buddypress ul.button-nav li.current a {
  font-weight: 700; }

#sitewide-notice #message {
  left: 2%;
  position: fixed;
  top: 1em;
  width: 96%;
  z-index: 999999999; }

#sitewide-notice.admin-bar-on #message {
  top: 3.3em; }

#sitewide-notice strong {
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: -5px;
  margin-top: 5px;
  color: #eee; }

#close-notice {
  margin: 20px 0 10px;
  display: block;
  text-align: center; }

body #buddypress .standard-form {
  float: left;
  width: 100%;
  font-size: 12px;
  padding: 20px; }

body #buddypress .standard-form#send-reply {
  padding: 0;
  border: 0;
  border-top: 1px solid #000; }

body #buddypress .standard-form input[type=radio], body #buddypress .standard-form input[type=checkbox] {
  margin: 0 3px 0 0;
  line-height: normal;
  top: 3px;
  position: relative; }

#buddypress .dir-search input[type=search], #buddypress .dir-search input[type=text], #buddypress .standard-form input[type=color], #buddypress .standard-form input[type=date], #buddypress .standard-form input[type=datetime-local], #buddypress .standard-form input[type=datetime], #buddypress .standard-form input[type=email], #buddypress .standard-form input[type=month], #buddypress .standard-form input[type=number], #buddypress .standard-form input[type=password], #buddypress .standard-form input[type=range], #buddypress .standard-form input[type=search], #buddypress .standard-form input[type=tel], #buddypress .standard-form input[type=text], #buddypress .standard-form input[type=time], #buddypress .standard-form input[type=url], #buddypress .standard-form input[type=week], #buddypress .standard-form select, #buddypress .standard-form textarea {
  border-radius: 0;
  color: #888;
  font: inherit;
  font-size: 100%;
  padding: 6px;
  margin-bottom: 0px; }

#buddypress .standard-form select {
  padding: 3px; }

#buddypress .standard-form input[type=password] {
  margin-bottom: 5px; }

#buddypress .standard-form label, #buddypress .standard-form span.label {
  display: block;
  font-weight: 700;
  margin: 15px 0 5px; }

#buddypress .standard-form div.checkbox label, #buddypress .standard-form div.radio label {
  color: #888;
  font-size: 100%;
  font-weight: 400;
  margin: 5px 0 0; }

#buddypress .standard-form#sidebar-login-form label {
  margin-top: 5px; }

#buddypress .standard-form input[type=text] {
  width: 100%; }

#buddypress .standard-form#sidebar-login-form input[type=password], #buddypress .standard-form#sidebar-login-form input[type=text] {
  padding: 4px;
  width: 95%; }

#buddypress .standard-form #basic-details-section input[type=password], #buddypress .standard-form #blog-details-section input#signup_blog_url {
  width: 35%; }

#buddypress #commentform input[type=text], #buddypress #commentform textarea, #buddypress .form-allowed-tags, #buddypress .standard-form#signup_form input[type=text], #buddypress .standard-form#signup_form textarea {
  width: 90%; }

#buddypress .standard-form#signup_form div.submit {
  float: right; }

#buddypress div#signup-avatar img {
  margin: 0 15px 10px 0; }

#buddypress .standard-form textarea {
  width: 100%;
  height: 120px; }

#buddypress .standard-form textarea#message_content {
  height: 200px; }

#buddypress .standard-form#send-reply textarea {
  width: 97.5%; }

#buddypress .standard-form p.description {
  color: #888;
  font-size: 80%;
  margin: 5px 0; }

#buddypress .standard-form div.submit {
  clear: both;
  padding: 0 0 5px; }

#buddypress .standard-form p.submit {
  margin-bottom: 0;
  padding: 0 0 5px; }

#buddypress .standard-form div.submit input {
  margin-right: 15px; }

#buddypress .standard-form div.radio ul {
  margin: 10px 0 15px 38px;
  list-style: disc; }

#buddypress .standard-form div.radio ul li {
  margin-bottom: 5px; }

#buddypress .standard-form a.clear-value {
  display: block;
  margin-top: 5px;
  outline: 0; }

#buddypress .standard-form #basic-details-section, #buddypress .standard-form #blog-details-section, #buddypress .standard-form #profile-details-section {
  float: left;
  width: 48%; }

#buddypress .standard-form #profile-details-section {
  float: right; }

#buddypress .standard-form #blog-details-section {
  clear: left; }

#buddypress form#send-invite-form {
  margin-top: 20px; }

#buddypress div#invite-list {
  background: #f5f5f5;
  height: 400px;
  margin: 0 0 10px;
  overflow: auto;
  padding: 5px;
  width: 160px; }

#buddypress form.standard-form .left-menu {
  float: left; }

#buddypress form.standard-form .left-menu #invite-list ul {
  margin: 1%;
  list-style: none; }

#buddypress form.standard-form .left-menu #invite-list ul li {
  margin: 0 0 0 1%; }

#buddypress form.standard-form .main-column {
  margin-left: 190px; }

#buddypress form.standard-form .invite .main-column #friend-list {
  float: left; }

#buddypress form.standard-form .invite .main-column #friend-list li {
  display: inline-block !important;
  float: none !important; }

#buddypress form.standard-form .main-column ul#friend-list, #buddypress form.standard-form .main-column ul#friend-list h4 {
  clear: none; }

#buddypress #notifications-bulk-management {
  clear: both; }

#buddypress .wp-editor-wrap a.button, #buddypress .wp-editor-wrap button, #buddypress .wp-editor-wrap input[type=button], #buddypress .wp-editor-wrap input[type=reset], #buddypress .wp-editor-wrap input[type=submit] {
  padding: 0 10px 1px; }

#buddypress .wp-editor-wrap button, #buddypress .wp-editor-wrap input[type=button], #buddypress .wp-editor-wrap input[type=reset], #buddypress .wp-editor-wrap input[type=submit], #wp-link-submit {
  width: auto;
  line-height: 0; }

#buddypress a.loading, #buddypress input.loading {
  -webkit-animation: loader-pulsate .5s infinite ease-in-out alternate;
  -moz-animation: loader-pulsate .5s infinite ease-in-out alternate;
  border-color: #aaa; }

@-webkit-keyframes loader-pulsate {
  from {
    border-color: #aaa;
    -webkit-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc; }
  to {
    border-color: #ccc;
    -webkit-box-shadow: 0 0 6px #f8f8f8;
    box-shadow: 0 0 6px #f8f8f8; } }
@-moz-keyframes loader-pulsate {
  from {
    border-color: #aaa;
    -moz-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc; }
  to {
    border-color: #ccc;
    -moz-box-shadow: 0 0 6px #f8f8f8;
    box-shadow: 0 0 6px #f8f8f8; } }
#buddypress a.loading:hover, #buddypress input.loading:hover {
  color: #777; }

#buddypress ul#topic-post-list {
  margin: 0;
  width: auto; }

#buddypress ul#topic-post-list li {
  padding: 15px;
  position: relative; }

#buddypress ul#topic-post-list li.alt {
  background: #f5f5f5; }

#buddypress ul#topic-post-list li div.poster-meta {
  color: #888;
  margin-bottom: 10px; }

#buddypress ul#topic-post-list li div.post-content {
  margin-left: 54px; }

#buddypress div.topic-tags {
  font-size: 80%; }

#buddypress div.admin-links {
  color: #888;
  font-size: 80%;
  position: absolute;
  top: 15px;
  right: 25px; }

#buddypress div#topic-meta {
  margin: 0;
  padding: 5px 19px 30px;
  position: relative; }

#buddypress div#topic-meta div.admin-links {
  right: 19px;
  top: -36px; }

#buddypress div#topic-meta h3 {
  margin: 5px 0; }

#buddypress div#new-topic-post {
  display: none;
  margin: 20px 0 0;
  padding: 1px 0 0; }

#buddypress table.forum, #buddypress table.messages-notices, #buddypress table.notifications, #buddypress table.notifications-settings, #buddypress table.profile-fields, #buddypress table.wp-profile-fields {
  width: 100%; }

#buddypress table.forum thead tr, #buddypress table.messages-notices thead tr, #buddypress table.notifications thead tr, #buddypress table.notifications-settings thead tr, #buddypress table.profile-fields thead tr, #buddypress table.wp-profile-fields thead tr, #message-subject {
  background-color: #00000099;
  color: #fff; }

#select-all-messages, #select-all-notifications {
  margin-left: 0px;
  position: relative;
  top: 2px;
  margin-right: 5px; }

#message-subject {
  padding: 20px;
  margin: 10px 0 0; }

#pag-top {
  display: none; }

#message-thread {
  float: left;
  width: 100%; }

#buddypress table.messages-notices tbody tr, #buddypress table.notifications tbody tr, #buddypress table.notifications-settings tbody tr, #buddypress table.profile-fields tbody tr, #buddypress table.wp-profile-fields tbody tr {
  padding: 20px 15px 15px;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  background-color: #0000004d;
  border-bottom: 1px solid #000; }

#buddypress table.messages-notices tbody tr:nth-child(2n+2), #buddypress table.notifications tbody tr:nth-child(2n+2), #buddypress table.notifications-settings tbody tr:nth-child(2n+2), #buddypress table.profile-fields tbody tr:nth-child(2n+2), #buddypress table.wp-profile-fields tbody tr:nth-child(2n+2) {
  background-color: #2022222e; }

#buddypress td.notification-actions {
  color: #454545; }

#buddypress td.bulk-select-check {
  text-align: center; }

#buddypress select#notification-select {
  padding: 10px !important;
  margin-top: 10px; }

input#notification-bulk-manage[disabled] {
  background: grey !important;
  cursor: not-allowed; }

#buddypress .standard-form, #buddypress table#message-threads {
  clear: both;
  margin: 0;
  width: 100%;
  padding: 30px;
  background: #14151a;
  border: 1px solid black; }

div#bp-nouveau-activity-form, #buddypress #activity-stream {
  padding: 30px;
  background: #0606063b;
  border: 1px solid black; }

#buddypress table.profile-fields {
  margin-bottom: 20px;
  max-width: 500px; }

#buddypress table.profile-fields:last-child {
  margin-bottom: 0; }

#buddypress table.profile-fields p {
  margin: 0; }

#buddypress table.profile-fields p:last-child {
  margin-top: 0; }

#buddypress table.forum tr td, #buddypress table.forum tr th, #buddypress table.messages-notices tr td, #buddypress table.messages-notices tr th, #buddypress table.notifications tr td, #buddypress table.notifications tr th, #buddypress table.notifications-settings tr td, #buddypress table.notifications-settings tr th, #buddypress table.profile-fields tr td, #buddypress table.profile-fields tr th, #buddypress table.wp-profile-fields tr td, #buddypress table.wp-profile-fields tr th {
  padding: 15px;
  vertical-align: middle;
  font-size: 12px; }

#buddypress table.notifications tr td label input[type="radio"], #buddypress table.notifications tr td label input[type="checkbox"] {
  margin-right: 5px;
  top: 2px;
  position: relative; }

#buddypress table.forum tr td.label, #buddypress table.messages-notices tr td.label, #buddypress table.notifications tr td.label, #buddypress table.notifications-settings tr td.label, #buddypress table.profile-fields tr td.label, #buddypress table.wp-profile-fields tr td.label {
  border-right: 1px solid #eaeaea;
  font-weight: 700;
  width: 25%;
  display: table-cell; }

#buddypress table tr td.thread-info p {
  margin: 0; }

#buddypress table tr td.thread-info p.thread-excerpt {
  color: #888;
  font-size: 80%;
  margin-top: 3px; }

#buddypress table.forum td {
  text-align: center; }

#buddypress table.messages-notices tr td {
  border-bottom: 0;
  box-shadow: inset 0 -1px 0 #000; }

#buddypress table.messages-notices tr {
  border-bottom: 1px solid rgba(66, 69, 72, 0.4);
  background: 0 0; }

#buddypress table.messages-notices tr:hover {
  background: rgba(0, 0, 0, 0.3) !important; }

#buddypress table.messages-notices tbody tr:last-child {
  border-bottom: 0; }

#buddypress table.messages-notices tr:last-child td {
  box-shadow: 0 0 0; }

#buddypress table.forum tr.alt, #buddypress table.messages-notices tr.alt, #buddypress table.notifications tr.alt, #buddypress table.notifications-settings tr.alt, #buddypress table.profile-fields tr.alt, #buddypress table.wp-profile-fields tr.alt {
  background: rgba(0, 0, 0, 0.2); }

#buddypress table.notification-settings {
  margin-bottom: 20px;
  text-align: left;
  width: 100%; }

#buddypress #groups-notification-settings {
  margin-bottom: 0; }

#buddypress table.notification-settings td {
  padding: 10px 20px; }

#buddypress table.notification-settings td.yes, #buddypress table.notification-settings td.no {
  padding: 10px 20px;
  width: 130px; }

#buddypress table.notification-settings th {
  font-size: 14px;
  font-weight: normal;
  padding: 10px 20px;
  color: #eee; }

#buddypress table.notification-settings tr {
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid black; }

#buddypress table.notification-settings td:first-child, #buddypress table.notification-settings th.icon, #buddypress table.notifications td:first-child, #buddypress table.notifications th.icon {
  display: none; }

#buddypress table.notification-settings th.title {
  width: 80%; }

#buddypress table.notification-settings .no, #buddypress table.notification-settings .yes {
  text-align: center;
  width: 40px; }

#buddypress table.forum {
  margin: 0;
  width: auto;
  clear: both; }

#buddypress table.forum tr.sticky td {
  font-size: 110%;
  background: #fff9db;
  border-top: 1px solid #ffe8c4;
  border-bottom: 1px solid #ffe8c4; }

#buddypress table.forum tr.closed td.td-title {
  padding-left: 35px; }

#buddypress table.forum td p.topic-text {
  color: #888;
  font-size: 100%; }

#buddypress table.forum tr > td:first-child, #buddypress table.forum tr > th:first-child {
  padding-left: 15px; }

#buddypress table.forum tr > td:last-child, #buddypress table.forum tr > th:last-child {
  padding-right: 15px; }

#buddypress table.forum td.td-group, #buddypress table.forum td.td-poster, #buddypress table.forum td.td-title, #buddypress table.forum tr th#th-group, #buddypress table.forum tr th#th-poster, #buddypress table.forum tr th#th-title {
  text-align: left; }

#buddypress table.forum tr td.td-title a.topic-title {
  font-size: 110%; }

#buddypress table.forum td.td-freshness {
  white-space: nowrap; }

#buddypress table.forum td.td-freshness span.time-since {
  font-size: 80%;
  color: #888; }

#buddypress table.forum td img.avatar {
  float: none;
  margin: 0 5px -8px 0; }

#buddypress table.forum td.td-group, #buddypress table.forum td.td-poster {
  min-width: 140px; }

#buddypress table.forum th#th-title {
  width: 80%; }

#buddypress table.forum th#th-freshness {
  width: 25%; }

#buddypress table.forum th#th-postcount {
  width: 15%; }

#buddypress table.forum p.topic-meta {
  font-size: 80%;
  margin: 5px 0 0; }

#buddypress .item-body {
  margin: 20px 0;
  float: left;
  width: 100%; }

#buddypress span.activity {
  display: inline-block;
  font-size: 80%;
  opacity: .8;
  padding: 0; }

#buddypress span.user-nicename {
  color: #777;
  display: inline-block;
  font-size: 120%;
  font-weight: 700; }

#buddypress div#message p {
  font-weight: 400;
  text-decoration: none;
  background-color: #1B1C20;
  border: 1px solid #000;
  color: #8C4A42;
  margin: 15px 0px; }

#sitewide-notice p {
  font-weight: 400;
  text-decoration: none;
  background-color: #1B1C20;
  border: 1px solid #000;
  color: #999;
  margin: 0 auto;
  width: 50%; }

body #buddypress div#item-header {
  overflow: visible; }

#buddypress div#item-header div#item-header-content {
  float: left;
  margin-left: 0;
  position: relative; }

#buddypress div#item-header h2 {
  line-height: 120%;
  margin: 0 0 15px; }

#buddypress div#item-header h2 a {
  color: #777;
  text-decoration: none; }

#buddypress div#item-header img.avatar {
  float: none;
  margin: 0;
  width: auto;
  padding: 3px;
  border-radius: 0; }

#buddypress div#item-header h2 {
  margin-bottom: 5px; }

#buddypress div#item-header h2 span.highlight {
  font-size: 60%;
  font-weight: 400;
  line-height: 170%;
  vertical-align: middle;
  display: inline-block; }

#buddypress div#item-header h2 span.highlight span {
  background: #a1dcfa;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  font-size: 80%;
  margin-bottom: 2px;
  padding: 1px 4px;
  position: relative;
  right: -2px;
  top: -2px;
  vertical-align: middle; }

#buddypress div#item-header div#item-meta {
  font-size: 80%;
  color: #aaa;
  overflow: hidden;
  margin: 15px 0 5px;
  padding-bottom: 10px;
  padding-top: 10px;
  clear: both; }

#buddypress div#item-header div#item-actions {
  float: right;
  margin: 0 0 15px 15px;
  text-align: right;
  width: 20%;
  position: relative; }

#buddypress div#item-header div#item-actions h3 {
  margin: 0 0 5px; }

#buddypress div#item-header .item-list-tabs ul {
  margin-bottom: 0;
  overflow: visible;
  margin-left: 15px; }

#buddypress div#item-header ul h5, #buddypress div#item-header ul hr {
  display: none; }

#buddypress div#item-header ul li {
  float: none;
  display: inline-block;
  list-style: none;
  overflow: visible; }

#buddypress div#item-header .item-list-tabs ul li i {
  margin-right: 3px; }

#buddypress div#item-header ul li.filter:before {
  display: none; }

#buddypress div#item-header ul img.avatar, #buddypress div#item-header ul.avatars img.avatar {
  height: 55px;
  margin: 2px;
  width: 55px; }

#buddypress div#item-header a.button, #buddypress div#item-header div.generic-button {
  float: left;
  margin: 1px 0 0 0; }

#buddypress div#item-header div#message.info {
  line-height: 80%; }

#members ul.item-list {
  width: 100%;
  list-style: none;
  clear: both;
  margin: 0;
  padding: 0; }

#members ul.item-list .confirmation span {
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease; }

#members ul.item-list .confirmation span:hover {
  opacity: 0.5; }

#members ul.item-list .confirmation span[data-con=accept] {
  color: #55e60a !important; }

#members ul.item-list .confirmation span[data-con=reject] {
  color: #ff3f3f !important;
  margin-left: 10px; }

body.activity-permalink #buddypress ul.item-list, body.activity-permalink #buddypress ul.item-list li.activity-item {
  border: none; }

ul.item-list li {
  border-bottom: 1px solid #131318;
  padding: 15px 0;
  margin: 0;
  position: relative;
  list-style: none; }

#buddypress ul.item-list li:last-child {
  border-bottom: 0;
  float: left; }

#buddypress ul.single-line li {
  border: none; }

#buddypress ul.item-list li img.avatar {
  float: left;
  margin: 0 10px 0 0;
  width: 50px;
  height: 50px; }

ul.item-list li div.item-title, ul.item-list li h4 {
  font-weight: 400;
  font-size: 90%;
  margin: 0;
  width: 75%; }

#buddypress ul.item-list li div.item-title span {
  color: #a0a0a0;
  font-size: 10px;
  font-weight: 300; }

#buddypress ul.item-list li div.item-desc {
  color: #888;
  font-size: 80%;
  margin: 10px 0 0 60px;
  width: 50%; }

#buddypress ul.item-list li div.action {
  position: absolute;
  top: 7px;
  right: 0;
  text-align: right; }

#buddypress ul.item-list li div.action a {
  color: #999; }

#buddypress ul.item-list li div.action a.add-friend {
  display: none; }

#buddypress ul.item-list li div.action a.remove:hover {
  color: red; }

#buddypress ul.item-list li div.meta {
  color: #888;
  font-size: 80%;
  margin-top: 10px; }

#buddypress ul.item-list li h5 span.small {
  float: right;
  font-size: 80%;
  font-weight: 400; }

#buddypress div.item-list-tabs {
  background: 0 0;
  clear: left; }

#buddypress div.item-list-tabs ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  flex-wrap: wrap; }

#buddypress .nav-tabs > li {
  border-radius: 4px 4px 0px 0px;
  margin-right: 5px;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease; }

#buddypress .nav-tabs > li a {
  background: transparent !important; }

#buddypress div.item-list-tabs ul li, #buddypress .nav-tabs > li {
  background-color: #252c37b8; }

#buddypress .nav-tabs > li:hover:before, #buddypress .nav-tabs > li.active:before {
  opacity: 0; }

#buddypress li#notifications-personal-li {
  z-index: 10; }

#buddypress #user-notifications .count, #buddypress .item-list-tabs ul li a span {
  position: absolute !important;
  top: -12px;
  right: -10px;
  color: white !important;
  padding: 0px 5px !important;
  border-radius: 50%;
  font-size: 10px !important; }

#buddypress div.item-list-tabs ul li#activity-filter-select, body.groups #buddypress div.item-list-tabs#subnav ul li#activity-filter-select {
  background: 0 0;
  border: none;
  box-shadow: none;
  line-height: 27px;
  margin-top: -5px !important; }

#buddypress div.item-list-tabs ul li#activity-filter-select:before {
  display: none !important; }

#buddypress div.activity-type-tabs {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  float: left;
  width: 100%; }

#buddypress li#activity-filter-select label, #buddypress li#activity-filter-select select {
  float: left; }

#buddypress li#activity-filter-select label {
  margin-right: 10px;
  margin-top: 5px; }

#buddypress div.item-list-tabs#subnav ul li {
  margin-top: 0; }

#buddypress div.item-list-tabs ul li.last {
  float: right;
  margin: 7px 0 0; }

#buddypress div.item-list-tabs#subnav ul li.last {
  margin-top: 4px; }

#buddypress li#activity-filter-select {
  position: absolute;
  right: 0px; }

#buddypress div.item-list-tabs#subnav ul li.filter {
  float: right;
  margin-bottom: 0;
  top: -10px;
  position: relative;
  background: 0 0;
  border: none;
  box-shadow: none;
  font-size: 12px;
  color: #999;
  line-height: 27px; }

#buddypress #groups-directory-form div.item-list-tabs#subnav ul li.filter#groups-order-select {
  top: -5px; }

#buddypress div.item-list-tabs#subnav ul li.filter#groups-order-select {
  top: 40px;
  margin-left: auto; }

.bp-list li .item .item-meta, .bp-list li .item .list-title {
  float: none; }

#buddypress .bp-list {
  border-color: #000; }

#buddypress div.item-list-tabs#subnav ul li.filter:before {
  opacity: 0; }

#buddypress div.item-list-tabs#subnav ul li.filter#members-order-select {
  margin-bottom: -40px;
  width: auto; }

#buddypress div.item-list-tabs ul li.last select {
  max-width: 175px;
  margin: 0; }

#buddypress div.item-list-tabs ul li a, #buddypress div.item-list-tabs ul li span {
  display: block;
  padding: 13px 15px;
  text-decoration: none;
  z-index: 1;
  position: relative;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  text-shadow: 0 1px 3px #000; }

#buddypress div.item-list-tabs ul li.current a, #buddypress div.item-list-tabs ul li.selected a {
  color: #fff;
  opacity: 1;
  font-weight: 800; }

#buddypress div.item-list-tabs ul li a:hover span, #buddypress div.item-list-tabs ul li.current a span, #buddypress div.item-list-tabs ul li.selected a span {
  background-color: #1D2023; }

#buddypress div#item-nav ul li.loading a {
  background-position: 88% 50%; }

#buddypress div.item-list-tabs#object-nav {
  margin-top: 0; }

#buddypress div.item-list-tabs#subnav {
  background: 0 0;
  margin: 10px 0 10px 0;
  float: left;
  width: 100%;
  position: relative; }

#buddypress #members-directory-form div.item-list-tabs#subnav {
  background: 0 0;
  margin: 0;
  float: right;
  width: auto;
  position: relative; }

#buddypress #admins-list li, #buddypress #friend-list li, .members-list li, #buddypress #members-list-fn li, ul.item-list.members-list li, #buddypress #mods-list li, body.group-members #buddypress #members-group-list ul.item-list li {
  overflow: visible;
  list-style: none;
  width: 24.5%;
  padding: 10px;
  margin: .3% .6% .3% 0;
  min-height: 71px;
  border: none; }

#buddypress #members .members-list li {
  overflow: visible; }

#buddypress .wpb_wrapper#members .members-list li {
  padding: 0; }

#buddypress .wpb_wrapper#members .members-list li .team-list-wrapper {
  padding: 10px; }

#buddypress .wpb_wrapper#members .members-list li .tournament-list-wrapper {
  padding: 10px; }

#buddypress #admins-list li:nth-child(4n), #buddypress ul.item-list.members-list li:nth-child(4n), #buddypress #friend-list li:nth-child(4n), #buddypress .members-list li:nth-child(4n), #buddypress #members-list-fn li:nth-child(4n), #buddypress #mods-list li:nth-child(4n) {
  margin-right: 0; }

ul.item-list.members-list li div.item-title, #buddypress #members-list-fn li div.item-title {
  float: left;
  padding-left: 15px;
  font-size: 12px;
  line-height: 17px;
  margin-top: 9px; }

#buddypress .members-list li div.item-title span.update, #buddypress #members-list-fn li div.item-title span.update {
  display: none; }

#buddypress .members #pag-top {
  margin-bottom: 10px;
  width: 100%; }

#buddypress .members #pag-bottom {
  margin-top: 5px;
  width: 100%; }

#buddypress table#message-threads tr.unread td {
  background-color: #1a1d1f;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 700; }

#buddypress table#message-threads tr.read td {
  background-color: #212528;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

#buddypress li span.unread-count, #buddypress tr.unread span.unread-count {
  background: #d00;
  color: #fff;
  font-weight: 700;
  padding: 2px 8px; }

#buddypress div.item-list-tabs ul li a span.unread-count {
  padding: 1px 6px;
  color: #fff; }

#buddypress div.messages-options-nav {
  font-size: 80%;
  margin: 0;
  padding: 10px 15px;
  text-align: right; }

#buddypress div.messages-options-nav select {
  padding: 5px 10px;
  margin-bottom: 0; }

#buddypress div#message-thread div.message-box {
  margin: 0;
  padding: 15px; }

#buddypress div#message-thread div.message-box.odd {
  background: #1b1c20;
  box-shadow: none;
  border-top: 1px solid rgba(0, 0, 0, 0.5); }

#buddypress div#message-thread p#message-recipients {
  margin: 0;
  padding: 10px;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  background: #1b1c20; }

#buddypress div#message-thread img.avatar {
  float: left;
  margin: 0 10px 0 0;
  vertical-align: middle; }

#buddypress div#message-thread strong {
  font-size: 100%;
  margin: 0; }

#buddypress div#message-thread strong a {
  text-decoration: none; }

#buddypress div#message-thread strong span.activity {
  margin-top: 4px; }

#buddypress div#message-thread div.message-metadata {
  overflow: hidden; }

#buddypress div#message-thread div.message-metadata strong {
  float: left;
  margin-right: 10px; }

#buddypress div#message-thread div.message-metadata .activity {
  width: auto;
  position: relative;
  top: 2px; }

#buddypress div#message-thread div.message-content {
  margin-left: 45px; }

#buddypress div#message-thread div.message-options {
  text-align: right; }

#buddypress #message-threads img.avatar {
  max-width: none; }

#buddypress div.message-search {
  float: right;
  margin: 0;
  position: absolute;
  top: -10px;
  right: 0; }

#buddypress div.profile h4 {
  margin-top: 15px;
  margin-bottom: 10px; }

#buddypress #profile-edit-form ul.button-nav {
  margin-top: 15px; }

body.no-js #buddypress .field-visibility-settings-close, body.no-js #buddypress .field-visibility-settings-toggle {
  display: none; }

#buddypress .field-visibility-settings {
  display: none;
  margin-top: 10px; }

body.no-js #buddypress .field-visibility-settings {
  display: block; }

#buddypress .current-visibility-level {
  font-weight: 700;
  font-style: normal; }

#buddypress .field-visibility-settings, #buddypress .field-visibility-settings-notoggle, #buddypress .field-visibility-settings-toggle {
  color: #888; }

#buddypress .field-visibility-settings a, #buddypress .field-visibility-settings-toggle a {
  font-size: 80%; }

body.register #buddypress div.page ul {
  list-style: none; }

#buddypress .standard-form .field-visibility-settings label {
  margin: 0;
  font-weight: 400; }

#buddypress .field-visibility-settings legend, #buddypress .field-visibility-settings-toggle {
  font-style: italic; }

.widget.buddypress div.item-avatar img.avatar {
  float: left;
  margin: 0 10px 15px 0; }

.widget.buddypress span.activity {
  display: inline-block;
  font-size: 80%;
  opacity: .8;
  padding: 0; }

.widget.buddypress div.item-options {
  font-size: 90%;
  margin: 0 0 1em;
  padding: 1em 0; }

.widget.buddypress div.item {
  margin: 0 0 1em; }

.widget.buddypress div.item-content, .widget.buddypress div.item-meta {
  font-size: 11px;
  margin-left: 38px; }

.widget.buddypress .vcard div.item-meta {
  margin-left: 0px; }

.widget.buddypress ul.item-list img.avatar {
  height: 20px;
  margin-right: 10px;
  width: 20px; }

.widget.buddypress div.item-avatar img {
  height: 40px;
  margin: 1px;
  width: 40px; }

.widget.buddypress div.avatar-block {
  overflow: hidden; }

.widget.buddypress #bp-login-widget-form label {
  display: block;
  margin: 1rem 0 .5rem; }

.widget.buddypress #bp-login-widget-form #bp-login-widget-submit {
  margin-right: 10px; }

.widget.buddypress .bp-login-widget-user-avatar {
  float: left;
  width: 60px; }

.widget.buddypress .bp-login-widget-user-links > div {
  padding-left: 60px;
  margin-bottom: .5rem; }

.widget.buddypress .bp-login-widget-user-links > div.bp-login-widget-user-link a {
  font-weight: 700; }

.is-admin {
  position: absolute;
  right: 21px;
  top: 31px;
  color: gold; }

@media only screen and (max-width: 480px) {
  #buddypress div.dir-search {
    float: right;
    margin-top: -50px;
    text-align: right; }

  #invite #buddypress div.dir-search {
    float: none;
    margin-top: -5px;
    margin-left: 0px; }

  .directory.groups #buddypress div.dir-search {
    float: none;
    margin-top: 10px; }

  .directory.groups #buddypress #search-groups-form #groups_search_submit {
    float: left; }

  .directory.groups #buddypress div.dir-search input[type=text] {
    width: auto; }

  #buddypress div.dir-search input[type=text] {
    margin-bottom: 1em;
    width: 50%; }

  a.bp-title-button {
    margin-left: 10px; }

  #buddypress form.standard-form .main-column div.action {
    position: relative;
    margin-bottom: 1em; }

  #buddypress form.standard-form .main-column ul#friend-list h4 {
    width: 100%; } }
@media only screen and (max-width: 320px) {
  #buddypress div.dir-search {
    clear: left;
    float: left;
    margin-top: 0;
    text-align: left; }

  #buddypress li#groups-order-select {
    clear: left;
    float: left; }

  #buddypress ul.item-list li div.action {
    clear: left;
    float: left;
    margin-top: 0;
    margin-left: 70px;
    position: relative;
    top: 0;
    right: 0;
    text-align: left; }

  #buddypress ul.item-list li div.item-desc {
    clear: left;
    float: left;
    margin: 10px 0 0;
    width: auto; }

  #buddypress li div.item {
    margin-left: 70px;
    width: auto; }

  #buddypress ul.item-list li div.meta {
    margin-top: 0; }

  #buddypress .item-desc p {
    margin: 0 0 10px; }

  #buddypress div.pagination .pag-count {
    margin-left: 0; } }
@media only screen and (max-width: 240px) {
  #buddypress div.dir-search {
    float: left;
    margin: 0; }

  #buddypress div.dir-search input[type=text] {
    width: 50%; }

  #buddypress li#groups-order-select {
    float: left; }

  #buddypress ul.item-list li img.avatar {
    width: 30px;
    height: auto; }

  #buddypress li div.item, #buddypress ul.item-list li div.action {
    margin-left: 45px; }

  h1 a.bp-title-button {
    clear: left;
    float: left;
    margin: 10px 0 20px; } }
.manage-members #buddypress #search-members-form label {
  display: block;
  margin: 3px 3px 15px 0px; }

.manage-members #members-list-fn li:hover .action {
  opacity: 1 !important; }

.manage-members #members-list-fn .action a {
  display: inline-block;
  /* width: 100%; */
  transition: all .0s ease-in-out;
  -moz-transition: all .0s ease-in-out;
  -webkit-transition: all .0s ease-in-out;
  -o-transition: all .0s ease-in-out;
  text-align: center;
  font-size: 10px;
  -webkit-backface-visibility: hidden; }

.manage-members #members-list-fn .action a:hover {
  opacity: 0.7 !important; }

.member-ban {
  color: red !important;
  font-weight: bold; }

.manage-members #members-list-fn .action {
  position: absolute;
  bottom: 0px;
  top: initial !important;
  right: 0 !important;
  padding: 5px 10px;
  background: #1b1c20d9;
  border-top: 1px solid black !important;
  text-align: center !important;
  width: 100%;
  margin-top: 0px;
  opacity: 0 !important;
  display: flex;
  font-size: 10px; }

.manage-members #members-list-fn li {
  border: 1px solid black !important; }

#buddypress #search-members-form label {
  float: left;
  margin-top: 3px;
  margin-left: 10px; }

#buddypress #search-groups-form #groups_search_submit, #buddypress #search-members-form #members_search_submit, #buddypress #search-tournaments-form #tournaments_search_submit {
  margin-top: 1px;
  margin-left: 10px; }

#buddypress #members-directory-form {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

#buddypress div.item-list-tabs ul li {
  margin: 0 2px;
  color: #fff;
  border-radius: 5px 5px 0 0;
  opacity: 0.9;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease; }

#buddypress div.item-list-tabs ul li#front-personal-li {
  display: none; }

#buddypress div.item-list-tabs ul li.current, #buddypress div.item-list-tabs ul li:hover {
  opacity: 1; }

.my-profile .col-8.block {
  padding-right: 20px;
  line-height: 30px; }

.my-profile #buddypress div.item-list-tabs ul li#front-personal-li:first-child {
  display: none; }

#buddypress div.item-list-tabs ul li.current:before, #buddypress div.item-list-tabs ul li:hover:before {
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }

#buddypress #item-nav {
  float: left;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  width: 100%; }

#buddypress #item-body {
  width: 100%; }

#buddypress.my-profile #item-body {
  background: transparent;
  border: 0px;
  margin-top: 0px; }

body.my-profile #buddypress.my-profile #item-body {
  margin-top: 30px; }

.bp-user.matches #buddypress #item-body {
  float: left;
  margin-top: -10px;
  width: 100%; }

.my-groups #buddypress #item-body {
  background: 0 0;
  border: none;
  box-shadow: none; }

#buddypress .entry-content {
  padding: 20px 25px; }



#buddypress .entry-content input[type=text], #buddypress .entry-content textarea, #buddypress .entry-content input[type=password], #buddypress .entry-content select {
  width: 50%; }

#buddypress .entry-content input[type=checkbox], #buddypress .entry-content input[type=radio] {
  margin: 5px 5px 0px 0px;
  line-height: normal;
  top: 3px; }

#buddypress .form-textarea label, #buddypress .wp-editor-wrap {
  float: left;
  margin-bottom: 10px; }

#buddypress .entry-content input[type=submit] {
  width: auto; }

#buddypress #members-dir-list, #buddypress #message, #buddypress .activity, #buddypress .profile {
  float: left;
  width: 100%; }

#buddypress #members-directory-form #members-order-select, #buddypress .item-list-tabs #groups-order-select {
  margin-top: -45px !important; }

body #buddypress #members-directory-form #members-order-select:before, body #buddypress .item-list-tabs #groups-order-select:before, body.groups #buddypress div.item-list-tabs#subnav ul li.groups-members-search:before {
  display: none; }

div.item-list-tabs#subnav ul li.groups-members-search {
  background: 0 0;
  border: none;
  box-shadow: none; }

#buddypress #groups-order-select label, #buddypress #groups-order-select select, #buddypress #members-order-select label, #buddypress #members-order-select select, #buddypress #search-groups-form label, #buddypress #search-groups-form select {
  float: left; }

#buddypress #groups-order-select label, #buddypress #members-order-select label {
  padding: 5px; }

.bbp-user-page #buddypress > #item-nav {
  width: auto; }

#buddypress .mygroups, #groups-dir-list {
  float: left;
  width: 100%; }

ul.item-list li div.item-title, ul.item-list li h4 {
  font-weight: 400;
  line-height: normal;
  font-size: 14px;
  margin: 0;
  width: 75%; }

body.groups ul.item-list li div.item-meta {
  color: #444;
  font-size: 11px;
  line-height: 17px;
  border-radius: 3px;
  background: #EFEFEF;
  display: inline-block;
  padding: 1px 8px;
  margin-top: 8px;
  margin-bottom: 3px !important; }

body.groups ul.item-list li div.action {
  position: absolute;
  top: 15px;
  right: 0;
  text-align: right; }

body.groups ul.item-list {
  width: 100%; }

#groups-dir-list ul.item-list li {
  padding: 20px 0 15px;
  float: none !important; }

#buddypress ul.item-list li div.action {
  opacity: 1; }

body.groups .item-avatar a {
  padding: 5px;
  display: block;
  float: left;
  margin: 0 15px 15px 0; }

#buddypress ul.item-list li .item-avatar img.avatar {
  margin-right: 0; }

body.groups div#item-header div#item-header-content {
  float: left;
  width: 390px; }

body.groups #buddypress div#item-header img.avatar {
  float: left;
  margin: 0 20px 20px 0;
  height: 100px;
  width: 100px; }

body.groups div#item-header ul#group-admins img.avatar, body.groups div#item-header ul.avatars img.avatar {
  height: 50px;
  margin: 2px;
  width: 50px; }

body.groups div#item-header div#item-actions h3 {
  font-size: 12px;
  margin: 0 0 5px; }

body.groups div#item-header div#item-actions {
  float: right;
  margin: 0 0 15px;
  text-align: right;
  width: 20%; }

body.groups #buddypress div.item-list-tabs#subnav ul li {
  margin-top: 0;
  box-shadow: none;
  padding: 0; }

body.groups #buddypress #member-list span.activity {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 3px !important;
  color: #444;
  background: #EFEFEF;
  display: block;
  float: left;
  width: auto;
  padding: 5px;
  margin-top: 10px; }

body.group-members #buddypress #members-group-list ul.item-list li span.activity {
  background: 0 0;
  margin-top: 0;
  color: #999;
  font-size: 80%;
  padding: 0; }

body.groups div.pagination {
  margin: 15px 0;
  clear: both;
  display: table;
  content: "";
  width: 100%; }

body.groups #item-body {
  padding: 20px;
  margin-top: 0 !important; }

body.groups #buddypress #search-members-form label {
  margin-left: 0 !important; }

body.groups #buddypress ul.item-list li {
  float: none !important; }

body.directory.groups #buddypress #groups-dir-list ul.item-list li {
  padding: 20px 15px 15px; }

body.directory.groups #buddypress #groups-dir-list ul.item-list li div.action {
  right: 15px; }

.my-friends #buddypress ul.item-list#friend-list, .my-friends #buddypress ul.item-list.members-list, .my-friends #buddypress ul.item-list#members-list-fn {
  float: left;
  padding: 10px 0px;
  width: 100%; }

.my-friends #buddypress ul.item-list.members-list {
  margin-top: 25px; }

#buddypress ul#friend-list li div.action {
  right: 10px;
  top: 10px; }

#buddypress ul#friend-list li div.item, #buddypress ul#friend-list li div.item-avatar {
  float: left; }

#buddypress ul.item-list#friend-list li div.item-meta, #buddypress ul.item-list#friend-list li div.item-title {
  margin-left: 10px; }

#buddypress ul.item-list#friend-list li div.item-title {
  margin-top: 12px; }

body #send-invite-form, .invite #friend-list {
  padding: 0px !important;
  border: 0px !important;
  box-shadow: none !important;
  background: transparent !important; }

body #buddypress div#invite-list {
  padding: 20px 10px 20px 30px;
  border: 1px solid black;
  background: #1A1B1F; }

#buddypress form.standard-form .left-menu #invite-list ul {
  margin: 0px;
  padding: 0px; }

body.groups .invite div.pagination {
  clear: none !important;
  padding-top: 15px; }

.send-invites #buddypress .standard-form div.submit {
  text-align: center; }

.directory.activity #buddypress div.activity-type-tabs, .directory.activity #whats-new-form {
  margin-top: 20px; }

.directory.activity #whats-new-form select {
  margin-left: 5px; }

.members-list li.vcard {
  padding: 15px;
  border-bottom: 1px solid #000; }

.members-list li.vcard .item-avatar {
  display: inline-block;
  border: 1px solid black;
  margin-right: 15px; }

.members-list li.vcard .item {
  display: inline-block; }

.members-list li.vcard .item .item-meta {
  font-size: 11px; }

.members-list li.vcard .item .item-title {
  font-size: 12px; }

.item-options#members-list-options {
  padding: 10px 10px 0;
  margin: 0;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  color: #1E2225;
  background-color: transparent;
  border-right: 0px solid transparent !important;
  border-left: 0px solid transparent !important; }

.item-options#members-list-options a.selected, .item-options#members-list-options a:hover {
  display: inline-block;
  border: none;
  padding: 0;
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 0;
  padding: 10px;
  font-size: 10px;
  border: 1px solid #000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: auto;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff; }

.item-options#members-list-options a {
  background: #1a1c20;
  color: #999;
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 0;
  padding: 10px;
  font-size: 10px;
  border: 1px solid #000;
  height: auto;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 0;
  display: inline-block;
  border-radius: 0px;
  bottom: -1px;
  position: relative; }

#members-list li {
  padding: 15px; }

#members-list .item-avatar {
  float: left;
  margin-right: 10px; }

#members-list .item {
  margin-top: 5px;
  margin-bottom: 5px; }

body #buddypress .standard-form#send-reply .avatar-box img {
  height: 20px;
  width: 20px;
  margin-bottom: 10px; }

body #buddypress .standard-form#send-reply .message-content {
  margin-left: 0px; }

body #buddypress .standard-form#send-reply .message-content textarea {
  width: 100%; }

#message-thread .message-box .message-metadata {
  position: relative; }

#message-thread .message-box .message-star-actions {
  position: absolute;
  top: 0px;
  right: 0px; }

#message-thread .message-box .message-metadata img {
  display: none; }

#message-thread .message-box .message-metadata {
  margin-bottom: 10px; }

.single-item.groups #item-header-avatar {
  margin-top: 0px;
  margin-bottom: 30px;
  float: left;
  margin-right: 20px;
  z-index: 9999;
  position: relative; }

.single-item.groups #buddypress {
  margin-top: 20px; }

body #buddypress ul.item-list li div.action a {
  color: white; }

.bp-user .page.normal-page > .container {
  width: auto; }

.wp-editor-container textarea.wp-editor-area {
  width: 100% !important;
  color: black !important; }

#buddypress .block .wcontainer, .wcontainer.boxed {
  padding: 30px;
  background: #0606063b;
  border: 1px solid black; }

#un-admin span img {
  margin-right: 5px; }

#create-group-form fieldset {
  padding: .35em .625em .75em; }

div#matches .error {
  margin-top: 30px; }

#members-group-list .member-list-wrapper .item-avatar a, #group-settings-form #members-list-fn .item-avatar a {
  margin: 0px; }

#members-group-list .members-block ul.item-list li:hover .member-list-wrapper {
  top: 0px; }

#group-settings-form #members-list-fn {
  padding: 0px; }

div#bp-nouveau-activity-form {
  border-color: transparent;
  box-shadow: none; }

input#aw-whats-new-reset:hover {
  background: #292b31; }

input#aw-whats-new-reset {
  background: #202126;
  color: white;
  border: 1px solid black;
  padding: 12px !important;
  transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out; }

.activity-list .activity-item div.item-avatar {
  width: auto; }

input#aw-whats-new-submit {
  width: auto !important;
  padding: 10px 20px !important;
  opacity: 1;
  transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  font-weight: 600;
  color: white; }

input#aw-whats-new-submit:hover {
  opacity: 0.6; }

body.bp-user [data-bp-search] form input[type=search], body.bp-user [data-bp-search] form input[type=text] {
  background: #202126;
  border: 1px solid black;
  padding: 15px; }

.bp-navs {
  margin-top: 30px;
  margin-bottom: 10px; }

.bp-navs ul li {
  display: inline-block; }

.bp-navs ul li.current a {
  color: white; }

.buddypress-wrap .select-wrap,
.buddypress-wrap .bp-search form:focus, .buddypress-wrap .bp-search form:hover, .buddypress-wrap .select-wrap:focus, .buddypress-wrap .select-wrap:hover,
.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links), .buddypress-wrap form.bp-dir-search-form, .buddypress-wrap form.bp-invites-search-form, .buddypress-wrap form.bp-messages-search-form {
  border-color: transparent;
  box-shadow: none;
  background: transparent !important; }

form#dir-members-search-form {
  display: flex; }

input#dir-members-search {
  background: #202126;
  padding: 0px 20px !important; }

li#members-all > a {
  background: #2a2a34;
  padding: 10px 15px;
  color: white; }

#invite #buddypress ul.item-list li div.action {
  right: 7px;
  cursor: pointer; }

.buddypress-wrap .subnav-filters div button.nouveau-search-submit {
  margin-top: 0px;
  color: white;
  text-align: center;
  padding: 10px 15px 15px 15px !important;
  width: auto !important; }

#buddypress #members-order-select select {
  background: #161618; }

div#wp-a11y-speak-polite, #wp-a11y-speak-assertive {
  display: none; }

div#invite.teampage-tournaments button#dir-members-search-submit {
  margin-top: 0px;
  margin-left: 5px; }

div#invite.teampage-tournaments #dir-members-search {
  border: 1px solid black; }

body .bp-navs ul li .count {
  padding: 2px 6px;
  color: #17161b;
  top: -1px;
  position: relative;
  border: 1px solid #1b1b1d; }

@media only screen and (max-width: 768px) {
  body .quicktags-toolbar .button {
    width: 18% !important; }

  body .quicktags-toolbar {
    display: flex;
    flex-wrap: wrap; } }
@media only screen and (min-width: 480px) and (max-width: 1330px) {
  body .profile-info .avatar-card, body.my-account .profile-info .avatar-card {
    left: 50%;
    margin-left: -110px; } }
@media only screen and (max-width: 1000px) {
  fieldset.form-textarea.aboutmew, .register-form-wrapper p, #adduser fieldset, #adduser fieldset p {
    flex-wrap: wrap; }

  .register-form-wrapper p label, #adduser fieldset, #adduser fieldset label p {
    width: 100%; }

  

  .cust_input {
    display: block;
    flex: 1; }

  .register-form-wrapper p, #adduser fieldset, #adduser fieldset p {
    display: flex;
    width: 100%;
    align-content: stretch; }

  #buddypress .entry-content input[type=text], #buddypress .entry-content textarea, #buddypress .entry-content input[type=password], #buddypress .entry-content select {
    width: 100%; } }
.profile-tournaments-selector ul {
  display: flex;
  margin-bottom: 10px; }

#matches ul.cmatchesw li .member-list-more, .team-page #buddypress ul.item-list li .member-list-more, .members-block ul.item-list li .member-list-more {
  background-color: #23272b87;
  border: 1px solid #000;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  bottom: 0; }

#matches ul.cmatchesw li .member-list-more .mlm1, .team-page #buddypress ul.item-list li .member-list-more .mlm1, .members-block ul.item-list li .member-list-more .mlm1 {
  position: absolute;
  bottom: 0;
  width: 55%;
  text-align: center;
  font-size: 11px;
  padding: 10px 5px;
  left: 0;
  color: #f0f0f0;
  font-weight: 300; }

.team-page #buddypress ul.item-list li .member-list-more .mlm2, .members-block ul.item-list li .member-list-more .mlm2 {
  position: absolute;
  bottom: 0;
  width: 60%;
  text-align: center;
  font-size: 11px;
  padding: 10px 5px;
  right: 0;
  color: #f0f0f0;
  font-weight: 300; }

.team-page #buddypress ul.item-list li .member-list-more .mlm1 a, .team-page #buddypress ul.item-list li .member-list-more .mlm2 a, .members-block ul.item-list li .member-list-more .mlm2 a {
  opacity: .8;
  color: #eee;
  font-weight: 400; }

#matches .mcscalert i.fa-times, #matches ul.cmatchesw li .member-list-more .mlm1.mj i, .team-page #buddypress ul.item-list li .member-list-more i, .team-page .tab-pane ul.matches-wrapper li .member-list-more a .fa-times {
  color: red; }

#matches .mcscalert i.fa-check, #matches ul.cmatchesw li .member-list-more .mlm1.mj i.fa-check, .team-page #buddypress ul.item-list li .member-list-more .u i, .team-page #buddypress ul.item-list li.pending .member-list-more .mj i.fa-check, .team-page .tab-pane ul.matches-wrapper li .member-list-more a .fa-check {
  color: #0cd407; }

.team-page #buddypress ul.item-list li .member-list-more .mlm1 a:hover, .team-page #buddypress ul.item-list li .member-list-more .mlm2 a:hover {
  opacity: 1; }

.team-page #buddypress ul.item-list li.pending .member-list-wrapper img {
  opacity: .5; }

.team-page #buddypress ul.item-list li.pending .member-list-wrapper .item-title a {
  color: #fff; }

.team-page #buddypress ul.item-list li.pending .member-list-wrapper .pending-text {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fd4a0c;
  font-size: 10px; }

#matches ul.cmatchesw li .member-list-more .mlm1.mj, .team-page #buddypress ul.item-list li .member-list-more .mlm1.mj {
  width: 100%; }

#matches .mcscalert i, #matches ul.cmatchesw li .member-list-more .mlm1.mj i, .team-page #buddypress ul.item-list li.pending .member-list-more .mj i {
  font-size: 16px; }

#matches ul.cmatchesw li .member-list-more .mlm1.mj a, .team-page #buddypress ul.item-list li.pending .member-list-more .mj a {
  opacity: 1; }

#matches .mcscalert i:hover, #matches ul.cmatchesw li .member-list-more .mlm1.mj a:hover, .team-page #buddypress ul.item-list li.pending .member-list-more .mj a:hover {
  opacity: 0.5 !important; }

.team-page #buddypress .members-list li:hover .member-list-wrapper, .team-page #matches li:hover .member-list-wrapper, .members-block ul.item-list li:hover .member-list-wrapper {
  top: -45px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }

.team-page #buddypress .members-list li .member-list-wrapper, .team-page #matches li .member-list-wrapper, .members-block ul.item-list li .member-list-wrapper {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  top: 0;
  z-index: 2; }

.members-block ul.item-list li.third_user:hover .member-list-wrapper, .members-block ul.item-list.third_user li:hover .member-list-wrapper {
  top: 0 !important; }

#buddypress .settings_user label.upload-btn input[type="file"] {
  display: none; }
#buddypress .settings_user .upload-btn {
  float: left;
  padding: 11px 18px;
  margin-right: 18px;
  color: white;
  font-weight: 500;
  letter-spacing: 0.5px; }
#buddypress .settings_user .upload-btn.disabled, #buddypress .settings_user .upload-btn.disabled:hover {
  background: grey;
  cursor: default; }
#buddypress .settings_user .small-dialog-content textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 180px; }
#buddypress .settings_user .upload-btn i {
  margin-right: 2px; }
#buddypress .settings_user .fake-input {
  padding: 10px 18px;
  text-align: left; }
#buddypress .settings_user .upload-info span {
  float: right; }
#buddypress .settings_user .upload-info {
  margin: 20px 0 10px 0; }
#buddypress .settings_user .small-dialog-content button.send {
  width: 100%;
  margin-top: 25px;
  line-height: 24px;
  border-radius: 3px; }
#buddypress .settings_user .small-dialog-content .divider {
  display: inline-block;
  border-top: 1px solid #e0e0e0;
  height: 1px;
  width: 100%; }
#buddypress .settings_user img.teamLogo, #buddypress .settings_user img.teamBanner {
  display: none; }
#buddypress .settings_user .fake-upload-btn {
  width: 100%;
  position: relative;
  border: 2px solid #ffffff21;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px; }
#buddypress .settings_user .fake-upload-btn input[type="file"] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  width: 100%;
  padding-left: 0px;
  height: 100%;
  z-index: 10; }
#buddypress .settings_user textarea#summary.wp-editor-area {
  opacity: 0;
  position: absolute;
  width: 100%;
  padding-left: 0px;
  height: 100%;
  z-index: -1;
  bottom: 0px;
  display: block !important; }
#buddypress .settings_user .uploaded-files img {
  max-width: 100%;
  max-height: 200px;
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 30px; }
#buddypress .settings_user input[type=text], #buddypress .settings_user textarea, #buddypress .settings_user input[type=password], #buddypress .settings_user select, #buddypress .settings_user .wp-editor-wrap {
  width: 100% ;
  float: none !important; }
#buddypress .settings_user #progress-wrp {
  display: none;
  padding: 0px;
  position: relative;
  border-radius: 3px;
  margin: 0px;
  text-align: left;
  background: #ffffff0a; }
#buddypress .settings_user #progress-wrp .progress-bar {
  height: 20px;
  border-radius: 0px; }
#buddypress .settings_user #progress-wrp .status {
  top: -1px;
  left: 50%;
  position: absolute;
  display: inline-block;
  color: #fff;
  font-size: 10px;
  text-shadow: 0px 0px 3px black; }

.buddypress .buddypress-wrap .activity-read-more a:focus, .buddypress .buddypress-wrap .activity-read-more a:hover, .buddypress .buddypress-wrap .button-nav li a:focus, .buddypress .buddypress-wrap .button-nav li a:hover, .buddypress .buddypress-wrap .button-nav li.current a, .buddypress .buddypress-wrap .comment-reply-link:focus, .buddypress .buddypress-wrap .comment-reply-link:hover, .buddypress .buddypress-wrap .generic-button a:focus, .buddypress .buddypress-wrap .generic-button a:hover, .buddypress .buddypress-wrap a.button:focus, .buddypress .buddypress-wrap a.button:hover, .buddypress .buddypress-wrap button:focus, .buddypress .buddypress-wrap button:hover, .buddypress .buddypress-wrap input[type=button]:focus, .buddypress .buddypress-wrap input[type=button]:hover, .buddypress .buddypress-wrap input[type=reset]:focus, .buddypress .buddypress-wrap input[type=reset]:hover, .buddypress .buddypress-wrap input[type=submit]:focus, .buddypress .buddypress-wrap input[type=submit]:hover {
  background: #ffffff2b !important;
  border-color: #000 !important; }

.buddypress .buddypress-wrap .activity-read-more a, .buddypress .buddypress-wrap .comment-reply-link, .buddypress .buddypress-wrap .generic-button a, .buddypress .buddypress-wrap a.bp-title-button, .buddypress .buddypress-wrap a.button, .buddypress .buddypress-wrap button, .buddypress .buddypress-wrap input[type=button], .buddypress .buddypress-wrap input[type=reset], .buddypress .buddypress-wrap input[type=submit], .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a {
  border-color: #000 !important; }

.buddypress .filters ul {
  list-style: none; }
  .buddypress .filters ul #user_messages_search_submit span {
    line-height: 36px; }

div#wp-message_content-wrap {
  width: 100%; }

#buddypress .standard-form div.submit input, input#save {
  padding: 20px !important;
  color: white !important;
  font-weight: 600 !important;
  line-height: 10px; }

.bp-avatar button, input#bp-browse-button, #bp-delete-cover-image {
  padding: 4px 10px !important;
  color: white !important;
  font-weight: 600 !important;
  margin-top: 14px;
  line-height: 24px !important; }

.buddypress-wrap .standard-form .groups-members-search input[type=search], .buddypress-wrap .standard-form .groups-members-search input[type=text], .buddypress-wrap .standard-form [data-bp-search] input[type=search], .buddypress-wrap .standard-form [data-bp-search] input[type=text], .buddypress-wrap .standard-form input[type=color], .buddypress-wrap .standard-form input[type=date], .buddypress-wrap .standard-form input[type=datetime-local], .buddypress-wrap .standard-form input[type=datetime], .buddypress-wrap .standard-form input[type=email], .buddypress-wrap .standard-form input[type=month], .buddypress-wrap .standard-form input[type=number], .buddypress-wrap .standard-form input[type=password], .buddypress-wrap .standard-form input[type=range], .buddypress-wrap .standard-form input[type=search], .buddypress-wrap .standard-form input[type=tel], .buddypress-wrap .standard-form input[type=text], .buddypress-wrap .standard-form input[type=time], .buddypress-wrap .standard-form input[type=url], .buddypress-wrap .standard-form input[type=week], .buddypress-wrap .standard-form select, .buddypress-wrap .standard-form textarea {
  background-color: #00000054 !important;
  border: 1px solid #000000;
  box-shadow: none !important;
  border-radius: 0;
  font: inherit;
  font-size: 100%;
  padding: .5em; }

.buddypress-wrap .tabbed-links ol li.current, .buddypress-wrap .tabbed-links ul li.current {
  padding: 0px !important; }

.buddypress-wrap .tabbed-links ol li.current a, .buddypress-wrap .tabbed-links ul li.current a {
  background: 0 0;
  color: #fff; }

.bp-feedback {
  background: #00000069 !important;
  padding: 10px; }

.bp-feedback p {
  padding: 0px;
  margin: 0px !important; }

.buddypress-wrap form#group-members-search, .buddypress-wrap form.bp-dir-search-form, .buddypress-wrap form.bp-messages-search-form, .buddypress-wrap form[data-bp-search].bp-invites-search-form {
  border: 1px solid #000;
  width: 100%;
  display: flex; }

.buddypress .bp-invites-content ul.item-list > li {
  border-color: black; }

.bp-invites-content ul {
  display: flex;
  flex-wrap: wrap; }

input#group_invites_search {
  margin-bottom: 0px !important; }

.buddypress-wrap .bp-messages {
  border: 1px solid #000 !important; }

.subnav-filters .subnav-search {
  display: flex;
  align-items: center; }

.buddypress-wrap .subnav-filters div {
  margin: 0;
  display: flex;
  align-items: center; }

.buddypress-wrap .subnav-filters div select {
  margin-bottom: 0px;
  margin-right: 10px;
  background: #0606063b;
  border: 1px solid black; }

form#bbp-topic-search-form div {
  display: flex;
  height: 44px;
  margin-bottom: 10px; }

#bbpress-forums hr {
  margin: 0 0 24px; }

#bbpress-forums {
  background: 0 0;
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 12px;
  padding: 0 15px;
  padding-top: 50px; }

#bbpress-forums div.even,
#bbpress-forums ul.even {
  background-color: #1f242c; }

#bbpress-forums div.odd,
#bbpress-forums ul.odd {
  background-color: #1c2026; }

body.reply-edit .reply {
  float: none; }

#bbpress-forums div.reply {
  height: auto;
  width: 100%; }

#bbpress-forums .status-spam.even,
#bbpress-forums .status-trash.even {
  background-color: #fee; }

#bbpress-forums .status-spam.odd,
#bbpress-forums .status-trash.odd {
  background-color: #fdd; }

#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
  color: #ccc; }

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

#bbpress-forums li {
  margin: 0;
  list-style: none; }

#bbpress-forums li > i {
  font-size: 60px;
  position: absolute;
  opacity: 0.1; }

#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums ul.bbp-topics {
  font-size: 12px;
  overflow: hidden;
  clear: both; }

#bbpress-forums li.bbp-body,
#bbpress-forums li.bbp-footer,
#bbpress-forums li.bbp-header {
  clear: both; }

#bbpress-forums li.bbp-footer {
  font-weight: 700;
  padding: 8px;
  text-align: center; }

#bbpress-forums fieldset.bbp-form legend,
#bbpress-forums li.bbp-header,
.bbp-topic-title h3 {
  line-height: 20px;
  padding: 15px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  text-rendering: optimizelegibility;
  color: #ccc; }

#bbpress-forums fieldset.bbp-form legend {
  margin-bottom: 10px; }

#bbpress-forums li.bbp-header ul {
  overflow: hidden;
  color: #ccc; }

#bbpress-forums .bbp-forums-list {
  margin: 0;
  padding-left: 0;
  border-left: 1px solid #000; }

#bbpress-forums li > i {
  font-size: 60px;
  position: absolute;
  opacity: 0.05; }

#bbpress-forums .bbp-forums-list li {
  font-size: 11px;
  width: 49%;
  margin-right: 1%;
  display: inline-block !important;
  background: rgba(0, 0, 0, 0.2);
  margin-top: 5px;
  padding: 10px;
  border: 1px solid #000; }

#bbpress-forums li.bbp-footer p {
  margin: 0;
  line-height: 1em; }

li.bbp-forum-info,
li.bbp-topic-title {
  float: left;
  text-align: left;
  width: 55%; }

li.bbp-forum-info i.fa-comments-o,
li.bbp-topic-title i.fa-comment {
  width: 10%;
  display: inline-block;
  font-size: 24px;
  min-height: 46px;
  padding: 12px 20px 12px 12px;
  float: left; }

.bbp-titlewrapper {
  display: inline-block;
  width: 90%;
  z-index: 10;
  position: relative; }

#bbpress-forums .bbp-titlewrapper {
  padding-left: 30px; }

a.bbp-forum-title,
a.bbp-topic-permalink {
  font-weight: 500;
  font-size: 14px;
  font-family: Roboto, Arial; }

.bbp-author-name {
  color: #ccc; }

.footer_widget a.bbp-forum-title,
.widget a.bbp-forum-title {
  font-weight: 400;
  font-size: 12px; }

.widget .bbp-logged-in h4 {
  margin: 0 0 10px; }

.widget .bbp-logged-in a {
  font-weight: 700; }

.widget .bbp-logged-in a.logout-link {
  font-weight: 400;
  display: block;
  margin-bottom: 10px; }

li.bbp-forum-reply-count,
li.bbp-forum-topic-count,
li.bbp-topic-reply-count,
li.bbp-topic-voice-count {
  float: left;
  text-align: center;
  width: 10%; }

li.bbp-forum-freshness,
li.bbp-topic-freshness {
  text-align: center;
  float: left;
  width: 22%; }

li.bbp-forum-freshness a,
li.bbp-topic-freshness a {
  font-size: 10px;
  color: #999; }

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  border-top: 1px solid #ffffff1c;
  overflow: hidden;
  padding: 20px 15px 15px;
  border-right: 1px solid #ffffff1c;
  border-left: 1px solid #ffffff1c; }

#bbpress-forums li.bbp-body ul.forum:first-child,
#bbpress-forums li.bbp-body ul.topic:first-child {
  border-top: 0 solid #000; }

li.bbp-header div.bbp-reply-content span#favorite-toggle,
li.bbp-header div.bbp-reply-content span#subscription-toggle,
li.bbp-header div.bbp-topic-content span#favorite-toggle,
li.bbp-header div.bbp-topic-content span#subscription-toggle {
  float: right; }

#bbpress-forums div.bbp-forum-title h3,
#bbpress-forums div.bbp-reply-title h3,
#bbpress-forums div.bbp-topic-title h3 {
  line-height: 1em;
  margin: 8px 0; }

#bbpress-forums div.bbp-forum-author,
#bbpress-forums div.bbp-reply-author,
#bbpress-forums div.bbp-topic-author {
  float: left;
  text-align: center;
  width: 115px; }

#bbpress-forums div.bbp-forum-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar {
  border: none;
  max-width: 80px;
  padding: 0;
  margin: 12px auto 0;
  float: none; }

#bbpress-forums div.bbp-forum-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name,
#bbpress-forums div.bbp-topic-author a.bbp-author-name {
  margin: 0 12px;
  word-break: break-word;
  display: inline-block; }

#bbpress-forums div.bbp-forum-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role,
#bbpress-forums div.bbp-topic-author .bbp-author-role {
  font-size: 11px;
  font-style: italic; }

#bbpress-forums li.bbp-footer .bbp-forum-author,
#bbpress-forums li.bbp-footer .bbp-reply-author,
#bbpress-forums li.bbp-footer .bbp-search-author,
#bbpress-forums li.bbp-footer .bbp-topic-author,
#bbpress-forums li.bbp-header .bbp-forum-author,
#bbpress-forums li.bbp-header .bbp-reply-author,
#bbpress-forums li.bbp-header .bbp-search-author,
#bbpress-forums li.bbp-header .bbp-topic-author {
  float: left;
  margin: 0;
  padding: 0;
  width: 100px; }

#bbpress-forums li.bbp-footer .bbp-forum-content,
#bbpress-forums li.bbp-footer .bbp-reply-content,
#bbpress-forums li.bbp-footer .bbp-search-content,
#bbpress-forums li.bbp-footer .bbp-topic-content,
#bbpress-forums li.bbp-header .bbp-forum-content,
#bbpress-forums li.bbp-header .bbp-reply-content,
#bbpress-forums li.bbp-header .bbp-search-content,
#bbpress-forums li.bbp-header .bbp-topic-content {
  margin-left: 123px;
  padding: 0;
  text-align: left; }

div.bbp-forum-header,
div.bbp-reply-header,
div.bbp-topic-header,
li.bbp-body div.hentry {
  margin-bottom: 0;
  overflow: hidden;
  padding: 8px; }

.bbp-reply-header:first-child {
  border-top: 0 !important; }

div.bbp-forum-header,
div.bbp-reply-header,
div.bbp-topic-header {
  clear: both; }

span.bbp-author-ip {
  font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #aaa; }

#bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-reply-content,
#bbpress-forums div.bbp-topic-content {
  margin-left: 130px;
  padding: 12px 12px 12px 0;
  text-align: left; }

#bbpress-forums div.bbp-reply-content a,
#bbpress-forums div.bbp-topic-content a {
  background: 0 0;
  border: none;
  display: inline;
  font-weight: 400;
  margin: 0;
  padding: 0; }

#bbpress-forums div.bbp-reply-content h1,
#bbpress-forums div.bbp-reply-content h2,
#bbpress-forums div.bbp-reply-content h3,
#bbpress-forums div.bbp-reply-content h4,
#bbpress-forums div.bbp-reply-content h5,
#bbpress-forums div.bbp-reply-content h6,
#bbpress-forums div.bbp-topic-content h1,
#bbpress-forums div.bbp-topic-content h2,
#bbpress-forums div.bbp-topic-content h3,
#bbpress-forums div.bbp-topic-content h4,
#bbpress-forums div.bbp-topic-content h5,
#bbpress-forums div.bbp-topic-content h6 {
  clear: none;
  line-height: 1em;
  margin: 24px 0;
  padding: 0; }

#bbpress-forums div.bbp-reply-content img,
#bbpress-forums div.bbp-topic-content img {
  max-width: 100%; }

#bbpress-forums div.bbp-reply-content ol,
#bbpress-forums div.bbp-reply-content ul,
#bbpress-forums div.bbp-topic-content ol,
#bbpress-forums div.bbp-topic-content ul {
  margin: 0 15px 15px;
  padding: 0; }

#bbpress-forums div.bbp-reply-content ul li,
#bbpress-forums div.bbp-topic-content ul li {
  list-style-type: disc; }

#bbpress-forums div.bbp-reply-content ol li,
#bbpress-forums div.bbp-topic-content ol li {
  list-style-type: decimal; }

#bbpress-forums div.bbp-reply-content ol li li,
#bbpress-forums div.bbp-topic-content ol li li {
  list-style-type: lower-alpha; }

#bbpress-forums div.bbp-reply-content ol li li li,
#bbpress-forums div.bbp-topic-content ol li li li {
  list-style-type: upper-roman; }

#bbpress-forums div.bbp-reply-content code,
#bbpress-forums div.bbp-reply-content pre,
#bbpress-forums div.bbp-topic-content code,
#bbpress-forums div.bbp-topic-content pre {
  font-family: Inconsolata, Consolas, Monaco, Lucida Console, monospace;
  display: inline;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 2px; }

#bbpress-forums div.bbp-reply-content pre,
#bbpress-forums div.bbp-topic-content pre {
  display: block;
  line-height: 18px;
  margin: 0 0 24px;
  padding: 5px 10px;
  white-space: pre;
  overflow: auto; }

#bbpress-forums div.bbp-reply-content pre code,
#bbpress-forums div.bbp-topic-content pre code {
  display: block;
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  overflow-wrap: normal; }

div.bbp-breadcrumb {
  float: none; }

div.bbp-breadcrumb p {
  margin-bottom: 0; }

div.bbp-breadcrumb,
div.bbp-breadcrumb span,
div.bbp-topic-tags {
  font-size: 12px; }

#bbpress-forums div.bbp-breadcrumb p,
#bbpress-forums div.bbp-topic-tags p {
  margin-bottom: 10px; }

#bbpress-forums div.bbp-topic-tags {
  float: right; }

#bbp-topic-hot-tags {
  clear: both; }

.bbp-meta span {
  font-size: 10px;
  text-transform: uppercase;
  color: #bbb; }

#bbpress-forums #bbp-search-form {
  clear: left;
  margin-bottom: 0;
  margin-top: 20px; }

#bbpress-forums div.bbp-search-form {
  float: right; }

span.bbp-admin-links {
  float: right;
  color: #ddd; }

span.bbp-admin-links a {
  color: #bbb;
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none; }

fieldset span.bbp-admin-links {
  float: left; }

tr td span.bbp-admin-links a:hover {
  color: #ff4b33; }

td.bbp-topic-admin-links,
td.bbp-topic-counts {
  width: 50%; }

.bbp-forum-header a.bbp-forum-permalink,
.bbp-reply-header a.bbp-reply-permalink,
.bbp-topic-header a.bbp-topic-permalink {
  float: right;
  margin-left: 10px;
  color: #ccc; }

.bbp-topic-action #favorite-toggle a {
  text-decoration: none;
  padding: 0 3px 1px;
  color: #7c7;
  border: 1px solid #aca;
  background-color: #dfd;
  font-weight: 700;
  font-size: 13px; }

.bbp-topic-action #favorite-toggle a:hover {
  color: #5a5;
  border-color: #7c7;
  background-color: #beb; }

.bbp-topic-action #favorite-toggle span.is-favorite a {
  color: #faa;
  border: 1px solid #faa;
  background-color: #fee; }

.bbp-topic-action #favorite-toggle span.is-favorite a:hover {
  color: #c88;
  border-color: #c88;
  background-color: #fdd; }

.bbp-topic-action #subscription-toggle a {
  text-decoration: none;
  padding: 0 3px 1px;
  color: #7c7;
  border: 1px solid #aca;
  background-color: #dfd;
  font-weight: 700;
  font-size: 13px; }

.bbp-topic-action #subscription-toggle a:hover {
  color: #5a5;
  border-color: #7c7;
  background-color: #beb; }

.bbp-topic-action #subscription-toggle span.is-subscribed a {
  color: #faa;
  border: 1px solid #faa;
  background-color: #fee; }

.bbp-topic-action #subscription-toggle span.is-subscribed a:hover {
  color: #c88;
  border-color: #c88;
  background-color: #fdd; }

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
  margin: 5px 0;
  padding: 0;
  font-size: 11px; }

#bbpress-forums p.bbp-topic-meta span {
  white-space: nowrap;
  font-size: 10px; }

#bbpress-forums p.bbp-topic-meta span a {
  color: #ccc; }

.bbp-pagination-count {
  float: left;
  border: 1px solid transparent;
  font-size: 10px;
  color: #666;
  margin-top: 10px; }

.bbp-pagination-links {
  float: right;
  list-style: none;
  display: inline; }

.bbp-pagination-links a,
.bbp-pagination-links span.current {
  display: block;
  float: left;
  padding: 0 5px;
  margin-left: 5px;
  border: 1px solid #efefef;
  text-decoration: none; }

.bbp-pagination-links a:hover,
.bbp-pagination-links span.current {
  background: #eee;
  opacity: .8;
  border: 1px solid #ddd; }

.bbp-pagination-links span.dots {
  display: block;
  float: left;
  padding: 1px 4px;
  margin-left: 5px; }

.bbp-pagination {
  float: left;
  width: 100%;
  margin-bottom: 30px; }

.widget #bbp_search {
  width: 95%; }

#bbp_search_submit {
  margin-left: 15px; }

.widget #bbp_search_submit {
  margin-left: 0; }

#bbp_search {
  margin-top: 8px; }

.bbp-topic-pagination {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 2px; }

.bbp-topic-pagination a {
  font-size: 10px;
  line-height: 10px;
  padding: 1px 3px;
  border: 1px solid #ddd;
  text-decoration: none; }

#wp-link .submitbox {
  height: auto !important; }

#bbpress-forums fieldset.bbp-form {
  clear: left;
  margin-bottom: 10px;
  border: 1px solid #ffffff1c !important; }

#bbpress-forums fieldset.bbp-form label {
  margin: 0;
  display: inline-block; }

#bbpress-forums fieldset.bbp-form label[for=bbp_topic_subscription] {
  font-size: 10px;
  color: #666;
  position: relative;
  top: -3px; }

#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,
#bbp-login fieldset label,
#bbp-lost-pass fieldset label,
#bbp-register fieldset label {
  width: 100px; }

#bbpress-forums fieldset.bbp-form input,
#bbpress-forums fieldset.bbp-form p,
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form textarea {
  margin: 0 0 8px;
  height: auto; }

#bbpress-forums fieldset.bbp-form p:last-child {
  margin-bottom: 0; }

textarea#bbp_forum_content,
textarea#bbp_reply_content,
textarea#bbp_topic_content {
  width: 97%;
  box-sizing: border-box; }

textarea#bbp_forum_content {
  height: 210px; }

#bbpress-forums fieldset.bbp-forum-form-attributes {
  width: 200px;
  float: right;
  clear: none;
  margin-left: 25px; }

#bbpress-forums fieldset select#bbp_forum_id {
  max-width: 200px; }

.bbp-reply-form,
.bbp-topic-form,
.bbp-topic-tag-form {
  clear: left; }

body.reply-edit .bbp-reply-form div.avatar img,
body.single-forum .bbp-topic-form div.avatar img,
body.single-reply .bbp-reply-form div.avatar img,
body.topic-edit .bbp-topic-form div.avatar img {
  margin-right: 0;
  padding: 10px;
  border: 1px solid #ddd;
  line-height: 0;
  background-color: #efefef; }

body.page .bbp-reply-form code,
body.page .bbp-topic-form code,
body.reply-edit .bbp-reply-form code,
body.single-forum .bbp-topic-form code,
body.single-topic .bbp-reply-form code,
body.topic-edit .bbp-topic-form code {
  font-size: 10px;
  background-color: #f0fff8;
  border: 1px solid #CEEFE1;
  display: block;
  padding: 8px;
  margin-top: 5px;
  width: 369px; }

#delete_tag,
#merge_tag {
  display: inline; }

div.bbp-submit-wrapper {
  margin-top: 0px;
  clear: both;
  margin-bottom: 10px;
  width: 100%; }

div.bbp-submit-wrapper button {
  width: 100%; }

p.form-allowed-tags {
  width: 462px; }

#bbpress-forums div.bbp-the-content-wrapper {
  margin-bottom: 10px;
  margin-top: -10px; }

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  width: 100%;
  margin: 0;
  font-size: 12px; }

#bbpress-forums div.bbp-the-content-wrapper table,
#bbpress-forums div.bbp-the-content-wrapper tbody,
#bbpress-forums div.bbp-the-content-wrapper td,
#bbpress-forums div.bbp-the-content-wrapper tr {
  border: none;
  padding: 0;
  margin: 0;
  width: auto;
  line-height: 1em; }

#bbpress-forums div.bbp-the-content-wrapper input {
  font-size: 12px;
  padding: 5px;
  margin: 0 2px 0 0;
  line-height: 1em; }

#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
  padding: 5px !important;
  min-height: 26px; }

#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar input[type=button] {
  padding: 5px 10px !important;
  text-shadow: none;
  margin-left: 5px;
  margin-right: 5px; }

#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {
  padding: 4px 4px 8px; }

#bbpress-forums div.wp-editor-container {
  margin-top: 30px;
  border: 0px;
  margin: 0;
  padding: 0;
  line-height: 0; }

#bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar {
  line-height: 16px; }

#bbpress-forums #bbp-your-profile fieldset {
  padding: 20px 20px 0; }

#bbpress-forums #bbp-your-profile fieldset div {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  clear: left; }

#bbpress-forums #bbp-your-profile fieldset select {
  margin-bottom: 0; }

#bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset textarea {
  margin-bottom: 0;
  width: 60%;
  background: #f9f9f9;
  border: 1px solid #ddd;
  box-shadow: none;
  padding: 5px 8px;
  border-radius: 0; }

#bbpress-forums #bbp-your-profile fieldset input:focus,
#bbpress-forums #bbp-your-profile fieldset textarea:focus {
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  outline-color: rgba(240, 255, 240, 0.1); }

#bbpress-forums #bbp-your-profile fieldset.bbp-form input.checkbox {
  width: auto; }

#bbpress-forums #bbp-your-profile fieldset legend {
  display: none; }

#bbpress-forums #bbp-your-profile fieldset label[for] {
  float: left;
  width: 20%;
  padding: 5px 20px 5px 0;
  text-align: right;
  cursor: pointer; }

#bbpress-forums #bbp-your-profile fieldset dl label[for] {
  text-align: left;
  width: 60%; }

#bbpress-forums #bbp-your-profile fieldset span.description {
  margin: 5px 0 0 20%;
  font-size: 12px;
  font-style: italic;
  float: left;
  clear: left;
  width: 60%;
  padding: 5px 8px;
  border: 1px solid #cee1ef;
  background-color: #f0f8ff; }

#bbpress-forums #bbp-your-profile fieldset fieldset {
  margin: 0;
  border: none;
  padding: 0;
  clear: none;
  float: none; }

#bbpress-forums #bbp-your-profile fieldset fieldset.password {
  width: 60%;
  display: inline; }

#bbpress-forums #bbp-your-profile fieldset fieldset.password input,
#bbpress-forums #bbp-your-profile fieldset fieldset.password span {
  width: 100%; }

#bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl {
  margin: 0; }

#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description {
  margin-left: 0;
  margin-bottom: 20px; }

#bbpress-forums #bbp-your-profile fieldset.submit button {
  float: right; }

div.bbp-template-notice,
div.indicator-hint {
  border-width: 1px;
  border-style: solid;
  padding: 0 .6em;
  margin: 5px 0 15px;
  border-radius: 3px;
  clear: both; }

div.bbp-template-notice a {
  color: #999;
  text-decoration: none; }

div.bbp-template-notice a:hover {
  color: #000; }

div.bbp-template-notice.info {
  border: 1px solid #000;
  background-color: #1A1D1F; }

div.bbp-template-notice.important {
  border: 1px solid #e6db55;
  background-color: #fffbcc; }

div.bbp-template-notice.error,
div.bbp-template-notice.warning {
  margin: 0 0 20px;
  font-size: 12px;
  color: #DF9A9A;
  border-radius: 3px;
  background: rgba(205, 36, 36, 0.1);
  border: 1px solid #CB4D4D; }

div.bbp-template-notice.error a,
div.bbp-template-notice.warning a {
  color: #c00; }

div.bbp-template-notice p {
  margin: 0.5em 0 6px !important;
  padding: 2px;
  font-size: 10px;
  line-height: 140%; }

.bbp-forum-content ul.sticky,
.bbp-topics ul.sticky,
.bbp-topics ul.super-sticky,
.bbp-topics-front ul.super-sticky {
  background-color: #15171A !important;
  font-size: 1.1em; }

#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log {
  border-top: 1px dotted #ddd;
  width: 100%;
  margin: 0;
  padding: 8px 0 0;
  font-size: 11px;
  color: #aaa; }

#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log li,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li,
#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log li {
  list-style-type: none; }

.bbp-login-form fieldset legend {
  display: none; }

.bbp-login-form .bbp-email input,
.bbp-login-form .bbp-password input,
.bbp-login-form .bbp-username input {
  padding: 5px; }

.bbp-login-form label {
  width: 140px;
  display: inline-block; }

#sidebar .bbp-login-form label {
  width: 70px; }

.bbp-login-form .bbp-email,
.bbp-login-form .bbp-password,
.bbp-login-form .bbp-remember-me,
.bbp-login-form .bbp-submit-wrapper,
.bbp-login-form .bbp-username {
  margin-top: 10px; }

.bbp-login-form .bbp-submit-wrapper {
  text-align: right; }

.bbp-login-form .bbp-login-links a {
  float: left;
  clear: left; }

.bbp-logged-in img.avatar {
  float: left;
  margin: 0 15px 0 0; }

.bbp-logged-in h4 {
  font-weight: 700;
  font-size: 1.3em;
  clear: none;
  margin-bottom: 10px; }

#bbpress-forums .widget_display_replies img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar {
  float: none;
  width: 14px;
  border: 1px double #111; }

fieldset div.avatar {
  float: right; }

.activity-list li.bbp_reply_create .activity-content .activity-inner,
.activity-list li.bbp_topic_create .activity-content .activity-inner {
  border-left: 2px solid #000;
  margin-left: 5px;
  padding-left: 10px; }

#bbpress-forums h1 {
  clear: none;
  font-size: 1.8em;
  line-height: 1em;
  padding-bottom: 10px; }

#bbpress-forums #bbp-user-wrapper {
  float: left;
  width: 100%; }

#bbpress-forums .bbp-user-section {
  overflow: auto; }

#bbpress-forums #bbp-user-wrapper h2.entry-title {
  font-size: 1.4em;
  margin: 0;
  padding-bottom: 10px;
  padding-top: 0;
  clear: none; }

#bbpress-forums #bbp-user-wrapper fieldset.bbp-form,
#bbpress-forums #bbp-user-wrapper ul.bbp-forums,
#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,
#bbpress-forums #bbp-user-wrapper ul.bbp-replies,
#bbpress-forums #bbp-user-wrapper ul.bbp-topics {
  clear: none; }

#bbpress-forums #bbp-single-user-details {
  margin: 0;
  width: 150px;
  float: left;
  overflow: hidden; }

#bbpress-forums #bbp-single-user-details #bbp-user-avatar {
  margin: 0;
  width: 150px; }

#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
  border: none;
  height: 150px;
  padding: 0;
  margin: 0 0 20px;
  width: 150px; }

#bbpress-forums #bbp-single-user-details #bbp-user-description {
  float: none;
  margin-left: 180px; }

#bbpress-forums #bbp-single-user-details #bbp-user-navigation {
  float: none;
  margin: 0; }

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
  margin: 0; }

#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
  padding: 5px 8px;
  display: block;
  border: 1px solid transparent;
  text-decoration: none; }

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
  background: #eee;
  opacity: 0.8; }

#bbpress-forums #bbp-user-body {
  margin-left: 180px; }

body.my-account #bbpress-forums {
  border-top: none;
  padding-top: 0;
  margin-bottom: 0; }

#bbpress-forums dl.bbp-user-capabilities {
  display: inline-block;
  vertical-align: top; }

#bbpress-forums dl.bbp-user-capabilities dt {
  margin: 0 0 10px;
  text-transform: capitalize; }

#bbpress-forums dl.bbp-user-capabilities dd {
  margin: 0;
  padding: 0; }

#bbpress-forums div.row-actions {
  font-size: 11px;
  visibility: hidden; }

#bbpress-forums li:hover > div.row-actions {
  visibility: visible; }

#bbpress-forums fieldset.bbp-form input,
#bbpress-forums fieldset.bbp-form p,
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form textarea {
  margin: 0 0 8px; }

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
  border: 0px !important; }

#bbpress-forums fieldset.bbp-form label {
  margin: 0;
  display: inline-block; }

#send-invite-form.standard-form > .submit {
  display: none; }

#bbpress-forums #new-post fieldset.bbp-form p {
  margin: 0 5px 8px 0px; }

/* advance bbforums bar fixes*/
.bbp-bbcodes-toolbar {
  margin-bottom: 20px; }

.bbp-bbtbar-button {
  display: inline-block;
  margin-right: 5px;
  /* padding: 5px; */ }

.bbp-bbtbar-button a {
  padding: 5px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid black;
  border-radius: 5px; }

.bbp-bbtbar-button a:hover {
  background: rgba(0, 0, 0, 0.5); }

.bbPress-signature button {
  -webkit-box-shadow: 0 0 10px rgba(5, 199, 247, 0.5), inset 0 0 1px 1px #05c7f7;
  -moz-box-shadow: 0 0 10px rgba(5, 199, 247, 0.5), inset 0 0 1px 1px #05c7f7;
  box-shadow: 0 0 10px rgba(5, 199, 247, 0.5), inset 0 0 1px 1px #05c7f7;
  background-image: -webkit-linear-gradient(bottom, #096aa1, #26c3f6);
  background-image: -moz-linear-gradient(bottom, #096aa1, #26c3f6);
  background-image: -o-linear-gradient(bottom, #096aa1, #26c3f6);
  background-image: linear-gradient(to top, #096aa1, #26c3f6);
  color: white;
  transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 900;
  display: inline-block;
  margin-top: 5px;
  position: relative;
  border-radius: 3px;
  z-index: 1;
  border: 1px solid #000;
  overflow: hidden;
  padding: 10px; }

.wpb_widgetised_column dl {
  background-color: #1d1d1d;
  border: 1px solid #000;
  background-image: -webkit-linear-gradient(bottom, #1a1b1f, #2a2a34);
  background-image: -moz-linear-gradient(bottom, #1a1b1f, #2a2a34);
  background-image: -o-linear-gradient(bottom, #1a1b1f, #2a2a34);
  background-image: radial-gradient(ellipse farthest-corner at center 0px, #31a2a6 -150%, #333240 45%, #333240 85%);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.2);
  padding: 20px; }

.wpb_widgetised_column dt, .wpb_widgetised_column dd {
  width: 50%;
  display: inline-block; }

.wpb_widgetised_column dl dt {
  width: 40%; }

.wpb_widgetised_column dl dd {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  padding-left: 15px;
  margin-bottom: 10px; }

@media (max-width: 480px) {
  #bbpress-forums li {
    margin: 0;
    list-style: none;
    width: 100%;
    text-align: left; }

  #bbpress-forums div.bbp-reply-author img {
    max-width: 100%;
    height: auto; }

  #bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-reply-author, #bbpress-forums div.bbp-topic-author {
    float: left;
    text-align: center;
    width: 45px; }

  #bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-reply-content, #bbpress-forums div.bbp-topic-content {
    margin-left: 60px;
    padding: 12px 12px 12px 0;
    text-align: left; }

  #subscription-toggle, #favorite-toggle {
    display: none; }

  #bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar input[type=button] {
    padding: 15px 10px !important; }

  div.bbp-submit-wrapper {
    float: none;
    clear: both;
    margin: 0 auto;
    text-align: center; } }
.woocommerce ul.products li.product .button {
  display: none !important; }

.footer_widget span.woocommerce-Price-currencySymbol,
.widget span.woocommerce-Price-currencySymbol {
  display: initial; }

.woocommerce-page div.product #reviews .comment img {
  float: left;
  border-radius: 50px;
  margin: 14px;
  border: 1px solid black; }

.woocommerce div.pp_pic_holder {
  z-index: 1000000; }

.woocommerce div.pp_overlay {
  z-index: 999999; }

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  box-shadow: none !important;
  border: 1px solid #000; }

.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
  padding: 0 !important;
  margin-bottom: 10px;
  margin-top: 20px; }

.woocommerce .add_to_cart_button,
.woocommerce .product_type_grouped,
.woocommerce .product_type_variable,
.woocommerce a.button {
  position: absolute !important;
  bottom: -40px;
  top: auto !important;
  right: 0; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce #content input.button,
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit,
.woocommerce #respond input#submit:hover,
.woocommerce a.button,
.woocommerce a.button:hover,
.woocommerce button.button,
.woocommerce button.button:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce input.button,
.woocommerce input.button:hover,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page #content input.button,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button,
.woocommerce-page a.button:hover,
.woocommerce-page button.button,
.woocommerce-page button.button:hover,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page input.button,
.woocommerce-page input.button:hover {
  transition: all 0.35s ease-in-out !important;
  -moz-transition: all 0.35s ease-in-out !important;
  -webkit-transition: all 0.35s ease-in-out !important;
  -o-transition: all 0.35s ease-in-out !important;
  color: #FFF !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  display: inline-block !important;
  border-radius: 0 !important;
  border: none !important;
  margin-top: 5px !important;
  font-size: 12px !important;
  padding: 12px 20px !important;
  text-shadow: none !important;
  overflow: hidden; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
  background: 0 0 !important;
  box-shadow: none !important;
  border: none !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-bottom: none !important; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
  padding: 0 !important;
  margin: 0 5px 0 0; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
  margin-right: 10px; }

.woocommerce .thumbnails {
  margin-left: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.description_tab,
.woocommerce div.product .woocommerce-tabs ul.tabs li.reviews_tab {
  margin-left: 0 !important;
  margin-right: 5px !important; }

.cart-outer {
  margin: 0;
  height: 42px; }

.cart-outer.wnlog {
  left: initial;
  right: 340px;
  top: 23px; }

.cart-icon-wrap {
  color: white; }

.product-wrap {
  position: relative; }

.product-wrap .button {
  position: absolute !important;
  bottom: 5px !important;
  right: 5px !important;
  opacity: 0; }

div[itemprop=aggregateRating] .star-rating {
  display: none !important; }

.product-wrap:hover > a.button {
  opacity: 1; }

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  color: #999 !important;
  float: none;
  margin-top: 10px;
  width: 100%;
  position: relative;
  display: block;
  text-align: center; }

.woocommerce span.onsale,
.woocommerce-page span.onsale {
  text-shadow: none !important; }

.product-wrap .icon-shopping-cart {
  font-size: 12px;
  margin-right: 5px; }

.icon-shopping-cart {
  color: #dbdbdb;
  opacity: 0.6; }

.cart-notification,
.widget_shopping_cart,
.woocommerce .cart-notification {
  position: absolute;
  right: 0;
  z-index: 100000;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  width: 350px;
  padding: 20px;
  top: 41px; }

.woocommerce ul.cart_list li:first-child {
  border-top: 0; }

.woocommerce ul.cart_list li {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out; }

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
  padding: 20px !important; }

.woocommerce ul.product_list_widget li del {
  float: left;
  margin-right: 5px; }

.woocommerce ul.product_list_widget > li:hover {
  background-color: rgba(0, 0, 0, 0.03); }

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  float: left !important;
  margin-right: 10px !important;
  width: 75px !important; }

.woocommerce ul.product_list_widget li .quantity {
  margin-left: 0;
  width: 100px;
  margin-right: 0; }

.woocommerce ul.product_list_widget li .quantity * {
  display: inline; }

.woocommerce .widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total {
  padding: 20px 0 !important;
  text-align: center;
  font-size: 20px !important;
  border-bottom: 3px double rgba(0, 0, 0, 0.2);
  border-top: 3px double rgba(0, 0, 0, 0.2) !important; }

.woocommerce .widget_shopping_cart .buttons {
  position: relative; }

.woocommerce .widget_shopping_cart .buttons a.button {
  position: relative !important;
  top: 0 !important;
  left: 50px; }

.woocommerce .widget_shopping_cart .buttons a.checkout {
  position: relative !important;
  top: 0 !important;
  left: 60px; }

.widget_shopping_cart {
  display: none; }

.cart-notification {
  right: 77px !important;
  top: 0 !important;
  padding: 22px !important;
  position: absolute !important;
  display: none; }

.cart-outer:hover .widget_shopping_cart,
.widget_shopping_cart:hover {
  display: block; }

.woocommerce .widget_shopping_cart .total span {
  font-size: 18px;
  margin-top: 10px; }

.woocommerce .product-wrap .add_to_cart_button,
.woocommerce .product-wrap .add_to_cart_button:hover {
  background-image: url(../img/cart.png) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  border-radius: 0 !important;
  height: 35px !important;
  padding: 0 !important;
  text-indent: -9999px !important;
  width: 35px !important; }

.woocommerce .product-wrap .add_to_cart_button.added {
  background-image: url(../img/tick.png) !important; }

.woocommerce .product-wrap .added_to_cart {
  display: none; }

.woocommerce .star-rating,
.woocommerce-page .star-rating {
  width: 6.6em !important; }

.woocommerce .product-wrap .add_to_cart_button.added:before {
  background: 0 0 !important; }

.cart-menu-wrap {
  text-align: center;
  padding-bottom: 26px;
  z-index: 2;
  position: relative;
  cursor: pointer; }

.cart-icon-wrap * {
  display: inline; }

.icon-shopping-cart {
  font-size: 20px; }

.cart-wrap {
  margin-left: 2px;
  padding: 2px 6px 2px 5px;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: -17px;
  right: -21px;
  font-size: 10px;
  text-shadow: 0 1px 0 #000; }

.woocommerce div.product p.price,
.woocommerce div.product p.price span {
  font-size: 26px !important; }

.woocommerce #content .quantity .minus,
.woocommerce .quantity .minus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page .quantity .minus {
  height: 20px !important; }

.woocommerce #content .quantity .plus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .plus {
  height: 22px !important; }

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-top: 0 !important;
  text-shadow: none !important;
  color: #fff !important;
  box-shadow: none !important; }

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  background-color: transparent !important;
  box-shadow: none !important; }

.woocommerce-error a.button,
.woocommerce-error a.button:hover,
.woocommerce-info a.button,
.woocommerce-info a.button:hover,
.woocommerce-message a.button,
.woocommerce-message a.button:hover {
  border: 0 !important;
  right: 0;
  bottom: 2px;
  color: #fff !important; }

.woocommerce label {
  background: 0 0;
  text-shadow: none;
  margin-top: 4px; }

.cart_totals > table {
  float: right; }

.woocommerce table.cart td.actions .button.checkout-button {
  margin-left: 10px; }

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
  height: auto !important;
  padding: 15px !important; }

.woocommerce #payment ul.payment_methods li input,
.woocommerce-page #payment ul.payment_methods li input {
  display: inline !important;
  margin-right: 5px !important;
  margin-top: -5px !important; }

.woocommerce #payment ul.payment_methods label {
  display: inline; }

.woocommerce #payment ul.payment_methods li,
.woocommerce-page #payment ul.payment_methods li {
  margin: 10px 0 20px 10px !important; }

.page .woocommerce header {
  background-color: transparent !important; }

.woocommerce-page .page {
  padding-bottom: 50px;
  padding-top: 30px; }

.single-product .normal-page {
  margin-top: 50px; }

.woocommerce-page .page #sidebar {
  padding-left: 30px;
  padding-top: 20px; }

.woocommerce .products .star-rating,
.woocommerce .star-rating,
.woocommerce-page .products .star-rating,
.woocommerce-page .star-rating {
  height: 20px !important; }

.woocommerce .add_review a.button {
  position: relative !important;
  top: 0 !important; }

.woocommerce .col-lg-8 ul.products li.product,
.woocommerce-page .col-lg-8 ul.products li.product {
  width: 31.6% !important; }

.woocommerce ul.product_list_widget li,
.woocommerce-page ul.product_list_widget li {
  padding: 15px !important; }

.woocommerce ul.product_list_widget li:hover,
.woocommerce-page ul.product_list_widget li:hover {
  background: 0 0 !important; }

.woocommerce .price_slider_amount .price_label {
  float: right;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.02);
  margin-top: 15px; }

.woocommerce .widget_price_filter form {
  margin-top: 0;
  padding: 20px;
  border: 1px solid #000;
  background: #212528; }

.woocommerce .title_wrapper .col-lg-6 h1 {
  margin-left: 15px; }

.woocommerce .price_slider_amount button,
.woocommerce .price_slider_amount button:active,
.woocommerce .price_slider_amount button:focus {
  margin-top: 10px !important; }

.woocommerce .price_slider_amount button:active,
.woocommerce .price_slider_amount button:focus {
  outline: 0; }

.woocommerce .price_slider_amount .price_label span {
  display: inline; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  box-shadow: none !important; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  background: #ccc !important;
  width: 15px !important;
  height: 15px !important;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) !important;
  border: none !important; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #eee !important; }

.woocommerce ul.products li.product > a,
.woocommerce-page ul.products li.product > a {
  display: block; }

.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
  position: relative;
  right: auto;
  top: auto;
  text-align: center;
  margin: 0 auto;
  background: #1f242c;
  border: 1px solid #ffffff1c;
  z-index: 1;
  float: none; }

#sidebar .woocommerce .star-rating span,
#sidebar .woocommerce .star-rating:before,
#sidebar .woocommerce-page .star-rating span,
#sidebar .woocommerce-page .star-rating:before {
  font-size: 14px !important; }

#sidebar .woocommerce .star-rating,
#sidebar .woocommerce-page .star-rating {
  margin: 5px 0 10px 0px !important;
  width: auto !important;
  padding: 0px !important;
  left: -5px !important; }

.woocommerce .star-rating span {
  padding-top: 20px !important; }

.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
  color: #eee !important;
  text-align: center; }

.price del span.amount {
  color: #999 !important;
  font-weight: 400 !important;
  font-size: 14px !important; }

.woocommerce .cart-icon-wrap i.fas.fa-shopping-cart {
  color: white; }

.price span.amount,
.woocommerce div.product p.price {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px; }

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0 2% 2.992em 0 !important;
  padding: 1% !important;
  position: relative;
  background: #1f242c;
  border: 1px solid #ffffff1c;
  color: #999;
  float: none;
  display: inline-block; }

.woocommerce #content div.product div.images img,
.woocommerce div.product div.images img,
.woocommerce-page #content div.product div.images img,
.woocommerce-page div.product div.images img {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.2);
  padding: 10px !important;
  background: #212528;
  border: 1px solid #000; }

.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 48% !important; }

.woocommerce ul.products li.product.last,
.woocommerce-page ul.products li.product.last {
  margin-right: 0 !important; }

.woocommerce .showcoupon {
  color: rgba(0, 0, 0, 0.5) !important; }

.woocommerce #coupon_code {
  height: 40px !important;
  border: 1px solid #000; }

.woocommerce .star-rating span,
.woocommerce .star-rating:before,
.woocommerce-page .star-rating span,
.woocommerce-page .star-rating:before {
  font-weight: 400; }

.woocommerce .page-title {
  display: none; }

.woocommerce .products ul:after,
.woocommerce .products ul:before,
.woocommerce ul.products:after,
.woocommerce ul.products:before,
.woocommerce-page ul.products:after,
.woocommerce-page ul.products:before {
  display: none !important; }

.woocommerce .star-rating span:before,
.woocommerce .star-rating:before {
  top: 4px !important;
  left: 6px !important; }

body.woocommerce ul.products li.product .onsale {
  top: -5px;
  right: auto;
  left: -5px;
  margin: -.5em -.5em 0 0;
  z-index: 2;
  padding: 3px 7px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }

body.woocommerce nav.woocommerce-pagination ul {
  border: 0;
  background: 0 0 !important; }

body.woocommerce nav.woocommerce-pagination ul li a,
body.woocommerce nav.woocommerce-pagination ul li span {
  font-size: 10px !important;
  padding: 10px 13px !important;
  position: relative;
  margin-right: 5px;
  color: #fff; }

body.woocommerce nav.woocommerce-pagination ul li {
  border-right: 0; }

body.woocommerce .woocommerce-ordering {
  margin-top: 20px; }

body.woocommerce .woocommerce-result-count {
  margin-top: 30px;
  font-style: italic;
  font-size: 10px;
  color: #999; }

body.woocommerce ul.products li.product .price del {
  display: inline-block;
  margin-right: 5px; }

body.woocommerce nav.woocommerce-pagination ul li a:focus,
body.woocommerce nav.woocommerce-pagination ul li a:hover,
body.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #fff; }

body.woocommerce div.product .woocommerce-tabs .panel {
  padding: 1px 20px 20px; }

body.woocommerce div.product .woocommerce-tabs .panel h2 {
  color: #eee;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  padding-bottom: 5px;
  border-left-style: solid;
  border-left-width: 3px;
  padding-left: 20px;
  padding-top: 5px;
  margin-bottom: 20px;
  margin-top: 20px; }

body.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: 1px solid #000;
  background: rgba(0, 0, 0, 0.2); }

body.woocommerce #reviews #comments ol.commentlist li img.avatar {
  padding: 5px;
  width: 80px;
  background: #1A1D1F;
  border: 1px solid #000; }

body.woocommerce #reviews #comments ol.commentlist {
  padding: 15px 0 0; }

body.woocommerce #reviews #comments ol.commentlist li {
  width: 100%; }

body.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin-left: 100px; }

body.woocommerce #reviews h3,
body.woocommerce .related h2 {
  margin: 30px 0 15px;
  font-size: 18px;
  color: #eee;
  padding-bottom: 15px; }

body .woocommerce .woocommerce-error,
body .woocommerce .woocommerce-info,
body .woocommerce .woocommerce-message,
body.woocommerce .woocommerce-error,
body.woocommerce .woocommerce-info,
body.woocommerce .woocommerce-message {
  margin-top: 20px !important; }

body.woocommerce ul.cart_list {
  background: 0 0;
  border: none;
  box-shadow: none; }

body .woocommerce table.shop_table {
  margin-top: 20px;
  padding: 10px;
  background: #26262f;
  border-radius: 5px; }

body .woocommerce-cart .cart-collaterals .cart_totals tr td,
body .woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #333; }

.woocommerce #content div.product,
.woocommerce div.product,
.woocommerce-page #content div.product,
.woocommerce-page div.product {
  margin-bottom: 0;
  position: relative;
  margin-top: 20px; }

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: left;
  width: 48%;
  margin-bottom: 2em; }

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: right;
  width: 50%;
  margin-bottom: 2em; }

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
  clear: both; }

.woocommerce div.product .woocommerce-tabs {
  padding-top: 30px; }

.woocommerce .related:after,
.woocommerce .upsells.products:after,
.woocommerce-page .related:after,
.woocommerce-page .upsells.products:after {
  content: "";
  display: block;
  clear: both; }

.woocommerce .related {
  border-bottom: 3px double rgba(0, 0, 0, 0.2); }

.woocommerce #content div.product div.images img,
.woocommerce div.product div.images img,
.woocommerce-page #content div.product div.images img,
.woocommerce-page div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-in-out 0s; }

.woocommerce #content div.product div.images div.thumbnails a.first,
.woocommerce div.product div.images div.thumbnails a.first,
.woocommerce-page #content div.product div.images div.thumbnails a.first,
.woocommerce-page div.product div.images div.thumbnails a.first {
  clear: both; }

.woocommerce #content div.product div.images div.thumbnails a,
.woocommerce div.product div.images div.thumbnails a,
.woocommerce-page #content div.product div.images div.thumbnails a,
.woocommerce-page div.product div.images div.thumbnails a {
  float: left;
  width: 30.75%;
  margin-right: 3.8%; }

.woocommerce #content div.product div.images div.thumbnails:after,
.woocommerce div.product div.images div.thumbnails:after,
.woocommerce-page #content div.product div.images div.thumbnails:after,
.woocommerce-page div.product div.images div.thumbnails:after {
  content: "";
  display: block;
  clear: both; }

.woocommerce #content div.product form.cart div.quantity,
.woocommerce div.product form.cart div.quantity,
.woocommerce-page #content div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity {
  float: left;
  margin: 0; }

.woocommerce #content .quantity,
.woocommerce .quantity,
.woocommerce-page #content .quantity,
.woocommerce-page .quantity {
  width: auto;
  position: relative;
  margin: 0 auto;
  overflow: hidden; }

.woocommerce #content .quantity .minus,
.woocommerce .quantity .minus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page .quantity .minus {
  bottom: 0;
  right: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
  width: 40px;
  float: left;
  padding: 0;
  text-align: center;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  border-radius: 2px 0 0 2px;
  font-weight: 700;
  height: 36px !important;
  margin-bottom: 0 !important;
  margin-top: 5px;
  background: #212528;
  border: 1px solid #000;
  padding-left: 10px; }

.woocommerce #content .quantity .plus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .plus {
  top: 0;
  right: 0;
  border-bottom: 0 none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.woocommerce #content .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  vertical-align: text-top;
  width: 20px;
  height: 15px;
  overflow: visible;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  line-height: 13px;
  font-size: 12px;
  border-radius: 2px;
  color: #5E5E5E;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  border: 1px solid #C8BFC6;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.075) inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.1); }

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
  margin-top: 0;
  padding-bottom: 10px; }

body.woocommerce-cart .cart-collaterals .cart_totals table {
  width: 100%;
  float: none; }

body.woocommerce-cart .cart-collaterals .cart_totals tr td,
body.woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #1B1E20; }

body.woocommerce-cart .wc-proceed-to-checkout {
  float: right;
  margin-bottom: 0;
  padding-bottom: 0; }

.woocommerce .return-to-shop a.button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  position: relative !important;
  top: 0 !important;
  margin-bottom: 0; }

.woocommerce .return-to-shop a.button {
  margin-left: 10px;
  margin-bottom: -30px;
  display: block !important;
  float: left; }

.woocommerce .cart-empty {
  margin: 20px 10px 10px; }

body .select2-drop {
  z-index: 9999999 !important; }

body .select2-drop input {
  color: #fff !important; }

@media screen and (min-width: 768px) and (max-width: 992px) {
  .woocommerce .col-lg-8 ul.products li.product, .woocommerce-page .col-lg-8 ul.products li.product, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 47.5% !important; } }
@media (max-width: 768px) {
  .woocommerce .col-lg-8 ul.products li.product, .woocommerce-page .col-lg-8 ul.products li.product, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100% !important; } }
@media (max-width: 480px) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product {
    width: 100% !important; } }
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
  z-index: 10; }

#order_review table tfoot {
  background: #26262f; }

.woocommerce #add_payment_method #payment, .woocommerce .woocommerce-cart #payment, .woocommerce .woocommerce-checkout #payment {
  background: #26262f;
  border-radius: 5px; }

.woocommerce #add_payment_method #payment ul.payment_methods, .woocommerce .woocommerce-cart #payment ul.payment_methods, .woocommerce .woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid #141416; }

.select2-container--default .select2-selection--single {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #26262f;
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.1), inset 0 1px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.1), inset 0 1px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px rgba(255, 255, 255, 0.1), inset 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.9);
  padding: 10px 15px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #ccc;
  height: auto !important;
  margin: 0px;
  color: white; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ccc;
  min-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 11px;
  right: 10px;
  width: 20px; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #040405; }

.select2-search--dropdown {
  display: block;
  padding: 4px;
  background: #16151a; }

.select2-dropdown {
  background-color: #141416;
  border: 1px solid #040405; }

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true], .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #26262f; }

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
  border-top: 0px;
  padding: 4px 0 0;
  margin-top: 15px; }

.woocommerce .woocommerce-mini-cart__buttons {
  padding-bottom: 0px;
  margin-bottom: 0px; }

.woocommerce .woocommerce-mini-cart__buttons .button {
  position: relative !important;
  bottom: 0px; }

/* Pay to join */
.product-type-pay_to_join h1.product_title.entry-title {
  display: none; }

.product-type-pay_to_join .price {
  margin-top: 40px; }

.product-type-pay_to_join .woocommerce-product-details__short-description {
  margin-bottom: 20px; }

body .woocommerce-error, body .woocommerce-info, body .woocommerce-message {
  background: #34363e !important; }

body .woocommerce-error .button, body .woocommerce-info .button, body .woocommerce-message .button {
  bottom: initial;
  top: 2px !important;
  right: 6px !important;
  bottom: initial !important; }

body .woocommerce ul.order_details {
  margin: 30px 0px !important;
  padding: 0px !important; }

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  margin-top: 20px;
  border: 1px solid #4afb4a42;
  padding: 15px 25px;
  background: #00ff685e;
  color: white; }

.woocommerce-table thead, .woocommerce-table tfoot {
  background: #26262f; }

p.woocommerce-mini-cart__empty-message {
  margin-bottom: 0px; }

.woocommerce-loop-product__title {
  text-align: center; }

.woocommerce-product-details__short-description {
  margin-bottom: 20px; }

/* GENERIC
   ============================= */
* {
  box-sizing: border-box; }

.wp-caption, .wp-caption-text, .sticky, .gallery-caption, .bypostauthor {
  opacity: 1; }

::selection, ::-moz-selection {
  color: #fff; }

.alignleft {
  float: left;
  margin: 20px 20px 20px 0 !important; }

.alignright {
  float: right;
  margin: 0 0 20px 20px !important; }

.aligncenter {
  display: block;
  margin: 20px auto;
  clear: both; }

.header_top .aligncenter {
  margin: 8px auto; }

.text-align-right {
  text-align: right; }

.text-align-left {
  text-align: left; }

.text-align-center {
  text-align: center; }

.content ul ul, .content ol ol {
  padding: 0 0 0 15px; }

.zindex10 {
  z-index: 10; }

.zindex100 {
  z-index: 100; }

.col-6 {
  width: 50%;
  float: left;
  position: relative; }

.col-12 {
  width: 100%; }

.col-8 {
  width: 66.66666667%;
  float: left;
  position: relative; }

.col-4 {
  width: 33.33333333%;
  padding-left: 10px;
  padding-right: 10px;
  float: left; }

.col-9 {
  width: 75%;
  float: left;
  position: relative;
  padding-left: 10px;
  padding-right: 10px; }

.col-3 {
  width: 25%;
  float: left;
  position: relative;
  padding-left: 10px;
  padding-right: 10px; }

video[name="media"] {
  width: 100%;
  height: 100%; }

.app-effect {
  position: relative;
  top: -50px;
  opacity: 0;
  transition-property: top,opacity;
  transition-duration: 0.35s;
  transition-timing-function: ease;
  -moz-transition-property: top,opacity;
  -moz-transition-duration: 0.35s;
  -moz-transition-timing-function: ease;
  -webkit-transition-property: top,opacity;
  -webkit-transition-duration: 0.35s;
  -webkit-transition-timing-function: ease; }
  .app-effect.ae-onview {
    top: 0px;
    opacity: 1; }

.bnwh, .bnw {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease; }

.bnwh:hover {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%); }

.btn, button, .friendswrapper .add-friend {
  letter-spacing: 0.1em;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 45px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  display: inline-block;
  padding: 3px 30px; }

.btn:hover, button:hover {
  background-color: #FFF;
  text-decoration: none; }

.btn:after, button:after, .btn-border:after, .friendswrapper .add-friend:after {
  background: #ffffff61;
  border: 0px solid #ffffff6b;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .8;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  width: 50px;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  /*easeOutCirc*/
  z-index: 1; }

.btn:hover:after, button:hover:after, .btn-border:hover:after, .friendswrapper .add-friend:hover:after {
  background: #FFF;
  border: 20px solid #000;
  opacity: 0;
  left: 120%;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg); }

.elementor-button.sw-elementor-button {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 20px 65px;
  border-radius: 0px; }

.btn-red {
  background: #ff0026 !important; }

.btn-red:hover {
  background: #670000 !important; }

.btn-border {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 25px 65px;
  border: 3px solid transparent;
  display: inline-block;
  position: relative;
  background: transparent;
  color: white;
  overflow: hidden; }

.relative {
  position: relative; }

.page .normal-page, .page-template-tmp-all-matches.page-template .page.normal-page {
  padding-top: 50px; }

.buddypress .page.normal-page, .page-template .page.normal-page {
  padding-top: 0px; }

.error {
  padding: 10px 20px;
  background: #ff00004a;
  border: 1px solid red;
  margin: 10px 0px; }

.elementor {
  z-index: 11;
  position: relative; }

/* =Reset default browser CSS.
-------------------------------------------------------------- */
html {
  background-color: #1b1f28;
  color: white;
  background-repeat: no-repeat; }

body {
  overflow-x: hidden;
  min-width: 100%;
  color: white;
  font-family: Montserrat;
  line-height: 24px;
  font-weight: 400;
  font-size: 14px; }
  body.background-repeat {
    background-repeat: repeat; }
  body.background-fixed {
    background-attachment: fixed !important; }

.main-wrapper {
  min-height: 100%;
  min-width: 100%; }

header, footer {
  position: relative;
  display: table-row; }

.main-content {
  line-height: 26px; }
  .main-content img {
    max-width: 100%; }

div#main_wrapper {
  position: relative;
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden; }

.page .main-content {
  padding-top: 0px;
  padding-bottom: 50px; }

.wpb-js-composer.page .main-content {
  padding-top: 0px;
  padding-bottom: 0px; }

.main-content > .container {
  z-index: 9; }

.page .main-content ol {
  list-style-position: inside;
  padding: 0px;
  line-height: 26px; }
.page .main-content ul {
  list-style-position: inside;
  padding: 0px;
  line-height: 26px;
  padding-left: 20px; }
.page .main-content ol {
  padding-left: 20px; }

ul[id^=gallery_content_center_] {
  padding: 0 !important;
  list-style: none; }
  ul[id^=gallery_content_center_] > li {
    padding: 0 !important;
    list-style: none; }

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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 {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: none; }

html, body {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: none; }

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

article footer {
  margin: 0px !important;
  max-width: 100%;
  padding: 10px 20px !important;
  display: inline-block;
  width: auto;
  background: #00000038 !important;
  border: 0px;
  box-shadow: none !important;
  margin-bottom: 10px !important; }

del {
  text-decoration: line-through; }

a {
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease; }
  a img {
    border: none; }

img {
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  height: auto;
  image-rendering: optimizeQuality; }

hr {
  opacity: 0.1; }

h1, .h1 {
  font-size: 30px;
  line-height: 1.25em;
  /* 20px/16px */ }

h2, .h2 {
  font-size: 24px;
  line-height: 1.384615384615385em;
  /* 36px/26px */
  letter-spacing: 1px;
  font-weight: 600; }

h3, .h3 {
  font-size: 17px;
  line-height: 1.304347826086957em;
  /* 30px/23px */
  letter-spacing: 1px;
  font-weight: 600; }

h4, .h4 {
  font-size: 19px;
  line-height: 1.375em;
  /* 22px/16px */
  font-weight: 400; }

h5, .h5 {
  font-size: 15px;
  line-height: 1.571428571428571em;
  /* 22px/14px */
  letter-spacing: 1px;
  font-weight: 600; }

h6, .h6 {
  font-size: 13px;
  line-height: 1.538461538461538em;
  /* 20px/13px */
  letter-spacing: 1px;
  font-weight: 600; }

a, p a {
  text-decoration: none;
  cursor: pointer; }

a:hover, p a:hover {
  text-decoration: none; }

input[type='submit'], .woocommerce input[type='button'], .woocommerce-page input[type='button'] {
  -webkit-appearance: none; }

input:disabled {
  color: #c3c3c3 !important; }

ul {
  list-style-position: inside; }

.container {
  max-width: none !important;
  position: relative;
  margin: 0 auto; }
  .container:after {
    clear: both;
    display: block;
    content: ''; }

.row {
  position: relative; }

.clear {
  clear: both; }

:focus {
  outline: 0px; }

/* Forms ----------------------------------------------------------------------------- */
form, fieldset {
  margin-bottom: 0; }

textarea {
  min-height: 200px; }

label, legend {
  display: block;
  margin-bottom: 5px;
  font-weight: 700; }

select, input.datepicker {
  display: block;
  width: 100%;
  height: 43px;
  line-height: 30px;
  padding: 5px 15px;
  margin: 0 0 19px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px 0 transparent;
  box-shadow: 0 5px 10px 0 transparent;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 0.5;
  background: #ffffff21;
  color: white;
  border: 1px solid transparent; }

/* Hidden placeholder */
select option[disabled]:first-child {
  display: none; }

option {
  color: white;
  background: #191d26; }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"] {
  display: block;
  width: 100%;
  height: 43px;
  line-height: 30px;
  padding: 5px 15px;
  margin: 0 0 19px;
  border-radius: 4px;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 5px 10px 0 transparent;
  box-shadow: 0 5px 10px 0 transparent;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 0.5;
  background: #ffffff21;
  color: white;
  border: 1px solid transparent; }
input[type="text"]:hover, input[type="password"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="text"]:active, input[type="password"]:active, input[type="date"]:active, input[type="datetime"]:active, input[type="email"]:active, input[type="number"]:active, input[type="search"]:active, input[type="tel"]:active, input[type="time"]:active, input[type="url"]:active {
  opacity: 1;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1); }

textarea {
  display: block;
  width: 100%;
  height: 43px;
  line-height: 30px;
  padding: 5px 15px;
  margin: 0 0 19px;
  border: 0;
  border-radius: 4px;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 5px 10px 0 transparent;
  box-shadow: 0 5px 10px 0 transparent;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background: #ffffff21;
  opacity: 0.5;
  color: white; }
  textarea:focus, textarea:active, textarea:hover {
    opacity: 1;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1); }

input[type="submit"], button, input[type="button"] {
  padding-left: 40px;
  padding-right: 40px;
  border-width: 0px;
  border-style: solid;
  border-radius: 0px;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease; }

input[type="submit"], a.added_to_cart, .btn, button, input[type="button"], .friendswrapper .add-friend {
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 38px;
  letter-spacing: .8px;
  color: #ffffff;
  cursor: pointer;
  opacity: 1;
  border: 1px solid transparent;
  text-shadow: 0px 1px 2px #0000008a; }

input[type="submit"]:hover, a.added_to_cart:hover, .btn:hover, .button:hover, input[type="button"]:hover {
  color: white; }

.rotate90 {
  transform: rotate(-90deg); }

.mouse {
  width: 25px;
  height: 42px;
  border-radius: 15px;
  border: 2px solid rgba(255, 255, 255, 0.62);
  -webkit-animation: intro 1s;
  animation: intro 1s; }

.scroll {
  display: block;
  width: 3px;
  height: 3px;
  margin: 6px auto;
  border-radius: 4px;
  background: #888;
  -webkit-animation: finger 1s infinite;
  animation: finger 1s infinite; }

@-webkit-keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes finger {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }
@keyframes finger {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }
/* 404 */
#error-404 {
  text-align: center;
  margin: 150px 0px 150px 0px; }
  #error-404 h1 {
    font-size: 250px;
    line-height: 180px; }
  #error-404 h2 {
    text-transform: uppercase;
    font-size: 60px;
    opacity: 0.8; }

.error404 p {
  opacity: 0.5;
  margin-top: 50px; }
.error404 .page-title-wrap {
  padding-bottom: 0px !important;
  height: 0px; }

#error-404 img {
  position: relative;
  top: 18px;
  left: 10px; }

.searchw404 {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  margin-top: 20px; }
  .searchw404 input {
    padding: 11px 30px 10px 30px;
    height: auto;
    font-size: 14px;
    box-shadow: 0px 2px 5px black; }
  .searchw404 button {
    position: absolute;
    right: 0px;
    top: 0px; }

/* BODY & LAYOUT RELATED
   ============================= */
.main-content, header {
  position: relative; }

.main-content {
  z-index: 9; }

/* BODY TYPES
   ============================= */
body.boxed .main-content, body.boxed header {
  width: 1240px;
  margin: 0 auto;
  padding: 0px 30px; }
body.boxed .container {
  width: auto; }

.fullwidth .container {
  width: 100%; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.3); }

#myModalLSubmit .map-select {
  display: none; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #1b2027;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }

.modal-header {
  padding: 15px;
  position: relative; }
  .modal-header .close {
    margin-top: -2px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: transparent !important;
    font-size: 20px;
    width: auto;
    padding: 8px 21px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9; }

.fade.in {
  opacity: 1; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto; }

.tooltip-inner {
  border: 1px solid #f8f8f83b;
  padding: 5px 10px;
  background: #191e26; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #fefefe47; }

.media-attachments-filter-heading, button#menu-item-upload {
  color: black !important; }

/* Registration page */
.registration-login .normal-page {
  padding: 50px 0px; }

.register-form-wrapper {
  background-color: #1f242c;
  border: 1px solid #ffffff1c;
  padding: 25px 50px;
  margin: 0 auto 0 auto;
  float: none;
  margin-top: 50px; }

.register-form-wrapper button#wp-submit {
  margin: 0 auto;
  display: inherit;
  margin-top: 30px;
  margin-bottom: 20px; }

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999; }

/***************************************/
/******** Wordpress default fixes ********/
.first {
  clear: both; }

blockquote {
  display: block;
  margin: 25px 0;
  border-left: 1px solid #000;
  color: #eee;
  padding: 10px 0 10px 25px;
  font-style: italic;
  font-size: 20px;
  line-height: 30px;
  box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.1); }

.tagcloud a {
  position: relative;
  display: inline-block;
  font-size: 12px !important;
  margin-top: 0;
  margin-bottom: 9px;
  margin-right: 7px;
  border-radius: 4px;
  line-height: 30px;
  padding: 2px 15px;
  color: white; }

.tagcloud a:hover {
  background: rgba(0, 0, 0, 0.91); }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto; }

pre h2 {
  color: #333 !important; }

a img.alignright {
  float: right;
  margin: 5px 0 10px 20px; }

a img.alignnone {
  margin: 5px 20px 10px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 10px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #1B1C20;
  border: 1px solid #000;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignleft, .wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 10px 5px 0; }

.wp-editor-container {
  border: 1px solid #1b1f28 !important;
  background: white; }

.gallery .gallery-caption {
  font-size: 12px;
  margin: 0 0 12px; }

.gallery-item a img, .gallery-item a img:hover {
  border-width: 3px;
  border-style: solid;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease; }

.gallery > dl {
  padding: 5px; }

.gallery > dl img:hover {
  border-color: white !important; }

#ascrail2000 {
  z-index: 100000000 !important; }

.wp-core-ui .wp-media-buttons ul {
  list-style: none;
  display: inline-block;
  margin-right: 5px; }

#wp-aboutMe-media-buttons > ul.button {
  display: none; }

body .wp-core-ui .button, body .wp-core-ui body .button-secondary {
  color: #fff;
  background: #1A1A1A !important;
  border: 1px solid #000;
  box-shadow: none;
  text-shadow: none;
  font-weight: 500; }

button.button-link.delete-attachment, button.button-link.delete-attachment:active, .selection-info .clear-selection, .selection-info .clear-selection:active,
button.media-modal-close, button.media-modal-close:active, .media-selection .button-link, .media-selection .button-link:active {
  box-shadow: none !important;
  border: 0px !important;
  outline: none !important;
  text-shadow: none; }

.attachment-details input[type="text"], .attachment-details textarea, input.link-to-custom, .media-selection .count {
  color: #333; }

.media-frame select {
  height: 24px;
  padding: 2px;
  color: #333; }

.wp-core-ui .attachment.details .check, .wp-core-ui .attachment.selected .check:focus, .wp-core-ui .media-frame.mode-grid .attachment.selected .check {
  background-color: #0073aa !important; }

body .wp-core-ui .wp-editor-tabs button {
  background: #1a1a1a !important;
  padding: 5px 10px !important;
  border: 1px solid black !important; }

body .wp-core-ui .wp-editor-tabs button:hover, body .wp-core-ui.html-active .wp-editor-tabs button#aboutMe-html,
body .wp-core-ui.tmce-active .wp-editor-tabs button#aboutMe-tmce {
  box-shadow: none !important;
  color: white; }

body .upload-ui .browser {
  color: #fff !important; }

body .quicktags-toolbar {
  border: 1px solid #000;
  border-bottom: 0;
  background: #181B1E; }

body .mce-container, body .mce-widget, body .mce-reset {
  background: #26262f !important;
  color: #555d66 !important;
  box-shadow: none;
  border: 0px; }

body .mce-widget * {
  background: #26262f; }

body .mce-toolbar .mce-btn button, body .qt-dfw {
  border: 0px !important;
  box-shadow: none; }

body .mce-btn .mce-txt {
  color: #555d66; }

body .wp-core-ui button {
  background: transparent !important;
  box-shadow: none !important;
  text-shadow: none;
  text-transform: capitalize;
  font-weight: 500;
  outline: none !important;
  border: 1px solid transparent; }

.mce-toolbar .mce-btn, .qt-dfw {
  overflow: hidden !important; }

body .wp-core-ui button.media-menu-item:hover {
  border: 0px !important;
  color: #1a1a1a; }

body .mce-panel .mce-btn:focus i.mce-caret, body .mce-panel .mce-btn:hover i.mce-caret {
  border-top-color: #7d8a98; }

body .wp-switch-editor {
  border: 1px solid #5a5a5a;
  border-radius: 5px 5px 0px 0px; }

body .mce-menu-item .mce-ico, body .mce-menu-item .mce-text {
  color: #555d66; }

body .mce-btn-small button {
  padding: 1px 5px;
  font-size: 12px;
  background: transparent !important;
  box-shadow: none !important;
  width: 100%;
  color: #555d66;
  border: 1px solid transparent; }

#wp-description-editor-container > .mce-container > .mce-container-body {
  border: 1px solid black; }

body .mce-panel.mce-menu {
  border: 1px solid #000; }

body div.mce-panel {
  border: 0;
  background: #26262f; }

body .mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
  -webkit-border-radius: 0;
  border-radius: 0;
  direction: ltr;
  background: #26262f;
  border: 1px solid #555d66; }

.mce-container-body {
  border: 1px solid black; }

.mce-btn button i {
  font-size: 16px !important; }

body .wp-core-ui .button-secondary:focus, body .wp-core-ui .button-secondary:hover, body .wp-core-ui .button.focus, body .wp-core-ui .button.hover, body .wp-core-ui .button:focus, body .wp-core-ui .button:hover {
  background: #131313;
  border-color: #000;
  color: #999; }

.seres {
  margin-top: 13px !important;
  transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out; }

.postform#cat, .screen-reader-text {
  margin-top: 20px;
  margin-right: 10px; }

#wp-calendar {
  width: 100%; }

#wp-calendar td, #wp-calendar th {
  padding: 10px;
  border: 1px solid #000;
  background: #1f242c;
  text-align: center; }

#wp-calendar td:hover, #wp-calendar th:hover {
  background: #252b34; }

#wp-calendar th {
  background: #1f242c; }

#wp-calendar caption {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #000;
  background: #252b34;
  border-bottom: 0px;
  color: #cccccc;
  font-weight: 600; }

.widget * {
  max-width: 100%; }

.widget select {
  width: 100%; }

.widget .wp-caption {
  margin-left: 0px;
  margin-right: 0px; }

.widget .postform#cat {
  margin-top: 0px; }

label.ermaps, .error_msg span p {
  color: red;
  background: #ff00000f;
  padding: 5px 10px;
  border: 1px solid red;
  margin-top: 10px;
  font-size: 12px;
  margin-bottom: 20px; }

.cat-item ul.children {
  box-shadow: none; }

pre {
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  padding: 25px 30px;
  background: #00000033;
  margin: 10px 0px; }

.wp-block-table.is-style-stripes {
  border-bottom: 1px solid #00000045; }

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #000000; }

/*  tooltip */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

.wp-block-button__link {
  border-radius: 0px;
  margin: 5px 0px; }

.single-post .blog-ind .blog-content p[style*="font-size:46px"], .single-post .blog-ind .blog-content p.has-large-font-size {
  line-height: 46px; }

.single-post .blog-ind .blog-content p.has-text-color {
  margin-top: 20px; }

.blog-content ol {
  padding-left: 20px;
  line-height: 30px; }

.blog-content ul ul {
  padding-left: 20px; }

ul.wp-block-rss {
  list-style: none;
  line-height: 30px;
  margin-top: 5px; }

.wp-block-search .wp-block-search__button {
  height: 45px; }

code {
  padding: 10px 20px;
  background: #00000085;
  display: block;
  margin: 10px 5px; }

.page-template-default {
  border-collapse: collapse;
  border-spacing: 0;
  border: medium none;
  vertical-align: middle;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: auto; }
  .page-template-default .page {
    line-height: 28px; }
    .page-template-default .page ul, .page-template-default .page ol {
      padding-left: 20px; }
    .page-template-default .page li {
      margin: 5px 0px; }
    .page-template-default .page p, .page-template-default .page h2 {
      margin: 20px 0px; }
    .page-template-default .page td, .page-template-default .page th {
      padding: 10px;
      background: #000000c4; }
    .page-template-default .page tfoot tr td {
      font-size: 12px;
      line-height: 18px;
      text-align: left; }
    .page-template-default .page tfoot tr td:first-child {
      border-left: none; }
    .page-template-default .page tr td {
      font-weight: bold;
      font-size: 14px;
      padding: 9px 20px;
      vertical-align: top;
      border: none;
      background: #00000059; }

dt {
  text-align: left;
  font-weight: bold;
  vertical-align: top;
  width: 100%; }

dt::after {
  content: ":"; }

dd {
  padding: 0 0 10px 0;
  width: 100%; }

/* Component containers
----------------------------------*/
.ui-widget .ui-widget {
  font-size: 1em; }

.ui-tooltip.ui-widget-content {
  border: 1px solid #000000;
  background: #202020;
  color: #fefefe;
  line-height: 10px;
  margin-left: -10px; }

/* PAGE LOADER STYLES
   ============================= */
.no-js #loader {
  display: none; }

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0; }

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999; }

/* Folding Cube */
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: absolute;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  left: 0px;
  right: 0px;
  top: 50%;
  margin-top: -20px;
  /* bottom: 0px; */ }

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg); }

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg); }

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg); }

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }
/* Rotating Plane */
.rotating-plane {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  margin-top: -20px;
  /* bottom: 0px; */
  margin: 0px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/* Double Bounce */
.double-bounce {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  margin-top: -20px;
  /* bottom: 0px; */
  margin: 0 auto; }

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
/* Rectangle Bounce  */
.rectangle-bounce {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  margin-top: -20px;
  margin: 0 auto; }

.rectangle-bounce > div {
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.rectangle-bounce .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.rectangle-bounce .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.rectangle-bounce .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.rectangle-bounce .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }
/* Wandering cubes */
.wandering-cubes {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  margin-top: -20px;
  margin: 0 auto; }

.cube1, .cube2 {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out; }

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg); } }
@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg); }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg); } }
/* Pulse */
.pulse {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  margin-top: -20px;
  margin: 0 auto;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out; }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
/* Chasing Dots */
.chasing-dots {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  margin-top: -20px;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear; }

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
/* Three Bounce */
.three-bounce {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  margin: 0 auto;
  width: 70px;
  text-align: center; }

.three-bounce > div {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.three-bounce .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.three-bounce .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/* sk-circle */
.sk-circle {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  margin: 0 auto;
  margin-top: -20px;
  width: 40px;
  height: 40px; }

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/* Cube Grid */
.sk-cube-grid {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  margin: 0 auto;
  margin-top: -20px; }

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }
/* Fading Circle */
.sk-fading-circle {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  margin: 0 auto;
  margin-top: -20px;
  width: 40px;
  height: 40px; }

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }
/* Tournament Registration */
.form-half {
  display: flex; }
  .form-half > p {
    width: 49%; }
    .form-half > p:first-child {
      margin-right: 2%; }

.tournament-creation-wrap.col-9 {
  margin: 0 auto 0 auto;
  float: none; }
  .tournament-creation-wrap.col-9 h3 {
    background: #00000040;
    padding: 20px;
    margin: -25px -50px 25px -50px; }
  .tournament-creation-wrap.col-9 ul.tc-games {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    min-height: 500px; }
    .tournament-creation-wrap.col-9 ul.tc-games:hover li:not(:hover) {
      filter: grayscale(100%);
      opacity: 0.5; }
    .tournament-creation-wrap.col-9 ul.tc-games h2 {
      margin: 50px 0px 30px 0px;
      text-align: center;
      width: 100%; }
    .tournament-creation-wrap.col-9 ul.tc-games li {
      width: 18%;
      background-color: #1c222b;
      margin-bottom: 2%;
      margin-left: 1%;
      margin-right: 1%;
      cursor: pointer;
      height: 170px;
      transition: all 0.35s ease;
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      position: relative;
      border: 2px solid #1c202b;
      background-size: cover;
      background-position: top center; }
      .tournament-creation-wrap.col-9 ul.tc-games li span {
        position: absolute;
        width: 100%;
        background: #2a303d;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 5px 10px;
        bottom: 0px;
        left: 0px;
        font-weight: 300;
        font-size: 14px; }

.tc-games-show {
  -webkit-animation: tcgamesshow 1.5s forwards;
  animation: tcgamesshow 1.5s forwards;
  max-height: 1000px; }

.tc-form-hide {
  animation-delay: 2s;
  -webkit-animation: tcformhide 1.5s forwards;
  animation: tcformhide 1.5s forwards; }

.tc-games-hide {
  -webkit-animation: tcgameshide 1.5s forwards;
  animation: tcgameshide 1.5s forwards;
  max-height: 1000px;
  overflow: hidden; }

.tc-form-show {
  animation-delay: 2s;
  -webkit-animation: tcformshow 1.5s forwards;
  animation: tcformshow 1.5s forwards; }

.tc-forms {
  margin-top: 30px;
  opacity: 0;
  overflow: hidden;
  max-height: 0px; }
  .tc-forms .publish_tournament img {
    top: 6px;
    position: relative; }
  .tc-forms > span {
    display: block;
    text-align: center;
    margin: 0px 0px 10px 0px;
    cursor: pointer;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease; }
    .tc-forms > span:hover {
      color: white; }
    .tc-forms > span i {
      margin-left: 5px; }
  .tc-forms .register-form-wrapper {
    margin-bottom: 30px; }
    .tc-forms .register-form-wrapper .makeptour {
      display: flex; }
      .tc-forms .register-form-wrapper .makeptour input {
        margin-right: 10px;
        position: relative;
        top: 2px;
        margin-left: 0px; }
    .tc-forms .register-form-wrapper .prizes_wrapper.tbprice {
      margin: -26px -51px -26px -50px; }
      .tc-forms .register-form-wrapper .prizes_wrapper.tbprice td span {
        position: relative;
        top: -4px; }
      .tc-forms .register-form-wrapper .prizes_wrapper.tbprice td .tournament-table_prize input[type="text"] {
        margin-bottom: 0px; }
    .tc-forms .register-form-wrapper p span {
      display: block;
      margin-bottom: 10px; }
    .tc-forms .register-form-wrapper ul.tbmaps {
      display: flex;
      flex-wrap: wrap;
      list-style: none; }
      .tc-forms .register-form-wrapper ul.tbmaps li {
        width: 31%;
        margin: 1%;
        background: #2d3239;
        text-align: center;
        padding-bottom: 12px;
        cursor: pointer;
        border: 2px solid #181c22;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease; }
        .tc-forms .register-form-wrapper ul.tbmaps li img {
          width: 100%;
          margin-bottom: 6px; }

@-webkit-keyframes tcgameshide {
  0% {
    max-height: 1000px;
    opacity: 1;
    min-height: 500px; }
  100% {
    max-height: 0px;
    opacity: 0;
    min-height: 0px; } }
@-webkit-keyframes tcgamesshow {
  0% {
    max-height: 0px;
    opacity: 0;
    min-height: 0px; }
  100% {
    max-height: 1000px;
    opacity: 1;
    min-height: 500px; } }
@-webkit-keyframes tcformshow {
  0% {
    max-height: 0px;
    opacity: 0; }
  100% {
    max-height: 15000px;
    opacity: 1; } }
@-webkit-keyframes tcformhide {
  0% {
    max-height: 15000px;
    opacity: 1; }
  100% {
    max-height: 0px;
    opacity: 0; } }
.page-template-tmp-tournament-creation .title_wrapper {
  padding-bottom: 40px;
  padding-top: 40px; }
  .page-template-tmp-tournament-creation .title_wrapper .col-12 h1 {
    font-size: 40px;
    text-align: center;
    margin-left: 0px;
    padding-left: 0px; }
  .page-template-tmp-tournament-creation .title_wrapper .col-12:before {
    display: none; }

.flatpickr-month {
  color: white !important; }

.page-template-page-user-registration .title_wrapper {
  padding-bottom: 40px;
  padding-top: 40px; }

.page-template-page-user-registration .title_wrapper .col-12 h1 {
  font-size: 40px;
  text-align: center;
  margin-left: 0px;
  padding-left: 0px; }

.page-template-page-user-registration .title_wrapper .col-12:before {
  display: none; }

.all-tournaments-form label, .all-teams-form label {
  display: flex;
  margin-top: 30px;
  margin-bottom: 20px; }

.all-tournaments-form label input[type=text], .all-teams-form label input[type=text] {
  margin-right: 20px;
  min-height: 46px;
  margin-bottom: 0px; }

.all-teams-page ul.teams-list {
  display: flex;
  flex-wrap: wrap; }

.all-teams-page ul.teams-list li {
  width: 32.33%;
  margin: 0.5% 0.5%; }

/***************************/
/******** Mobile ********/
/***************************/
/*-----------------

Mobile Fixes

----------------*/
@media (min-width: 768px) {
  .container {
    width: 100%; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
@media (min-width: 1328px) {
  .container {
    width: 1328px; } }
@media (max-width: 1330px) {
  .hide-on-shrink {
    display: none; }

  body #buddypress .wpb_wrapper#members .members-list li, body #buddypress .members-list li {
    width: 49%; }

  body #buddypress .profile #item-nav, body.my-account #buddypress #item-nav, body.profile #buddypress #item-nav, body.bp-user #buddypress #item-nav {
    position: initial;
    width: 100%; }

  body .profile-info .nav-top-divider {
    width: 110% !important; }

  body #buddypress div.item-list-tabs ul li {
    width: 23%;
    margin: 5px 1%;
    border: 1px solid black; }

  body .profile-info .avatar-card, body.my-account .profile-info .avatar-card {
    top: 10px;
    left: 117px; }

  body #buddypress div.item-list-tabs#subnav ul li.last {
    margin-top: 10px !important;
    /* padding: 10px; */
    margin-bottom: 10px !important; }

  .responsivehide {
    display: none !important; } }
@media (max-width: 1200px) {
  .col-6.msidebar {
    width: 100%; }

  .tournament-header .container {
    padding-left: 30px; }

  .mtournament-body {
    padding-left: 20px; }

  header .col-4:first-child {
    display: none; }

  .team-page .tab-pane ul.matches-wrapper li {
    width: 100%; }

  .tbinfo ul li, .tbmapsi li {
    width: 33%;
    margin-bottom: 25px; }

  .tbinfo ul, .tbmapsi {
    flex-wrap: wrap; } }
@media (min-width: 768px) {
  body .modal-dialog {
    margin: 60px auto; }

  .lead {
    font-size: 21px; }

  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .dl-horizontal dd {
    margin-left: 180px; }

  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .form-inline .input-group > .form-control {
    width: 100%; }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    float: none;
    margin-left: 0; }

  .form-inline .has-feedback .form-control-feedback {
    top: 0; }

  .form-horizontal .control-label {
    text-align: right; }

  .navbar-nav {
    float: none !important; }

  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff; }

  body .navbar-collapse {
    max-height: none;
    padding: 0;
    margin: 0;
    float: none; }

  .navbar-toggle {
    display: block; }

  .navbar-header {
    float: none; } }
@media (max-width: 768px) {
  ul.tournaments-list li .tlinfoextra {
    display: none; }

  .form-half > p, .register-form-wrapper p label {
    width: 100%; }

  .register-form-wrapper p {
    margin-right: 0px !important; }

  .form-half {
    display: flex;
    flex-wrap: wrap; }

  .register-form-wrapper {
    padding: 25px 20px; }

  .tournament-creation-wrap.col-9 h3 {
    margin: -25px -20px 25px -20px; }

  .tournament-creation-wrap.col-9 ul.tc-games li {
    width: 31%; }

  .mapscore span {
    line-height: 100px;
    font-weight: 600;
    text-align: center !important;
    position: relative; }

  .mapscore {
    height: 100%;
    min-width: 37%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%; }

  .mmaps h3 {
    text-align: center;
    width: 100%;
    margin-left: 0px; }

  .friendswrapper {
    position: absolute;
    top: 190px;
    right: 50%;
    transform: translateX(50%);
    text-align: center;
    z-index: 30; }

  .friendswrapper .friends-count {
    text-align: center; }

  .profile-fimage {
    min-height: 360px; }

  .match-header .col-4 h3 {
    width: 100%; }

  .match-header {
    padding-top: 70px;
    padding-bottom: 70px; }

  ul.news-small-list li {
    width: 50%;
    margin: 10px 0px; }

  ul.news-small-list {
    flex-wrap: wrap; }

  .game-list li {
    width: 49%; }

  .tbprice {
    overflow-y: auto;
    cursor: e-resize; }

  .tbprice table {
    min-width: 1000px; }

  body .tbbrakets .tbbstagesw ul li {
    -ms-flex: 0 0 32.5%;
    flex: 0 0 32.5%; }

  html body.single-post {
    background-position-y: 150px;
    background-size: auto !important; }

  body #buddypress .wpb_wrapper#members .members-list li, body #buddypress .members-list li,
  body .footer_widget.teamwarlist-page ul.teamwar-list li.teamwar-item, body .widget.teamwarlist-page ul.teamwar-list li.teamwar-item {
    width: 100%;
    margin-top: 20px; }

  body .thdescriptionleft, body .thdescriptionright, body .thinfoleft, body .thinforight {
    width: 100%;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px; }

  body .thdescriptionw, body .thprice {
    margin-bottom: 0px; }

  body .tournament-header {
    padding-bottom: 0px; }

  html body .tournaments-list li, .footer_column {
    width: 100% !important; }

  body.woocommerce .col-lg-8 ul.products li.product, .woocommerce-page .col-lg-8 ul.products li.product {
    float: none !important; } }
@media (max-width: 666px) {
  .tc-forms .register-form-wrapper .prizes_wrapper.tbprice {
    margin: 0px; }

  .match-header .col-4 .mtmembers {
    text-align: center !important; }

  ul.matches-wrapper li a div.mw-wrapper > div.mw-mid {
    margin: 0px 5px; }

  ul.tournaments-list li .tlinfoextra .tlist-join {
    width: 100% !important; }

  .all-teams-page ul.teams-list li {
    width: 100% !important;
    margin: 0.5% 0% !important; }

  .title_wrapper .col-12 h1 {
    font-size: 50px; }

  ul.matchstats {
    flex-wrap: wrap; }

  ul.matchstats li {
    width: 100% !important;
    margin: 10px 0px; }

  ul.matches-wrapper li a .mw-wrapper {
    transform: scale(0.8); }

  .team-page .tab-pane ul.matches-wrapper li a .mw-wrapper > div.mw-mid {
    margin: 25px 0px; }

  ul.matches-wrapper li a div.mw-wrapper > div {
    width: 100%;
    justify-content: center !important;
    margin: 10px 0px; }

  body .modal-body .map {
    width: auto; }

  body.woocommerce .col-lg-8 ul.products li.product, .woocommerce-page .col-lg-8 ul.products li.product {
    width: 100% !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    float: none !important; }

  body #buddypress div.item-list-tabs#subnav {
    background: 0 0;
    margin: 10px 0 0;
    width: 100%;
    position: relative;
    float: none;
    height: 50px;
    padding-top: 60px; }

  .bbp-user-page #buddypress > #item-nav {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }

  body #buddypress div.item-list-tabs ul li {
    width: 100%; }

  #buddypress div.item-list-tabs ul li {
    float: none; }

  .members #buddypress div.item-list-tabs ul li {
    width: 100%; } }
@media (max-width: 600px) {
  .post-review {
    width: -webkit-fill-available;
    text-align: center; }

  body.members #buddypress div.item-list-tabs#subnav ul li.filter#members-order-select {
    display: none; }

  .prizes_wrapper {
    overflow-x: scroll;
    width: 100%; }

  body .prizes_wrapper table {
    min-width: 0px; }

  body ul.news-main-list li {
    width: 100% !important;
    margin-left: 0% !important; }

  ul.tournaments-list li .tlinfow .tlist-info {
    width: 70%; }

  ul.tournaments-list li .tlinfow {
    flex-wrap: wrap; } }
@media (max-width: 480px) {
  .tc-forms .register-form-wrapper ul.tbmaps li {
    width: 100%; }

  .tournament-creation-wrap.col-9 ul.tc-games li {
    width: 48%; }

  ul.matches-wrapper li a .mw-wrapper {
    transform: scale(0.6); }

  .title_wrapper .col-12 h1 {
    font-size: 30px; }

  .game-list li {
    width: 99%;
    margin-bottom: 3%; }

  ul.news-small-list li {
    width: 100%; }

  #bbpress-forums li.bbp-forum-reply-count, #bbpress-forums li.bbp-forum-topic-count {
    display: none; }

  #bbpress-forums li.bbp-forum-info {
    width: 100%; }

  li.bbp-forum-info i.fa-comments-o, li.bbp-topic-title i.fa-comment {
    display: none !important; }

  .members #buddypress div.dir-search input[type=text] {
    width: 100%; }

  body .social-top {
    width: 100%;
    text-align: center; }

  body .social-top a:first-child {
    padding-left: 10px; }

  body .social-top a {
    padding: 8px 7px 5px; }

  body .copyright p {
    width: 100%;
    text-align: center;
    margin: 10px 0; }

  body .copyright .social {
    float: left;
    margin-left: 5px;
    padding-left: 0;
    width: 100%;
    text-align: center; }

  body .social a {
    margin: 10px 5px 5px 7px; }

  body .capch #captcha-form {
    width: 100%;
    margin-left: 0; }

  body .socialb-wrapper li {
    width: 29%; }

  a.back-to-top {
    margin: -105px auto 0 !important; }

  .block_tabs .nav-tabs > li a {
    font-size: 10px; }

  body .nm-teams .r-home-team {
    margin: 0 auto;
    text-align: center;
    float: none;
    height: auto;
    width: auto; }

  footer .nm-teams .r-home-team {
    margin-left: 0; }

  footer .nm-teams .r-home-team {
    margin-left: 0; }

  body .nm-teams .r-opponent-team {
    margin-right: 5px !important;
    float: none;
    width: auto;
    height: auto;
    margin-bottom: 10px; }

  .nm-teams .versus {
    width: 100% !important;
    position: relative !important;
    text-align: center !important;
    top: 10px; }

  .nm-teams .r-home-team span, .nm-teams .r-opponent-team span {
    height: auto !important;
    display: block !important;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    margin-top: 15px; }

  .owl-carousel .owl-wrapper-outer {
    width: 87%; }

  .post-meta > img {
    width: auto !important; }

  .newsbv .newsb-thumbnail {
    width: auto !important;
    margin-bottom: 10px;
    margin-right: 0 !important; }

  .tbregulations > ul, .tbmapsi li, .tbregulations .tab-content.wcontainer {
    width: 100% !important; }

  .tbregulations > ul.nav-tabs > li {
    width: 50%;
    border-radius: 5px; }

  .tbregulations > ul.nav-tabs li a {
    font-size: 10px; }

  body .profile-info .avatar-card, body.my-account .profile-info .avatar-card {
    width: 200px;
    left: 50%;
    transform: translateX(-100px); }

  .profile-info .pmi_title {
    /* position: relative; */
    top: 220px;
    left: 0px;
    text-align: center;
    width: 100%; }

  .my-account .page.normal-page, .my-account .page.normal-page .col-12 {
    padding: 0px !important; }

  body .profile-info .avatar-card img {
    height: auto;
    width: auto;
    max-width: 100%; }

  body .profile-fimage.profile-media .hiddenoverflow {
    height: 350px; }

  body .profile-fimage {
    margin-left: -10px;
    margin-right: -10px;
    min-height: 460px;
    position: relative; }

  body .friendswrapper {
    top: 287px; }

  body .popover-content {
    max-width: 100%; }

  body .editableform .form-control {
    display: inline-block; }

  body .tbinfo ul {
    overflow-x: scroll;
    flex-wrap: wrap; }

  body .editable-container.popover {
    min-width: 0px;
    width: 100%; }

  #remove_regulation {
    margin-left: 0px !important; } }
@media (max-width: 991px) {
  .profile-info.row {
    margin: 0px -35px; }

  .all-teams-page ul.teams-list li {
    width: 49%; }

  .match-header .col-4 > a, .match-header .col-4:last-child > a {
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column; }

  .match-header .col-4:nth-child(2) {
    margin: 30px 0px; }

  .tbinfo ul li, .tbmapsi li {
    width: 50% !important; }

  .col-12, .col-8, .col-4, .col-9, .col-3, .col-7, .col-6 {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important; }

  ul.news-main-list li {
    position: relative;
    width: 49% !important;
    float: none;
    height: auto !important;
    min-height: 250px; }

  ul.news-main-list {
    display: flex;
    list-style: none;
    flex-wrap: wrap; }

  ul.news-main-list li:first-child {
    width: 100% !important; }

  .navbar-wrapper {
    flex-wrap: wrap; }

  .navbar-wrapper .logo {
    width: 100%; }

  body .user-wrap > a {
    position: absolute;
    left: -2px;
    top: 4px; }

  body .container > .navbar-collapse {
    border-top: 0px;
    margin-top: -2px !important;
    overflow: hidden; }

  body .container > .navbar-collapse.in {
    max-height: 2000px; }

  body .cart-outer {
    position: absolute;
    right: 0px;
    display: none; }

  body .navbar-collapse .cart-outer {
    display: block; }

  body #matches .mcomments, body #matches .mmaps {
    width: 100%; }

  #matches.user_matches .team-a img, #matches .team-b img {
    height: auto !important; }

  body .navbar-collapse.collapse {
    display: block !important; }

  .navbar-wrapper .user-wrap {
    display: none !important; }

  .navbar-collapse .user-wrap, body .user-wrap.user-wrap-double {
    margin-bottom: 0px;
    padding-bottom: 12px;
    display: inline-block !important; }

  .container .container {
    width: auto; }

  .user-wrap .dropdown > li:hover > ul {
    visibility: visible;
    opacity: 1;
    display: block; }

  .navbar-collapse.in {
    overflow-y: visible !important; }

  body .user-wrap .dropdown ul {
    position: initial;
    visibility: hidden;
    display: none; }

  html .woocommerce nav.woocommerce-pagination ul {
    float: none; }

  .bootstrap-wysihtml5-insert-image-modal {
    width: 80%; }

  body .ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop, body .ubermenu-main > ul li .ubermenu-tab-content-panel, body .ubermenu-main .ubermenu-item-level-0 > .ubermenu-submenu-drop {
    background-image: none !important; }

  body {
    background-position-y: 100px !important; }

  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-collapse:not(.ubermenu-in-transition) {
    display: block !important; }

  html body .navbar-inverse .container {
    padding: 0px 0px 0px 0px; }

  body .blog, body .normal-page, body .portfolio {
    padding: 0px 15px; }

  body #matches .mversus {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 999999;
    text-align: center;
    background: rgba(0, 0, 0, 0); }

  body .container > .navbar-collapse {
    padding: 0px !important;
    margin: 0px !important;
    max-height: 0px;
    position: relative;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease; }

  body .mcttCo {
    display: none; }

  body .navbar-nav > li {
    float: none; }

  body .navbar-inverse .nav > li > a {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 1px 0 0;
    text-shadow: 0 1px 2px #000;
    opacity: .9;
    float: none;
    height: auto;
    border-left: 0px;
    box-shadow: none; }

  .ticker-title {
    padding-left: 25px; }

  body .navbar-collapse {
    max-height: none;
    padding: 0;
    margin: 0;
    float: none; }

  .social-top {
    display: none; }

  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; }

  .psearch-content {
    width: 49.6%;
    display: inline-block; }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }

  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px; }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }

  .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none; }

  #buddypress #admins-list li, #buddypress #friend-list li, #buddypress .members-list li, #buddypress #members-list-fn li, #buddypress #mods-list li, body.group-members #buddypress #members-group-list ul.item-list li {
    width: 100%; }

  .navbar ul {
    border-top: 1px solid #202126;
    background: black; }

  body .user-wrap {
    padding: 0px;
    height: auto;
    box-shadow: none;
    border: 0px;
    margin: 0 auto;
    margin-bottom: 15px;
    float: none;
    display: block !important; }

  body #buddypress div.item-list-tabs#subnav ul li.last {
    width: auto;
    margin-top: 30px !important;
    margin-bottom: 10px; }

  body div[class*=vc_col-sm-] .teams-block ul li, body div[class*=vc_col-sm-] .teams-block ul li:nth-child(even), body div[class*=vc_col-sm-] .members-block ul li, body div[class*=vc_col-sm-] .members-block ul li:nth-child(even) {
    width: 100% !important; }

  body .wpb_column > .wpb_wrapper > :last-child {
    margin-bottom: 20px; }

  body .navbar-wrapper .login-info {
    text-align: center;
    border-top: 1px solid #000;
    float: none;
    padding: 0;
    display: flex;
    justify-content: center;
    width: 100%; }

  body .user-wrap a.btns.settings {
    right: 165px; }

  body .user-wrap a.btns.cross {
    right: 115px; }

  body .user-wrap a.btns {
    left: initial !important;
    right: initial !important;
    width: 100%;
    position: relative;
    top: initial !important;
    text-align: center; }

  .user-wrap a.btns.logout {
    right: 215px; }

  body .navbar-nav {
    width: 100%;
    margin: 0;
    list-style: none;
    padding: 10px 10px; }

  body .navbar-collapse {
    max-height: none;
    padding: 0;
    margin: 0;
    float: none; }

  body .social-top {
    right: 0; }

  body div#mcTooltipWrapper.login-tooltip {
    left: 0;
    right: 0;
    margin: 0 auto; }

  body div#mcTooltipWrapper.login-tooltip #mcttCo {
    display: none; }

  body .navbar-wrapper .login-info #login_tooltip .fas {
    left: -15px; }

  body .dropdown-menu {
    position: initial;
    width: 100%;
    height: 0;
    display: none; }

  body .dropdown-menu:hover, body .dropdown:hover .dropdown-menu {
    width: 100%;
    height: auto;
    position: relative;
    left: 0; }

  body .navbar-collapse ul.nav li.megamenu > ul.sub-menu {
    position: relative;
    left: 0; }

  body .navbar-collapse ul.nav li.megamenu > ul.sub-menu li ul.sub-menu {
    margin-bottom: 20px; }

  body .navbar-collapse ul.nav li.megamenu > ul > li {
    width: 100%;
    display: block !important; }

  body, body .nextmatch_wrap {
    background-size: cover; }

  body .logo.col-lg-3 {
    width: 100%;
    text-align: center; }

  body .newsbv-item-first, body li.newsbh-item, body li.newsbh-item img, body li.newsbh-item:first-child, body li.newsbv-item, body > li.newsbv-item > img, body li.newsbv-item:first-child {
    width: 100% !important; }

  body #matches .team-a, body #matches .team-a .teamimgw, body #matches .team-b, body #matches .team-b .teamimgw, body #matches .teammfs, body #matches .teammfs span, body #matches .match-fimage .mversus, body #matches .mminfo, body #matches .mminfow, body #matches .pmi_title, body .team-page .pmi_title {
    position: initial;
    width: 100%;
    text-align: center; }

  body .team-page .pmi_title {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 230px;
    z-index: 100000;
    width: auto;
    min-width: 300px; }

  div#score_fin {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px; }

  .team-page .pmi_title h1 a {
    margin: 5px auto; }

  .teamsocial {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center; }

  .profile-fimage {
    min-height: 370px; }

  body #matches .dots, body .profile-fimage.match-fimage .hiddenoverflow {
    display: none; }

  body #matches .profile-fimage.match-fimage {
    min-height: auto;
    max-height: none;
    height: auto; }

  body .team-page .team-nav {
    margin-top: 20px;
    position: initial;
    flex-wrap: wrap;
    margin-bottom: 5px; }

  body .team-page .team-nav li {
    width: 100%; }

  body .profile-fimage img {
    max-width: none; }

  body .bx-wrapper img {
    height: 100% !important;
    width: auto !important;
    min-width: auto !important;
    max-width: none !important; }

  .footer_widget.teamwarlist-page .teamwar-list .playing, .footer_widget.teamwarlist-page .teamwar-list .scores, .footer_widget.teamwarlist-page .teamwar-list .upcoming, .widget.teamwarlist-page .teamwar-list .playing, .widget.teamwarlist-page .teamwar-list .scores, .widget.teamwarlist-page .teamwar-list .upcoming {
    right: 0 !important;
    top: 0 !important;
    position: relative !important;
    width: 100% !important;
    margin-bottom: 15px !important; }

  .footer_widget.teamwarlist-page .teamwar-list .date, .widget.teamwarlist-page .teamwar-list .date, .widget.teamwarlist-page .match-wrap {
    width: 100% !important;
    text-align: center !important; }

  .title_wrapper .col-lg-12 .col-lg-6 {
    width: 50% !important; }

  body #buddypress div.item-list-tabs#subnav ul li.filter#members-order-select {
    width: auto;
    top: 0;
    margin-top: 0px !important;
    margin-bottom: 0px; }

  .members #buddypress div.item-list-tabs ul li {
    width: 48%; }

  body .team-page .team-avatar-card {
    left: 50%;
    margin-left: -116px;
    top: 55px; }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }

  body #matches ul.cmatchesw li, body #buddypress #admins-list li, body #buddypress #friend-list li, body #buddypress .members-list li, body #buddypress #members-list-fn li,
  body #buddypress #mods-list li, html body.group-members #buddypress #members-group-list ul.item-list li {
    width: 100%; }

  body .thdescriptionleft, body .thdescriptionright, body .thinfoleft, body .thinforight, body .tbinfo ul li {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px; }

  body .tbinfo ul li {
    margin-bottom: 20px; }

  body .tournament-header {
    padding-bottom: 0px; }

  body .tournament-header, body .nav-top-divider {
    margin-left: -15px;
    margin-right: -15px; }

  body footer {
    width: auto; }

  body .team-generali .team-members-mi li strong {
    width: auto;
    margin-right: 10px; }

  .table-responsive > .table {
    margin-bottom: 0; }

  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap; }

  .table-responsive > .table-bordered {
    border: 0; }

  .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0; }

  .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0; }

  .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

  body .search-top {
    position: initial;
    width: 100%; }

  body #sformm {
    margin: 10px 15px 10px 0px;
    position: relative;
    overflow: hidden;
    background: none; }

  body .navbar-inverse {
    height: auto !important; }

  body .navbar-toggle {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 15px;
    background: #26262a;
    width: 100%; }

  body .search-top {
    display: none; }

  body #buddypress div.item-list-tabs ul li {
    width: 100%; }

  body .navbar-header {
    overflow: visible;
    float: none;
    margin: 0 auto !important; }

  body .ubermenu-responsive-toggle {
    width: 100%;
    float: right; }

  body #sformm {
    margin: 0px;
    display: none; }

  body #sform input[type=search], body #sformm input[type=search] {
    padding: 13px 18px 12px 18px; }

  body #sform i.fa, body #sformm i.fa {
    top: 15px;
    left: 13px; }

  body ul.comment-list ul {
    margin-left: 0px;
    padding-left: 0px; }

  body ul.children li {
    padding-left: 0px; }

  body .unapproved {
    padding-left: 60px;
    display: block; }

  body .tlistinfo {
    padding-left: 0;
    margin: 10px 0;
    display: block; }

  body .tlistjoin {
    position: relative;
    bottom: 0;
    right: 0; } }
@media (min-width: 992px) {
  .navbar-collapse.collapse {
    display: none !important; } }
@media (min-width: 991px) {
  .bootstrap-wysihtml5-insert-image-modal {
    width: 500px; }

  body .navbar-nav > li {
    float: left;
    display: inline-block; }

  .width-850 {
    width: 850px;
    margin-left: auto;
    margin-right: auto; }

  body .navbar-inverse .container {
    position: relative;
    height: 41px; }

  .navbar-header {
    float: left; }

  .navbar-toggle, .navbar-header form {
    display: none; }

  collapse.collapse {
    display: inline-block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }

  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0; }

  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; }

  .psearch-content {
    width: 49.6%;
    display: inline-block; }

  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff; }

  .nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-justified > li > a {
    margin-bottom: 0; }

  .navbar-header {
    float: left; }

  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }

  .navbar-collapse.collapse {
    display: inline-block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }

  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0; }

  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  body .navbar-collapse.in {
    max-height: 2000px; }

  body .navbar-fixed-top .navbar-collapse,
  body .navbar-static-top .navbar-collapse,
  body .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0; } }
@media (max-width: 1200px) and (min-width: 992px) {
  .navbar-wrapper > .col-lg-4 {
    display: none; }

  .navbar-wrapper > .col-lg-4.logo {
    display: block; } }

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

/* new yassine*/

body{
  background: #222;
  margin: 0;
}
.holder{
  /*approx center*/
  position: absolute;
  top: 45%;
  left: 45%;
}
  
.bar{
  background: #d0f0dd;
  box-shadow: 0px 0px 0 #40ff22,
    0px 0px 4px #30ff1f,
    0px 0px 8px #20ff1b,
    0px 0px 16px #10ff18;
  border-radius: 4px;
  position: absolute;
}
.left{
  width: 4px;
  -webkit-animation: left 2s linear infinite;
}
@-webkit-keyframes left{
  0%  {height: 0; top: 96px; left: 0;}
  20% {height: 100px; top: 0; left: 0;}
  40% {height: 0; top: 0; left: 0;}
}
.top{
  height: 4px;
  -webkit-animation: top 2s linear infinite;
}
@-webkit-keyframes top{
  0%  {width: 0; top: 0; left: 0;}
  20% {width: 0; top: 0; left: 0;}
  40% {width: 100px; top: 0; left: 0;}
  60% {width: 0; top:0; left: 100px;}
}
.right{
  width: 4px;
  -webkit-animation: right 2s linear infinite;
}
@-webkit-keyframes right{
  0%  {height: 0; top: 0; left: 96px;}
  40% {height: 0; top: 0; left: 96px;}
  60% {height: 100px; top: 0; left: 96px;}
  80% {height: 0; top: 100px;left: 96px;}
}
.bottom{
  height: 4px;
  -webkit-animation: bottom 2s linear infinite;
}
@-webkit-keyframes bottom{
  0%  {width: 0; top: 96px; left: 96px;}
  60% {width: 0; top: 96px; left: 96px;}
  80% {width: 100px; top:96px; left: 0px;}
  100% {width: 0px; top:96px; left: 0px;}
}
