/**
Theme Name: Mavetarmlaege
Author: Digitalist
Author URI: https://digitalist.dk
Description: Mavetarmlaege
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: mavetarmlaege
Template: astra
*/
/*------------------------------------*\
    Breakpoints

    Usage eg.:

    @include bp(largetablet) {
        height: 500px !important;
    }

\*------------------------------------*/
/*------------------------------------*\
    Fonts
\*------------------------------------*/
/*------------------------------------*\
    Colors
\*------------------------------------*/
variables {
  --ast-global-color-0: initial;
  --ast-global-color-1: initial;
  --ast-global-color-2: initial;
  --ast-global-color-3: initial;
  --ast-global-color-4: initial;
  --ast-global-color-5: initial;
  --ast-global-color-6: initial;
  --ast-global-color-7: initial;
  --ast-global-color-8: initial;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  --heading-font: "Raleway", serif;
  --base-font: "Raleway";
}

.ast-single-post .entry-content .elementor-widget-text-editor a {
  text-decoration: underline;
}

.elementor-widget-text-editor h1, .elementor-widget-text-editor h2, .elementor-widget-text-editor h3, .elementor-widget-text-editor h4, .elementor-widget-text-editor h5, .elementor-widget-text-editor h6 {
  color: inherit;
}

/* Temp fix for astra logo height */
.astra-logo-svg:not(.sticky-custom-logo .astra-logo-svg, .transparent-custom-logo .astra-logo-svg, .advanced-header-logo .astra-logo-svg) {
  height: unset;
}

/*------------------------------------*\
    Desktop header
\*------------------------------------*/
#ast-desktop-header .main-navigation > .main-header-menu > .menu-item > a {
  text-transform: uppercase;
}

/*------------------------------------*\
    Featured item
\*------------------------------------*/
.main-header-menu .menu-item.featured {
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .main-header-menu .menu-item.featured {
    width: unset !important;
  }
}
.main-header-menu .menu-item.featured a {
  background: var(--ast-global-color-0);
  color: #fff !important;
  line-height: 1em;
  height: 40px;
  text-align: center;
  justify-content: center;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 30px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .main-header-menu .menu-item.featured a {
    display: flex !important;
    align-items: center;
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
.main-header-menu .menu-item.featured a:hover {
  background: var(--ast-global-color-1);
}
.main-header-menu .menu-item.featured a:hover .menu-text {
  color: var(--ast-global-color-7) !important;
}

/*------------------------------------*\
    Mobile header
\*------------------------------------*/
.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-site-identity {
  padding: 0 0.5em;
}
.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar {
  padding-right: 5px;
  padding-left: 10px;
}
.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-menu-toggle {
  outline: none;
  border: 0;
}

#ast-mobile-popup-wrapper .ast-mobile-popup-drawer.active .menu-toggle-close svg, #ast-mobile-popup-wrapper:focus svg {
  width: 25px;
  height: 25px;
}
#ast-mobile-popup-wrapper .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .ast-menu-toggle {
  color: var(--ast-global-color-2) !important;
  outline: none;
  border: 0;
}

.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close:focus {
  outline: none;
  border: 0;
}

/*------------------------------------*\
    Hamburger
\*------------------------------------*/
.main-header-menu-toggle .mobile-menu-toggle-icon {
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  position: relative;
  width: 30px;
  height: 2px;
  background: var(--ast-global-color-0);
}
.main-header-menu-toggle .mobile-menu-toggle-icon .ahfb-svg-iconset {
  height: 30px;
  width: 30px;
  opacity: 0;
}
.main-header-menu-toggle .mobile-menu-toggle-icon:before, .main-header-menu-toggle .mobile-menu-toggle-icon:after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: var(--ast-global-color-0);
  transition-property: transform;
  transition-duration: 0.25s;
  transition-timing-function: ease;
  position: absolute;
  right: 0;
}
.main-header-menu-toggle .mobile-menu-toggle-icon:before {
  top: -8px;
}
.main-header-menu-toggle .mobile-menu-toggle-icon:after {
  top: 8px;
}

