/* LAYOUT
==============================================================================*/
/*#region*/
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(''),
      url('fonts/roboto-condensed-300.woff2') format('woff2'),
      url('fonts/roboto-condensed-300.woff') format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(''),
      url('fonts/roboto-condensed-500.woff2') format('woff2'),
      url('fonts/roboto-condensed-500.woff') format('woff');
}
body {
  font-family: "Roboto Condensed";
}

html, body {
  height: auto!important;
  width: 100%;
}

body {
  background-color: #fff;
}


/*ADMIN LOGIN - In case we have a fixed header*/
.site-maintenance header {
  position: static;
}


.maintenance {
  width: 100%;
  max-width: 960px;
  min-width: 420px;
  margin: 0 auto;
  padding: 0;
  text-align: center;

  /* background-color: lavender; */
}

.maintenance header {
  margin: 3em auto 4em;
}

.maintenance .logo_wrap {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}

.text {
  margin: 2rem 0 0 0;
}

.maintenance h1.title {
  display: block;
  position: static;
  width: 100%;
  height: auto;
  font-size: 1.6em;
  line-height: 1em;
  margin: 0 0 1.5em 0;
  text-align: center;
  color: #353535;
}
.maintenance h2.title {
  font-size: 1.2em;
  font-weight: 300;
}
.message {
  margin-top: 1em;
}


.social-sep {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  border-top: solid 1px #ccc;
  margin: 3em auto;
}


.social-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}



.social-wrap .social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 2em;

  border: solid 1px #eee;
  border-radius: 50%;

  transition: border .4s ease;
}

.social-wrap .social-link:hover {
  border-color: #8a8a8a;
}


.social-link i {
  font-size: 3em;
}
.social-link i.fa-facebook-circle {
  font-size: 2.6em;
  margin-right: -2px;
}




.rounded {
  
}

/*#endregion*/



/* FLICK CLOCK CUSTOM 
==============================================================================*/
/*#region*/


/* CUSTOM SIZES AND THEME (DARK BY DEFAULT)
--------------------------------------------------------------------*/
/*#region*/
.clock {
  font-size: 64px;
  font-weight: 600;
}

.clock ul {
  width: 1.2em;
  max-width: 55px;
  height: 1.18em;

  margin: 5px;
  background: #212121;
}

.clock ul,
.clock ul li a div div.inn,
.clock ul li a div.down {
  border-radius: 8px;
}


.clock .flip {
  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}
.clock ul li {
  line-height: 1.12;
}

/* ☝ Keep this ID selector if you have a .top class in main styles ! */
#maintenance .flip-clock-divider .flip-clock-dot {
  display: block;
  width: .15em;
  height: .15em;
  min-height: 0;
  padding: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, .5);
  background: #323434;

  margin: .1em auto;
}

.flip-clock-divider .flip-clock-label {
  display: none;

  left: 160%;
  font-size: 14px;
  min-width: 100px;

  color: #aaa;
}

.clock ul li a div div.inn {
  color: #e5e5e5;
  text-shadow: 0 1px 2px #000;

  background-color: #313232;
}

.clock ul li a div.up:after {
  height: 2px;
  margin-top: -2px;
  background-color: rgba(0, 0, 0, .6);
}
/*#endregion*/


/* THEME LIGHT
--------------------------------------------------------------------*/
/*#region*/
.clock ul {
  background: #fff;
}

.clock.light-theme .flip {
  box-shadow: 0 0 4px rgba(0, 0, 0, .2)
}

.clock.light-theme ul li a div div.inn {
  color: #212121;
  background-color: #fff;
}

.clock.light-theme ul li a div.up:after {
  height: 3px;
  margin-top: -3px;
  background-color: rgba(255, 255, 255, .5);
}
/*#endregion LIGHT THEME*/


/*#endregion FLICK CLOCK CUSTOM*/
