/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
/**
Da premiogalileo.eu
Heading:
font-family: "Chonburi", cursive;
Text:
font-family: "Exo", sans-serif;
Colors:
:root {
  --blue: #1d2242;
  --orange: #ea6f13;
  --white: #ffffff;
}

**/
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://premiogalileo.eu/wp-content/uploads/fonts/5d0d28b2abde62bf96f27e359e1e760d/exo--v20-normal-400.woff2?c=1683893136) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Chonburi';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://premiogalileo.eu/wp-content/uploads/fonts/475af34b70b4708ef213092b4967368f/chonburi--v10-normal-400.woff2?c=1683893132) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
#navbar, .fruity .navbar, .fruity .navbar.navbar-default {
  background-color: #1d2242;
}

body {
  font-family: 'Exo';
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .125rem;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Chonburi';    
  color: #ea6f13;
}
.font-noto {
font-family: 'Exo', sans-serif !important;
}
.fruity .text-info {
  color: #1d2242;
}
.checkbox-item input[type="checkbox"] {
  display: inline-block;
  height: 35px;
  position: absolute;
  width: 35px;
}
.checkbox-item {
  padding-left: 35px;
}
.fruity a {
  color:#1d2242 !important;
}
.fruity a:hover {
  color:#ea6f13 
}
.fruity a:focus {
  color:#ea6f13
}
/** bottone **/
a.btn-default,
a.btn.btn-default,
.fruity .btn-default a,
.fruity .btn-default:hover a,
.fruity .btn-default:focus a,
.fruity .btn-default:active a,
.fruity .btn-default.active a,
.fruity .open .dropdown-toggle.btn-default a {
  color:#fff !important;
}


.fruity .btn-default:hover,
.fruity .btn-default:focus,
.fruity .btn-default:active,
.fruity .btn-default.active,
.fruity .open .dropdown-toggle.btn-default {
  color:#fff;
  border:1px solid #1d2242;
  background-color:#1d2242;
}
.fruity .btn-primary:hover,
.fruity .btn-primary:focus,
.fruity .btn-primary:active,
.fruity .btn-primary.active,
.fruity .btn-primary.active:focus,
.fruity .open .dropdown-toggle.btn-primary {
  color:#fff;
  background-color:#1d2242;
  border:1px solid #1d2242;
}
.fruity .btn-success:hover,
.fruity .btn-success:focus,
.fruity .btn-success:active,
.fruity .btn-success.active,
.fruity .open .dropdown-toggle.btn-success {
  color:#fff;
  background-color:#1d2242;
  border:1px solid #1d2242;
}
.fruity .btn-success,
.fruity .btn-default,
.fruity .btn-primary,
.fruity .btn-primary.active,
.fruity .open .dropdown-toggle.btn-primary {
  color:#fff;
  background-color:#ea6f13;
  border:1px solid #ea6f13;
}

.fruity .form-control:focus {
  border:1px solid #fff;
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(234,111,19,0.6)
}
.bootstrap-datetimepicker-widget table td.today:before {
  content:'';
  display:inline-block;
  border:solid transparent;
  border-width:0 0 7px 7px;
  border-bottom-color:#ea6f13;
  border-top-color:rgba(0,0,0,0.2);
  position:absolute;
  bottom:4px;
  right:4px
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color:#ea6f13;
  color:#fff;
  text-shadow:0 -1px 0 rgba(0,0,0,0.25)
}

.checkbox-item input[type="checkbox"]:checked + label::after, .checkbox-item input[type="radio"]:checked + label::after {
  background-color: #ea6f13;
  color: white;
}
.checkbox-item label::after {
  width: 19px;
  height: 19px;
}


