@charset "UTF-8";
/**
Theme Name: Astra Child
Author: AGoodId
Author URI: https://www.agoodid.se/
Description: Child theme for Astra Pro
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/** Typo */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;700&display=swap");
body {
  font-family: "IBM Plex Sans", sans-serif !important;
}

.entry-title {
  font-family: "IBM Plex Sans", sans-serif !important;
}
.entry-title a {
  font-family: "IBM Plex Sans", sans-serif !important;
}

.site-title a,
.page-title,
#n2-ss-2 *,
.tribe-common * {
  font-family: "IBM Plex Sans", sans-serif !important;
}

h2 {
  font-size: 32px !important;
  line-height: 38px !important;
  font-weight: 600 !important;
}

h3 {
  font-size: 28px !important;
  line-height: 34px !important;
}

h4 {
  font-size: 24px !important;
  line-height: 29px !important;
}

h5 {
  font-size: 20px !important;
  line-height: 24px !important;
}

h6 {
  padding: 10px 0;
  margin: 50px 0 10px 0 !important;
  border-top: 4px solid #000;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  font-size: 18px !important;
  letter-spacing: 0.1em;
  line-height: 22px !important;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 15px !important;
}

.ast-single-post .entry-title,
.page-title {
  font-weight: 600;
  margin-top: 15px;
  font-size: 40px !important;
  line-height: 48px !important;
}

.site-title {
  font-size: 16px;
  font-weight: 400;
}

.start-intro {
  line-height: 30px !important;
}

.entry-content p a {
  text-decoration: underline;
}

.pt-cv-wrapper .pt-cv-view .pt-cv-ctf-email a {
  text-decoration: underline !important;
}

.uagb-blockquote__content {
  color: #000 !important;
}

cite.uagb-blockquote__author {
  color: #7F7F7F !important;
}

.uagb-blockquote__content {
  line-height: 40px;
}

.tribe-events-pro-photo__event-title {
  line-height: 24px !important;
}

/** Start */
.start-aside-menu {
  padding: 20px;
}
.start-aside-menu .line-above, .start-aside-menu h6 {
  padding: 20px 0;
  margin: 0 !important;
  border-top: 4px solid currentColor;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  font-size: 18px !important;
  letter-spacing: 0.1em;
  line-height: 22px !important;
  margin-bottom: 0 !important;
}
.start-aside-menu p {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #f3f3f3;
  color: inherit !important;
  padding: 15px 0;
  margin: 0;
}
.start-aside-menu p a {
  color: currentColor !important;
}
.start-aside-menu p:first-of-type {
  border-top: 1px solid #f3f3f3;
}
.start-aside-menu p::before {
  content: "";
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  background-color: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='15' viewBox='0 0 18 15'%3E%3Cpath d='M17.7071 8.07136C18.0976 7.68084 18.0976 7.04768 17.7071 6.65715L11.3431 0.29319C10.9526 -0.0973344 10.3195 -0.0973344 9.92893 0.29319C9.53841 0.683714 9.53841 1.31688 9.92893 1.7074L15.5858 7.36426L9.92893 13.0211C9.53841 13.4116 9.53841 14.0448 9.92893 14.4353C10.3195 14.8259 10.9526 14.8259 11.3431 14.4353L17.7071 8.07136ZM0 7.36426V8.36426H17V7.36426V6.36426H0V7.36426Z' fill='black'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='15' viewBox='0 0 18 15'%3E%3Cpath d='M17.7071 8.07136C18.0976 7.68084 18.0976 7.04768 17.7071 6.65715L11.3431 0.29319C10.9526 -0.0973344 10.3195 -0.0973344 9.92893 0.29319C9.53841 0.683714 9.53841 1.31688 9.92893 1.7074L15.5858 7.36426L9.92893 13.0211C9.53841 13.4116 9.53841 14.0448 9.92893 14.4353C10.3195 14.8259 10.9526 14.8259 11.3431 14.4353L17.7071 8.07136ZM0 7.36426V8.36426H17V7.36426V6.36426H0V7.36426Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
}
.start-aside-menu p:last-of-type {
  margin-bottom: 0 !important;
  border-bottom: none;
}
.start-aside-menu a {
  text-decoration: none !important;
}
.start-aside-menu {
  max-height: 260px;
}

@media screen and (max-width: 599px) {
  p.start-intro {
    margin-bottom: 20px !important;
  }
}
.tribe-events {
  margin-bottom: -50px;
}

@media only screen and (max-width: 599px) {
  .tribe-events {
    margin-bottom: 40px;
  }
}
.fullwidth-grid .uagb-section__overlay {
  width: 100vw !important;
  left: 50% !important;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: auto;
}

/** Header / Above header */
.ast-above-header-wrap {
  background-color: #000;
}
.ast-above-header-wrap a {
  color: yellow;
}

.site-title a {
  font-weight: 400;
  color: #000;
}

.ast-menu-toggle {
  color: #000 !important;
}

.ast-theme-transparent-header .site-title a {
  color: #fff !important;
  font-size: 18px;
  font-weight: 400;
}

.ast-above-header-bar {
  border-bottom: none;
}

.v-margin {
  margin: 50px 0;
}

.sub-menu .menu-text {
  color: #000;
}

.header-widget-area {
  padding-left: 0 !important;
}

.ast-builder-menu-1 .sub-menu,
.ast-builder-menu-1 .inline-on-mobile .sub-menu {
  border: none;
}

.ast-merged-advanced-header .astra-search-icon {
  color: #fff;
}

[data-section=section-header-mobile-trigger] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
  fill: #000;
}

.ast-advanced-headers.ast-header-break-point .main-header-bar [data-section=section-header-mobile-trigger] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
  fill: #fff !important;
}

@media screen and (max-width: 599px) {
  #masthead .site-logo-img .astra-logo-svg {
    max-width: 100px;
  }
}
.ast-search-box.header-cover ::placeholder {
  color: #fff !important;
}

/** Sidebar */
.sidebar-main {
  margin-top: -45px;
}

