/* compiled by scssphp 1.11.0 on Thu, 06 Apr 2023 18:34:46 +0000 (0.031s) */

/* Breakpoints */
/* Variables */
/* REM Base Size */
/** Shortcode: Add To Calendar - Start */
div.has-dropdown {
  position: relative;
}
div.has-dropdown:hover div[data-shortcode="add-to-calendar"].is-dropdown {
  opacity: 1;
  visibility: visible;
}
div[data-shortcode="add-to-calendar"].is-dropdown {
  transition: opacity 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655), visibility 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655);
  background-color: #ffffff;
  box-sizing: border-box;
  left: 0;
  margin-left: -12.5px;
  margin-right: -12.5px;
  opacity: 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: calc(100% + 12.5px * 2);
  z-index: 10;
}
div[data-shortcode="add-to-calendar"].is-dropdown > span {
  display: none;
}
div[data-shortcode="add-to-calendar"].is-dropdown > ul {
  border-radius: 5px;
  border: 1px #F0F0F0 solid;
  box-shadow: 0 10px 20px rgba(61, 86, 144, 0.2);
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
div[data-shortcode="add-to-calendar"].is-dropdown > ul li + li {
  border-top: 1px solid #F0F0F0;
}
div[data-shortcode="add-to-calendar"].is-dropdown > ul li a {
  transition: background-color 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655);
  align-items: center;
  display: flex;
  display: flex;
  height: inherit;
  justify-content: flex-start;
  padding: 7.5px 12.5px;
  text-decoration: none;
}
div[data-shortcode="add-to-calendar"].is-dropdown > ul li a:hover {
  background-color: #F0F0F0;
}
div[data-shortcode="add-to-calendar"].is-dropdown > ul li a svg {
  display: block;
  flex-shrink: 0;
  height: 17.5px;
  width: 17.5px;
}
div[data-shortcode="add-to-calendar"].is-dropdown > ul li a span {
  color: #484848;
  margin-left: 10px;
}
div[data-shortcode="add-to-calendar"]:not(.is-dropdown) {
  align-items: center;
  border-radius: 5px;
  border: 1px #F0F0F0 solid;
  display: inline-flex;
  height: 36px;
}
div[data-shortcode="add-to-calendar"]:not(.is-dropdown) > span {
  align-items: center;
  display: flex;
  padding: 0 12.5px;
}
div[data-shortcode="add-to-calendar"]:not(.is-dropdown) > span svg {
  margin-left: 10px;
}
div[data-shortcode="add-to-calendar"]:not(.is-dropdown) > ul {
  align-items: center;
  display: flex;
  height: inherit;
  list-style: none;
  margin: 0;
  padding: 0;
}
div[data-shortcode="add-to-calendar"]:not(.is-dropdown) > ul li {
  height: inherit;
}
div[data-shortcode="add-to-calendar"]:not(.is-dropdown) > ul a {
  transition: background-color 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655);
  align-items: center;
  border-left: 1px #F0F0F0 solid;
  display: flex;
  height: inherit;
  justify-content: center;
  width: 36px;
}
div[data-shortcode="add-to-calendar"]:not(.is-dropdown) > ul a:hover {
  background-color: #F0F0F0;
}
div[data-shortcode="add-to-calendar"]:not(.is-dropdown) > ul a svg {
  display: block;
  height: 20px;
  width: 20px;
}
div[data-shortcode="add-to-calendar"]:not(.is-dropdown) > ul a span {
  display: none;
}
/* Responsiveness */
/** Shortcode: Add To Calendar - End */
