/*
Theme Name: RA Eventos
Author: WayShip Creative Studio
Author URI: https://wayship.com.br
Description: RA Eventos theme.
Requires at least: 5.3
Tested up to: 5.7
Requires PHP: 5.6
Version: 1.3
Text Domain: raeventos
*/

body {
  margin: 0;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
}

input, 
textarea, 
select {
  font-family: 'Inter', sans-serif;
  box-sizing: border-box;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 10px;
}

/* Menu */
.u-select { 
  background: var(--e-global-color-accent);
  color: var(--e-global-color-primary);
  height: 50px;
  outline: none;
  border: none;
  padding: 0 10px;
}
.mega-sub-menu { 
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.2) !important;
}

#fixed-header { 
  position: fixed;  
  top: -100px;
  /* display: none; */
  left: 0;
  width: 100%; 
  transition: 0.4s;
}
#fixed-header.active {
  top: 0;
}

.elementor-hf-template-default #fixed-header {
  position: relative;
  top: auto;
  display: block;
  width: 100%;
}

/* .elementor-editor-active #fixed-header {
  top: 100px;
  position: inherit;
} */

#u-jv {
  display: none;
}
.mega-menu-link { 
  font-family: 'Inter', sans-serif !important;
  font-weight: bold !important;
  transition: 0.2s !important;
}

.hamburger-menu {
  height: 20px;
  width: 35px;
  /* display: none; */
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  transition: 0.4s;
}
.hamburger-menu .line {
  transition: 0.4s;
}
.hamburger-menu .line:first-child {
  background: #FFFFFF;
  width: 30px;
  height: 2px;
  position: absolute;
  top: 1px;
  left: 0;
}
.hamburger-menu .line:nth-child(2) {
  background: #FFFFFF;
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hamburger-menu .line:last-child {
  background: #FFFFFF;
  width: 30px;
  height: 2px;
  position: absolute;
  top: 17px;
  left: 0;
}

.mobile-menu {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.mobile-menu .content {
  background: #EEEFEF;
  max-width: 250px;
  padding: 40px 20px;
  position: relative;
  height: 100%;
  animation: openMobileMenu 0.6s cubic-bezier(.58,.07,.45,1.01);
}
.mobile-menu .content.close {
  left: -360px;
  animation: closeMobileMenu 0.6s cubic-bezier(.58,.07,.45,1.01);
}
@keyframes openMobileMenu {
  from{left: -350px}
  to{left: 0;}
}
@keyframes closeMobileMenu {
  from{left: 0px}
  to{left: -350px;}
}
.mobile-menu .content .close {
  color: var(--e-global-color-primary);
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
}
/* .mobile-menu .menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-menu .menu li {
  margin-bottom: 10px;
}
.mobile-menu .menu li a {
  color: #414042;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.4s;
}
.mobile-menu .menu li.current_page_item a {
  color: var(--e-global-color-primary);
}
.mobile-menu .menu ul li a:hover {
  color: var(--e-global-color-primary);
} */
.mobile-menu .social {
  margin-top: 30px;
  padding: 0 10px;
}
.mobile-menu .social a {
  color: var(--e-global-color-primary);
  margin-right: 15px;
}


.home .swiper-container.slides {
  display: block;
}
.swiper-container.slides .swiper-next {
  position: absolute;
  top: 50%;
  right: 0;
  width: 45px;
  height: 45px;
  margin-top: -22px;
  line-height: 45px;
  text-align: center;
  z-index: 10;
  font-size: 22px;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background: no-repeat 50%;
  color: #bac1c6;
  border: 3px solid #bac1c6;
  transition: 0.2s;
}
.swiper-container.slides .swiper-prev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 45px;
    height: 45px;
  margin-top: -22px;
  line-height: 45px;
  text-align: center;
  font-size: 22px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background: no-repeat 50%;
  color: #bac1c6;
  border: 3px solid #bac1c6;
  transition: 0.2s;
}
.swiper-container.slides .swiper-prev:hover,
.swiper-container.slides .swiper-next:hover {
  background: var(--e-global-color-primary);
  color: #FFFFFF;
  border-color: var(--e-global-color-primary);
}
.swiper-container.slides {
  display: none;
  height: 700px;
  position: relative;
  z-index: 0;
}
.swiper-pagination-bullet {
  background: #ffffff;
  width: 8px;
  height: 8px;
}


/* Page Header */
.page-header {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 100px;
  padding-bottom: 80px;
}
.page-header .title {
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
.page-header .breadcrumb {
  color: #FFFFFF;
  font-weight: 300;
}

/* Categories */
.categories-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}
.category-link {
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.6);
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  max-width: 400px;
  width: 100%;
  height: 200px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 900;
  justify-self: center;
}

/* Tags */
.tags-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 25px;
}
.tag-link {
  border-radius: 10px;
  display: block;
  justify-content: left;
  align-items: flex-end;
  position: relative;
}

.tag-link img {
  max-width: 185px;
  width: 100%;
}

.tag-link span {
  background: #000000;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 400;
  padding: 6px 10px;
  border-radius: 5px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}