.page-id-476 .sidebar-main {
  margin-top: -70px;
}

.ast-right-sidebar #primary,
.ast-right-sidebar #secondary {
  border-right: none;
  border-left: none;
}

.bellows-menu-item {
  border-bottom: 1px solid #f3f3f3 !important;
}

#secondary * {
  transition: none;
}
#secondary li,
#secondary h3 {
  font-family: "IBM Plex Sans", sans-serif !important;
}
#secondary li {
  line-height: 22px;
  margin-bottom: 10px;
}
#secondary h3 {
  margin-top: 15px;
  margin-bottom: -20px;
}
#secondary .bellows-main li {
  margin-bottom: 0;
}

@media (max-width: 921px) {
  .ast-right-sidebar #primary {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 921px) {
  .ast-plain-container #secondary {
    margin-top: 0;
  }
}
@media (max-width: 599px) {
  .search .entry-title a {
    font-weight: 700;
    font-size: 30px;
  }
}
@media (max-width: 599px) {
  .page-id-476 #primary {
    margin-top: 0;
    padding-top: 0;
  }
}
.widget_recent_entries {
  background-color: #fff !important;
}
.widget_recent_entries li {
  padding: 15px 20px;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #f3f3f3;
}

/** Content Views */
.grid-personer .pt-cv-ifield {
  background: white;
  padding: 20px;
}
.grid-personer .pt-cv-title {
  padding: 0;
}
.grid-personer .pt-cv-custom-fields:not(.pt-cv-ctf-fritext) {
  margin-top: 0;
}

.person {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}

@media (max-width: 600px) {
  .person {
    grid-template-columns: 1fr;
  }
}
.person-fields {
  margin-bottom: 10px;
}
.person-fields a {
  text-decoration: underline !important;
}

.pt-cv-wrapper {
  margin: 0 0 50px 0;
}

.pt-cv-scrollable {
  margin-top: 20px;
}

.pt-cv-carousel-caption {
  background-color: #fff;
}

.pt-cv-scrollable .pt-cv-content-item {
  max-height: none;
}

.pt-cv-textbelow .pt-cv-carousel-caption {
  height: 165px !important;
}

.pt-cv-title a {
  font-weight: 600 !important;
}
.pt-cv-title {
  line-height: 24px !important;
}

.pt-cv-meta-fields,
.pt-cv-title {
  padding: 0 20px;
}

.pt-cv-ifield {
  padding-bottom: 50px;
}

.cvp-label {
  font-weight: 400 !important;
}

.pt-cv-meta-fields {
  margin-bottom: 10px;
  color: #7f7f7f !important;
  text-transform: uppercase;
  font-weight: 600;
}
.pt-cv-meta-fields a,
.pt-cv-meta-fields time {
  margin-bottom: 10px;
  color: #7f7f7f !important;
  text-transform: uppercase;
  font-weight: 600;
}

.pt-cv-carousel-indicators .active {
  width: 40px !important;
  height: 4px !important;
  box-shadow: inset 0 0 0 2px #000 !important;
  border-radius: 0 !important;
}
.pt-cv-carousel-indicators li.active {
  width: 40px !important;
  height: 4px !important;
  box-shadow: inset 0 0 0 2px #000 !important;
  border-radius: 0 !important;
}
.pt-cv-carousel-indicators li {
  width: 40px !important;
  height: 4px !important;
  box-shadow: inset 0 0 0 2px #7f7f7f !important;
  border-radius: 0 !important;
  margin-right: 5px !important;
}

.pt-cv-view .carousel-control span {
  background: black;
  border-radius: 0;
}
.pt-cv-view .carousel-control {
  margin-top: -40px;
}
.pt-cv-view .carousel-control:hover span {
  color: white;
}

.mobile-menu-toggle-icon {
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1071 1070' fill='none'%3E%3Crect width='1071' height='1070' fill='none'/%3E%3Crect x='41' y='787' width='989' height='253' fill='black'/%3E%3Crect x='41' y='29' width='989' height='253' fill='black'/%3E%3Crect x='41' y='408' width='989' height='253' fill='black'/%3E%3C/svg%3E");
}

.ast-theme-transparent-header .mobile-menu-toggle-icon {
  filter: invert(1);
}

.toggled .mobile-menu-toggle-icon {
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1071 1070' fill='none'%3E%3Cg clip-path='url(%23clip0_2779_3629)'%3E%3Crect width='1071' height='1070' fill='none'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M356.48 535.01L0 891.49L178.898 1070.39L535.378 713.908L891.858 1070.39L1070.76 891.49L714.276 535.01L1070.39 178.898L891.49 0L535.378 356.112L179.266 6.27037e-05L0.367612 178.898L356.48 535.01Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2779_3629'%3E%3Crect width='1071' height='1070' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.mobile-menu-toggle-icon svg {
  display: none !important;
}

.cvp-live-button {
  display: none;
}

.pt-cv-ctf-foreningsnamn .pt-cv-ctf-value {
  font-size: 24px !important;
  font-weight: 600 !important;
}

.pt-cv-ctf-logotyp .pt-cv-ctf-value {
  max-width: 80%;
  padding-left: 60px;
}

#pt-cv-view-5e37366wpx .pt-cv-ctf-list {
  height: 460px !important;
}

#pt-cv-view-c284a193bq .pt-cv-ctf-list {
  height: 200px !important;
}

#pt-cv-view-f6851b8j7y .pt-cv-meta-fields,
#pt-cv-view-f6851b8j7y .pt-cv-title,
#pt-cv-view-f6851b8j7y .pt-cv-ifield {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}

#pt-cv-view-7a3fdd7v7z .pt-cv-meta-fields,
#pt-cv-view-7a3fdd7v7z .pt-cv-title,
#pt-cv-view-7a3fdd7v7z .pt-cv-ifield {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}

#pt-cv-view-c284a193bq .pt-cv-title {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}

#pt-cv-view-13959e4bxy .pt-cv-title,
#pt-cv-view-13959e4bxy .pt-cv-meta-fields {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}

