/*
Theme Name: Medieplan
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Digitalist
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* Add your custom styles here */
/*------------------------------------*\
    Breakpoints

    Usage eg.:

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

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

.elementor-widget-theme-post-content ul {
  margin-block-end: 20px;
}
.elementor-widget-theme-post-content ul li {
  margin-bottom: 10px;
}

.has-transparent-header header .sticky-menu:not(.elementor-sticky--active) {
  background-color: transparent !important;
  margin-bottom: -90px;
}

/* Sticky Effect Settings */
header .elementor-sticky--effects.sticky-menu,
body:not(.has-transparent-header) .sticky-menu {
  background: #fff !important;
  box-shadow: 0px 22px 50px -30px rgba(0, 0, 0, 0.2);
}
header .elementor-sticky--effects.sticky-menu .elementor-element .elementor-nav-menu--main .elementor-item,
body:not(.has-transparent-header) .sticky-menu .elementor-element .elementor-nav-menu--main .elementor-item {
  color: var(--e-global-color-primary);
}
header .elementor-sticky--effects.sticky-menu .logo img,
body:not(.has-transparent-header) .sticky-menu .logo img {
  filter: brightness(0);
  transition: filter 0.3s ease !important;
}
header .elementor-sticky--effects.sticky-menu .mobilemenu svg path,
body:not(.has-transparent-header) .sticky-menu .mobilemenu svg path {
  stroke: var(--e-global-color-primary) !important;
}

#mainnav .sub-menu a {
  line-height: 1.3em;
}
@media (max-width: 575px) {
  #mainnav .sub-menu a {
    font-size: 20px;
    padding: 10px 20px 10px 30px;
  }
}

/*------------------------------------*\
    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;
  }
}

.e-con.paddedsection_hero {
  padding-top: 100px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .e-con.paddedsection_hero {
    padding-bottom: 75px;
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .e-con.paddedsection_hero {
    padding-bottom: 75px;
    padding-top: 175px;
  }
}

.e-con.paddedsection_hero_largeimage {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .e-con.paddedsection_hero_largeimage {
    padding-top: 200px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .e-con.paddedsection_hero_largeimage {
    padding-top: 300px;
    padding-bottom: 100px;
  }
}

.e-con.paddedsection_hero_contact_box {
  padding-top: 100px;
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .e-con.paddedsection_hero_contact_box {
    padding-bottom: 75px;
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .e-con.paddedsection_hero_contact_box {
    padding-bottom: 75px;
    padding-top: 175px;
  }
}
@media (max-width: 767px) {
  .e-con.paddedsection_hero_contact_box {
    margin-bottom: 50px;
  }
  .e-con.paddedsection_hero_contact_box .contactbox {
    margin-bottom: -150px;
    margin-top: 20px;
  }
}

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

/* Overrides */

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