/*!
Theme Name: h27gaming
Theme URI: http://h27gaming.com
Author: h27gaming
Author URI: http://h27gaming.com
Description: h27gaming
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: h27gaming
*/


.wpcf7 form.invalid .wpcf7-response-output{
  display: none;
}

.wpcf7-not-valid{
  border-color: #FF0D0D !important;
  color: #FF0D0D !important;
}

.form-group input{
  width: 100%;
}


.wpcf7-not-valid-tip {
    color: #dc3232;
    display: block;
    margin: 4rem 0 0 8rem;
    font-weight: 300;
    font-size: 12px;
    line-height: 110%;
    color: #FF0000;
    position: absolute;
}

.wpcf7{
  position: relative;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: unset !important;
    font-size: 14px;
    position: absolute;
    color: white;
    bottom: 0px;
    text-align: center;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}


.error404 .main__hero{
  height: 50dvh;
}

.error404 .h1-title{
  font-size: 100rem;
}

span.separator {
    content: url('data:image/svg+xml, <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.47502 12.1959C6.73536 12.4563 7.15749 12.4563 7.41782 12.1959L10.6761 8.93438C11.1964 8.41365 11.1962 7.56978 10.6757 7.04925L7.41542 3.78901C7.15509 3.52866 6.73296 3.52866 6.47261 3.78901C6.21226 4.04936 6.21226 4.47147 6.47261 4.73182L9.26302 7.52225C9.52342 7.78258 9.52342 8.20472 9.26302 8.46505L6.47502 11.2531C6.21466 11.5135 6.21466 11.9355 6.47502 12.1959Z" fill="%238B8B8B"/></svg>')
}


.nav-links{
 display: flex;
    align-items: center;
    gap: 10px;
}



.page-numbers.current span.page{
  font-weight: 800;
}

span.page-numbers.current,
.page-numbers:hover {
    background: #DFFF7D;
    font-weight: 800;
    border-radius: 8rem;

}



a.next.page-numbers,
a.prev.page-numbers{
  background: unset;
}

.a.next.page-numbers,
a.prev.page-numbers{
      transition: 0.3s ease all;
}

a.next.page-numbers svg,
a.prev.page-numbers svg{
  fill: transparent;
  transition: 0.3s ease;
}

a.next.page-numbers:hover svg,
a.prev.page-numbers:hover svg{
  fill:#DFFF7D;
  
}

.blog__page .list .item.--main .img{
  max-width: 608rem;
}




.blog__wrapper .text h2{
  font-family: "Wix Madefor Display", sans-serif;
    font-weight: 700;
    font-size: 36rem;
    line-height: 120%;
    text-transform: capitalize;
    color: #141414;
    margin: 48rem 0 16rem;
}


.blog__wrapper .text h3{
  margin: 24rem 0 8rem;
    font-weight: 600;
    font-size: 20rem;
    line-height: 120%;
    text-transform: capitalize;
    color: #141414;
}


.blog__wrapper .text .strong{
  font-weight: 500;
}



.gallery__slider .swiper-slide .img{
  background-size: cover;
}




.wrap404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    justify-content: center;
    width: 100%;
}


.text{
  font-size: 20em;
}