/*
 Theme Name:     Qtech Games Newsletters - 4.4.1.1
 Theme URI:      _
 Description:    Child theme of Hello
 Author:         VladQT
 Author URI:     https://newsletters.qtechgames.com/
 Template:       hello-elementor
 Version:        4.4.1.1
*/
/*************************************
=common
*************************************/
/*************************************
=root
*************************************/
:root {
  --border-radius: 12px;
  --border-radius-sm: 10px;
  --box-shadow: 40px 40px 99px #B73A3126;
  --gap-space: 10px;
}

/*************************************
=elements
*************************************/
table {
  margin-block-end: 0;
  background-color: transparent;
}

table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}

table td, table th {
  padding: 0;
  border: none;
}

/*************************************
=helpers
*************************************/
.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -15vw;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-style: italic;
  color: #999999 !important;
  opacity: 0.9 !important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-style: italic;
  color: #999999 !important;
  opacity: 0.9 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-style: italic;
  color: #999999 !important;
  opacity: 0.9 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  font-style: italic;
  color: #999999 !important;
  opacity: 0.9 !important;
}

.animate-divider {
  overflow-x: hidden;
}
.animate-divider .elementor-shape {
  width: 130vw !important;
  margin: auto;
  bottom: -1px;
  animation: wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
}

.d-block {
  display: block !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-inline {
  display: inline !important;
}
.d-flex {
  display: flex !important;
}
.d-none {
  display: none !important;
}

.v-visible {
  visibility: visible !important;
}
.v-hidden {
  visibility: hidden !important;
}

.dialog-widget-content, .dialog-message {
  border-radius: var(--border-radius) !important;
}

.full-width {
  width: 100% !important;
}

.gap-default,
.gap-default .elementor-container {
  gap: var(--gap-space);
}

.object-fit {
  position: absolute !important;
  bottom: 0;
  right: 0;
  height: calc(100% + 50px);
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 1024px) {
  .object-fit {
    height: calc(100% + 30px);
  }
}
.object-fit .elementor-widget-container {
  width: 100%;
  height: 100%;
}
.object-fit img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
}

.popup-provider {
  cursor: pointer;
}

.prevent-link article a {
  cursor: default !important;
}

.elementor-post__thumbnail img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.hidden-lg {
  display: none !important;
}
.hidden-lg.active {
  display: block !important;
}
@media (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
  .hidden-md.active {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
  .hidden-sm.active {
    display: block !important;
  }
}
@media (max-width: 425px) {
  .hidden-xs {
    display: none !important;
  }
  .hidden-xs.active {
    display: block !important;
  }
}

.game-categories-icon .elementor-icon-box-wrapper {
  max-width: 60px;
  margin: auto;
}

/*************************************
=button
*************************************/
button {
  outline: 0 !important;
}

.btn {
  position: relative;
}
.btn::before, .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  transition: all 0.3s ease-in-out 0s;
}
.btn::before {
  right: 0;
  width: 20px;
  height: 1px;
  background-color: #fff;
  transform: translate(-10px, -50%);
}
.btn:hover::before {
  right: -10px;
  width: 30px;
}
.btn::after {
  right: 11px;
  width: 13px;
  height: 13px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0px, -50%) rotate(45deg);
}
.btn:hover::after {
  right: 1px;
}

.btn-primary::before {
  background-color: var(--e-global-color-primary);
}
.btn-primary::after {
  border-top: 1px solid var(--e-global-color-primary);
  border-right: 1px solid var(--e-global-color-primary);
}

.btn-secondary::before {
  background-color: var(--e-global-color-secondary);
}
.btn-secondary::after {
  border-top: 1px solid var(--e-global-color-secondary);
  border-right: 1px solid var(--e-global-color-secondary);
}

/*************************************
=flex
*************************************/
.d-flex,
.d-flex .elementor-container {
  display: flex;
}

.section-flex-row .elementor-container {
  flex-direction: row !important;
}

.section-flex-column .elementor-container {
  flex-direction: column !important;
}

/*************************************
=grid
*************************************/
@media (max-width: 768px) {
  .col-grid-sm-2 .elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 425px) {
  .col-grid-xs-1 .elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
  }
}/*# sourceMappingURL=style.css.map */