/**
 * Theme Name: Chuck's Arcade
 * Template: genesis-block-theme
 */

@font-face {
  font-family: 'Changa One';
  src: url('./fonts/ChangaOne-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Changa One';
  src: url('./fonts/ChangaOne-Italic.ttf') format('truetype');
  font-style: italic;
  font-weight: normal;
}


@font-face {
  font-family: 'Montserrat';
  src: url('./fonts/Montserrat-Medium.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

/* Normalize */
body {
  margin: 0;
  padding: 0;
  font-family: 'Changa One', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Changa One', sans-serif;
  font-weight: normal;
}

.wp-block-heading {
  text-transform: uppercase;
}

/* Header */
.site-header .top-navigation {
  background-color: transparent;
  position: relative;
}

.top-navigation .main-navigation ul li a {
  color: #000;
  font-family: 'Montserrat';
}


.block-retro,
.block-cta {
  padding-top: 80px;
  padding-bottom: 80px;
}

.block-cta {
  background-color: #1A1A1A;
}

.block-cta .wp-block-cover__image-background {
  object-position: center 0 !important;
}

.block-cta .wp-block-media-text {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 12px;
  padding: 40px;
}

.block-cta .wp-block-media-text__content {
  padding-left: 0;
}

.block-pure {
  display: flex;
  align-items: flex-end;
  overflow: visible;
  padding-bottom: 35px;
}

.block-pure .wp-block-cover__background {
  left: auto;
  right: 0;
  width: 100%;
  max-width: none;
}

.block-pure-conner {
  position: absolute;
  z-index: 9;
  right: -75px;
  margin: 0;
  bottom: -56px;
  margin: 0;
}

.block-pure-conner figure {
  margin: 0 !important;
}

.block-gallery-carousel {
  background-color: #1A1A1A;
  overflow: visible;
  min-height: auto !important;
  padding-bottom: 80px;
}

.block-gallery-carousel-conner {
  margin: -60px 0 0 0;
}

.block-gallery-carousel-conner figure {
  margin: 0 !important;
}

.block-gallery-carousel-conner figure {
  transform: rotate(-15deg);
}

.block-gallery-carousel .paragraph-highline strong {
  background-color: #467FC5;
  border-radius: 500px;
  padding: 5px 20px 7px;
}

.gallery-carousel::after {
  content: "";
  background-image: url('./images/two-arrows.png');
  width: 300px;
  height: 80px;
  position: absolute;
  right: 90%;
  bottom: 10px;
  background-position: center;
  background-size: cover;
}

.gallery-carousel .wp-block-image {
  padding: 0 10px;
}

.gallery-carousel .slick-list {
  padding-right: 7%;
}

.gallery-carousel img {
  border-radius: 12px;
}

.gallery-carousel .slick-dots {
  position: static;
  padding: 0;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  align-items: center;
  gap: 10px;
}

.gallery-carousel .slick-dots li {
  margin: 0;
}

.gallery-carousel .slick-dots li button {
  background-color: #fff;
  border-radius: 500px;
}

.gallery-carousel .slick-dots li button::before {
  display: none;
}

.gallery-carousel .slick-dots li.slick-active button {
  background-color: #467FC5;
}

/* Footer */
footer.site-footer-updated {
  text-align: center;
}
.chuck-cta-wrap {
  margin-top: 1.5rem;
  text-align: center;
}

.chuck-cta-button .wp-block-button__link,
.menu-item.logout a,
.menu-item.login a {
  display: inline-block;
  padding: 5px 15px;
  background-color: transparent; 
  color: #FF7C20; 
  border: 2px solid #FF7C20;
  border-radius: 9999px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}

.chuck-cta-button .wp-block-button__link:hover,
.menu-item.logout a:hover,
.menu-item.login a:hover {
  background-color: #FF7C20; 
  color: white; 
}

.main-navigation .menu-item a {
  font-weight: 500;
}

.chuck-cta-button-bule .wp-block-button__link {
  display: inline-block;
  padding: 5px 15px;
  background-color: transparent;
  color: #ffffff; 
  border: 2px solid #467FC5;
  border-radius: 9999px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}

.chuck-cta-button-bule .wp-block-button__link:hover {
  background-color: #467FC5; 
  color: white; 
}

@media screen and (max-width: 1000px) {
  .top-navigation .mobile-navigation {
    background-color: transparent;
    position: absolute;
    right: 4%;
    bottom: 0;
    width: 60px;
    z-index: 99;
    height: 126px;
  }

  .top-navigation .mobile-navigation .menu-toggle {
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }

  .top-navigation .mobile-navigation .menu-toggle span {
    text-indent: -999em;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
  }

  .top-navigation .mobile-navigation .menu-toggle span i {
    text-indent: 0;
    display: inline-block;
    color: #000;
    font-size: 26px;
  }
  
  .block-retro .wp-block-cover__inner-container,
  .block-retro .wp-block-cover__inner-container .wp-block-heading{
    text-align: center;
  }
  
  .block-pure {
    justify-content: center;
  }
  .wp-block-buttons>.wp-block-button {
	width: 100%;
  }
  .center-in-mobile {
    display: flex;
    justify-content: center;
  }
  .drawer .drawer-navigation ul li.menu-item.logout a,
  .drawer .drawer-navigation ul li.menu-item.login a {
	margin: 10px 0;
	  border: 1px solid;
        padding: 5px 15px;
  }
}
