/*
Theme Name: Bloom+
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0.1
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/
#top #header #header_main {
  border: 0px;
}
#top #header #header_main .av-logo-container .inner-container {
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
}
#top #header #header_main .av-logo-container .inner-container .logo {
  position: relative;
}
#top #header #header_main .av-logo-container .inner-container .logo a:active, #top #header #header_main .av-logo-container .inner-container .logo a:focus, #top #header #header_main .av-logo-container .inner-container .logo:focus-visible {
  border: #ccc dotted 1px;
  display: block;
}
#top #header #header_main .av-logo-container .inner-container .main_menu {
  position: relative;
}
#top #header #header_main .av-logo-container .inner-container .main_menu ul:first-child > li a {
  height: 58px;
  line-height: 58px;
  font-size: 16px;
  font-weight: 500;
}
#top #header #header_main .av-logo-container .inner-container .main_menu ul:first-child > li a:focus .avia-menu-fx, #top #header #header_main .av-logo-container .inner-container .main_menu ul:first-child > li a:active .avia-menu-fx {
  opacity: 1;
  visibility: visible;
}

#av_section_1 .avia-image-container {
  width: 170%;
  max-width: 200%;
  margin-left: -30%;
  margin-top: -35%;
}
@media (max-width: 767px) {
  #av_section_1 .avia-image-container {
    max-width: 545px;
    margin-left: auto;
    margin-top: -18%;
  }
}
@media (max-width: 579px) {
  #av_section_1 .avia-image-container {
    width: 120%;
    margin-left: -8%;
  }
}

@media (max-width: 990px) and (min-width: 768px) {
  #how .flex_column_table {
    display: flex;
    flex-wrap: wrap;
    float: none;
    justify-content: space-between;
  }
  #how .flex_column_table .flex_column {
    width: 47.1%;
    margin-bottom: 7%;
  }
  #how .flex_column_table .av-flex-placeholder {
    display: none;
  }
}

#top .av-icon-char {
  background-color: #95ccff;
  border: 0px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  padding: 0px;
}

.av-styling-no-styling .avia_image {
  border-radius: 14px;
}

.av_toggle_section:focus-visible {
  outline: none;
}
.av_toggle_section:focus-visible .toggler {
  background-color: #95ccff;
  top: 0px;
}

.single_toggle:focus-visible, .single_toggle:focus, .single_toggle:active {
  outline: 0px;
}
.single_toggle:focus-visible > .toggler, .single_toggle:focus > .toggler, .single_toggle:active > .toggler {
  background-color: #95ccff;
  top: 0px;
}
.single_toggle .toggler {
  font-weight: 600;
  line-height: 164%;
}
.single_toggle .toggle_content {
  line-height: 164%;
  font-weight: 300;
}
.single_toggle .toggle_content ol.footnotes {
  margin-left: 0;
}
.single_toggle .toggle_content ol.footnotes li::marker {
  font-size: 11px;
}
.single_toggle .toggle_content ol.footnotes li {
  line-height: 1em;
  font-size: 0.9em;
}

body div .avia-button {
  border-radius: 6px;
}
body div .avia-button.avia-size-medium {
  font-size: 16px;
  padding: 15px 21px 14px;
}
body div .avia-button:active, body div .avia-button:focus, body div .avia-button:focus-visible {
  border: #95ccff 2px dotted !important;
}

#top .modal-content.bg-white {
  background-color: #ffffff;
}
#top .modal-content {
  border-radius: 14px;
  max-width: 1140px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem;
  position: relative;
  font-size: 1.5em;
  line-height: 1.2em;
  text-align: center;
}
@media (max-width: 767px) {
  #top .modal-content {
    padding: 2rem;
  }
}
#top .modal-content .close {
  cursor: pointer;
  right: 1rem;
  top: 1rem;
  position: absolute;
  padding: 0.5rem;
}
#top .modal-content .close svg {
  display: block;
  vertical-align: middle;
}
#top .modal-content h1 {
  color: #0C1D40;
  text-align: center;
}
#top .modal-content .w-full {
  background-image: linear-gradient(90deg, #1581E6 0%, #605BBE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
  max-width: 90%;
  margin: 0px auto;
}
#top .modal-content .searchbox {
  max-width: 32rem;
  margin: 30px auto 0px auto;
}
#top .modal-content .searchbox .flex {
  display: flex;
}
#top .modal-content .searchbox .flex input {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  border: 2px rgb(209, 213, 219) solid;
  border-radius: 6px 0px 0px 6px;
  width: 100%;
  border-right-width: 0px;
  margin: 0;
}
#top .modal-content .searchbox .flex input:active, #top .modal-content .searchbox .flex input:focus, #top .modal-content .searchbox .flex input:focus-visible, #top .modal-content .searchbox .flex input:focus-within {
  border-color: #0C1D40;
}
#top .modal-content .searchbox .flex #search-button {
  font-size: 16px;
  padding: 15px 21px 14px;
  border-radius: 0px 6px 6px 0px;
  border: 0px;
  color: var(--enfold-main-color-button-font);
  background-color: var(--enfold-main-color-primary);
  cursor: pointer;
}
#top .modal-content .searchbox .flex #search-button:hover {
  background-color: #1581E6;
}
#top .modal-content .searchbox #autocomplete-results {
  border: 1px rgb(209, 213, 219) solid;
  display: none;
  width: 100%;
  border-radius: 5px;
  margin: 0;
  margin-top: 0.25rem;
}
#top .modal-content .searchbox #autocomplete-results li > a {
  padding: 0.5rem 1rem;
  color: #444;
  display: block;
}
#top .modal-content .searchbox #autocomplete-results li > a:hover {
  background-color: rgb(243, 244, 246);
}
#top .modal-content #message {
  display: none;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  border: 2px solid #d1d5db;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 1rem;
  margin-top: 1rem;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

#top .avia-icon-list-container ul.avia-icon-list li {
  padding: 10px 0px;
}
#top .avia-icon-list-container ul.avia-icon-list li .iconlist_icon {
  background-color: transparent;
  border: 2px transparent solid;
  width: 30px;
  height: 30px;
  line-height: 26px;
  font-size: 14px;
  margin-right: 15px;
  position: relative;
  background: linear-gradient(#E9EBF3, #E9EBF3) padding-box, linear-gradient(to right, #1581E6, #605BBE) border-box;
  margin-top: 4px;
}
#top .avia-icon-list-container ul.avia-icon-list li .iconlist_icon span.av-icon-char {
  background-image: linear-gradient(to right, #1581E6, #605BBE); /* Your gradient */
  -webkit-background-clip: text; /* For Webkit browsers */
  background-clip: text;
  color: transparent;
  line-height: 27px;
}
#top .avia-icon-list-container ul.avia-icon-list article.article-icon-entry .iconlist_content_wrap .av_iconlist_title {
  text-transform: none;
  letter-spacing: normal;
  font-weight: 600;
}
#top .avia-icon-list-container ul.avia-icon-list article.article-icon-entry .iconlist_content_wrap .iconlist_content {
  color: #0C1D40;
  font-weight: 300;
  line-height: 164%;
}

