/*!
Theme Name: Lucky Wheelz Lottoland (Kadence Child)
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: lucky-wheelz
*/
.fade-in {
  opacity: 0;
  animation: fadeIn 0.4s ease-in-out 1.25s forwards;
}

.fade-in-2 {
  opacity: 0;
  animation: fadeIn 0.4s ease-in-out 0s forwards;
}

.fade-out {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
@media (max-width: 400px) {
  input[type=submit] {
    font-size: 15px !important;
    padding: 15px 0px !important;
  }
}

.finish {
  text-align: center;
  font-weight: 600;
}
.finish .info {
  font-weight: normal;
  font-size: 14px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.0784313725);
  color: #6b7280;
}

a.clicked {
  opacity: 0.5;
}
a.clicked:hover {
  cursor: default !important;
}

.retry-success {
  display: block;
  color: #45a049;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.text-center {
  text-align: center !important;
}

body .wpcf7 form .wpcf7-response-output {
  margin: 0 auto;
}

ul.brlbs-cmpnt-consent-list.brlbs-cmpnt-inline-consent-list {
  display: none !important;
}

body .wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
  color: #46b450 !important;
  border: 0;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4;
  padding: 0;
}

body .wpcf7 form.invalid .wpcf7-response-output {
  border-color: #dc3232;
  background-color: #dc3232;
  color: #fff;
}

span.borlabs-cookie-open-dialog-preferences a {
  color: #fff !important;
}

.site-footer-middle-section-2.site-footer-section.footer-section-inner-items-2 {
  justify-content: right;
}

#unsubscribe-form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
#unsubscribe-form label {
  width: 100%;
}
#unsubscribe-form input {
  max-width: 350px;
}

p.success, p.error {
  font-weight: 500;
  font-size: 30px;
}

.button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 150ms ease-in-out, background-color 150ms ease-in-out, border-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
  position: relative;
  z-index: 9;
}

.button:hover {
  transition: all 150ms linear;
  opacity: 0.85;
}

.button:active {
  transition: all 150ms linear;
  opacity: 0.75;
}

.button:focus {
  outline: 1px dotted #959595;
  outline-offset: -4px;
}

.button.button-primary {
  color: #FFFFFF;
  background: #455a64;
}

.button.button-block {
  width: 100%;
}

.button:disabled {
  opacity: 0.5;
  cursor: no-drop;
}

body button:focus {
  background: var(--global-palette-btn-bg);
}

form .mc4wp-checkbox > label {
  position: relative;
  display: block;
}
form .mc4wp-checkbox > label input {
  position: absolute;
  top: 4px;
  left: 2px;
}
form .mc4wp-checkbox > label span {
  padding-left: 25px;
  display: block;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  letter-spacing: 0;
}

.wheel-wrap {
  position: relative;
}
.wheel-wrap .wheel-outer {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4392156863);
  z-index: 10;
}
@media (max-width: 600px) {
  .wheel-wrap .wheel-outer {
    top: 2px;
  }
}
.wheel-wrap .dot {
  position: absolute;
  top: calc(50% - 40px);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 80px;
  width: 80px;
  background: url(/wp-content/themes/lucky-wheelz/assets/dot.png) no-repeat;
  background-size: cover;
  border-radius: 50%;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.6784313725), 0 0 20px 10px #e5ba45;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 450px) {
  .wheel-wrap .dot {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.47), 0 0 15px 5px rgba(229, 186, 69, 0.6509803922);
  }
}
.wheel-wrap .dot span {
  font-weight: 900;
  transform: rotate(15deg);
}
.wheel-wrap img.socket {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
  bottom: -195px;
}
@media (width > 1024px) and (height < 970px) {
  .wheel-wrap img.socket {
    display: none;
  }
}
@media (max-width: 600px) {
  .wheel-wrap img.socket {
    bottom: -135px;
    max-width: 310px;
  }
}
@media (max-width: 480px) {
  .wheel-wrap img.socket {
    bottom: -115px;
    max-width: 280px;
  }
}
@media (width > 1024px) and (height < 970px) {
  .wheel-wrap img.socket-o {
    display: block !important;
  }
}
.wheel-wrap .superWheel .sWheel-marker {
  z-index: 20;
}
.wheel-wrap .superWheel .sWheel-marker {
  top: -13%;
}
.wheel-wrap .superWheel .sWheel > .sWheel-txt-wrap > .sWheel-txt > .sWheel-title {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 28px;
  text-align: center;
  padding-left: 20px;
  padding-right: 0 !important;
}
.wheel-wrap .superWheel .sWheel > .sWheel-txt-wrap > .sWheel-txt > .sWheel-title[data-color="#c1a017"] {
  text-shadow: 0 0 20px #c1a017;
}
.wheel-wrap .superWheel .sWheel > .sWheel-txt-wrap > .sWheel-txt > .sWheel-title[data-color="#fff"] {
  text-shadow: 0 0 20px #fff;
  padding-left: 40px;
  font-size: 18px;
}
@media (max-width: 600px) {
  .wheel-wrap .superWheel .sWheel > .sWheel-txt-wrap > .sWheel-txt > .sWheel-title {
    font-size: 15px;
    padding-right: 20px !important;
  }
  .wheel-wrap .superWheel .sWheel > .sWheel-txt-wrap > .sWheel-txt > .sWheel-title[data-color="#fff"] {
    font-size: 14px;
    padding-right: 30px !important;
  }
}
@media (max-width: 450px) {
  .wheel-wrap .superWheel .sWheel > .sWheel-txt-wrap > .sWheel-txt > .sWheel-title {
    font-size: 13px;
    padding-right: 10px !important;
  }
  .wheel-wrap .superWheel .sWheel > .sWheel-txt-wrap > .sWheel-txt > .sWheel-title[data-color="#fff"] {
    font-size: 9px;
    padding-right: 25px !important;
  }
  .wheel-wrap .superWheel .sWheel > .sWheel-txt-wrap > .sWheel-txt > .sWheel-title:nth-child(3) {
    padding-right: 5px !important;
    font-size: 9px;
  }
}
.wheel-wrap .starter {
  z-index: 100;
  background: transparent;
  max-width: 500px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
}
.wheel-wrap .starter:hover {
  cursor: pointer;
}

