/* Global CSS that can be used by any part of Open Day Online */


/* LINKS */

.page-open-day-online a,
.page-open-day-online a:hover {
  text-decoration: none;
}

.page-open-day-online a:focus {
  outline: none;
}


/* Icons */

.iconsvg {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}


/* Buttons */

.odo--btn {
  margin: 0 auto 18px;
  border-radius: 3px;
  text-align: center;
  line-height: 22px;
  padding: 3px 8px;
  min-width: 80px;
  font-family: "Open Sans Hebrew Bold";
  font-weight: bold;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: start;
}

@media screen and (min-width: 600px) {
  .odo--btn {
    padding: 4px 13px;
    min-width: 64px;
  }
}

.odo--btn-lg {
  padding: 4px 12px;
}

@media screen and (min-width: 600px) {
  .odo--btn-lg {
    padding: 10px 23px;
    font-size: 18px;
  }
}

.odo--btn .iconsvg {
  font-size: 1.2em;
  fill: #1692e8;
  margin-left: 0.6em;
}

html[dir=ltr] .odo--btn .iconsvg {
  margin-left: inherit;
  margin-right: 0.6em;
}

.odo--btn-primary {
  background-color: #1692e8;
  border: solid 1px #1692e8;
  color: white;
}

.odo--btn-outline {
  border: solid 1px #1692e8;
  color: #1692e8;
  background: none;
}

.odo--add-cal-menu {
  left: -64px !important;
  top: -5px !important;
  color: #1692e8;
  background: white !important;
  text-align: left;
  font-size: 16px;
  min-width: 126px !important;
  padding: 13px 19px !important;
  box-shadow: -3px 8px 24px 2px rgba(0, 0, 0, 0.3);
}

.odo--add-cal-menu li:before {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
}

.odo--add-cal-menu li {
  padding: 7px 7px 7px 0px !important
}

.odo--add-cal-menu li:nth-child(1):before {
  background-image: url('/sites/all/modules/custom/feature/open_day_online/icons/outlook_icon.png');
}

.odo--add-cal-menu li:nth-child(2):before {
  background-image: url('/sites/all/modules/custom/feature/open_day_online/icons/google_icon.png');
}

.odo--add-cal-menu li:nth-child(3):before {
  background-image: url('/sites/all/modules/custom/feature/open_day_online/icons/yahoo_icon.png');
}

.odo--add-cal-menu li a {
  display: inline-block !important;
  padding: 4px 4px 4px 19px !important;
}

.odo--field-date .item-list {
  direction: ltr;
  position: relative;
}


/* Back to top button */

.odo--backtotop {
  display: none;
}

@media screen and (max-width: 992px) {
  .odo--backtotop {
    display: block;
    text-align: center;
    cursor: pointer;
  }
  .odo--backtotop>svg {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.46);
    background-color: #f7f7f7;
    margin: 27px 0 7px 0;
  }
  .odo--backtotop-text {
    font-family: "Open Sans Hebrew Regular";
    font-size: 15px;
    line-height: 1.47;
    text-align: center;
    color: #5d5d5d;
  }
}