@media only screen and (min-width: 912px) {
  .elements-3 > div > ul.element-left {
    width: 20%;
  }
  .elements-3 > div > ul.pull-center.justify-content-center {
    width: 75%;
  }
  .elements-3 > div > ul {
    width: 5%;
  }
  img.site-logo {
    max-width: 230px;
  }
  img.sticky-logo {
    max-width: 230px;
  }
}
@media only screen and (min-width: 1274px) {
  .elements-3 > div > ul.element-left {
    width: 25%;
  }
  .elements-3 > div > ul.pull-center.justify-content-center {
    width: 65%;
  }
  .elements-3 > div > ul {
    width: 10%;
  }
  img.sticky-logo {
    max-width: 280px;
  }
  img.site-logo {
    max-width: 300px;
  }
}
@media only screen and (max-width: 1275px) {
  header .navbar > div > ul.nav.pull-right > li.secondary-toggle-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 1609px) {
  .elements-3 > div > ul {
    width: 20%;
  }
  .elements-3 > div > ul.pull-center.justify-content-center {
    width: 55%;
  }
}
@media only screen and (max-width: 1610px) {
  .header-navbar .nav.pull-right .cea-button-link {
    display: none;
  }
}
@media only screen and (max-width: 1400px) {
  ul.nav.wp-menu > li > a,
  .header-navbar.navbar .wp-menu li > ul.sub-menu li a {
    font-size: 12px;
  }
}
a {
  color: #2f4f4f;
}
.secondary-bar-inner .widget:nth-of-type(3) {
  margin-bottom: 0px;
}

#site-footer .cus-logo-img img {
  max-width: 330px;
}
#site-footer .arrow-icon-left i {
  font-size: 330px;
}
#site-footer .arrow-icon-left .bi::before {
  top: -10px;
  left: -100px;
}
#site-footer .cus-navmenu-wedgets {
  margin-top: 10px;
}
#site-footer .uni-logo {
  max-width: 100%;
  margin-top: 8%;
}
.wp-block-column.cus-footer-contact {
  padding-left: 22px;
}
.team-content-area .team {
  display: none !important;
}
.team-directors .team-inner {
  margin-bottom: 0px !important;
}
.team-wrapper.team-style-default
  .team-inner
  .post-thumb
  a.post-image-link:before {
  background: none !important;
}
.event-custom .event-inner {
  display: flex;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  border-radius: 15px 15px 15px 15px;
  padding: 15px 20px;
  min-height: 150px;
}
.event-custom .bottom-meta .bottom-meta-list li {
  display: block;
  line-height: 1.7;
}
.event-custom .event-inner .top-meta {
  margin-right: 1em;
}
.event-custom .event-inner .event-start-date {
  text-align: center;
  border: 2px solid var(--e-global-color-secondary);
  color: var(--e-global-color-secondary);
  height: 5em;
  width: 5em;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.event-custom .event-inner .event-start-date .month,
.event-custom .event-inner .event-start-date .day,
.event-custom .event-inner .event-start-date .year {
  font-weight: bold;
  line-height: 1;
}
.event-custom .event-inner .event-start-date .day {
  font-size: 23px;
}
.event-custom .event-inner .event-start-date .year {
  font-size: 0.8em;
}
.event-custom .bottom-meta .entry-title h3 {
  line-height: 1.5;
}
.event-custom .bottom-meta .post-category a {
  color: var(--e-global-color-secondary);
  font-style: italic;
}
.single .event-content-area {
  padding: 15px 15px;
}
.no-upcoming-events {
  display: none;
}

.no-upcoming-events .cea-featured-icon {
  background-color: #fff !important;
  border: 2px solid var(--e-global-color-secondary);
  margin-bottom: 0 !important;
}

.no-upcoming-events .cea-featured-icon svg {
  fill: var(--e-global-color-secondary) !important;
}
.single .top-meta-wrap ul.nav.post-meta-custom > li:before {
  content: "";
  width: 0px;
  height: 0px;
  left: 0px;
}
.single .top-meta-wrap ul.nav.post-meta-custom > li {
  margin: 0 0px 0 16px;
  position: relative;
}
.custom-input {
  width: 100%;
  border-radius: 8px;
  border: solid 1px #fff;
  border-color: #f2f2f2;
  height: 52px;
  line-height: 52px;
  padding: 0 15px 0 15px !important;
}
.form-check-input {
  min-height: 1em !important;
}
.round-30 {
  border-radius: 30px !important;
}
.sidebar-form-input {
  border: solid 1px var(--border-color);
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
  padding-left: 20px;
  height: 52px;
}
.sidebar-form-btn {
  padding: 0 25px 0 20px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  color: var(--light-color) !important;
}
body.secondary-bar-active .secondary-bar-wrapper .text-widget-content img {
  max-width: 300px;
}
body.secondary-bar-active .secondary-bar-wrapper .secondary-services {
  width: 100%;
}
body.secondary-bar-active
  .secondary-bar-wrapper
  .secondary-services
  .wp-block-columns
  .wp-block-column {
  flex: 1 1 33.3333%;
  max-width: 33.3333%;
}
.btn-custom,
.btn-custom:active,
.btn-custom:focus {
  color: #2f4f4f;
  background-color: #fff;
  border-color: rgb(47, 79, 79);
  box-shadow: none;
}
.btn-custom:hover {
  color: #ffffff;
  background-color: #85a6a6;
  border-color: rgb(133, 166, 166);
  box-shadow: none;
}
.btn-custom.active {
  color: #ffffff;
  background-color: #2f4f4f;
  border-color: rgb(47, 79, 79);
}
.custom-post-nav {
  border-top: none;
}
.team-wrapper .post-title {
  line-height: 1.3;
}