body#top #wrap_all .all_colors {
  font-size: 18px;
}
body#top #wrap_all .all_colors h1 {
  font-weight: 600;
  text-transform: none;
}
body#top #wrap_all .all_colors h1 + .av-subheading {
  background-image: linear-gradient(90deg, #1581E6 0%, #605BBE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; /* Fallback */
  font-weight: 600;
  max-width: 640px;
  margin-top: 0.6em;
}
body#top #wrap_all .all_colors .template-page .entry-content-wrapper h2 {
  text-transform: none;
  letter-spacing: normal;
  font-weight: 600;
  float: none;
}
body#top #wrap_all .all_colors .template-page .entry-content-wrapper h2 + .av-subheading {
  max-width: 800px;
  margin-top: 1em;
}
@media (min-width: 768px) {
  body#top #wrap_all .all_colors .template-page .entry-content-wrapper h2 + .av-subheading {
    margin-left: auto;
    margin-right: auto;
  }
}
body#top #wrap_all .all_colors .template-page .entry-content-wrapper h2 + .special-heading-border {
  display: none;
}
body#top #wrap_all .all_colors h3.av-special-heading-tag {
  font-weight: 600;
}
body#top #wrap_all .all_colors h3.av-special-heading-tag + .av-subheading {
  margin-top: 0.6em;
}
body#top #wrap_all .all_colors .av-subheading {
  line-height: 164%;
  font-weight: 300;
}
body#top #wrap_all .all_colors .avia_textblock strong {
  color: #0C1D40;
}/*# sourceMappingURL=style.css.map */