/*!
Theme Name: tec
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tec
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

tec is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.entry-content * {
  margin-bottom: 1rem;
}

.entry-content ul {
  list-style-type: disc;
  padding-left: 1rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(110 236 153/var(--tw-text-opacity));
}

.entry-content ul li {
  --tw-text-opacity: 1;
  color: rgb(0 0 0/var(--tw-text-opacity));
}

.entry-content li {
  font-weight: 300;

}

.sf__wrap form {
  position: absolute;
  right: 0;
  top: -69px;
}

button.sf__button {
  background: #DDD;
  height: 48px;
  padding: 0 10px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

input.sf__input {
  height: 48px;
  border: 1px solid #DDD;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.widget_block {
  margin-bottom: 30px;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-links a {
  color: #11302d;
  text-decoration: underline;
}

.search .entry-title a {
  color: #11302d;
}

.search a.post-thumbnail {
  margin-bottom: 30px;
  display: block;
}

.search-result-item {
  margin-bottom: 60px;
}

.search-result-item .entry-meta {
  font-size: 14px;
  padding-bottom: 15px;
  margin-bottom: 6px;
  font-weight: 300;
  line-height: 26px;
  margin-top: 15px;
}

.search-result-item .entry-summary p {
  font-weight: 500;
  word-wrap: break-word;
}

.search-result-right .wp-block-latest-posts .wp-block-latest-posts__post-title {
  color: #11302d;
}

.search-result-right .wp-block-latest-posts .wp-block-latest-posts__post-title:hover {
  font-weight: 600;
}

.search-result-right .wp-block-latest-posts li {
  margin-bottom: 0.5em;
}

.search-result-left,
.search-result-right {
  width: 100%;
}

@media (min-width: 981px) {
  .search-result-left {
    width: 75%;
    border-right: 1px solid #e2e2e2;
  }

  .search-result-right {
    width: 25%;
    padding-left: 30px;
  }
}

@media (max-width: 1024px) {
  .sf__wrap {
    padding-bottom: 20px;
    display: none;
  }

  .sf__wrap form {
    position: static;
    margin-right: auto;
    width: 100%;
  }

  input.sf__input {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .search-result-item {
    margin-bottom: 42px;
  }
}

/* Events Page */
.event-row {
  display: flex;
  flex-wrap: wrap;
}

.event-items {
  width: calc(100% / 3 * 2);
}

.event-calendar {
  width: calc(100% / 3);
  padding-left: 30px !important;
}

.event-calendar .air-datepicker {
  width: 100%;
  padding: 1.5625em 1em;
  box-sizing: border-box;
  background: #f8f8f8;
}

.event-calendar .air-datepicker-nav {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 20px;
}

.air-datepicker * {
  box-sizing: border-box;
}

.air-datepicker-nav--title i,
.air-datepicker-nav--title {
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  color: #000000 !important;
}

.air-datepicker-body--day-name {
  color: #000000 !important;
  font-size: 16px !important;
}

.air-datepicker-cell.-day- {
  aspect-ratio: 1/1;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F5F5F5;
  gap: 5px;
}

.event-calendar .air-datepicker-body--day-names {
  margin-bottom: 20px;
}

.air-datepicker-body--cells.-days- {
  grid-auto-rows: 43px !important;
  gap: 5px;
}

.air-datepicker-body--cells.-days->div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.air-event {
  display: flex;
  justify-content: center;
  width: 100%;
}

.air-event.air-event-futured span {
  background-color: #6eec99;
}

.air-day {
  display: flex;
  width: 100%;
  justify-content: center;
}

.air-event span {
  display: inline-block;
  background: rgb(27, 132, 200);
  width: 8px;
  height: 2px;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin: 0px 1px 2px;
}

.event-calendar .air-datepicker-cell.-year-.-other-decade-,
.event-calendar .air-datepicker-cell.-day-.-other-month- {
  opacity: 0;
}

.event-calendar-tags {
  padding: 15px 15px !important;
  background-color: #f8f8f8;
}

.event-calendar-tags ul {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #DDD;
  padding: 10px 0 0;
}

.event-calendar-tags li {
  width: 50%;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #4a4a4a;
}

.event-calendar-tags li>div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.event-calendar-tags li span.bg {
  display: block;
  width: 10px;
  height: 3px;
  background-color: #11302d;
}

.event-calendar-tags li.event-tag-futured>div::before {
  background-color: #6eec99;
}


@media (max-width: 767px) {

  .event-items,
  .event-calendar {
    width: 100%;
  }

  .event-calendar {
    padding: 0 !important;
    margin: 0 0 20px !important;
  }

  .event-row {
    display: flex;
    flex-direction: column-reverse;
  }
}