.swal2-container .swal2-html-container {
  padding-top: 0 !important;
}
.swal2-container .swal2-html-container p {
  margin-top: 0;
  margin-bottom: 30px !important;
}
.swal2-container .swal2-html-container form p {
  margin-bottom: 0 !important;
  margin-top: 15px;
}
.swal2-container .swal2-html-container button {
  margin-bottom: 20px;
  letter-spacing: 0;
}
@media (max-width: 450px) {
  .swal2-container .swal2-html-container {
    padding: 0 !important;
  }
  .swal2-container .swal2-html-container .wpcf7 .wpcf7-submit {
    letter-spacing: 0 !important;
  }
}

footer#colophon {
  z-index: 10;
}

form .form-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
form .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 12px;
  font-weight: normal;
  display: block;
  text-align: left;
  letter-spacing: 0;
}
form .input-field {
  width: 100%;
}
form .half {
  width: calc(50% - 6px);
}
form input[type=text], form input[type=email], form select, form select:focus {
  margin-top: 0;
  width: 100%;
  background-color: #f4f4f4;
  border: 0;
  padding: 10px 20px;
  margin-bottom: 0 !important;
  color: #0b0b0b !important;
}
form input[type=text]::placeholder, form input[type=email]::placeholder, form select::placeholder, form select:focus::placeholder {
  color: grey;
}
form .wpcf7-form-control-wrap:last-child {
  margin-bottom: 20px;
}
form .wpcf7-list-item {
  margin-left: 0;
  text-align: left;
}
form .wpcf7-list-item label {
  display: block;
  position: relative;
}
form .wpcf7-list-item .wpcf7-list-item-label {
  padding-left: 25px;
  display: block;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
form .wpcf7-list-item [type=checkbox] {
  position: absolute;
  top: 4px;
  left: 2px;
}

.info-box {
  position: absolute;
  top: 44%;
  left: 0;
  opacity: 0;
  transition: 1s;
  transform: translateX(-50%);
  animation: slideIn 1s forwards 1.3s, wiggle 1s infinite 2.3s;
  background: #bf1818;
  color: #fff;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 900;
  padding: 0 15px;
  display: inline-block;
}
@media (max-width: 1399px) {
  .info-box {
    display: none;
  }
}
.info-box:before, .info-box:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  border-style: solid;
  height: 100%;
}
.info-box:before {
  left: -20px;
  border-width: 45px 20px 0px 0;
  border-color: transparent #bf1818 transparent transparent;
}
.info-box:after {
  right: -30px;
  border-width: 0px 11px 45px 20px;
  border-color: transparent transparent transparent #bf1818;
}

.info-box.fade-out {
  opacity: 1;
  animation: slideOut 0.5s forwards;
}

@keyframes slideIn {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
    opacity: 0;
  }
}
@keyframes wiggle {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
}
.glow-white {
  text-shadow: 0 0 10px white;
}

.slanted-bg {
  display: inline-block;
  background: #8c084e;
  color: white;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
}

.slanted-bg:before,
.slanted-bg:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  border-style: solid;
  height: 100%;
}

.slanted-bg:before {
  left: -20px;
  border-width: 82px 20px 0px 0;
  border-color: transparent #8c084e transparent transparent;
}
@media (max-width: 1024px) {
  .slanted-bg:before {
    border-width: 42px 20px 0px 0;
  }
}

.slanted-bg:after {
  right: -30px;
  border-width: 0px 11px 82px 20px;
  border-color: transparent transparent transparent #8c084e;
}
@media (max-width: 1024px) {
  .slanted-bg:after {
    border-width: 0px 11px 42px 20px;
  }
}

@media (max-width: 1300px) {
  footer > ul > li > a, footer a, .footer-html-inner {
    font-size: 14px !important;
  }
}
.site-footer-middle-section-1.site-footer-section.footer-section-inner-items-2 {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

ul#footer-menu {
  align-items: center;
}

@media (max-width: 900px) {
  footer .footer-html-inner {
    opacity: 0.6;
  }
  .site-footer-middle-section-1.site-footer-section.footer-section-inner-items-2 {
    flex-direction: column-reverse;
    padding-top: 10px;
  }
  .ft-ro-dir-row .footer-section-inner-items-2 .footer-widget-area {
    margin: 0 !important;
  }
}
@media (max-width: 500px) {
  .site-footer-middle-section-1.site-footer-section.footer-section-inner-items-2 {
    padding-top: 20px;
  }
  ul#footer-menu {
    flex-direction: column-reverse;
  }
  .footer-navigation ul li span a {
    padding-left: 0.6em;
    padding-right: 0.6em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
  }
}

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