/*
	Abstracts are helpers, variables and functions
	for scss compliation.
*/
/*
	@TODO: Add to theme: new division fix for updated sass package.
*/
/**==================================================================================================================================
BREAKPOINT
@TODO: remove? What is use case?? either use simple global points or write custom line. why does first breakpoint have to be 0?
 ==================================================================================================================================*/
/**==================================================================================================================================
BREAKPOINT ENDS
==================================================================================================================================*/
span.edit-link {
  display: inline-block;
  background-color: yellow;
  font-weight: 700;
  position: fixed;
  left: 0;
  bottom: 3.125rem;
  transform: translateX(-45px);
  transition: all 0.2s;
}

span.edit-link a {
  display: block;
  padding: 0.9375rem;
}

span.edit-link:hover {
  transform: translateX(0);
}

/*
	Variables for compliation
	NB! Colors should be added to base/config file as css root variable.
*/
/**
 * Block section background colors.
 * Include the background options ACF fields group to use these.
 */
/*
 * makes ul/ol as a dropdown select (normaly in mobile)
 * Structure: div > title > list > li > a
*/
/*
	Variables for legacy dc plugins
*/
.page-id-4976 .entry-content.anchor-to-bottom {
  position: static !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
  inset: auto !important;
}

.block-section.hero-text .hero-text-wrapper {
  margin-top: 175px;
  width: 432px;
}

.block-section.hero-text .hero-text-wrapper .hero-title {
  color: var(--Dark-blue, #12374F);
  /* Display */
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}

.block-section.hero-text .hero-text-wrapper .hero-subtitle {
  color: var(--Dark-blue, #12374F);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
}

@media screen and (max-width: 999px) {
  .block-section.hero-text .hero-text-wrapper .hero-subtitle {
    font-size: 18px;
    padding-right: 80px;
  }
}
