/*
Theme Name: Union Studios Child
Template: unionstudios_theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: unionstudios-child
*/

/* Add your custom CSS below this line */
body {
  line-height: normal;
  /* font-family: 'Times New Roman', Times, serif; */
  font-family: "Gilda Display", serif;
  /* font-family: "Josefin Slab", serif; */
  /* font-family: "Cormorant Garamond", serif; */
  /* font-family: "Forum", serif; */
  color: var(--brandforth);
}
:root {
--brandpri: #e3b35c;
/* --brandsec: #7fd3c2; */
--brandsec: #0e7d67;
--brandtri: #fefcf6;
--brandforth: #585858;
}
button {
  padding: 10px 20px;
  background-color: var(--brandpri);
  color: white;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  font-size: 36px;
  transition: background-color 0.3s ease;
  font-family: "Gilda Display", serif;
}
a, a:link {
  color:var(--brandsec);
  text-decoration: underline;
}
a:hover {
  opacity: 0.8;;
}
ul li, ol li {
  padding: 5px 0px;
  font-size: 20px;
}
h1 {
  font-size: 73px;
  line-height: 7.3rem;
  font-weight: normal;
  color: var(--brandpri);
  font-family: "Gilda Display", serif;
}
h2 {
  font-size: 53px;
  line-height: 5.3rem;
  font-weight: normal;
  color: var(--brandpri);
  font-family: "Gilda Display", serif;
}
h3 {
  font-size: 33px;
  line-height: 3.3rem;
  font-weight:normal;
  color: var(--brandpri);
  font-family: "Gilda Display", serif;
}
h4 {
  font-size: 23px;
  line-height: 2.3rem;
  font-weight:normal;
  color: var(--brandpri);
  font-family: "Gilda Display", serif;
}
p {
  font-size: 24px;
  line-height: 2.4rem;
  font-weight: normal;
  color: var(--brandforth);
  font-family: "Gilda Display", serif;
}
button:hover {
  opacity: 0.8;
}
/* fonts --------------- */
.gilda-display-regular {
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-style: normal;
}

.josefin-slab {
  font-family: "Josefin Slab", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
.cormorant-garamond {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
.forum-regular {
  font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
}

/* end fonts ----------- */
/* .home #content {display:none;} */
/* navigation --------------------------------- */
#nav_above {
  width: 100%;
  float: left;
  /* background-color: var(--brandtri);*/
  background-color: #e0fff9; 
}
#nav_above ul li.current_page_item, #nav_above ul li.current-menu-item, #nav_above ul li.current-menu-ancestor, #nav_above ul li.current-menu-parent {
  background: none;
  border-bottom: 2px solid var(--brandsec);
}
#nav_above ul li {
  padding: 10px;
  margin: 0;
  font-size: 24px;
}
#nav_above ul li:hover {
  color: #fff;
  background: none;
  border-bottom: 2px solid var(--brandsec);
  opacity: 0.8;
}

#nav_footer ul li a {
  font-size: 20px;
}
/* end navigation ----------------------------- */
#nav_footer ul li a {
  font-size: 20px;
  text-decoration: none;
}
.header-logo {
  width: 100%;
  float:left;
  text-align: center;
  padding:10px 0 0 0;
}

.header-headline {
  width: 100%;
  float:left;
  text-align: center;
  font-size: 94px;
  /* font-family: 'Baskerville', serif; */
  text-align: center;
  color: var(--brandpri);
  display: block;
  padding-bottom:20px;
}

.header-dateline {
  text-align: center;
  width: 100%;
  float:left;
  font-size: 30px;
  color: var(--brandpri);
  padding-bottom:20px;
}
#masthead {
  float:left;
  width:100%;
  background-image: url('images/sparkle-bkg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#wrap_masthead {
  display: block;
  width: 100%;
  text-align:center;
}
#wrap_masthead img {
  padding: 0px;
  margin:30px;
  /* border: 4px solid var(--brandpri); */
}
#intro-container{
  width:100%;
  display: block;
  text-align: center;
  float:left;
}
.intro-box {
  width: 1200px;
  display:block;
  margin:0 auto;
}
.intro-title{
  width:100%;
  font-size: 53px;
  color: var(--brandpri);
  padding:20px 0 0 0;
  
}
.intro-text{
  width:60%;
  margin:0 auto;
  font-size: 30px;
  color: var(--brandforth);
  padding:20px 0;
}
.cm-aw-box{
  width:100%;
  display:flex;
  justify-content: space-around;
  padding:30px;
}
.cm-aw-box h3 {font-size: 30px;color:var(--brandpri);}
.cm-aw-box p {font-size:18px;}
.cm-box{
  float:left;
  width:33%;
}
.us-box{
  float:left;
  width:33%;
  text-align: center;
}
.aw-box{
  float:right;
  width:33%;
}
#callouts {
  float:left;
  width:100%;
  background-image: url('images/sparkle-bkg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#callouts #wrap_callouts {
  width: 1200px;
  float:none;
  margin:0 auto;
}
#callout3 .callout {
  margin:40px 20px;
  background-color: white;
  width:33%;
  text-align:center;
}
#callout3 .callout_headline{
  font-size: 53px;
  color: var(--brandpri);
  text-align: center;
}
#callout3 .callout_text {
  font-size: auto;
  line-height: normal;
  padding: 5px 40px;

}
#callout3 .callout_text p {
  font-size: 24px;
  line-height: normal;
  color: var(--brandforth);
}
#callout3 .callout_img {
  display: block;
  height: auto;
  width: auto;
  padding: 0px;
  margin: 0px auto;
}
#callout3 .callout-button {
  width:100%;
  margin-bottom:40px;
}
#main {
  /* float: left; */
  padding: 10px 10px 10px 20px;
  width: 1200px;
  display:block;
  margin:0 auto;
  float:none;
}
.wp-block-column {
  padding:20px;
}
#footer {
  float:left;
  width:100%;
  background-color: var(--brandtri);
  padding:40px 0;
}