#pt-cv-view-abfd723phx .pt-cv-content {
  padding: 0 20px;
}
#pt-cv-view-abfd723phx .pt-cv-ifield {
  height: 400px;
}

.pt-cv-ctf-foreningsnamn .pt-cv-ctf-name,
.pt-cv-ctf-logotyp .pt-cv-ctf-name {
  display: none;
}

@media screen and (max-width: 746px) {
  .cvp-responsive-image[style*=background-image] {
    width: 100% !important;
  }
}
.pt-cv-ctf-_EventStartDate {
  font-size: 13px;
  color: #7f7f7f !important;
  text-transform: uppercase;
  font-weight: 600;
}

#pt-cv-view-9715363ipd .pt-cv-ctf-logotyp .pt-cv-ctf-value {
  padding-left: 0;
}
#pt-cv-view-9715363ipd .pt-cv-ctf-name {
  margin-right: 10px;
  min-width: auto;
}
#pt-cv-view-9715363ipd a {
  text-decoration: underline !important;
}

#pt-cv-view-735a5e36tr .pt-cv-content {
  padding: 0 20px;
}

#pt-cv-view-f8f0aacv49 .pt-cv-title a {
  font-weight: 400 !important;
}
#pt-cv-view-f8f0aacv49 .pt-cv-title {
  padding: 0;
}
#pt-cv-view-f8f0aacv49 .pt-cv-ifield {
  padding-bottom: 0px;
}

/** Events Calendar */
.tribe-events-pro-photo__event-title {
  font-size: 24px !important;
}

.tribe-common-l-container {
  padding: 0 !important;
}

.tribe-events .tribe-events-c-events-bar__search-container,
.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
  background-color: #f3f3f3 !important;
}

.page-id-49 .tribe-events-c-ical__link,
.tribe-events-header__top-bar {
  display: none !important;
}

.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
  font-weight: 400 !important;
}

.tribe-common-c-btn {
  border-radius: 0 !important;
}

.tribe-events-pro .tribe-events-pro-photo__event-datetime {
  text-transform: uppercase;
  font-weight: 700 !important;
}

.tribe-events-pro-photo__event-date-tag-month {
  text-transform: uppercase;
  font-weight: 700 !important;
  color: #7f7f7f !important;
  font-size: 14px !important;
  margin-top: -3px !important;
}

.tribe-events-pro .tribe-events-pro-photo__event-details-wrapper {
  margin-top: -10px;
  padding: 20px 20px 40px 13px;
  background-color: #fff;
  height: 150px;
}

.tribe-common img {
  object-fit: cover;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters > .tribe-common-g-col {
  padding-right: 8px !important;
}

.tribe-events-pro-photo__event-title.tribe-common-h6 {
  margin-top: 5px !important;
}

.tribe-events .tribe-events-c-ical__link {
  background-color: #000 !important;
  color: #fff !important;
}
.tribe-events .tribe-events-c-ical__link:visited {
  background-color: #000 !important;
  color: #fff !important;
}

.tribe-events-c-ical__link-icon-svg {
  background-color: #000 !important;
  color: #fff !important;
}

.tribe-events-pro-photo__event-details .tribe-events-pro-photo__event-datetime {
  margin-top: -1px !important;
}

@media only screen and (max-width: 768px) {
  .tribe-events-sub-nav li a {
    background: none;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  #tribe-events-footer:before, #tribe-events-footer:after {
    background-color: transparent !important;
  }
}
/** Events list-widget*/
.tribe-events-widget-events-list__event-title {
  font-size: 24px !important;
}

.tribe-events-widget-events-list__event-date-tag-daynum {
  font-size: 16px !important;
}

.tribe-events-widget-events-list__event-datetime {
  font-size: 13px !important;
  color: #7f7f7f !important;
  font-weight: 600 !important;
}

.tribe-events-widget-events-list__view-more {
  display: none;
}

.tribe-common .tribe-common-anchor-thin:active, .tribe-common .tribe-common-anchor-thin:focus, .tribe-common .tribe-common-anchor-thin:hover {
  border-bottom: none !important;
}

.tribe-events-widget-events-list__events {
  margin-left: -20px !important;
}

/** Sökresultat */
.ast-blog-layout-1 #primary {
  width: 70%;
  margin-left: 25px;
}
.ast-blog-layout-1 #secondary {
  width: 25% !important;
  margin-top: 60px;
}

.blog-layout-1 {
  border-bottom: 2px solid #7F7F7F;
}

.search-header h2 {
  border-bottom: 2px solid #7F7F7F;
  padding-bottom: 43px;
  padding-top: 30px;
  font-weight: 400 !important;
}
.search-header {
  padding-bottom: 43px;
  padding-top: 30px;
}

.searchandfilter ul {
  margin-left: 0;
}

@media screen and (max-width: 650px) {
  .searchandfilter select.sf-input-select,
  .sf-input-text {
    width: 23.5em;
  }
}
@media screen and (max-width: 900px) {
  .ast-blog-layout-2 #primary {
    padding-right: 0;
  }
}
@media (min-width: 993px) {
  .ast-right-sidebar #secondary {
    padding-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .ast-blog-layout-2 #secondary,
  .ast-blog-layout-2 #primary {
    width: 100% !important;
    margin-left: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .ast-blog-layout-1 #primary {
    width: 100%;
    margin-left: 0px;
    margin-top: -60px;
  }
}
@media screen and (max-width: 599px) {
  .ast-blog-layout-1 #secondary {
    width: 100% !important;
    margin-left: 0px;
    margin-top: 0;
  }
}
/**WP Forms**/
.wpforms-container.wpf-center {
  margin: 0 auto !important;
  max-width: 533px;
}

.wpforms-field-container * {
  line-height: 24px;
}

.wpforms-form input[type=text], .wpforms-form input[type=email], .wpforms-form input[type=tel], .wpforms-form input[type=checkbox] {
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  color: #000 !important;
}
.wpforms-form button[type=submit] {
  border-color: #000 !important;
  background-color: #000 !important;
  color: #fff !important;
}

