/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.5
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/
/* Add your custom styles here... */
p a {
  color: #f19013 !important;
}

ul li {
  line-height: 30px !important;
  position: relative;
}

#child-pages-box ul li {
  list-style: none;
  padding-left: 12px;
}

#child-pages-box ul {
  list-style: none;
  padding-left: 15px;
}

#child-pages-box li {
  padding-left: 1.3em;
}

#child-pages-box li:before {
  content: "\f061"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  color: #f19013;
  display: inline-block;
  font-size: 14px;
  margin-top: -11px;
  margin-left: 0px; /* same as padding-left set on li */
  width: 10px; /* same as padding-left set on li */
}

/* BREADCRUMBS */
.breadcrumbs .arrow {
  color: #aaa;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f054";
  font-size: 11px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* BREADCRUMBS */
.pp-info-banner-bg {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease !important;
  will-change: transform;
}

/* SEARCH FIELD */
.search-bar.active .input-text {
  background: #aaa;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  height: 50px;
}

.search-bar {
  position: relative;
  float: right;
  width: 372px;
}

.search-bar.active .input-text {
  max-width: 80%;
  background: #fff;
  /* border-bottom: 1px solid #eeeeee; */
}

.search-bar .icon {
  cursor: pointer;
  float: right;
  right: 0px;
  height: 50px;
  padding: 16px 15px 17px 16px;
  background-color: #ffffff;
  color: #b2b2b2;
  font-size: 18px;
}

.search-bar .icon:hover {
  background-color: #ffffff;
  color: #666666;
  /* border-bottom: 1px solid #eeeeee; */
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.search-bar .input-text {
  float: right;
  max-width: 0%;
  border: 0px;
  height: 50px;
  background-color: #f4f4f4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.widget.widget_tribe-widget-events-month .tribe-events-widget-shortcode__header-title {
  display: none;
}
.widget.widget_tribe-widget-events-month .tribe-events.tribe-events-view,
.widget.widget_tribe-widget-events-month .tribe-common-l-container.tribe-events-l-container {
  padding: 0 !important;
}
.widget.widget_tribe-widget-events-month .tribe-events-header {
  margin: 0;
  padding: 0.5rem 1rem;
  background: #f19013;
  color: white !important;
  font-weight: 700;
  font-size: 18px;
  font-family: "Arvo", sans-serif;
}
.widget.widget_tribe-widget-events-month .tribe-events-c-top-bar__nav-list-item {
  margin-top: -1px;
}
.widget.widget_tribe-widget-events-month .tribe-events-c-top-bar__nav-list-item svg path {
  fill: white;
}
.widget.widget_tribe-widget-events-month .tribe-events .tribe-events-calendar-month__header-column {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding: 0;
  background: #f6f6f6 !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  border: 1px solid #d2d2d2;
  border-left: none;
  border-top: none;
  width: 100%;
}
.widget.widget_tribe-widget-events-month .tribe-events .tribe-events-calendar-month__header-column h3 {
  color: #f19013 !important;
}
.widget.widget_tribe-widget-events-month .tribe-events .tribe-events-calendar-month__header-column:first-child {
  border-left: 1px solid #d2d2d2;
}
.widget.widget_tribe-widget-events-month .tribe-events-calendar-month__body {
  border: 1px solid #d2d2d2;
  border-top: none;
}

.tribe-events-calendar-month__day-cell--selected {
  background: #f19013;
}
.tribe-events-calendar-month__day-cell--selected h3 {
  color: white;
}

.tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
  background-color: #f19013 !important;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__mobile-events-icon--event {
  background-color: white !important;
}

.tribe-events-calendar-month__day-cell--selected {
  background-color: #f19013 !important;
}
.tribe-events-calendar-month__day-cell--selected h3 time {
  color: white !important;
}

.tribe-events-c-messages__message-list-item[data-key=no-events-in-day] {
  line-height: 1.4 !important;
}

.tribe-events-calendar-month-mobile-events__mobile-day.tribe-events-calendar-month-mobile-events__mobile-day--show {
  background: rgb(245, 245, 245);
  display: flex !important;
  padding: 1.25rem 0.75rem 1.25rem 1.5rem;
  flex-direction: column;
}
.tribe-events-calendar-month-mobile-events__mobile-day.tribe-events-calendar-month-mobile-events__mobile-day--show .kgs-event-day {
  align-items: start;
  display: flex;
  border-top: 1px solid var(--tec-color-border-default);
  padding-top: 1rem;
  margin-top: 0.5rem;
}
.tribe-events-calendar-month-mobile-events__mobile-day.tribe-events-calendar-month-mobile-events__mobile-day--show .kgs-event-day:first-child {
  margin: 0;
  padding: 0;
  border: none;
}
.tribe-events-calendar-month-mobile-events__mobile-day.tribe-events-calendar-month-mobile-events__mobile-day--show .kgs-event {
  margin-right: 1rem;
}
.tribe-events-calendar-month-mobile-events__mobile-day.tribe-events-calendar-month-mobile-events__mobile-day--show .kgs-event:after {
  display: none !important;
}
.tribe-events-calendar-month-mobile-events__mobile-day.tribe-events-calendar-month-mobile-events__mobile-day--show .kgs-event .kgs-weekday {
  background: #f19013;
  color: white;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tribe-events-calendar-month-mobile-events__mobile-day.tribe-events-calendar-month-mobile-events__mobile-day--show .kgs-event .kgs-date {
  background: white;
  color: #333333;
  font-weight: bold;
  padding: 0.25rem 1rem;
}
.tribe-events-calendar-month-mobile-events__mobile-day.tribe-events-calendar-month-mobile-events__mobile-day--show .tribe-events-calendar-month-mobile-events__mobile-event {
  padding: 0;
}
.tribe-events-calendar-month-mobile-events__mobile-day.tribe-events-calendar-month-mobile-events__mobile-day--show .tribe-events-calendar-month-mobile-events__mobile-event-details {
  display: flex;
  flex-direction: column-reverse;
}
.tribe-events-calendar-month-mobile-events__mobile-day.tribe-events-calendar-month-mobile-events__mobile-day--show h3.tribe-events-calendar-month-mobile-events__mobile-event-title {
  margin-bottom: 0.5rem;
  display: block;
  padding-top: 0.25rem;
}
.tribe-events-calendar-month-mobile-events__mobile-day.tribe-events-calendar-month-mobile-events__mobile-day--show .kgs-events {
  margin-top: -0.25rem;
}
.tribe-events-calendar-month-mobile-events__mobile-day.tribe-events-calendar-month-mobile-events__mobile-day--show .kgs-events article {
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.tribe-events-calendar-month-mobile-events__mobile-day.tribe-events-calendar-month-mobile-events__mobile-day--show .kgs-events article:first-child {
  padding-top: 0;
}
.tribe-events-calendar-month-mobile-events__mobile-day.tribe-events-calendar-month-mobile-events__mobile-day--show .kgs-events article:last-child {
  margin-bottom: 0;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date .tribe-events-calendar-month__day-date-daynum {
  color: white !important;
}

.tribe-events .tribe-events-calendar-month__header-column-title {
  color: #f19013 !important;
}

a.tribe-common-anchor-thin.tribe-events-widget-events-month__view-more-link {
  color: #f19013 !important;
  font-weight: bold;
  margin-top: 0.5rem;
  float: right;
  border-bottom: none !important;
}
a.tribe-common-anchor-thin.tribe-events-widget-events-month__view-more-link:hover {
  color: #333333 !important;
  text-decoration: none !important;
}

.tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode .tribe-events-c-top-bar__nav-list {
  align-items: center;
}

/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("./assets/fonts/roboto-v30-latin-300.woff2") format("woff2"), url("./assets/fonts/roboto-v30-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("./assets/fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("./assets/fonts/roboto-v30-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("./assets/fonts/roboto-v30-latin-500.woff2") format("woff2"), url("./assets/fonts/roboto-v30-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("./assets/fonts/roboto-v30-latin-700.woff2") format("woff2"), url("./assets/fonts/roboto-v30-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* arvo-700 - latin */
@font-face {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("./assets/fonts/arvo-v20-latin-700.woff2") format("woff2"), url("./assets/fonts/arvo-v20-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.i96-consent {
  background: hsla(0, 0%, 0%, 0.8);
}
.i96-consent ._brlbs-embed._brlbs-google-maps {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.i96-consent ._brlbs-embed._brlbs-google-maps ._brlbs-caption {
  background: transparent !important;
}
.i96-consent .BorlabsCookie._brlbs-switch-consent {
  justify-content: center;
}
.i96-consent ._brlbs-title {
  margin-left: 5.4rem;
}

/*# sourceMappingURL=style.css.map */
