/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

[id*=logo-] {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.g-logo img {
  width: 65%;
}
@media only all and (min-width: 30.01rem) {
  .g-logo img {
    width: auto;
  }
}
div.modal.fade {
  display: none;
}
#g-mainbody {
  padding-top: 0;
}
#g-aside {
  padding-top: 0;
}
#g-aside .g-content {
  margin-top: 0;
  padding-top: 0;
}
#mobile-menu-8219-particle {
  padding-top: 2rem;
  margin-top: 2rem;
}
#mobile-menu-8219-particle .g-offcanvas-button {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}
#mobile-menu-8219-particle .g-search-button {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
}
#mobile-menu-8219-particle #g-mobilemenu-container #module-social-95-particle {
  margin-top: 1rem;
}
#mobile-menu-8219-particle #g-mobilemenu-container #module-social-95-particle .g-social.social-header {
  display: grid;
  width: 100%;
  grid-template-columns: auto auto auto auto auto;
}
#mobile-menu-8219-particle #g-mobilemenu-container #module-social-95-particle .g-social.social-header:before {
  content: none;
  right: unset;
}
#mobile-menu-8219-particle #g-mobilemenu-container #module-social-95-particle .g-social.social-header a {
  border: none;
}
#banner-right > .g-content {
  margin-right: 0;
}
#banner-right > .g-content .social-header > a:first-child {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}
#banner-right > .g-content .social-header > a:last-child {
  border-right: none;
}
#module-social-95-particle > .g-social.social-header:before {
  content: 'Driven by Passion for Style, Technology, Food, and Fashion';
  position: relative;
  font-style: italic;
  right: 3rem;
  font-size: 0.75rem;
  font-weight: 500;
}
@media only all and (min-width: 77rem) {
  #module-social-95-particle > .g-social.social-header:before {
    right: 7rem;
    top: 2rem;
    font-size: 1.2rem;
    font-weight: 650;
  }
}
@media only all and (min-width: 60rem) and (max-width: 76.99rem) {
  #module-social-95-particle > .g-social.social-header:before {
    right: 4rem;
    font-size: 1rem;
    top: 0.8rem;
    font-weight: 600;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  #module-social-95-particle > .g-social.social-header:before {
    right: 1rem;
    font-size: 0.7rem;
  }
}
.eb-image-wall > .g-content {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0;
}
.eb-image-wall > .g-content #eb > div {
  margin-bottom: 1.1rem !important;
}
#eb.mod_easyblogmostpopularpost {
  padding: 0.5rem 1rem;
  background-color: #fbfbfb;
  border: 1px solid #efefef;
}
body.view-latest #g-container-main #g-mainbody > :last-child > .g-block > .g-content {
  margin-top: 0;
  padding-top: 0;
}
.com_easyblog.view-entry #g-mainbody .g-grid:nth-child(2) .g-content {
  padding-top: 0;
  margin-top: 0;
}
.site.view-search #g-mainbody > :nth-child(1) {
  display: none;
}
.site.view-search #g-mainbody > :nth-child(2) #searchForm .btn-toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
body[class*=DS] {
  background: white !important;
}
body.g-style-preset1 {
  background: #fe6d00;
  background: linear-gradient(90deg, #fe6d00 0%, #febb36 100%);
}
body.g-style-preset2 {
  background: #780181;
  background: linear-gradient(75deg, #780181 0%, #cd008a 100%);
}
body.g-style-preset3 {
  background: #ff5200;
  background: radial-gradient(circle, #ff5200 0%, #ff107e 83%, #410b8f 100%);
}
body.g-style-preset4 {
  background: #0040a1;
  background: linear-gradient(90deg, #0040a1 0%, #00fcae 100%);
}
body.g-style-preset5 {
  background: #0040a1;
  background: linear-gradient(35deg, #0040a1 0%, #00c3fb 100%);
}
body #g-page-surround {
  background: inherit;
  box-shadow: none;
}
body #g-container-site {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
body #g-container-site .g-title {
  margin-top: unset;
  margin-bottom: unset;
  margin: 30px 0;
}
.fade-in {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#timeline_feed2flat .sb-item [class*=sb-container] {
  border-color: #0040a1 !important;
  background-color: #0040a1 !important;
}
.g-social.social-header a {
  color: #0040a1;
  border-right: 1px solid #ebebeb;
}
.g-social.social-header a:first-child {
  border-left: 1px solid #ebebeb;
}
.g-social.social-header a:hover {
  color: #002864;
}
body.view-entry .eb-image-wall {
  display: none;
}
body #g-aside .platform-content {
  margin: 1rem auto;
}
body #g-aside .platform-content h3 {
  margin-top: 0 !important;
  margin-bottom: 0rem !important;
}
body #g-aside .platform-content .jevents-listing h3 {
  margin-bottom: 0rem !important;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  body #g-aside .platform-content .jevents-listing h3 {
    margin-left: -20px;
  }
}
body #g-aside .platform-content .jevents-listing h3:first-child {
  margin-top: 0 !important;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  body #g-aside .platform-content .jevents-listing h3:first-child {
    font-size: 80%;
  }
}
body.g-style-preset1 #jeviso_module .jeviso_eventsummary .startdate {
  color: #000308;
}
body.g-style-preset1 #jeviso_module .jeviso_itemcontainer .jeviso_item h3.eventtitle {
  color: white;
}
body.g-style-preset1 #jeviso_module .jeviso_itemcontainer .jeviso_item .jeviso_eventsummary3 {
  background: #0040a1;
  background: linear-gradient(0deg, #0040a1 0%, #005eee 100%);
}
body.g-style-preset1 .jev_evdt .jev_evdt_title, body.g-style-preset1 #jevents_body .jev_toprow div.previousmonth, body.g-style-preset1 #jevents_body .jev_toprow div.nextmonth {
  background: #0040a1;
  color: white;
}
body.g-style-preset1 #jevents_body .jev_toprow div.previousmonth, body.g-style-preset1 #jevents_body .jev_toprow div.nextmonth {
  background-color: #0040a1;
  border: 1px solid #0040a1;
}
body.g-style-preset1 #jevents_body .jev_toprow div.currentmonth {
  border-top: 1px solid #0040a1;
  border-bottom: 1px solid #0040a1;
}
body.g-style-preset2 [id*='modal-event'] .modal-title {
  background: #00c3fb;
  background: linear-gradient(0deg, #00c3fb 0%, #62dcff 100%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border: 1px solid #00c3fb;
}
body.g-style-preset2 [id*='modal-event'] .modal-title .startdate {
  color: white !important;
}
body.g-style-preset2 #jeviso_module .jeviso_eventsummary .startdate {
  color: white;
}
body.g-style-preset2 #jeviso_module .jeviso_itemcontainer .jeviso_item h3.eventtitle {
  color: white;
}
body.g-style-preset2 #jeviso_module .jeviso_itemcontainer .jeviso_item .jeviso_eventsummary3 {
  background: #0040a1;
  background: linear-gradient(0deg, #0040a1 0%, #005eee 100%);
}
body.g-style-preset3 [id*='modal-event'] .modal-title {
  background: #00c3fb;
  background: linear-gradient(0deg, #0040a1 0%, #00c3fb 100%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border: 1px solid #00c3fb;
}
body.g-style-preset3 [id*='modal-event'] .modal-title .startdate {
  color: white !important;
}
body.g-style-preset3 #jeviso_module .jeviso_eventsummary .startdate {
  background: #0040a1;
  background: linear-gradient(0deg, #0040a1 0%, #00c3fb 100%);
  color: white !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
body.g-style-preset3 #jeviso_module .jeviso_itemcontainer .jeviso_item h3.eventtitle {
  color: white !important;
}
body.g-style-preset3 #jeviso_module .jeviso_itemcontainer .jeviso_item .jeviso_eventsummary3 {
  background: #0040a1;
  background: linear-gradient(0deg, #0040a1 0%, #00c3fb 100%);
}
body.g-style-preset3 .jev_evdt .jev_evdt_title, body.g-style-preset3 #jevents_body .jev_toprow div.previousmonth, body.g-style-preset3 #jevents_body .jev_toprow div.nextmonth {
  background: #0040a1;
  color: white;
}
body.g-style-preset3 #jevents_body .jev_toprow div.previousmonth, body.g-style-preset3 #jevents_body .jev_toprow div.nextmonth {
  background-color: #0040a1;
  border: 1px solid #0040a1;
}
body.g-style-preset3 #jevents_body .jev_toprow div.currentmonth {
  border-top: 1px solid #0040a1;
  border-bottom: 1px solid #0040a1;
}
body.g-style-preset4 #jeviso_module .jeviso_itemcontainer .jeviso_item h3.eventtitle {
  color: white;
}
body.g-style-preset4 #jeviso_module .jeviso_itemcontainer .jeviso_item .jeviso_eventsummary3 {
  background: #0040a1;
  background: linear-gradient(0deg, #0040a1 0%, #227aff 100%);
}
body.g-style-preset4 .jev_evdt .jev_evdt_title, body.g-style-preset4 #jevents_body .jev_toprow div.previousmonth, body.g-style-preset4 #jevents_body .jev_toprow div.nextmonth {
  background: #0040a1;
  color: white;
}
body.g-style-preset4 #jevents_body .jev_toprow div.previousmonth, body.g-style-preset4 #jevents_body .jev_toprow div.nextmonth {
  background-color: #0040a1;
  border: 1px solid #0040a1;
}
body.g-style-preset4 #jevents_body .jev_toprow div.currentmonth {
  border-top: 1px solid #0040a1;
  border-bottom: 1px solid #0040a1;
}
body.g-style-preset5 #jeviso_module .jeviso_itemcontainer .jeviso_item h3.eventtitle {
  color: #000308;
}
a.ev_link_cat:link, a.ev_link_cat:visited {
  color: Gray;
}
a.ev_link_cat:hover {
  color: Black;
}
a.ev_link_row:link, a.ev_link_row:visited {
  color: Gray;
}
a.ev_link_row:hover {
  color: Black;
}
a.ev_link_unpublished {
  color: red;
}
a.ev_link_weekday:link {
  color: Gray;
}
a.ev_link_weekday:visited {
  color: Gray;
}
a.ev_link_weekday:hover {
  color: Black;
}
#jevents_body .ev_table {
  border-right: 1px solid black;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}