div.wpforms-container-full .wpforms-form .wpforms-required-label,
::placeholder {
  color: #000 !important;
}

#wpforms-2853-field_18-container label,
#wpforms-2853-field_19-container label,
#wpforms-2853-field_20-container label,
#wpforms-2853-field_21-container label {
  margin-left: 65px;
  font-weight: 400;
  margin-top: 10px;
}

#wpforms-2853-field_20-container select,
#wpforms-2853-field_21-container select {
  margin-top: -63px;
}

#wpforms-2853-field_18-container select,
#wpforms-2853-field_19-container select {
  margin-top: -42px;
}

#wpforms-2853-field_20-container label {
  margin-top: 22px;
}

.wpforms-form button[type=submit] {
  margin-top: 20px !important;
}

div.wpforms-container-full .wpforms-form select.wpforms-field-small {
  max-width: 10%;
}

@media screen and (max-width: 650px) {
  #wpforms-2853-field_18-container select,
  #wpforms-2853-field_19-container select,
  #wpforms-2853-field_20-container select,
  #wpforms-2853-field_21-container select {
    margin-top: -35px;
  }
}
@media screen and (max-width: 650px) {
  div.wpforms-container-full .wpforms-form select.wpforms-field-small {
    max-width: 15%;
  }
}
/** Nyhetsbrev */
.mc4wp-form-fields input[type=email] {
  color: #000;
  padding: 0.55em;
  border-color: #000;
  border-radius: 0;
  background: #fff;
  width: 69%;
}
.mc4wp-form-fields input[type=submit] {
  padding: 14px 20px;
  margin-left: -5px;
}

@media screen and (max-width: 599px) {
  .mc4wp-form-fields input[type=submit] {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .mc4wp-form-fields input[type=email], .mc4wp-form-fields input[type=submit] {
    width: 100% !important;
  }
}
@media (min-width: 700px) and (max-width: 1100px) {
  .mc4wp-form-fields input[type=email] {
    width: 55%;
  }
}
/** Skolsamverkan */
.no-padd .uagb-column__inner-wrap {
  padding: 0 !important;
}
.no-padd .uagb-column__inner-wrap h4 {
  padding: 10px 20px;
}

.post-2448 .wp-block-nextend-smartslider3 {
  margin-top: -47px;
}

.top-back-link {
  margin-top: -50px;
}

@media screen and (max-width: 650px) {
  .top-back-link {
    margin-top: 0;
    text-align: left;
  }
}
/** Footer */
.site-footer-section-3 h6 {
  margin-top: 45px;
}
.site-footer-section-3 .astra-widget-social-profiles-inner {
  margin-top: -40px;
}

.wp-block-uagb-table-of-contents {
  margin: 80px 0 10px 0;
}

.site-primary-footer-wrap .ast-builder-grid-row {
  grid-column-gap: 30px !important;
}

.ast-hfb-header .site-footer {
  margin-top: 0;
}

/** Övrigt **/
@media (max-width: 650px) {
  .single-post #primary {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
.wp-block-file__button {
  background-color: #000 !important;
  border-radius: 0 !important;
}

.wp-block-file * + .wp-block-file__button {
  margin-right: 180px;
  float: right;
}

@media screen and (max-width: 599px) {
  .wp-block-file * + .wp-block-file__button {
    margin-left: 0;
    margin-top: 5px;
    float: none;
    display: block;
    width: 25%;
  }
}
#main:not(.home #main) {
  margin: 3em 0;
}

#primary {
  margin: 0;
}

.ast-pagination {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

a.next.page-numbers, a.prev.page-numbers {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

button a {
  color: #fff;
  text-decoration: none !important;
}
button a:hover {
  color: #fff;
}

#n2-ss-4item1 {
  font-family: "IBM Plex Sans", sans-serif !important;
}

.n2-ss-slider [data-force-pointer=zoom-in] * {
  cursor: pointer !important;
}

.wp-caption .wp-caption-text {
  font-size: 12px !important;
  text-align: left !important;
}

@media screen and (max-width: 599px) {
  .wp-block-uagb-table-of-contents {
    margin-top: 0;
  }
}
.mc4wp-response {
  font-size: 18px;
  background-color: #e5ffde;
}

/** Tabell / Resultat */
.results-ticker.hide {
  display: none !important;
}

@media (max-width: 768px) {
  body.no-ticker-mobile .results-ticker {
    display: none !important;
  }
}
a.ticker-link {
  text-decoration: underline !important;
}

:root {
  --swiper-navigation-size: 33px !important;
}

.teamlogo {
  height: auto;
  width: 25px;
  margin-right: 5px;
}

.swiper-button-next::after {
  color: black;
}

.swiper-button-prev::after {
  color: black;
}
.swiper-button-prev {
  top: 52.5px !important;
}

.swiper-button-next {
  top: 52.5px !important;
}

@media (min-width: 1200px) {
  .swiper-button-next {
    right: -50px !important;
  }
  .swiper-button-prev {
    left: -50px !important;
  }
}
.results-ticker-team {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.results-ticker-match-container {
  position: relative;
  border-right: 3px solid #eee;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 0;
  margin-right: 0;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.results-ticker-teams {
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: -20px;
}

@media (max-width: 1200px) {
  #results-ticker-container {
    padding: 0 50px;
  }
}
#results-ticker-container {
  position: relative;
}

.show-match {
  display: none;
}

.results-ticker-match-container:hover .show-match {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 65px;
  top: 30px;
  padding-right: 20px;
  margin-left: -20px;
  cursor: pointer;
}
.results-ticker-match-container:hover .show-match span {
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  margin-right: -20px;
}

@media (min-width: 1200px) {
  .results-ticker-match:nth-child(4n) .results-ticker-match-container {
    border-right: none;
    padding-right: 0;
  }
}
@media (max-width: 1200px) and (min-width: 1000px) {
  .results-ticker-match:nth-child(3n) .results-ticker-match-container {
    border-right: none;
    padding-right: 0;
  }
}
@media (max-width: 1000px) and (min-width: 600px) {
  .results-ticker-match:nth-child(2n) .results-ticker-match-container {
    border-right: none;
    padding-right: 0;
  }
}
@media (max-width: 600px) and (min-width: 0px) {
  .results-ticker-match .results-ticker-match-container {
    border-right: none;
    padding-right: 0;
  }
}
.results-ticker-time {
  line-height: 20px;
  margin-bottom: 5px;
}

.results-ticker-team:first-child {
  margin-bottom: 5px;
}

#results-ticker-container {
  max-width: 1100px;
  margin: 0 auto !important;
}

