/* overwriting fl style */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: unset !important;
}

#footer .social-icons .linkedin::before,
#footer .social-icons .youtube::before {
  content: '';
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  background-position: center center;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

#footer .social-icons .linkedin::before {
  background: url('../img/linkedin-icon.png');
}

#footer .social-icons .youtube::before {
  background: url('../img/youtube-icon.png');
}

#footer .social-icons .linkedin i,
#footer .social-icons .youtube i {
  display: none;
}

.button.white span {
  color: #46386D;
}

.sector-data-item img {
  height: 50px;
  width: auto !important;
}

/* header */
.abiogas-login-btn {
  min-height: fit-content !important;
  font-size: 1em !important;
  line-height: 1 !important;
  background: transparent !important;
  padding: 10px 15px !important;
  border: solid 1px !important;
  border-radius: 7px !important;
  border-color: #fff !important;
  box-shadow: none !important;
}

.abiogas-login-btn:hover {
  background: #43b0c0 !important;
  border-color: #43b0c0 !important;
}

.header-nav-main .menu-item a {
  font-weight: 500;
}

.header-top {
  background-color: rgb(0 145 143) !important;
}

.home .header-top {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

/* global */
.blue-btn {
  background: #43B0C0;
}

.white-color-btn {
  color: #fff !important;
}

.ab-default-btn {
  min-height: fit-content !important;
  background: transparent !important;
  border: solid 1px !important;
  border-color: #43B0C0 !important;
  box-shadow: none !important;
  transition: all .2s ease;
}

.ab-default-btn:hover,
.transparent.ab-default-btn:hover {
  background: #43B0C0 !important;
}

.ab-default-btn span {
  display: block !important;
  line-height: 1 !important;
  color: #353535;
  transition: all .2s ease;
}

.ab-default-btn:hover span {
  color: #fff;
}

.transparent.ab-default-btn {
  background: transparent !important;
}

.transparent.ab-default-btn span {
  color: #fff !important;
}

/* home */
.hero-slider .flickity-page-dots {
  width: fit-content;
  left: 7%;
  bottom: 15%;
}

.hero-slider .flickity-page-dots .dot {
  width: 10px;
  height: 10px;
  background: #c0c0c0 !important;
  border: none;
  border-radius: 99px;
  opacity: 1;
}

.hero-slider .flickity-page-dots .dot.is-selected {
  width: 30px;
  background: #fff !important;
}

.abiogas-strip {
  background: url('../img/abiogas-color-strip.jpg');
  background-size: 50% 100%;
  background-position: left center;
  background-repeat: repeat-x;
}

.ab-shapes-img::before {
  content: '';
  position: absolute;
  bottom: 10%;
  left: -3%;
  width: 85px;
  height: 40px;
  background: url('../img/abiogas-shape-orange.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}

.ab-shapes-img::after,
.ab-shape-img::after {
  content: '';
  position: absolute;
  top: 20%;
  right: -5%;
  width: 150px;
  height: 75px;
  background: url('../img/abiogas-shape-orange.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.purple-gradient-section {
  background: linear-gradient(to right, #5E4998, #3E2F68);
}

.slider-nav-buttons {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
}

.slider-nav-buttons .slider-nav-btn img {
  height: 1rem;
  width: auto;
}

.event-content>.col-inner {
  padding: 35px;
}

.event-card .event-card-inner {
  border-radius: 10px;
  overflow: hidden;
}

.event-thumb img {
  height: 100%;
  object-fit: cover;
}

.event-content h4 {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 1rem;
}

.imp-ui-light .imp-ui-layers-select {
  color: black;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  border: 1px solid #00000060;
  display: none;
}

.imp-ui-light .imp-ui-bottom-right {
    display: none;
}

/* blog page */
.blog .post-item .box-text>.box-text-inner {
  padding: 5px 15px;
}

/* about sector page */
.specialty-item .accordion-title:hover,
.specialty-item .accordion-title.active {
  font-weight: 700 !important;
  color: #db661f !important;
  border-color: #db661f !important;
}

/* contact */
.contact-form-fields input,
.contact-form-fields textarea {
  box-shadow: none !important;
}

/* admin council page */
.admin-council-item>.col-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.admin-council-item img {
  height: 180px;
  object-fit: contain;
  object-position: center center;
}

/* documents */
.post-type-archive-document .documents-listing .document-list-item {
  margin-bottom: 1.2rem;
}

.document-list-item>.col-inner {
  border: solid 1px #DBDBDB;
  border-radius: 10px;
  overflow: hidden;
}

.doc-item-img-wrap img {
  height: 310px;
  width: 100%;
  object-fit: cover;
}

.doc-item-content-wrap>.col-inner {
  padding: 30px 20px;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.doc-cat-badge {
  display: inline-block;
  font-size: .85rem;
  line-height: 1;
  color: #fff;
  background: #1c627b;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.doc-item-title {
  font-size: 1.2rem;
  line-height: 1.3 !important;
}

.read-doc-btn {
  color: #1c627b !important;
}

/* / documents */

.associate-icon-wrap {
  border: solid 1px;
  border-radius: 10px;
  border-color: #43b0c0;
  overflow: hidden;
  align-items: stretch !important;
}

.associate-icon-wrap .icon-box-img,
.associate-icon-wrap .icon-box-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.associate-icon-wrap .icon-box-img {
  width: fit-content !important;
  padding: 25px;
  background: #43b0c0;
}

.associate-icon-wrap .icon-box-img img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.associate-icon-wrap .icon-box-text {
  padding: 25px 0;
}

.post-item>.col-inner {
  border: solid 1px;
  border-radius: 10px;
  border-color: #DBDBDB;
  overflow: hidden;
}

.post-item .post-title {
  height: 80px;
  overflow: hidden;
  margin: 0;
}

.post-item .post-title a {
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 0 !important;
  margin-bottom: 15px;
}

.post-item .cat-label {
  font-size: .8rem;
  font-weight: 500;
  line-height: 1;
  color: #353535;
  margin-bottom: 15px;
}

.post-item .is-divider {
  display: none;
}

.post-item .button {
  display: inline-flex;
  min-height: fit-content;
  font-size: .8rem;
  line-height: 1;
  color: #1C637C;
  margin: 0;
  align-items: center;
  gap: 10px;
}

.post-item .button::after {
  content: "";
  display: block;
  position: relative;
  font-family: fl-icons !important;
  font-weight: bold !important;
  font-size: 1rem;
}

.socials-btn-item {
  display: inline-flex !important;
  min-height: fit-content !important;
  background: #fff !important;
  border: solid 1px !important;
  border-color: #43B0C0 !important;
  box-shadow: none !important;
  transition: all .2s ease;
  align-items: center;
  gap: 10px;
}

.socials-btn-item:hover {
  background: #43B0C0 !important;
}

.socials-btn-item span {
  display: block !important;
  line-height: 1 !important;
  color: #353535;
  transition: all .2s ease;
}

.socials-btn-item:hover span {
  color: #fff;
}

.socials-btn-item i {
  display: block;
  position: relative;
  width: 17px;
  height: 17px;
  top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background-position: center center;
  background-size: contain !important;
  background-repeat: no-repeat;
  transition: all .2s ease;
}

.socials-btn-item i.icon-linkedin {
  background-image: url('../img/in-icon.png');
}

.socials-btn-item i.icon-instagram {
  background-image: url('../img/ig-icon.png');
}

.socials-btn-item i.icon-facebook {
  background-image: url('../img/fb-icon.png');
}

.socials-btn-item:hover i {
  filter: grayscale(10) brightness(10);
}

.socials-btn-item i::before {
  display: none;
}

/* single post */
.single.single-post .entry-header-text .entry-divider,
.single.single-document .entry-header-text .entry-divider {
  display: none;
}

/* about us page */
.ab-mission-card>.col-inner {
  background: linear-gradient(to right, #0B8F8E, #1A697E);
}

/* maps page */
.powerbi-iframe {
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 580px;
}

/* footer */
#sb_instagram #sbi_images {
  padding: 0;
}

.newsletter-wrap.form-flat input:not([type=submit]) {
  height: 3rem;
  background: transparent !important;
  font-size: 1.2rem;
  line-height: 1;
  color: #353535 !important;
  padding-left: 1.2rem;
  border: none !important;
}

.newsletter-wrap {
  background: #fff;
  border-radius: 5px;
  padding: .2em 0;
}

.newsletter-wrap .newsletter-field::placeholder {
  color: #C0C0C0 !important;
}

.newsletter-wrap .newsletter-button {
  width: 2.3rem;
  height: 2.3rem;
  background: #DB661F;
  padding: 0;
  border-radius: 5px;
  margin-right: .4rem;
}

.newsletter-wrap .newsletter-button>svg {
  position: relative;
  width: .8rem;
  height: .9rem;
  margin-bottom: -1px;
  fill: #fff;
}

.footer-menu .ux-menu-link__link {
  align-items: center;
  padding-bottom: 1.7rem;
}

.footer-vertical-menu {
  display: inline-flex !important;
  flex-direction: row !important;
  justify-content: flex-end !important;
  gap: 1.7rem;
}

.absolute-menu-items .ux-menu-link__link.flex {
  min-height: fit-content;
  padding: 0;
  line-height: 1;
}

.absolute-footer {
  display: none;
}

/* mobile */
@media(max-width:48em) {
  .align-center-mb>.col-inner {
    text-align: center !important;
  }

  .footer-menu .ux-menu-link__link {
    padding-bottom: 1rem;
  }

  .newsletter-wrap {
    flex-flow: row nowrap !important;
  }

  .newsletter-wrap .flex-col.flex-grow {
    flex: unset;
  }

  .flex-col:not(.flex-grow) {
    width: unset !important;
  }

  .post-item .post-title {
    height: 105px;
  }
}