/**
* Theme Name: Tecnifar
* Description: This is a child theme for Tecnifar.
* Author: <a href="https://www.mindforward.pt">Mind Forward</a>
* Template: pathsoft
* Version: 2.0.0
*/
*
.wpcf7-form .form-field p {
  display: block !important;
}

.accordion-trigger {
 font-size: 1.25em !important;
  font-weight: bold !important;
}

.admin-bar .header {
  top: 32px;
}

@media screen and (min-width: 992px) {
    .header-fixed {
      padding-top: 54px !important;
    }
}   

.header-top {
  position: fixed !important;
  width: 100%;
}

.header-top-info .header_modal_open {
  margin-left: 1rem;
}

.header-top-info .header_modal_open span, ul.widget-contacts li:last-child a span {
  border-bottom: 1px dashed var(--primary-color);
  transition: all 0.2s;
  line-height: 1.1;
}

ul.widget-contacts li:last-child a {
  display: flex;
}

.news-post-article {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}