.results-ticker-list:last-child {
  border-right: 1px solid black;
}
.results-ticker-list:first-child {
  border-left: 0 !important;
}
.results-ticker-list {
  list-style-type: none;
  margin: 0;
  background: white;
}

.ast-below-header-wrap .widget p {
  display: none;
}

.results-ticker .teamlogo {
  height: auto;
  width: 20px;
  margin-right: 10px;
}

/* PART 1 - Before Lazy Load */
img[data-lazyloaded] {
  opacity: 0;
}
img.litespeed-loaded {
  -webkit-transition: opacity 0.5s linear 0.2s;
  -moz-transition: opacity 0.5s linear 0.2s;
  transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}

/* PART 2 - Upon Lazy Load */
/** Tabeller */
div#helgens-matcher-block_61309916126b2 {
  overflow-x: auto;
}

.tables-football {
  padding: 20px;
  border-top: 4px solid #000 !important;
}

th {
  text-align: left;
  text-transform: uppercase;
}

td {
  border-width: 0 0 1px 0;
}

table {
  background-color: white;
  border: 0;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background-color: white;
}
.wp-block-table.is-style-regular td,
.wp-block-table.is-style-regular th {
  border-bottom: 1px solid #E5E5E5;
}

.table-wrapper h2 {
  background-color: white;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  padding: 15px;
  border-top: 4px solid #000 !important;
}
.table-wrapper .teamlogo {
  margin-right: 15px;
}
.table-wrapper table {
  overflow-x: scroll;
  background: white;
  margin: 0;
  padding-bottom: calc(1em + 30px);
}

td,
th {
  border-right: none;
  padding: 8px 0;
  border-bottom: 1px solid #e7e7e7;
}

.wp-block-table td,
.wp-block-table th {
  border: 0;
}

tr td:first-child,
tr th:first-child {
  padding: 15px;
  text-align: left;
}
tr td,
tr th {
  padding: 15px;
  text-align: right;
}

@media (max-width: 599px) {
  td,
  th {
    padding: 8px;
  }
}
.table-wrapper {
  overflow-y: auto;
}

#wpforms-form-906 .wpforms-field-container .switch-tmce,
#wpforms-form-906 .wpforms-field-container .switch-html {
  display: none;
}
#wpforms-form-906 div.wpforms-field-richtext label.wpforms-field-label {
  margin-bottom: 5px;
}

.custom-logo-link img,
.sticky-custom-logo img {
  width: 100% !important;
}

.wp-block-file__button {
  color: white;
}

.start-columns {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .start-columns {
    padding-top: 30px;
  }
}
.single-match #primary {
  padding-right: 0;
  width: 100%;
}
.single-match .header-section {
  display: flex;
  gap: 30px;
  height: auto;
}
@media (max-width: 768px) {
  .single-match .header-section {
    flex-direction: column;
    height: auto;
  }
}
.single-match .ast-header-breadcrumb {
  display: none;
}
.single-match .match-hero img {
  aspect-ratio: 21/9;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 800px;
}
.single-match .match-hero {
  position: relative;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}
.single-match .hero-score-container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1206px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 70px;
}
.single-match .hero-score-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(48, 83, 100, 0) -112.63%, rgba(0, 0, 0, 0.85) 90.66%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  pointer-events: none;
}
.single-match .score-display {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex: 1;
  align-self: center;
  width: 100%;
}
.single-match .team-score {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  flex: 1;
  position: relative;
  overflow: visible;
}
.single-match .logo-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20vw;
  height: 20vw;
  min-width: 150%;
  min-height: 150%;
  max-width: 250%;
  max-height: 250%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1.5;
  pointer-events: none;
}
.single-match .logo-background img {
  object-fit: contain;
  filter: brightness(0.5) drop-shadow(0 0 15px rgba(0, 0, 0, 0.3));
}
.single-match .score-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
}
.single-match .score-number {
  font-size: 75px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .single-match .score-number {
    font-size: 32px;
  }
}
.single-match .team-name {
  font-size: 25px;
  font-weight: 700;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  line-height: 1.25;
  z-index: 3;
}
@media (max-width: 768px) {
  .single-match .team-name {
    font-size: 15px;
  }
}
.single-match .match-status {
  font-size: 75px;
  font-weight: 700;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .single-match .match-status {
    font-size: 32px;
  }
}
.single-match .match-meta-info {
  display: flex;
  justify-content: space-around;
  gap: 40px;
  width: 100%;
  padding-top: 20px;
}
.single-match .meta-item {
  display: flex;
  flex-direction: column;
}
.single-match .meta-label {
  font-size: 12px;
}
.single-match .meta-value {
  font-size: 20px;
  font-weight: 700;
}
.single-match .meta-value a {
  color: white;
  text-decoration: none;
}
.single-match .meta-value a:hover {
  text-decoration: underline;
}
.single-match .ast-header-breadcrumb {
  display: none;
}

.white-bg {
  padding: 30px;
  background: white;
  margin: 30px 0;
}

.single-match .match-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 70px;
}
.single-match .match-info > * {
  flex-basis: 100%;
  text-align: center;
}
.single-match .match-date {
  text-align: left;
}
.single-match .match-info .team {
  font-size: 25px !important;
  font-weight: 700 !important;
  line-height: 125% !important;
}
.single-match .match-info .played,
.single-match .match-info .arena,
.single-match .match-info .match-date {
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 125% !important;
}

@media (min-width: 1201px) {
  .single-match .ast-container {
    max-width: 1246px;
  }
}
.match-heading {
  font-size: 25px !important;
  font-weight: 700 !important;
  line-height: 125% !important;
}