/* Events */
.events-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}
.event-content {
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.event-header {
  background-size: cover !important;
  background-position: top !important;
  height: 200px;
  position: relative;
  border-radius: 10px 10px 0 0;
}
.event-timer {
  background: #11111E;
  color: #FFFFFF;
  font-size: 8px;
  display: block;
  position: absolute;
  max-width: 100px;
  align-items: center;
  justify-content: center;
  padding: 7px 15px;
  border-radius: 5px;
  top: 10px;
  right: 10px;
  text-align: center;
}
.event-body {
  padding: 15px;
}
.event-info {
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  grid-column-gap: 15px;
  margin-bottom: 15px;
}
.event-info i {
  margin-right: 5px;
}
.event-category {
  background: var(--e-global-color-secondary);
  color: #FFFFFF;
  text-align: center;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
}
.event-date {
  color: #808080;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-size: 9px;
}
.event-title {
  color: var(--e-global-color-primary);
  font-size: 14px;
  font-weight: 700;
}
.event-description {
  color: var(--e-global-color-text);
  font-size: 10px;
  line-height: 1.6em;
  text-align: justify;
  margin-bottom: 0;
}
.btn-buy-event {
  background: var(--e-global-color-accent);
  color: #FFFFFF;
  max-width: 268px;
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  border-radius: 40px;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.event-footer {
  padding: 15px;
  padding-top: 0;
}

/* Single Event */
.s-event-header {
  padding: 100px 0;
  padding-bottom: 80px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.s-event-title{
  font-weight: 700;
  font-size: 32px;
}
.s-event-breadcrumb {
  font-size: 18px;
  font-weight: 400;
}
.s-event-content {
  padding: 30px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 55px;
}
.s-event-info img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 30px;
}
.s-event-text {
  color: var(--e-global-color-text);
  font-size: 18px;
  line-height: 1.8em;
}

.s-btn-buy-event {
  background: #7AC943;
  color: #FFFFFF;
  border-radius: 8px;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  display: block;
  height: 80px;
  text-align: center;
  line-height: 80px;
  margin-bottom: 30px;
}

.s-event-timer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 12px;
  margin-bottom: 26px;
}
.s-event-timer .count-content {
  background: #000000;
  color: #FFFFFF;
  padding: 40px 20px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.s-event-details-title {
  color: var(--e-global-color-primary);
  font-size: 24px;
  margin-bottom: 20px;
}
.s-event-details p {
  color: var(--e-global-color-text);
  font-size: 18px;
  line-height: 2em;
}

.s-next-event-title {
  color: var(--e-global-color-secondary);
  font-size: 28px;
  margin-top: 60px;
  margin-bottom: 30px;
}
.next-events {
  margin-bottom: 70px;
}

.n-next-events {
  color: var(--e-global-color-text);
  font-size: 18px;
}

#menu-menu-rodape {
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 10px;
}
#menu-menu-rodape a {
  color: #6c98e1;
  text-transform: lowercase;
  font-size: 13px;
}

#main-search-template .events-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 26px;
  padding-top: 30px;
  padding-bottom: 133px;
}

#main-search-template .results {
  color: var(--e-global-color-text);
  font-size: 18px;
}

.search-content {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding-top: 132px;
  padding-bottom: 80px;
  margin-bottom: 68px;
}
.search-fields {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 25px;
}
.search-fields input,
.search-fields select {
  color: var(--e-global-color-text) !important;
  width: 100% !important;
  padding: 22px 30px !important;
  border-radius: 8px !important;
  border: none !important;
  font-size: 18px !important;
}

.search-content input[type=submit] {
  background: var(--e-global-color-secondary);
  color: #FFFFFF;
  border: none;
  font-size: 24px;
  font-weight: 700;
  max-width: 290px;
  width: 100%;
  height: 65px;
  margin: 0 auto;
  display: block;
  margin-top: 64px;
  border-radius: 8px;
  cursor: pointer;
}

#searchHome {
  display: grid;
  grid-template-columns: 1fr 0.7fr 0.4fr;
  grid-column-gap: 10px;
}

#searchHome input,
#searchHome select {
  color: var(--e-global-color-text) !important;
  width: 100% !important;
  padding: 12px 30px !important; 
  border-radius: 5px !important;
  border: none !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

#searchHome input[type=submit] {
  background: var(--e-global-color-secondary);
  color: #FFFFFF !important;
  font-weight: 700;
  cursor: pointer;
}

.pagination-wrapper {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.page-numbers {
	color: #3A3A3A;
	font-size: 18px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
}
.page-numbers.current {
	color: var(--e-global-color-accent);
	font-weight: bold;
}

@media screen and (max-width: 992px) {
  .hamburger-menu {
    display: flex;
  }

  .s-event-content {
    grid-template-columns: 1fr;
    padding: 30px 10px;
  }
  .tags-wrapper {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
  }
  .tag-link {
    justify-self: center;
  }
}

@media screen and (max-width: 768px) {
  #main-search-template .events-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .events-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .categories-wrapper{
    grid-template-columns: repeat(2, 1fr);
  }
  .search-fields {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
  }
  .tags-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  #searchHome {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}


@media screen and (max-width: 550px) {
  #main-search-template .events-wrapper {
    grid-template-columns: 1fr;
  }
  .events-wrapper {
    grid-template-columns: 1fr;
  }
  .categories-wrapper {
    grid-template-columns: 1fr;
  }
  .s-event-title{
    font-size: 24px;
  }
  .s-event-timer {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
  .search-fields {
    grid-template-columns: 1fr;
  }
}