/*------------------------------------*\
    Padded container
\*------------------------------------*/
.e-con.paddedsection {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .e-con.paddedsection {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .e-con.paddedsection {
    padding-bottom: 75px;
    padding-top: 75px;
  }
}

.e-con.paddedsection_top {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .e-con.paddedsection_top {
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .e-con.paddedsection_top {
    padding-top: 75px;
  }
}

.e-con.paddedsection_bottom {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .e-con.paddedsection_bottom {
    padding-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .e-con.paddedsection_bottom {
    padding-bottom: 50px;
  }
}

/*------------------------------------*\
    Last P no margin
\*------------------------------------*/
.lastnospace p:last-child {
  margin-bottom: 0;
}

/*------------------------------------*\
    Imagebox
\*------------------------------------*/
.imagebox img {
  width: 100%;
}

#ast-scroll-top {
  height: 3.5em;
  width: 3.5em;
  line-height: 3.5em;
}

footer {
  color: #fff;
  font-size: 0.875em;
}
footer a {
  color: var(--ast-global-color-7);
  text-decoration: underline;
}
footer a:hover {
  color: var(--ast-global-color-0);
}
footer .wp-block-button {
  margin-top: 10px;
  display: block;
}
footer .widget {
  margin-bottom: 0;
}
footer .widget .widget-title {
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  footer .widget .widget-title {
    font-size: 1.2em;
  }
}
footer .widget .widget_text {
  margin-bottom: 0;
}
footer #astra-footer-menu a {
  text-decoration: none;
}
footer .footer_icon_item {
  margin-bottom: 10px;
  display: flex;
}
footer .footer_icon_item .icon {
  margin-right: 10px;
}
footer .footer_icon_item .content a {
  color: var(--ast-global-color-7);
  text-decoration: none;
}
footer .footer_icon_item .content a:hover {
  text-decoration: underline;
  color: var(--ast-global-color-0);
}
footer .ast-footer-social-wrap a.ast-builder-social-element {
  border: 1px solid #fff;
}
footer .ast-footer-social-wrap a.ast-builder-social-element {
  border: 0;
}

/* Mobile collapsable footer navigtation */
@media (max-width: 575px) {
  .ast-header-break-point footer .site-primary-footer-wrap .widget:not(:first-child) {
    display: none;
  }
  .ast-header-break-point footer .site-primary-footer-wrap .widget_nav_menu nav {
    display: none;
    margin-bottom: 20px;
  }
  .ast-header-break-point footer .site-primary-footer-wrap .site-footer-section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .ast-header-break-point footer .site-primary-footer-wrap .site-footer-section:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .ast-header-break-point footer .site-primary-footer-wrap .widget-title {
    background: url("data:image/svg+xml,%3Csvg width='11' height='18' viewBox='0 0 11 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 17.5l10-8.496L.5.5' stroke='%23ffffff' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E") right center no-repeat;
    padding: 15px 0;
    margin-bottom: 0 !important;
  }
  .ast-header-break-point footer .site-primary-footer-wrap .widget-title.active {
    background: url("data:image/svg+xml,%3Csvg width='19' height='10' viewBox='0 0 19 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 10L9.504 0 1 10' stroke='%23ffffff' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E") right center no-repeat;
  }
  .ast-header-break-point footer .site-primary-footer-wrap .site-footer-section {
    margin-bottom: 0 !important;
  }
  .ast-header-break-point footer .site-primary-footer-wrap .site-footer-section .widget {
    text-align: left;
  }
}
/* Elements */
.elementor-element .swiper .elementor-swiper-button.elementor-swiper-button-prev, .elementor-element .swiper .elementor-swiper-button.elementor-swiper-button-next {
  background: #8b8f7b;
  height: 45px;
  width: 45px;
  border-radius: 45px;
  align-items: center;
  justify-content: center;
}
.elementor-element .swiper .elementor-swiper-button.elementor-swiper-button-prev svg, .elementor-element .swiper .elementor-swiper-button.elementor-swiper-button-next svg {
  display: none;
}
.elementor-element .swiper .elementor-swiper-button.elementor-swiper-button-prev:before, .elementor-element .swiper .elementor-swiper-button.elementor-swiper-button-next:before {
  content: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.829639 7.34095L13.9855 7.34095' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.77881 13.5425L13.9805 7.34083L7.77881 1.13912' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.elementor-element .swiper .elementor-swiper-button.elementor-swiper-button-prev:before {
  transform: scaleX(-1);
}
.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled {
  opacity: 1;
}
.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled:before {
  opacity: 0.3;
}

.review_slider.elementor-element .swiper {
  padding-bottom: 30px !important;
  width: 100%;
}
@media (min-width: 768px) {
  .review_slider.elementor-element .swiper .elementor-swiper-button {
    top: -40px;
    right: 0;
  }
}
@media (max-width: 575px) {
  .review_slider.elementor-element .swiper .elementor-swiper-button-next {
    right: -5px;
  }
}
@media (max-width: 575px) {
  .review_slider.elementor-element .swiper .elementor-swiper-button-prev {
    left: -5px;
  }
}
@media (min-width: 768px) {
  .review_slider.elementor-element .swiper .elementor-swiper-button-prev {
    left: unset;
    right: 60px;
  }
}
.review_slider .swiper-slide {
  border: 0 !important;
  box-shadow: 0 20px 50px -40px rgba(0, 0, 0, 0.6);
}
.review_slider .swiper-slide .elementor-testimonial {
  padding: 70px 25px;
  display: flex;
  position: relative;
  border: 0 !important;
  flex-direction: column-reverse;
}
.review_slider .swiper-slide .elementor-testimonial .elementor-testimonial__text strong {
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 768px) {
  .review_slider .swiper-slide .elementor-testimonial {
    padding: 100px 25px;
  }
}
.review_slider .swiper-slide .elementor-testimonial .elementor-star-rating {
  position: absolute;
  top: 40px;
}
@media (min-width: 768px) {
  .review_slider .swiper-slide .elementor-testimonial .elementor-star-rating {
    top: 70px;
  }
}

.faq .elementor-accordion-item {
  border-radius: 5px;
  margin-bottom: 20px;
}
.faq .elementor-accordion-item .elementor-tab-title {
  border-radius: 5px;
}
.faq .elementor-accordion-item .elementor-tab-content {
  margin-top: -5px;
  border: 0;
  border-radius: 5px;
}

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