/*
 Theme Name:   Vavada Child
 Template:     mytheme
*/

#breadcrumbs {padding-top:1rem;position:relative;z-index:1}
body {
  background-image: url(/wp-content/themes/vavadachild/img/body_strips.526a52983c17baa3c7e277b3f871e06e.svg);
}

header {
  background-color: rgba(37, 37, 54, 0.95) !important;
  z-index: 999999!important;
}

.entry-content {
  position: relative;
  background: url(/wp-content/themes/vavadachild/img/noise.842fbbbae5bd6f37b0268590b6f121ec.png)
      repeat,
    #101226;
}
.entry-content:after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: url(/wp-content/themes/vavadachild/img/back_games_wided.227796c41fd586631e9dc8c7af874e66.svg)
    repeat-y;
  background-size: 100%;
}
.entry-content > .wp-block-group {
  z-index: 99999;
  position: relative;
}

/* Header */
header ul.menu {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.site-logo {
  padding-top: 1rem;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 1rem;
  width: calc(100% + 2rem);
  margin-right: -1rem;
  margin-left: -1rem;
}
.site-logo img {
  text-align: center;
  margin: auto;
  height: 100%;
  width: 200px;
}
header > * > .flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  header > * > .flex {
    flex-direction: unset;
  }
  header ul.menu {
    margin-right: 0!important;
  }
  .site-logo {
    padding: 0;
    border-bottom: 0;
    width: unset;
    margin: 0;
  }
}
/* Reg Button */
.menu-item-1440 {
  align-items: center;
  display: flex;
}
.menu-item-1440 a {
  box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000;
  background-color: #fe284a;
  line-height: 36px !important;
  height: 36px !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #fff;
}
.menu-item-1440:hover > a {
  border-bottom: none !important;
  color: #fff !important;
  box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000,
    inset 0 15px 15px -3px rgba(255, 255, 255, 0.4);
}

/* Slider */
.carousel {
  margin-top: calc(0px - var(--header-height));
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.8);
  font-family: Sochi2014, sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
ul.carousel_list {
  margin: 0;
  padding: 0;
/*  margin-top: calc(0px - var(--header-height));*/
}
.carousel.carousel_init {
  display: block;
}
.carousel_img {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.banner_wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}
.banner {
  width: 100%;
  /*object-fit: none;*/
  object-position: 50% 50%;
  pointer-events: none;
  object-fit: cover;
}
.carousel_megawin-text {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  line-height: 1.6rem;
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none;
  color: #fff;
  white-space: nowrap;
}

@media (min-width: 720px) {
  .carousel,
  .carousel .carousel_img {
    height: 380px;
  }
  .carousel_megawin-text {
    line-height: 32px;
    font-size: 26px;
    width: 100%;
    background: linear-gradient(
      180deg,
      #ffbc3a 0,
      #ffbc3a 50%,
      #e7971e 55%,
      #ffe47a 65%,
      #ffe47a 80%,
      #ffe47a
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    white-space: nowrap;
    color: rgba(50, 18, 88, 0.9);
  }
  .carousel_megawin-wrapper {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
    background: linear-gradient(
      90deg,
      rgba(50, 18, 88, 0) 0,
      rgba(50, 18, 88, 0.9) 25%,
      rgba(50, 18, 88, 0.9) 75%,
      rgba(50, 18, 88, 0)
    );
  }
}

@media (min-width: 1024px) {
  .carousel_megawin-text {
    max-width: 1200px;
    line-height: 48px;
    font-size: 40px;
  }
}


/* CODE */
.copy {
	font-family:monospace;
}
.copy-icon {	 
	padding-top:11px;
	padding-bottom:11px;
	z-index:999;
    cursor: copy;
}
.copy-icon:hover ~ .hidden {
  display: block !important;
}
.item-code {
	border: 1px dotted var(--blue);
}
.label-1 > *,
.label-2 > * {
  top: -64px;
}


a.has-my-pink-background-color.has-white-color {    box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000;
    background-color: #fe284a;}
a.has-my-pink-background-color.has-white-color:hover {
    border-bottom: none!important;
	color:#fff!important;
    box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000, inset 0 15px 15px -3px rgba(255,255,255,.4);
 opacity: 1;}


.singular.wp-block-group {min-height:100vh!important;}


/* Vavada Bonuses Card */
.bonusy article {
    background: url(/wp-content/themes/vavadachild/img/noise.842fbbbae5bd6f37b0268590b6f121ec.png) repeat,#161626;
    border-radius: 10px;
box-shadow: 0 4px 10px 0 #000;
}


ol.big-list {padding-left:0;}
ol.big-list li {
    counter-increment: section;
}
ol.big-list li:before {
    content: counter(section);
    display: flex;
    position: absolute;
    left: 0;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    font-weight: 700;
    background: var(--link);
    border-radius: 50%;
    color: white;
}
.big-list li {
    margin-bottom: 0;
    padding-left: 3.5rem;
    padding-right: 1rem;
    list-style-type: none;
    padding-bottom: 1rem;
    position: relative;
}