.smaller-heading {
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 125% !important;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.single-match .match-info .league-text {
  font-size: 25px !important;
  font-weight: 700 !important;
  line-height: 125% !important;
}
.single-match .match-info .score {
  font-size: 50px;
  font-weight: 700;
  line-height: 125%;
}
.single-match .match-info .logo img {
  width: 100px;
  height: auto;
}
.single-match .match-info .arena {
  text-align: left;
}
.single-match .match-info .periods {
  text-align: right;
}
.single-match .match-sponsors {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.single-match .match-sponsors img {
  width: 322px;
  height: 322px;
}
.single-match .players-container {
  display: flex;
  gap: 30px;
}
.single-match h2,
.single-match h3,
.single-match h4 {
  margin-bottom: 15px;
}
.single-match h4 {
  font-size: 14px !important;
}
.single-match .player-list {
  width: 100%;
  margin: 0;
}
.single-match .player-list table.table td,
.single-match .player-list table.table th {
  border: 0;
  padding: 4px;
}
.single-match .player-list table.table th {
  padding: 12px 4px;
}

.table tr td:first-child,
.table tr th:first-child {
  padding: 15px;
  text-align: left;
  padding-left: 0 !important;
}

.single-match th {
  text-transform: none;
}

.table td:last-child,
.table th:last-child {
  text-align: right;
}

.wp-block-table table td:last-child,
.wp-block-table table th:last-child {
  text-align: right;
}

.single-match .table.periods-table td,
.table.periods-table th {
  padding: 6px 10px !important;
}

.single-match .table.periods-table th {
  border-bottom: 1px solid #eee;
  text-align: right;
}

.league-text,
.match-date,
.arena {
  display: flex;
  justify-content: start;
  align-items: start;
  text-align: left;
  flex-flow: column;
}

.match-date {
  margin-bottom: 10px;
}

.pre-text {
  font-size: 14px;
  font-weight: normal;
}

.logo-small img {
  width: 25px !important;
  height: auto;
  margin-right: 10px;
}

.match-heading {
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.match-tooltip {
  position: relative;
  display: inline-block;
  margin-left: auto;
  font-size: 16px;
}
.match-tooltip:hover {
  cursor: pointer;
}
.match-tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  background-color: #333;
  color: #fff;
  padding: 8px 10px;
  width: max-content;
  max-width: 75vw;
  font-size: 12px;
  white-space: normal;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s;
  z-index: 9999;
  font-family: "IBM Plex Sans", sans-serif !important;
}
.match-tooltip:hover::after {
  visibility: visible;
  opacity: 1;
}

.league-content .legend-header {
  position: relative;
}
.league-content .match-tooltip {
  position: absolute;
  right: 15px;
  top: 39%;
}
.league-content .match-tooltip:after {
  text-transform: initial;
  right: 20px;
  bottom: 0%;
  transform: initial;
  white-space: initial;
  width: 75vw;
  max-width: 310px;
}

.single-match .table td,
.single-match .table th {
  text-align: left;
}

.match-score {
  flex-flow: column;
}

a.underlined {
  text-decoration: underline !important;
}
a.underline-link {
  text-decoration: underline !important;
}
a.underline-link:hover {
  text-decoration: underline !important;
}
a.no-underline-link {
  text-decoration: none !important;
}
a.no-underline-link:hover {
  text-decoration: none !important;
}

.t-align-left {
  text-align: left !important;
}

.t-align-right {
  text-align: right !important;
}

.link-container {
  display: flex;
  gap: 10px;
  flex: 1;
  justify-content: flex-end;
  padding: 10px;
}

#link-header {
  flex: 1;
  overflow: hidden;
  padding: 0;
}

#link-header.link-header-centered {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

#link-header.link-header-centered .link-container {
  justify-content: center;
}

.totals-table .progress-bar,
.totals-table .progress-fill {
  height: 20px;
}
.totals-table .progress-bar {
  background: #eee;
  width: 100%;
}
.totals-table .progress-fill {
  background: #000;
}
.totals-table .label {
  text-align: center;
  white-space: nowrap;
}
.totals-table tr,
.totals-table td {
  border-bottom: 0;
}
.totals-table td {
  padding: 5px 10px !important;
}
@media (max-width: 768px) {
  .totals-table td {
    padding: 2px !important;
  }
}

.tables-section table th {
  font-size: 14px;
}
.tables-section table td,
.tables-section table th {
  padding: 10px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .tables-section table td,
  .tables-section table th {
    padding: 2px 4px;
    font-size: 12px;
    line-height: 150%;
  }
}
.tables-section table th:first-child,
.tables-section tr td:first-child {
  padding-left: 0;
}
.tables-section .table-container {
  overflow-x: auto;
}
.tables-section table {
  width: 100%;
}

.swe3play .wp-block-button a {
  min-width: 100px;
  justify-content: center;
  font-size: 14px;
}
.swe3play {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 10px;
  justify-content: end;
}
.swe3play a {
  display: flex;
  gap: 10px;
}

.svg-container {
  display: flex;
  align-items: center;
  flex-flow: row;
}

.ast-mobile-header-wrap .ast-primary-header-bar,
.ast-primary-header-bar .site-primary-header-wrap {
  min-height: 0 !important;
  border: 0 !important;
}

