/* vars */
/* vars */
/*@theme-green: #0f5987;*/
@media (min-width: 992px) {
  .dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    opacity: 0.98;
  }
  ul.dropdown-menu {
    min-width: 390px;
    border-radius: 0;
    border: 0;
    padding-top: 7px;
    background: transparent;
  }
  ul.dropdown-menu li:first-of-type {
    border-top: 2px solid #C398A7;
    padding-top: 10px;
  }
  ul.dropdown-menu li:last-of-type {
    padding-bottom: 10px;
  }
  ul.dropdown-menu li {
    background: #fff;
    padding: 4px 0 4px 21px;
  }
  a.dropdown-item:hover {
    background-color: initial;
  }
  a.dropdown-item {
    font-size: 1.15em;
  }
}
@media (min-width: 1400px) {
  html .container {
    max-width: 1270px;
  }
  html .header-container {
    max-width: 1430px;
  }
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2rem;
    padding-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .dropdown .dropdown-menu {
    display: block;
    border: 0;
  }
  i.green-nav-icon-down {
    display: none;
  }
  .dropdown-item.active,
  .dropdown-item:active {
    color: inherit;
    background-color: transparent;
  }
  #main-menu li a:not(.dropdown-item) {
    margin-left: 0px;
  }
  #main-menu > li.active > a,
  #main-menu > li > a:hover {
    border-bottom: 3px #fff solid;
  }
  .active.nav-item a.nav-link,
  .nav-item li.active a.dropdown-item {
    color: #C398A7;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 1.3em;
  }
  .logo-block {
    margin-top: 25px;
  }
  .logo-block .wp-block-image {
    text-align: center;
  }
  .content-grp:not(.wp-block),
  .wrapper-grp:not(.wp-block) {
    margin-top: -133px;
  }
  .content-grp,
  .wrapper-grp {
    max-width: 100%;
    margin-left: 0;
    padding: 12px 12px;
  }
  .content-grp p,
  .wrapper-grp p,
  .wrapper-grp .intro {
    font-size: 18px!important;
    max-width: 100%;
  }
  p.info-header {
    font-size: 1.1em;
  }
  p.info-name {
    font-size: 0.9em;
  }
  p.info-mail {
    font-size: 0.9em;
  }
  .q-white {
    display: none;
  }
  .square {
    margin-bottom: 10px;
  }
}
@media (max-width: 766px) {
  .wp-block-image.info-img {
    float: left;
    margin-top: -30px;
    margin-left: -15px;
    margin-bottom: -22px;
  }
  .page-template-defaultpage .info-img img {
    position: inherit;
    margin-left: 0;
  }
  .mobile-col-2 {
    order: 2;
  }
  .mobile-col-1 {
    order: 1;
  }
  .no-mobile {
    display: none!important;
  }
}
@media (max-width: 575px) {
  body .wp-block-image.scrollToTopContent {
    margin-left: 35%;
  }
}
/*# sourceMappingURL=./responsive.css.map */