/*
Theme Name: Studio 69
Theme URI: https://studio69.ca
Author: Flowwweb
Author URI: https://flowwweb.com
Description: Studio 69 WordPress theme made with 💙 by Flowwweb.
Version: 0.1.0
Text Domain: studio69
*/

:root {
  /* Studio 69 Brand Colors */
  --studio69-black: #060709;
  --studio69-dark-gray: #181818;
  --studio69-gold: #FCD800;
  --gold-gradient: linear-gradient(90deg, rgba(184,134,11,1) 0%, rgba(215,182,73,1) 3.97%, rgba(245,228,134,1) 8.08%, rgba(214,172,102,1) 15.7%, rgba(128,80,24,1) 27.21%, rgba(214,172,102,1) 64.56%, rgba(245,228,134,1) 80.65%, rgba(239,217,128,1) 88.59%, rgba(184,134,11,1) 100%);
  --studio69-text: #fff;
  --color-yellow-500: #FCD800 !important;

  /* Typography */
  --font-primary: 'Montserrat', sans-serif;
  --font-secondary: 'Montserrat', sans-serif;
  --font-size-base: 18px;
  --font-weight-normal: 400;
  --font-weight-bold: 700;
}


* {
  font-family: var(--font-primary);
}

html {
  background: var(--studio69-black);
}

.hamburger {
  z-index: 9999;
}

.dark-grey {
  background: var(--studio69-dark-gray);
}

#hero-slider {
  min-height: 100vh;
}

.swiper-pagination {
  gap: 0.5rem;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 0.69 !important;
  padding: 0.5rem !important;  
}

.swiper-pagination-bullet-active {
  background: var(--studio69-gold) !important;
}

.avatar {
  border-radius: 50%;
}

.no-img, .listing-img, .listing-img img {
  min-height: 200px;
}

.overflow-hidden {
  overflow: hidden;
}

.user-menu {
  gap: 1rem;
  transition: 0.3s ease-in-out;
}

.user-menu:hover {
  box-shadow: 0px 0px 10px rgba(215,182,73,1);
}

.acf-input .search {
  background: #030303 !important;
}

.flag-icon {
  border-radius: 50%;
  background-size: cover;
}

#user-location {
  font-size: 0.75rem;
}

.studio69-theme {
  font-family: var(--font-primary);
  font-size: var(--font-size-base);
  color: var(--studio69-text);
  background-color: var(--studio69-black);
  line-height: 1.6;
}

.studio69-theme body {
  margin: 0;
  padding: 0;
}

.studio69-theme .bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-radial-gradient(center, circle farthest-corner, rgba(65,64,66,1) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-radial-gradient(center, circle farthest-corner, rgba(65,64,66,1) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(radial, center center, 0, center center, 428.71, color-stop(0, rgba(65,64,66,1)), color-stop(1, rgba(0,0,0,1)));
  background: -o-radial-gradient(center, circle farthest-corner, rgba(65,64,66,1) 0%, rgba(0,0,0,1) 100%);
  background: -ms-radial-gradient(center, circle farthest-corner, rgba(65,64,66,1) 0%, rgba(0,0,0,1) 100%);
  background: radial-gradient(circle farthest-corner at center, rgba(65,64,66,1) 0%, rgba(0,0,0,1) 100%);
  opacity: 0.2;
  filter: alpha(opacity=20);
  pointer-events: none;
  z-index: 999;
}

.studio69-theme a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.studio69-theme article a, .studio69-theme footer a {
  color: #facc15;
}

.studio69-theme .btn {
  text-transform: uppercase;
  font-weight: 900;
}

.studio69-theme a:hover {
  color: #fde68a;
  text-decoration: none;
}

.footer-69 li, .footer-69 li a, .contact li, .contact a {
  color: #fff !important;
  font-size: 1rem;
  place-items: baseline;
}

.footer-69 i, .contact i {
  color: var(--studio69-gold);
}

footer li {
  font-size: 1rem;
}

header .btn:hover {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
}

.studio69-theme .dating-profile-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
}

.studio69-theme button {
  cursor: pointer;
}


.btn:hover {
  box-shadow: 0px 0px 10px rgba(215,182,73,1);
  color: #fff;
}


@media (max-width: 978px) {
  #hero {
    background-repeat: round;
  }
}

@media (max-width: 600px) {
  .logo {
    max-width: 125px;
    margin-top: 1px;
  }

  h1 {
    font-size: 52px;
  }

  #site-header .cta {
    display: none;
  }

  .hamburger {
    padding: 10px !important;
  }
}