#jevents_body .ev_td_right {
  /*background-color: #FFDEAD;*/
  border-top: 1px solid #000000;
}
#jevents_body .ev_td_left {
  background-color: #c5d5e5;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
}
#jevents_body .ev_td_today {
  background-color: #E9B4A1;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  color: black;
}
#jevents_body .jev_toprow div.previousmonth, #jevents_body .jev_toprow div.nextmonth {
  background-color: #00c3fb;
  border: 1px solid #00c3fb;
}
#jevents_body .jev_toprow div.currentmonth {
  border-top: 1px solid #00c3fb;
  border-bottom: 1px solid #00c3fb;
}
.ev_repeatexception {
  color: black;
  background-color: yellow;
}
.nav-items > div {
  border-color: #00c3fb !important;
}
#jevents_body .nav-items div.active a, .jev_header2 .active a {
  background-color: #00c3fb;
  color: #FFF;
  text-shadow: 0px 1px 2px black;
}
#jevents_body .nav-items div.active a:hover, .jev_header2 .active a:hover {
  background-color: #00c3fb;
  border-left: 1px solid #00c3fb;
}
.nav-items > div {
  margin-left: -5px;
  display: inline-block;
  padding: 3px 0px 2px 0px;
  line-height: 23px;
  vertical-align: middle;
  border: 1px solid #00c3fb;
  border-left: 0px;
}
.nav-items > div a {
  padding: 8px 12px 7px 12px;
  text-decoration: none;
  color: #474747;
}
#jevents_body .nav-items > div a:hover {
  padding: 7px 12px 7px 12px;
  background-color: #00c3fb;
  border-left: 1px solid #00c3fb;
  color: #000;
}
.nav-items > div:first-child {
  border-radius: 5px 0 0 5px;
  border-left: 1px solid #00c3fb;
}
.nav-items > div:last-child {
  border-radius: 0 5px 5px 0;
  border-right: 1px solid #00c3fb;
}
.nav-items > div:first-child a:hover {
  border-radius: 5px 0 0 5px;
  margin-left: -1px;
}
.nav-items > div:last-child a:hover {
  border-radius: 0 5px 5px 0;
}
.new-navigation #nav-search {
  display: inline-block;
  float: right;
  padding-right: 10px;
}
.month_date {
  min-height: 25px;
  display: inline-block;
  width: 100%;
  padding-left: 10px;
  vertical-align: top;
  margin-bottom: 5px;
}
.month_title_year, .month_date, .month_title {
  display: inline-block;
}
.month_title_year {
  padding-left: 6px;
  font-size: 1.5em;
}
.month_title {
  font-size: 2em;
}
.jev_evdt .jev_evdt_icons {
  float: right;
  height: 26px;
  position: relative;
  top: -2.9rem;
  right: 2rem;
}
#jevents_body .cal_today a.cal_daylink {
  margin-top: 5px;
}
#jevents_body .cal_today a.cal_daylink {
  background-color: #00c3fb;
  padding: 4px;
  border-radius: 10px;
  color: #FFFFFF;
}
#jevents_body .cal_today a.cal_daylink:hover {
  border-left: 1px solid #00c3fb;
  background-color: #fff;
  border: 1px solid #00c3fb;
  padding: 4px;
  border-radius: 10px;
  color: #00c3fb;
}
.jev_evdt .jev_evdt_title {
  font-size: 160%;
  padding: 10px;
  background: #00c3fb;
  color: white;
}
.available-date-component {
  font-weight: bold;
}
.jev_flex {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
.jev_flex > :first-child {
  display: flex;
  flex: 1 0 auto;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10pt;
}
@media only all and (max-width: 47.99rem) {
  .jev_flex {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}
[id*='modal-event'] {
  padding: 0;
}
[id*='modal-event'] .close {
  position: absolute;
  top: 0;
  right: -0.7em;
  color: white;
  opacity: 0.8;
  font-size: 2.4rem;
}
[id*='modal-event'] .modal-content {
  padding: 0;
}
[id*='modal-event'] .modal-header {
  padding: 0;
}
[id*='modal-event'] .modal-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
}
[id*='modal-event'] .modal-title {
  margin-left: 0;
  display: flex;
  padding: 1rem;
  font-size: 1.4rem;
  border-radius: 0;
  font-weight: bold;
  color: black;
  background: #00c3fb;
  background: linear-gradient(0deg, #00c3fb 0%, #62dcff 100%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border: 1px solid #00c3fb;
}
[id*='modal-event'] .modal-title2 {
  margin-left: 0;
  display: flex;
  padding: 1rem;
  font-size: 1.4rem;
}
[id*='modal-event'] .modal-details {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
[id*='modal-event'] .modal-details .calendarlinks {
  display: flex;
  margin-top: 1rem;
  margin-left: 0;
}
[id*='modal-event'] .modal-details .calendarlinks > * {
  display: inline-block;
}
[id*='modal-event'] .modal-title2 .eventtitle, [id*='modal-event'] .modal-title2 .eventtitle > a {
  font-weight: bold;
  color: #0040a1;
  margin: 0;
}
[id*='modal-event'] .modal-title .badge {
  align-self: center;
  padding: 0.3rem 0.8rem;
  margin-left: auto;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  background: #0040a1;
}
[id*='modal-event'] .modal-title .startdate {
  display: inline-block;
  font-size: 1.4rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
  margin: 0;
}
[id*='modal-event'] .modal-title .startdate > * {
  text-transform: uppercase;
  display: inline-block;
}
.ribbon3 {
  width: auto;
  height: 3rem;
  line-height: 3rem;
  padding-left: 1rem;
  position: absolute;
  left: -8px;
  top: 5px;
  background: #00c3fb;
  z-index: 1000;
  padding-right: 1rem;
  font-weight: bold;
  color: black;
  border-left: 8px solid black;
  font-size: 1.2rem;
}
.ribbon3:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  right: -0.5rem;
  border-top: 1.5rem solid transparent;
  border-bottom: 1.5rem solid transparent;
  border-left: 0.5rem solid #0040a1;
}
.jeviso_itemcontainer:after {
  content: '';
  display: block;
  clear: both;
}
#jeviso_module .jeviso_item .jfloat-event {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f0f0f1;
  margin-right: 1%;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
#jeviso_module .jeviso_itemcontainer .jeviso_item .jeviso_eventsummary {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0.7rem;
  margin-top: 0.7rem;
}
#jeviso_module .jeviso_itemcontainer .jeviso_item .jeviso_eventsummary2 {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0.2rem;
  margin-top: 0.5rem;
}
#jeviso_module .jeviso_itemcontainer .jeviso_item .jeviso_eventsummary3 {
  position: absolute;
  bottom: 0;
  padding-left: 0.5rem;
  background: #00c3fb;
  background: linear-gradient(0deg, #00c3fb 0%, #7ce2ff 100%);
  width: 100%;
  margin-left: 0 !important;
}
#jeviso_module .jeviso_itemcontainer .jeviso_item .jeviso_eventsummary3 > div {
  height: 3rem;
  display: flex;
  align-items: center;
}
#jeviso_module .jeviso_item .jeviso_item_image img {
  max-width: 100%;
  border-radius: 3px;
  top: -1.5em;
  position: relative;
}
#jeviso_module .jeviso_item .jeviso_item_title {
  padding: 5px;
}
#jeviso_module .jeviso_item .jeviso_item_date {
  padding: 5px;
}
#jeviso_module .jeviso_item .jeviso_item_body {
  word-wrap: break-word;
  padding: 5px;
}
#jeviso_module .jeviso_item .jeviso_item_footer {
  width: 100%;
  max-width: 100%;
}
#jeviso_module .jeviso_item .jeviso_item_footer .jeviso_item_catcolor {
  border-left-width: 10px;
  border-left-style: solid;
  display: inline-block;
  padding-left: 2px;
  text-align: left;
  width: 35%;
}
#jeviso_module .jeviso_item .jeviso_item_footer .jeviso_item_rmlink {
  display: inline-block;
  text-align: right;
  width: 55%;
}
.uk-button-primary > .ev_link_row, .uk-button-primary > .ev_link_row:hover {
  color: inherit;
}
#jeviso-modal {
  cursor: auto;
}
.jeviso_modal_image > img {
  margin: 0 auto;
  display: block;
}
/* Float module specific */
#jeviso_module .jeviso_itemcontainer .jeviso_item .jeviso_item_image img {
  width: 100%;
  max-width: 100%;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#jeviso_module .jeviso_itemcontainer .jeviso_item .jeviso_item_image {
  height: 220px !important;
  overflow: hidden;
  position: relative;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #f5f5f5;
}
#jeviso_module .jeviso_itemcontainer .jeviso_item .jeviso_item_image img {
  /*
        top: -32% !important;
        padding: 0 12%;
        */
  top: -15% !important;
  padding: 0px 5%;
}
@media only all and (min-width: 77rem) {
  #jeviso_module .jeviso_itemcontainer .jeviso_item .jeviso_item_image img {
    top: -52% !important;
    padding: 0 5%;
  }
}
@media only all and (min-width: 60rem) and (max-width: 76.99rem) {
  #jeviso_module .jeviso_itemcontainer .jeviso_item .jeviso_item_image img {
    top: -34% !important;
    padding: 0 10%;
  }
  #jeviso_module .jeviso_itemcontainer .jeviso_item .jeviso_item_image {
    height: 185px !important;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  #jeviso_module .jeviso_itemcontainer .jeviso_item .jeviso_item_image img {
    top: -41% !important;
    padding: 0 10%;
  }
  #jeviso_module .jeviso_itemcontainer .jeviso_item .jeviso_item_image {
    height: 260px !important;
  }
}
/*
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
    #jeviso_module .jeviso_itemcontainer .jeviso_item .jeviso_item_image img {
        top: -41% !important;
        padding: 0 10%;
    }
    #jeviso_module .jeviso_itemcontainer .jeviso_item .jeviso_item_image {
        height:185px !important;
    }
}
*/
/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  top: -25% !important;
  padding: 0 10%;
}
/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
  #jeviso_module .jeviso_itemcontainer .jeviso_item .jeviso_item_image img {
    top: -55% !important;
    padding: 10%;
  }
  #jeviso_module .jeviso_itemcontainer .jeviso_item .jeviso_item_image {
    height: 225px !important;
  }
}
#jeviso_module .jeviso_itemcontainer .jeviso_item.listv {
  width: 100%;
}
#jeviso_module .jeviso_itemcontainer .jeviso_item.listv .noleftpadding {
  padding-left: 0;
}
#jeviso_module .jeviso_itemcontainer .jeviso_item h3.eventtitle {
  font-size: 0.7rem !important;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  top: unset;
  bottom: 0;
  left: 0.5rem;
  margin: 0;
  margin-right: 0.5rem;
  color: white;
  line-height: 1.1rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
