/*!
Theme Name: Hello Elementor Child
Theme URI: https://vorneweg.de
Template: hello-elementor
Author: Andreas Walter & Aheads GmbH
Author URI: https://vorneweg.de
Description: Elementor Child theme for Bremische Steuerberatung
Version: 0.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bs
Tags: bs
This theme is private and should only be used by Bremische Steuerberatung
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 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.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/wp-content/themes/bs/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-regular.woff2") format("woff2"), url("/wp-content/themes/bs/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/wp-content/themes/bs/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-700.woff2") format("woff2"), url("/wp-content/themes/bs/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("/wp-content/themes/bs/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-italic.woff2") format("woff2"), url("/wp-content/themes/bs/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-slab-300 - latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("/wp-content/themes/bs/assets/fonts/roboto-slab-v24-latin/roboto-slab-v24-latin-300.woff2") format("woff2"), url("/wp-content/themes/bs/assets/fonts/roboto-slab-v24-latin/roboto-slab-v24-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-slab-regular - latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/wp-content/themes/bs/assets/fonts/roboto-slab-v24-latin/roboto-slab-v24-latin-regular.woff2") format("woff2"), url("/wp-content/themes/bs/assets/fonts/roboto-slab-v24-latin/roboto-slab-v24-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-slab-700 - latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/wp-content/themes/bs/assets/fonts/roboto-slab-v24-latin/roboto-slab-v24-latin-700.woff2") format("woff2"), url("/wp-content/themes/bs/assets/fonts/roboto-slab-v24-latin/roboto-slab-v24-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  align-content: stretch;
  font-family: "Open Sans", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.site-main {
  flex-grow: 1;
}

header, main, footer {
  flex-shrink: 0;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1220px !important;
  padding: 0 20px !important;
}

@media screen and (max-width: 767px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    padding: 0 !important;
  }
}
.elementor-location-header {
  background-color: #586e55;
  color: #ffffff;
}
.elementor-location-header .elementor-section {
  border-bottom: none !important;
}
.elementor-location-header .elementor-nav-menu .menu-item a {
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 0 !important;
  padding-bottom: 24px !important;
}
.elementor-location-header .elementor-nav-menu .menu-item a:after {
  background-color: #c4d7c2 !important;
}
.elementor-location-header .elementor-nav-menu .menu-item .sub-menu {
  width: 100% !important;
}
.elementor-location-header .elementor-nav-menu .menu-item .sub-menu li {
  margin: 0 !important;
  padding: 2px 0 0 0 !important;
}
.elementor-location-header .elementor-nav-menu .menu-item .sub-menu li a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  background-color: #586e55 !important;
}
.elementor-location-header .elementor-nav-menu .menu-item .sub-menu li a:hover {
  background-color: #c4d7c2 !important;
  color: #586e55 !important;
}
.elementor-location-header .menu-item:last-child a {
  padding-right: 0 !important;
  justify-content: flex-end !important;
}
.elementor-location-header .elementor-widget-theme-site-logo {
  padding-top: 20px;
}
.elementor-location-header .elementor-widget-theme-site-logo img {
  max-width: 380px;
  height: auto;
}
.elementor-location-header .elementor-icon-list--layout-inline .elementor-icon-list-icon {
  padding-top: 2px;
}
.elementor-location-header .elementor-icon-list--layout-inline .elementor-icon-list-text {
  font-size: 14px;
}

.elementor-nav-menu--dropdown {
  background-color: #586e55 !important;
}
.elementor-nav-menu--dropdown .menu-item:last-child a {
  justify-content: flex-start !important;
}

.elementor-menu-toggle {
  color: #ffffff !important;
}

@media screen and (max-width: 1024px) {
  .elementor-nav-menu--dropdown {
    margin-top: 0 !important;
    padding-top: 30px !important;
  }
  .elementor-nav-menu--dropdown a {
    padding-top: 20px !important;
    border-bottom: solid 1px #ffffff !important;
  }
}
@media screen and (max-width: 767px) {
  .elementor-location-header .elementor-section {
    padding: 20px !important;
  }

  .elementor-widget-theme-site-logo {
    padding-top: 0 !important;
    width: 60px !important;
    overflow: hidden !important;
  }
  .elementor-widget-theme-site-logo img {
    width: 200px !important;
  }

  .elementor-location-header .elementor-nav-menu .menu-item a {
    padding: 20px !important;
  }
  .elementor-location-header .elementor-nav-menu .current_page_item a {
    background-color: #c4d7c2 !important;
    color: #586e55 !important;
  }
}
@media screen and (min-width: 1024px) {
  .bs-header-nav-container {
    padding-right: 10px !important;
  }
  .bs-header-nav-container .elementor-element {
    margin-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .bs-header-nav-container .elementor-icon-list-items {
    padding: 44px 0 16px 0 !important;
  }

  .bs-header-logo-container {
    padding-left: 5px !important;
  }
}
.bs-info-four-columns-row {
  padding-top: 120px;
  padding-bottom: 120px;
}
.bs-info-four-columns-row .bs-info-column {
  padding: 40px 0;
  border-top: 5px solid #586e55;
  border-bottom: 5px solid #586e55;
  margin: 0 10px;
}
.bs-info-four-columns-row .elementor-widget-image {
  margin: auto;
}
.bs-info-four-columns-row .elementor-widget-image img {
  height: 120px !important;
}
.bs-info-four-columns-row h3 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}
.bs-info-four-columns-row p {
  text-align: center;
}
.bs-info-four-columns-row .elementor-button-wrapper {
  text-align: center;
}
.bs-info-four-columns-row .elementor-button-wrapper a {
  transition: background-color 0.5s ease;
  background-color: #586e55;
  color: #ffffff;
}
.bs-info-four-columns-row .elementor-button-wrapper a:hover {
  background-color: #c4d7c2;
  color: #586e55;
}
.bs-info-four-columns-row .elementor-widget-wrap {
  align-content: stretch;
}
.bs-info-four-columns-row .elementor-widget-text-editor {
  flex-grow: 1;
}
.bs-info-four-columns-row .elementor-element {
  flex-shrink: 0;
}

.page-header {
  display: none;
}

.bs-entry-header-with-image {
  padding-bottom: 44px;
}
.bs-entry-header-with-image h2 {
  padding-bottom: 44px;
}
.bs-entry-header-with-image h2 span {
  border-bottom: solid 2px #586e55;
}
.bs-entry-header-with-image .bs-entry-image-container {
  overflow: hidden !important;
}
.bs-entry-header-with-image .bs-entry-image-container img {
  transition: filter 0.5s ease;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.bs-entry-header-with-image .bs-entry-image-container img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.bs-entry-header-with-image .bs-entry-image-container img {
  height: 300px;
}

.bs-fullwidth-image img {
  transition: filter 0.5s ease;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.bs-fullwidth-image img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.bs-fullwidth-image img {
  width: 100%;
}
.bs-fullwidth-image .elementor-widget-container {
  max-height: 440px;
  overflow: hidden;
}

.bs-text-container .elementor-widget-wrap {
  align-content: center !important;
}

.bs-content-container {
  margin: 38px 0;
}
.bs-content-container img {
  transition: filter 0.5s ease;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.bs-content-container img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.bs-content-container h3 {
  text-transform: uppercase;
}
.bs-content-container .elementor-widget-image .elementor-widget-container {
  overflow: hidden;
}
.bs-content-container img {
  object-fit: cover !important;
  max-width: none !important;
}

.elementor-button {
  border-radius: 0 !important;
}

.bs-hero-homepage {
  background-color: #586e55;
  padding-top: 140px;
}
.bs-hero-homepage h1, .bs-hero-homepage h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 96px;
}
.bs-hero-homepage h1 {
  margin: 0;
}
.bs-hero-homepage h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 4.4rem;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 96px;
  margin-bottom: 48px;
}
.bs-hero-homepage h2 span {
  border-bottom: solid 5px #ffffff;
}
.bs-hero-homepage .bs-btn a {
  transition: background-color 0.5s ease;
  background-color: #ffffff;
  color: #586e55;
  padding: 18px 58px;
}
.bs-hero-homepage .bs-btn a:hover {
  background-color: #c4d7c2;
}
.bs-hero-homepage .bs-hero-img-homepage img {
  transition: filter 0.5s ease;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.bs-hero-homepage .bs-hero-img-homepage img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.bs-hero-homepage .bs-address-homepage {
  margin: 0 40px;
}
.bs-hero-homepage .bs-address-homepage .elementor-widget-container {
  background-color: #424242;
  color: #ffffff;
  text-align: center;
  padding: 20px;
  margin-top: -190px;
}
.bs-hero-homepage .bs-hero-widget-container {
  position: relative;
}

.bs-info-box {
  background-color: #c4d7c2 !important;
  color: #586e55;
  padding: 20px;
  margin: 120px auto 40px auto;
}
.bs-info-box h3 {
  text-transform: uppercase;
}

.with-icon {
  padding-left: 180px;
  background: url("assets/images/infopoint.svg") no-repeat 60px center;
}

.bs-base-info-row {
  margin-bottom: 180px;
}
.bs-base-info-row .bs-text-column {
  align-items: center;
}
.bs-base-info-row .bs-text-column .elementor-widget-wrap {
  justify-content: flex-end !important;
}
.bs-base-info-row .bs-text-column .bs-text-container {
  max-width: 480px;
  padding: 20px 0 20px 0;
}
.bs-base-info-row .bs-text-column .bs-text-container h3 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: normal;
}

.bs-overlay-image-container {
  max-width: 580px;
}
.bs-overlay-image-container img {
  transition: filter 0.5s ease;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.bs-overlay-image-container img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.bs-overlay-image-container .bs-first-image-container {
  width: 480px !important;
  height: auto;
  overflow: hidden;
}
.bs-overlay-image-container .bs-second-image-container {
  width: 480px !important;
  height: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  border-top: 5px solid #ffffff;
  border-left: 5px solid #ffffff;
}
.bs-overlay-image-container .bs-black-info-div {
  background-color: #424242;
  color: #ffffff;
  padding: 20px;
  width: 200px !important;
  position: absolute;
  right: 0;
  top: 30%;
}

.bs-homepage-team-container .elementor-widget-wrap {
  align-content: center;
}
.bs-homepage-team-container .elementor-container {
  justify-content: space-between !important;
  margin-right: 0;
}
.bs-homepage-team-container .bs-homepage-gallery-container {
  width: 100%;
}
.bs-homepage-team-container .elementor-gallery-item__content {
  background-color: #424242;
  color: #ffffff;
  height: auto !important;
  width: 80%;
  top: 200px;
  left: 20px;
}
.bs-homepage-team-container .swiper-slide img {
  transition: filter 0.5s ease;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.bs-homepage-team-container .swiper-slide img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.bs-team-slider .elementor-image-carousel-caption {
  background-color: #424242;
  color: #ffffff;
  font-style: normal;
  padding: 10px 20px;
  width: 80%;
  margin: auto;
  position: absolute;
  bottom: 20px;
  left: 10%;
  z-index: 999;
}
.bs-team-slider .elementor-image-carousel-caption strong {
  font-size: 18px;
  font-weight: 500;
}
.bs-team-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 12px;
  background: #c4d7c2;
  opacity: 1 !important;
}
.bs-team-slider .swiper-pagination-bullet-active {
  background: #586e55;
}

.bs-homepage-image-container-bottom {
  margin: 120px auto;
}
.bs-homepage-image-container-bottom img {
  transition: filter 0.5s ease;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.bs-homepage-image-container-bottom img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.bs-homepage-image-container-bottom .elementor-widget-image {
  text-align: unset;
  padding: 0 !important;
}
.bs-homepage-image-container-bottom .elementor-widget-image:first-child {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.bs-homepage-image-container-bottom .elementor-widget-image:first-child img {
  border-bottom: solid 12px #ffffff;
  border-right: solid 12px #ffffff;
}
.bs-homepage-image-container-bottom .elementor-widget-image:last-child {
  margin-top: 120px;
  text-align: right;
}

.elementor-widget-breadcrumbs a {
  color: #586e55 !important;
  text-decoration: underline !important;
}
.elementor-widget-breadcrumbs a:hover {
  color: #c4d7c2 !important;
}

.bs-entry-header {
  font-size: 1.2rem;
  font-weight: 300;
}
.bs-entry-header .elementor-widget-container {
  max-width: 520px;
}
.bs-entry-header h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 4.4rem;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #586e55;
  margin-bottom: 0;
}
.bs-entry-header h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 4.4rem;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #586e55;
}
.bs-entry-header h2 span {
  border-bottom: solid 4px #586e55;
}
.bs-entry-header h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.22rem;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 48px;
}

.bs-icon-container .elementor-widget-image {
  background-color: #c4d7c2;
  align-items: center;
}
.bs-icon-container .elementor-widget-image img {
  width: 30%;
  height: auto;
  margin: 120px auto;
}
.bs-icon-container .bs-image-info {
  background-color: #424242;
  color: #ffffff;
  margin-top: -60px;
  margin-left: -20px;
  padding: 20px 80px 10px 20px;
  width: 220px !important;
}

.bs-mint-info-box {
  padding: 80px;
  background-color: #c4d7c2;
  max-width: 480px;
}
.bs-mint-info-box h3 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 32px;
  font-weight: normal;
}
.bs-mint-info-box .elementor-button-wrapper {
  text-align: center;
}
.bs-mint-info-box .elementor-button-wrapper a {
  transition: background-color 0.5s ease;
  background-color: #586e55;
  color: #ffffff;
  width: 100%;
  border: solid 1px #586e55;
  display: block;
  text-align: center;
  padding: 14px;
  margin-top: 28px;
}
.bs-mint-info-box .elementor-button-wrapper a:hover {
  background-color: #c4d7c2;
  color: #586e55;
  border: solid 1px #586e55;
}
.bs-mint-info-box a {
  transition: background-color 0.5s ease;
  background-color: #586e55;
  color: #ffffff;
  width: 100%;
  border: solid 1px #586e55;
  display: block;
  text-align: center;
  padding: 14px;
  margin-top: 28px;
}
.bs-mint-info-box a:hover {
  background-color: #c4d7c2;
  color: #586e55;
  border: solid 1px #586e55;
}

.elementor-accordion {
  max-width: 620px;
  margin-bottom: 120px;
}
.elementor-accordion .elementor-accordion-item {
  border: none !important;
  border-bottom: solid 1px #424242 !important;
}
.elementor-accordion .elementor-accordion-item:first-child {
  border-top: solid 1px #424242 !important;
}
.elementor-accordion .elementor-accordion-title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.22rem;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.elementor-accordion .elementor-tab-content {
  border-top: none !important;
  padding-top: 0 !important;
}

.bs-team-header {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 110px;
}
.bs-team-header h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 4.4rem;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #586e55;
  margin-bottom: 0;
}
.bs-team-header h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 4.4rem;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #586e55;
}
.bs-team-header h2 span {
  border-bottom: solid 4px #586e55;
}

.bs-mega-image {
  margin: 100px 0;
}
.bs-mega-image img {
  transition: filter 0.5s ease;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.bs-mega-image img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.bs-mega-image img {
  width: 100%;
}

.bs_business_card img {
  transition: filter 0.5s ease;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.bs_business_card img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.bs_business_card .widget-image-caption {
  position: absolute;
  bottom: 20px;
  left: 5%;
  width: 90%;
  text-align: left;
  background-color: #424242;
  color: #ffffff;
  padding: 8px 20px;
  font-style: normal !important;
}
.bs_business_card .widget-image-caption h3 {
  margin-bottom: 0;
  font-size: 20px;
}
.bs_business_card .bs_employee_info {
  display: none !important;
  margin: -140px 20px 20px 20px;
}
.bs_business_card .bs_employee_info .elementor-widget-container {
  background-color: #424242;
  color: #ffffff;
  padding: 8px 20px;
}
.bs_business_card a {
  text-decoration: none;
  color: #424242;
}
.bs_business_card a:hover {
  text-decoration: underline;
}
.bs_business_card .elementor-icon-list-icon {
  padding-top: 6px;
  padding-left: 20px;
}

.bs-green-info-row {
  margin: 80px 0;
}
.bs-green-info-row img {
  transition: filter 0.5s ease;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.bs-green-info-row img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.bs-green-info-row .elementor-widget-wrap {
  align-content: center;
}

@media screen and (max-width: 768px) {
  .bs-team-header {
    padding: 20px !important;
  }

  .bs_business_card .widget-image-caption {
    position: relative;
    left: 0;
    margin: -40px auto 0 auto;
    max-width: 240px;
  }
  .bs_business_card .elementor-widget-icon-list {
    max-width: 240px;
    margin: 0 auto 40px auto;
  }
}
.bs-posts-list {
  margin-bottom: 40px;
}
.bs-posts-list .elementor-post__card {
  background-color: #c4d7c2 !important;
  box-shadow: none !important;
  justify-content: stretch !important;
  flex-direction: column;
}
.bs-posts-list .elementor-post__thumbnail img {
  transition: filter 0.5s ease;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.bs-posts-list .elementor-post__thumbnail img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.bs-posts-list .elementor-post__title a {
  font-family: "Open Sans", sans-serif;
  font-size: 1.22rem;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #586e55;
}
.bs-posts-list .elementor-post__read-more {
  transition: background-color 0.5s ease;
  background-color: #586e55;
  color: #ffffff;
  width: 100%;
  border: solid 1px #586e55;
  display: block;
  text-align: center;
  padding: 14px;
  margin-top: 28px;
  text-transform: none !important;
}
.bs-posts-list .elementor-post__read-more:hover {
  background-color: #c4d7c2;
  color: #586e55;
  border: solid 1px #586e55;
}
.bs-posts-list .elementor-post__text {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.bs-posts-list .elementor-post__read-more {
  margin-top: auto !important;
}

.elementor-location-footer h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
}
.elementor-location-footer a {
  color: #ffffff;
}
.elementor-location-footer .bs-contact-info-container {
  padding-top: 85px;
}
.elementor-location-footer .bs-last-row {
  background-color: #424242 !important;
  height: 100px;
}
.elementor-location-footer .bs-last-row .elementor-container {
  padding: 28px !important;
}
.elementor-location-footer .bs-last-row .elementor-nav-menu a {
  color: #ffffff;
  text-transform: uppercase;
}
.elementor-location-footer .bs-last-row .menu-item:last-child a {
  padding-right: 0 !important;
  justify-content: flex-end !important;
}

@media screen and (max-width: 767px) {
  .elementor-location-footer h3, .elementor-location-footer p {
    text-align: left;
  }
  .elementor-location-footer .bs-contact-info-container {
    padding-top: 25px;
    padding-left: 20px;
  }
  .elementor-location-footer .bs-contact-info-container li {
    padding-bottom: 12px;
  }
  .elementor-location-footer .bs-last-row .elementor-container {
    padding-top: 0 !important;
  }
  .elementor-location-footer .bs-last-row .elementor-heading-title {
    font-size: 12px !important;
    text-align: center !important;
  }
  .elementor-location-footer .bs-last-row .elementor-nav-menu--main {
    margin: auto !important;
  }
  .elementor-location-footer .bs-last-row .elementor-nav-menu {
    justify-content: center !important;
  }
  .elementor-location-footer .bs-last-row .elementor-nav-menu a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .elementor-location-footer .elementor-widget-container {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .bs-last-row .elementor-widget-container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .bs-entry-header h1, .bs-entry-header h2 {
    font-size: 48px;
  }
  .bs-entry-header h1 span, .bs-entry-header h2 span {
    border-bottom: solid 2px #586e55 !important;
  }

  h3 {
    font-size: 24px;
  }

  .elementor-widget-text-editor {
    padding: 0 10px;
  }

  .bs-hero-homepage {
    padding-top: 28px;
  }
  .bs-hero-homepage h1, .bs-hero-homepage h2 {
    font-size: 54px;
    line-height: 68px;
    margin: auto;
    width: 74%;
  }
  .bs-hero-homepage h2 span {
    border-bottom: solid 2px #ffffff !important;
  }
  .bs-hero-homepage .elementor-button-wrapper {
    width: 74%;
    margin: 40px auto;
  }

  .site-main .bs-info-box-container {
    margin: 20px 0;
    padding: 0;
  }
  .site-main .bs-info-box-container .elementor-widget-wrap {
    padding: 0 !important;
  }
  .site-main .with-icon {
    padding: 140px 20px 20px;
    background: url(assets/images/infopoint.svg) no-repeat center 40px;
  }
  .site-main .bs-info-box {
    margin: 0;
  }
  .site-main .bs-info-four-columns-row {
    padding: 20px 0;
  }
  .site-main .bs-info-four-columns-row .bs-info-column {
    margin: 10px 0;
  }
  .site-main .bs-base-info-row {
    margin-bottom: 0 !important;
  }
  .site-main .bs-base-info-row .elementor-widget-wrap {
    padding: 0 !important;
  }
  .site-main .bs-base-info-row .bs-text-column .bs-text-container {
    margin-top: 180px;
    padding: 20px;
  }
  .site-main .bs-base-info-row .bs-text-column .bs-text-container h3 {
    font-size: 24px;
  }
  .site-main .bs-overlay-image-container {
    max-width: 100%;
  }
  .site-main .bs-overlay-image-container .bs-first-image-container {
    width: 80% !important;
    height: auto;
    overflow: hidden;
  }
  .site-main .bs-overlay-image-container .bs-second-image-container {
    width: 80% !important;
    height: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 70%;
    border-top: 8px solid #ffffff;
    border-left: 8px solid #ffffff;
  }
  .site-main .bs-overlay-image-container .bs-black-info-div {
    background-color: #424242;
    color: #ffffff;
    padding: 20px 20px 0 20px;
    position: absolute;
    right: 0;
    top: 37%;
  }
  .site-main .bs-homepage-team-container .bs-mint-info-box {
    padding: 20px;
  }
  .site-main .bs-homepage-image-container-bottom {
    margin: 20px auto;
  }
  .site-main .bs-homepage-image-container-bottom .elementor-widget-image:first-child {
    max-width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .bs-text-left {
    padding-right: 128px;
  }

  .bs-text-right {
    padding-left: 128px;
  }

  .without-icon {
    margin-top: 2px !important;
  }
}

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