.ast-above-header,
.main-header-bar,
.ast-below-header {
  border: 0 !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.protokoll-table {
  table-layout: auto;
}
.protokoll-table td,
.protokoll-table th {
  vertical-align: middle;
}

.print-link {
  display: block;
  text-align: right;
  text-decoration: underline;
  cursor: pointer;
}
.print-link i {
  margin-right: 5px;
}

.print-info {
  margin: 1rem 0;
}

td span.red, td span.yellow, td span.green {
  display: block;
  print-color-adjust: exact;
  width: max-content;
}

th span.red, th span.yellow, th span.green {
  display: block;
  print-color-adjust: exact;
  width: max-content;
}

td span.red .text, td span.yellow .text, td span.green .text {
  padding: 2px 8px;
  text-align: center;
  display: block;
}

th span.red .text, th span.yellow .text, th span.green .text {
  padding: 2px 8px;
  text-align: center;
  display: block;
}

td span.red,
th span.red {
  color: white;
  background: #FF0000;
}

td span.yellow,
th span.yellow {
  color: black;
  background: #FFF02A;
}

td span.green,
th span.green {
  color: white;
  background: #007A00;
}

.swe3-tabs button {
  color: black;
}
.swe3-tabs button:hover {
  color: black;
  background: white;
}

.tab-button {
  background: transparent;
}
.tab-button.active {
  background: white;
}

.tab {
  display: none;
}
.tab.active {
  display: block;
}

#trades .white-bg,
#trades-timed .white-bg {
  margin-top: 0;
}

#trades,
#trades-timed {
  font-size: 14px;
}

#trades td,
#trades th {
  padding: 8px;
  text-transform: capitalize;
}

#trades-timed th,
#trades-timed td {
  padding: 8px;
  text-transform: capitalize;
}

#trades player-list white-bg td:last-child,
#trades th:last-child {
  text-align: right !important;
}

#trades-timed th:last-child,
#trades-timed td:last-child {
  text-align: right !important;
}

.protokoll-table td:nth-of-type(2),
.protokoll-table th:nth-of-type(2),
.protokoll-table td:nth-of-type(5),
.protokoll-table th:nth-of-type(5) {
  text-align: right;
}

.card-td {
  padding: 5px;
}

.banned-half {
  margin-left: 10px;
  border: 1px solid #FF0000;
  color: #FF0000;
  padding: 5px;
}
@media (max-width: 768px) {
  .banned-half {
    display: block;
    margin-top: 5px;
    margin-left: 0;
    max-width: 120px;
  }
}

.astra-megamenu .menu-item-heading > .menu-link > .menu-text {
  text-transform: uppercase;
  font-size: 1.2rem;
}
.astra-megamenu .sub-menu .menu-link {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.5;
}
.astra-megamenu .sub-menu .menu-link > .menu-text {
  font-size: 1rem;
}

@media (max-width: 1200px) {
  .single-match .match-info {
    padding: 15px;
  }
  .single-match .match-info .logo img {
    width: 50px;
    height: auto;
  }
  .single-match .match-info .team,
  .single-match .match-info .played,
  .single-match .match-info .arena,
  .single-match .match-info .match-date {
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 125% !important;
  }
  .match-heading {
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 125% !important;
  }
  .smaller-heading {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 125% !important;
  }
  .single-match .match-info .league-text {
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 125% !important;
  }
  .single-match .match-info .score {
    font-size: 50px;
    font-weight: 700;
    line-height: 125%;
  }
}
@media (max-width: 921px) {
  .white-bg {
    padding: 15px;
    margin: 10px 0;
  }
  .single-match #primary {
    margin: 0;
  }
  .single-match .players-container {
    display: flex;
    flex-flow: column;
  }
  .single-match .match-info .score {
    font-size: 30px;
    font-weight: 700;
    line-height: 125%;
  }
  .single-match .match-info .team,
  .single-match .match-info .played,
  .single-match .match-info .arena,
  .single-match .match-info .match-date {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 125% !important;
  }
  .match-heading,
  .single-match .match-info .league-text {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 125% !important;
  }
  .smaller-heading {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 125% !important;
  }
}
@media (min-width: 921px) {
  .hide-desktop {
    display: none !important;
  }
}
@media (max-width: 921px) {
  .protokoll-table {
    font-size: 12px;
  }
  tr td,
  tr th {
    padding: 8px;
  }
  .table tr td:first-child,
  .table tr th:first-child {
    padding: 8px;
    text-align: left;
  }
  .table tr td:last-child,
  .table tr th:last-child {
    padding: 8px;
  }
  .single-match .arena-date {
    flex-flow: column;
    gap: 0;
    align-items: start;
  }
  .single-match .match-date {
    margin-bottom: 0;
  }
  .single-match .match-info .score {
    font-size: 1rem;
    font-weight: initial;
    float: right;
  }
  .score-container {
    width: 100%;
    text-align: left !important;
  }
  .single-match .match-info .score.score-winner,
  .single-match .match-info .team-name-mobile {
    font-weight: 700;
  }
  .single-match .match-score {
    align-items: start;
    gap: 8px;
  }
  .hide-mobile {
    display: none !important;
  }
  .swe3play {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .swe3play .hide-desktop {
    margin-top: 15px;
  }
}
.tribe-events-single ul.tribe-related-events li .tribe-related-event-info {
  padding: 20px 20px 40px 13px;
  background-color: #fff;
  height: 150px;
}

.single-tribe_events ul.tribe-related-events .tribe-related-events-title a {
  margin-top: 5px !important;
  text-decoration: none !important;
  font-size: 24px !important;
}

.tribe-related-events-date {
  text-transform: uppercase;
  font-weight: 700 !important;
}

.single-match .entry-content {
  max-width: 794px;
  margin: 0 auto;
}

.single .entry-header {
  margin-bottom: 1.2em;
}

@media print {
  .single-match .site-header,
  #cookie-law-info-bar,
  #mashfs-main,
  .print-info,
  .single-match .header-section {
    display: none;
  }
  .single-match a {
    text-decoration: none !important;
  }
  .single-match .match-hero,
  .single-match .site-footer {
    display: none;
  }
  #__ybug-launcher,
  .match-tooltip {
    display: none;
  }
  .single-match td,
  .single-match th {
    padding: 4px !important;
    font-size: 12px;
  }
  .single-match h4 {
    font-size: 16px !important;
  }
  span.green, span.red, span.yellow {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .single-match .player-list {
    page-break-inside: avoid;
    page-break-after: always;
  }
}
.cvp-live-filter .cvp-label {
  font-weight: 700 !important;
  font-size: 14px;
}

.cvp-live-filter.cvp-button .btn {
  border: 1px solid black;
  border-radius: 0;
  margin: 5px;
  font-size: inherit;
  text-transform: capitalize;
}

.cvp-live-filter.cvp-button input[type=radio]:checked ~ div {
  background: #000000;
  color: #fff;
}

body.archive .ast-archive-description {
  padding-left: 0;
  border-bottom: 0;
}

@media (min-width: 922px) {
  .archive .site-content > .ast-container {
    max-width: 1246px;
  }
}
body.archive .ast-archive-description .ast-archive-title {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0.5em;
}

.ast-archive-description p {
  font-weight: 400;
}

body.archive #primary {
  width: 100%;
  margin-left: 0;
}

body.archive .ast-row {
  margin: 0;
}

.archive .ast-breadcrumbs {
  text-transform: capitalize;
}

.post .entry-meta,
.post .ast-terms-link {
  display: inline-block;
}

.post p.ast-terms-link {
  text-transform: capitalize;
  margin-left: 5px;
  margin-bottom: 0;
}

.post p.ast-terms-link::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Pro 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M197.5 32c17 0 33.3 6.7 45.3 18.7l176 176c25 25 25 65.5 0 90.5L285.3 450.7c-25 25-65.5 25-90.5 0l-176-176C6.7 262.7 0 246.5 0 229.5V80C0 53.5 21.5 32 48 32H197.5zM48 229.5c0 4.2 1.7 8.3 4.7 11.3l176 176c6.2 6.2 16.4 6.2 22.6 0L384.8 283.3c6.2-6.2 6.2-16.4 0-22.6l-176-176c-3-3-7.1-4.7-11.3-4.7H48V229.5zM112 112a32 32 0 1 1 0 64 32 32 0 1 1 0-64z'/%3E%3C/svg%3E");
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 2px;
}

