/*
Theme Name: Indaweb
Theme URI: https://indaweb.it/
Author: Indaweb
Author URI: https://indaweb.it/
Description: Theme created for the Linottica Calendar Platform
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: indaweb
*/
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url('/wp-content/themes/indaweb/fonts/HelveticaNowDisplay-Light.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url('/wp-content/themes/indaweb/fonts/HelveticaNowDisplay-Regular.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url('/wp-content/themes/indaweb/fonts/HelveticaNowDisplay-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
}

:root{
  --primary-color: #18181C;
  --white: #fff;
  --body-bg: #ededf6;
  --lighter-bg: #f7f7fa;
  --light-grey: #e7e7e7;
  --mainfont: "HelveticaNowDisplay", sans-serif;
  --light-color: #8c8c95;
  --button-color: #617AFC;
  --light-bg: #f1f4ff;
}
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
  body {
    margin: 0;
  }

  main {
    display: block;
  }
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  a {
    background-color: transparent;
  }
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  img {
    border-style: none;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  button,
  input { /* 1 */
    overflow: visible;
  }
  button,
  select { /* 1 */
    text-transform: none;
  }
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  progress {
    vertical-align: baseline;
  }
  textarea {
    overflow: auto;
  }
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  details {
    display: block;
  }
  summary {
    display: list-item;
  }
  template {
    display: none;
  }
  [hidden] {
    display: none;
  }


*{
 box-sizing: border-box;   
}
body {
    font-family: "HelveticaNowDisplay", sans-serif;
    margin: 0;
    padding: 10px 0 0 0;
    background-color: #ededf6;
    font-weight: 500;
}
header {
    background-color: #fff;
    padding: 10px;
    text-align: center;
}
.container{
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
footer {
    background-color: #f5f5f5;
    color: var(--primary-color);
    padding: 10px 20px;
    text-align: center;
}
footer p{
  font-size: .85rem;
}
footer p a{
  color: var(--primary-color);
}
h1, h2, h3, h4, h5, h6 {
    color: var(--primary-color);
    margin-top: 0;
    font-family: 'HelveticaNowDisplay', sans-serif;
    font-weight: 700;
}
.main-content{
  min-height: 85vh;
  max-width: 98%;
  margin: 5px auto;
  background-color: #fff;
  padding: 10px;
  border-radius: 15px;
}
.platform-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  background: #fff;
  max-width: 98%;
  margin: 0 auto 10px auto;
  border-radius: 15px;
}
#calendarContainer{
  padding-left: 10px;
}
.platform-logo a{
  display: block;
}
.platform-logo img {
  height: 60px;
}
.platform-nav {
  position: relative;
}
.platform-menu {
  display: flex;
  gap: 20px;
}
.nav-menu {
  display: flex;
  list-style: none;
  gap: 30px;
  padding: 0;
  margin: 0;
  align-items: center;
}
.nav-menu li {
  display: inline;
}
.nav-menu a {
  text-decoration: none;
  transition: color 0.3s ease;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--primary-color);
}

/* Mobile Menu */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  height: 22px;
  background: none;
  border: none;
  cursor: pointer;
}
.burger {
  width: 30px;
  height: 2px;
  background: #000;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .menu-toggle {
      display: flex;
  }
  .platform-menu {
      display: none;
      position: absolute;
      top: 100px;
      right: 0;
      background: white;
      width: 100%;
      flex-direction: column;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      padding: 15px;
      opacity: 0;
      transform: translateY(-10px);
      transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  }
  .platform-menu.active {
      display: flex;
      opacity: 1;
      transform: translateY(0);
  }
}
.platform-button{
  padding: 10px 30px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 500;
  border: 2px solid;
}
.fullb{
  background-color: var(--button-color);
  border-color: var(--button-color);
  color: #fff;
}
.outlineb{
  color: var(--button-color);
  border-color: var(--button-color);
  background-color: #fff;
}
.lighter{
  color: var(--light-color);
}
.calendar-main-intro{
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.intro-right{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
#miniCalendar .fc-button{
  border: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
#miniCalendar .fc-toolbar-title{
  font-size: 14px !important;
}
#miniCalendar .fc-today-button{
  display: none !important;
}
#miniCalendar .fc-daygrid-day-events{
  display: none !important;
}
#miniCalendar .fc-col-header-cell-cushion{
  font-size: 8px !important;;
}
#miniCalendar .fc-daygrid-day-top{
  align-items: center;
  justify-content: center;
  cursor: pointer !important;
}
#miniCalendar .fc-daygrid-day-top a{
  font-size: 12px !important;
}
#miniCalendar .fc-day{
  border: none !important;
}
#miniCalendar .fc-daygrid-day-frame{
    display: flex;
    align-items: center;
    justify-content: center;
}
#miniCalendar .fc-day-today{
  background-color: #b4bee2 !important;
}
.um-login input[type="submit"]{
	padding: 10px 30px !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    font-weight: 500 !important;
    border: 2px solid #617AFC !important;
	background-color: #617AFC !important;
	color: #fff !important;
}
.um-login .um-row input{
	border-radius: 8px !important;
    padding: 5px 10px !important;
    border: 2px solid var(--light-grey) !important;
    color: var(--primary-color) !important;
    width: 100% !important;
}