/* Styles for the map container div */
.map-box {
  width:400px;
  height:300px;
  display:block;
}
@media (max-width: 400px) {
  .map-box {
    width:100%;
  }
}
.map-container {
  position: relative; 
  padding-bottom: 75%;
  height: 0; 
  overflow: hidden; 
  border: 1px solid #ccc;
}
/* theme and wp overrides */
.entry{
  padding-bottom: 0px;
}

/* Styles for the iframe inside the container */
.map-container iframe {
  position: absolute; /* Position relative to .map-container */
  top: 0;
  left: 0;
  width: 100%; /* Make iframe fill the container's width */
  height: 100%; /* Make iframe fill the container's height */
}
#intro-container{
  display:none;
}
#header {
  border-bottom: 10px solid #e0fff9;
}
.wp-theme-unionstudios_theme .slicknav_menu {
  background-color: #e0fff9;
}
.wp-theme-unionstudios_theme .slicknav_btn {
  background: none;
  margin: 0 0 10px 0;
}
.wp-theme-unionstudios_theme .slicknav_nav {
  color: var(--brandsec);
}
.wp-theme-unionstudios_theme .slicknav_menu .slicknav_menutxt {
  display: none;
  color: var(--brandsec);
  font-weight: bold;
  text-shadow: 0 0 0 #000;
  font-size: 16px;
}
.wp-theme-unionstudios_theme .slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: var(--brandsec);
}
.wp-theme-unionstudios_theme .slicknav_menu .slicknav_icon-bar {
  background-color: var(--brandsec);
  margin-bottom: 5px;
  display: block;
  width: 25px;
  height: 4px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.wp-theme-unionstudios_theme .slicknav_nav a:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
  color: var(--brandsec);
}

/* Css for countdown timer ------------------------------------------------------*/
 /* --- Basic Setup & Theming --- */
 :root {
  --bg-color: #121828;
  --card-color: #e0fff9;
  --text-color: #0e7d67;
  --primary-color: #0e7d67;
  --label-color: #0e7d67;
}
/* --- Main Container --- */
.countdown-holder {
  width: 100%;
  display: block;
  background-image: url('images/sparkle-bkg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 20px 0 0;
}
.countdown-wrapper {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin:0 auto;
  padding-bottom: 40px;
}
/* --- Titles --- */
.main-title {
  font-weight: 400;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  color: var(--label-color);
  letter-spacing: 0.2em;
  /* text-transform: uppercase; */
  margin-bottom: 0.5rem;
}

.target-date-title {
  font-weight: 900;
  font-size: clamp(2rem, 6vw, 4rem);
  color: var(--primary-color);
  margin-bottom: 3rem;
  text-shadow: 0 0 15px rgba(56, 189, 248, 0.3);
}
/* --- Countdown Grid --- */
#countdown-container {
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); */
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  width: 100%;
}
/* --- Individual Time Unit Cards --- */
.time-unit {
  background: var(--card-color);
  padding: 1.5rem 1rem;
  /* border-radius: 12px; */
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); */
  /* border: 1px solid rgba(255, 255, 255, 0.1); */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.time-unit:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}
.time-unit span {
  display: block;
}
/* The number (e.g., "08") */
.time-value {
  font-size: clamp(3rem, 10vw, 4.5rem);
  font-weight: 900;
  line-height: 1;
  color: var(--text-color);
  margin-bottom: 0.75rem;
}
/* The label (e.g., "Days") */
.time-label {
  font-size: clamp(0.75rem, 3vw, 1rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--label-color);
}
/* --- Expired Message --- */
#expired-message {
  display: none; /* Hidden by default */
  font-size: clamp(2.5rem, 8vw, 5rem);
  font-weight: 900;
  color: #f43f5e; /* A reddish color */
  animation: fadeIn 1s ease-in-out;
}
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}
/* end countdown timer */

/* for responsive ------------------------------------------------------------------*/
@media (max-width: 1200px) {
  .cm-aw-box {
    flex-direction: column;
  }
  .cm-box, .us-box, .aw-box {
    width: 100%;
  }
  .us-box {
    order: -1;
  }
  #callout3 {
    flex-direction: column;
  }
  #callout3 .callout {
    width:100%;
    margin: 0;
  }
  #callout3 .callout-1 {
    width:100%;
    margin: 40px 0 0 0;
  }
  #callout3 .callout-2 {
    width:100%;
    margin: 40px 0 0 0;
  }
  #callout3 .callout-3 {
    width:100%;
    margin: 40px 0 40px 0;
  }
  .intro-box, #main, #callouts #wrap_callouts{
    width:100%;
    float:left;
  }
}
/* for main image style - breakpoint */
@media (max-width: 781px) {
  #countdown-container {
      /*
        On smaller screens, we change the grid structure to have only one column.
        All items will now stack vertically.
      */
      grid-template-columns: 1fr;
  }
  .countdown-holder {
    background: none;
  }
}
@media (max-width: 775px) {
  #wrap_masthead img {
    width: 100%;        
    float: left;       
    margin: 0 20px 10px 0;
    border: 0px; 
    
  }
  .header-headline {
    font-size: 53px;
  }
  .intro-title {
    font-size:43px;
  }
  h1 {
    font-size: 53px;
    line-height: 5.3rem;
  }
  h2 {
    font-size: 33px;
    line-height: 3.3rem;
  }
  #nav_above ul li {
    padding: 10px 5px;
    margin: 0;
    font-size: 20px;
}
#nav_above {
  display:none;
}
.slicknav_menu {
  display:block;
}
}