#jeviso_module .jeviso_eventsummary .startdate {
  display: flex;
  gap: 0.3rem;
  padding: 0rem 0.9rem;
  line-height: 2rem;
  font-size: 0.9rem;
  border-radius: 3px;
}
#jeviso_module .jeviso_eventsummary .startdate {
  font-weight: bold;
  color: black;
  background: #00c3fb;
  background: linear-gradient(0deg, #00c3fb 0%, #2fd1ff 100%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-transform: uppercase;
  border: none;
}
#jeviso_module .jeviso_itemcontainer .jeviso_item h3.eventtitle .eventcategory {
  display: block;
  font-size: 1rem !important;
  margin-top: 10px;
  font-weight: normal;
  text-overflow: ellipsis;
}
.jeviso_modal {
  cursor: initial;
}
.jeviso_modal .modal-dialog {
  width: 800px;
}
.jeviso_modal .modal-dialog .modal-header {
  margin: 0;
}
.jeviso_modal .modal-dialog .startdate {
  font-size: 1.5rem !important;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
  display: flex;
  gap: 0.3rem;
  padding: 0.5rem 1rem;
  background: rgba(51, 51, 51, 0.435);
  color: white;
}
.jeviso_modal .modal-dialog .startdate .startmonth {
  height: 40px;
  line-height: 40px;
}
.jeviso_modal .modal-dialog .startdate .startday {
  height: 25px;
  line-height: 25px;
}
.jeviso_modal .modal-dialog .modal-title {
  padding-left: 40px;
  text-overflow: ellipsis;
}
.jeviso_modal .modal-dialog .modal-title a {
  font-size: 1.5rem !important;
  height: 40px;
  line-height: 40px;
}
.jeviso_modal .modal-dialog .modal-title .eventcategory {
  display: block;
  height: 25px;
  line-height: 25px;
  font-size: 1.3rem !important;
  opacity: 0.6;
  text-overflow: ellipsis;
}
/*# sourceMappingURL=custom_25.css.map */