.related-posts {
  margin: 70px auto !important;
  width: 100%;
  max-width: 1246px;
}
@media (max-width: 900px) {
  .related-posts {
    margin: 35px auto;
  }
}
.related-posts .related-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin: 0 auto;
  max-width: 1206px;
}
@media (max-width: 768px) {
  .related-posts .related-grid {
    grid-template-columns: 1fr !important;
  }
}
.related-posts .related-post-type {
  color: var(--darkgrey);
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0;
}
.related-posts .related-post-date {
  color: var(--darkgrey);
}
@media (max-width: 992px) {
  .related-posts .related-post {
    height: 100%;
  }
}
.related-posts .related-post .related-post-image {
  padding: 0;
}
.related-posts .related-post .related-post-image img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.related-posts .related-post .related-post-title a {
  color: black;
}
.related-posts .related-post .related-post-meta {
  color: #7F7F7F;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.related-posts .related-post .related-post-meta * {
  color: #7F7F7F;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 700;
}
.related-posts .related-post .related-post-meta .publish-date {
  margin-right: 10px;
}
.related-posts .related-post .related-post-meta i {
  margin-right: 5px;
}
.related-posts .related-post .related-post-content {
  padding: 20px;
  background-color: white;
  min-height: 197px;
  display: flex;
  flex-flow: column;
}
@media (max-width: 992px) {
  .related-posts .related-post .related-post-content {
    max-height: 100%;
    word-wrap: break-word;
    min-height: 0;
  }
}
.related-posts .related-post .related-post-text {
  font-size: 16px;
  margin-top: 16px;
}
.related-posts .related-post .related-post-text .read-more {
  display: none;
}

#tribe-events-pg-template {
  padding-left: 0;
}

.single-tribe_events #content {
  background-color: #f3f3f3;
}

#tribe-sidebar {
  margin: 2em 0 2em;
  width: 100%;
}
#tribe-sidebar .tribe-events-event {
  padding: 1em;
  border-bottom: 1px solid #e5e5e5;
}
#tribe-sidebar .tribe-sidebar-content {
  background-color: white;
}
#tribe-sidebar .tribe-events-event-meta {
  background-color: initial;
  margin: 0;
  border: 0;
  font-size: 0.8125em;
}
#tribe-sidebar h4 {
  font-size: 1rem !important;
  line-height: 1.3 !important;
  font-weight: normal !important;
}
#tribe-sidebar h3 {
  margin-bottom: 1em;
}

@media (min-width: 921px) {
  #tribe-events-content {
    width: 75%;
    padding-right: 60px;
  }
  #tribe-events-content,
  #tribe-sidebar {
    float: left;
    position: relative;
  }
  #tribe-sidebar {
    width: 25%;
  }
}
.astra-search-icon svg {
  display: none;
}

[CLASS*=-sticky-header-active] .ast-builder-menu-1 .main-header-menu > .menu-item.current-menu-item > .menu-link {
  color: #000 !important;
}

[CLASS*=-sticky-header-active] .ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link:hover {
  color: #000 !important;
}

.page .has-post-thumbnail .post-thumb img {
  margin-bottom: 0;
}

.tribe-events-schedule__all-day,
.tribe-events-schedule__separator,
.tribe-events-schedule__timezone {
  color: black;
  font-weight: 600;
}

@media (max-width: 768px) {
  .ast-advanced-headers-layout {
    padding-top: 30%;
    padding-bottom: 25%;
  }
}
@media screen and (max-width: 599px) {
  .mc4wp-form-fields input[type=email],
  .mc4wp-form-fields input[type=submit] {
    margin-bottom: 0.5rem;
  }
}
.uagb-blockquote__content {
  line-height: 1.3 !important;
  font-style: normal !important;
}

.mobile-menu-toggle-icon {
  width: 34px;
  height: 34px;
}

@media (max-width: 599px) {
  .mobile-menu-toggle-icon {
    width: 23px;
    height: 23px;
  }
}
.pt-cv-grid .pt-cv-page {
  display: flex;
  flex-wrap: wrap;
}
.pt-cv-grid .pt-cv-page .pt-cv-content-item {
  display: flex;
  flex-direction: column;
}
.pt-cv-grid .pt-cv-page .pt-cv-ifield {
  padding-bottom: 20px;
  flex-grow: 1;
}

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