/*
Theme Name: Custom Full Control
Theme URI: http://example.com
Author: Tvoje Ime
Author URI: http://example.com
Description: Tema za full control landing page sa tajmerom
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: custom-full-control
*/

* {
  box-sizing: border-box;
}

:root {
    --bg-main-color: #8ceeff;
    --text-main-color: #8ceeff;
    --font-primary: 'IIBalfronRegular', sans-serif;
    --font-size-mobile: 42px;
    --font-size-desktop: 52px;
}

@font-face {
  font-family: 'IIBalfronRegular';
  src: url('fonts/IIBalfronRegular-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


html {
  margin: 0px;
  height: 100%;
  width: 100%;
}

body {
  margin: 0px;
  min-height: 100%;
  width: 100%;
}

body {
  background: #1E1E1E;
  margin: 0;
  /* min-height: 100vh; */
  position: relative;
  font-size: calc(11px + (13 - 11) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 100;
  transform: translateZ(0);
}

body {
  background: url('/wp-content/uploads/2026/02/luka-zoran-3-.png') no-repeat center;
  background-size: cover;
  /* min-height: 100vh; */
  -webkit-font-smoothing: antialiased;
  display: flex;
    flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: 'IIBalfronRegular', sans-serif;
  font-weight: bolder;
  letter-spacing: 4px;
  /* filter: contrast(1.1) sepia(10%); */
}



.button {
  background-color: Transparent;
  border-bottom: 0.1em solid #f2483d;
  padding: 0.2em;
  color: #f2483d;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 2rem;
}

h1,
p,
a,
h2,
footer a {
  font-size: 2rem;
  font-style: normal;
  text-decoration: none;
  font-family: var(--font-primary);
  font-weight: 900;
  /* letter-spacing: 3px; */
  color: var(--bg-main-color);
  margin: 10px;
        font-weight:300;

}

h1 {
  text-transform: uppercase;
  color: var(--bg-main-color);
  font-size: 250px;
    margin: 0;
    margin-bottom: 40px;
    margin-top: 5%;
    font-weight:300;

}

footer {
  margin: 2rem 0 0.5rem 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  width:100%;
}

footer a {
  font-size: 1.5rem;
  line-height: 1.7rem;
  margin-top: 0.3rem;
  /* margin-right: 0.8rem; */
}

footer span {
  display: block;
  margin-top: 0.6rem;
  width: 100%;
  text-align: center;
  font-size: 0.6rem;
  color: rgba(238, 238, 238, 0.6);
}






@media screen and (max-width: 1500px) {  
  /*main {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    padding-bottom: 100px;
  }*/
}

@media screen and (max-width: 660px) {

  h1 {
    font-size: 100px;
  }

  p, a, h2, footer a {
    font-size: 1rem;
  }

}



@media screen and (max-width: 590px) {
  body {  
    font-size: 2rem;
  }

}

@media screen and (max-width: 450px) {
   p, a, h2, footer a {
    /* font-size: 1rem; */
    margin: 0 10px;
  }

  footer a {
    margin-right: 0;
  }
  
}



@media screen and (max-width: 400px) {

 p, a, h2,  footer a {
    /* font-size: 1rem; */
    margin: 0 7px;
  }

  footer a {
    margin-right: 0;
  }
  
}


@media (max-width: 330px) {
  h1 {
    font-size: 2rem;
  }

  footer {
    letter-spacing: -1px;
  }

}


.shows-container {
    max-width: max-content;
    margin: auto;
}
.title-container {
 display:flex;
    justify-content:space-between;
}
.city-block {
 margin-bottom: 40px;
}
.city-name {
 flex:1;
        color: var(--bg-main-color);
    font-size: var(--font-size-desktop);
	font-weight: 300;
}
.venue {
 text-align:right;
    color: var(--bg-main-color);
    font-size: var(--font-size-desktop);
	font-weight: 300;
}
.dates {
    display: flex;
    justify-content: space-between;
}
.dates span {
 flex-grow: 1;
    color: var(--bg-main-color);
    font-size: 40px;
    font-weight:300;
}
.btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 8px;
    padding: 10px 20px;
    margin-top:30px;
}
a.btn {
    font-size: var(--font-size-desktop);
}
main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /* height: 70vh; */
    padding: 3vh;
}
main.mobile-content {
 /*gap: 8vh;*/
}
main.mobile-content .city-block {
	margin-bottom: 20px;
}
@media screen and (max-width: 660px) {
    .city-name,.venue {
    	font-size: var(--font-size-mobile);
    }  
    .hurrytimer-campaign-message {
   		padding: 5%;
    }
    .dates span {
    	font-size: 30px;
    }
    .city-block {
        margin-bottom: 0px;
    }
}