/*!
Theme Name: larson child
Theme URI: https://bslthemes.site/larson/
Author: beshleyua
Author URI: https://themeforest.net/user/beshleyua
Description: Larson - Architecture WordPress Theme
Version: 1.1.0
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Template: larson
Text Domain: larson-child
Tags: full-width-template, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, theme-options
*/

.btn,
.pager .current,
.pager a:hover {
  color: white;
}

.btn:hover {
  color: white;
  background-color: black;
}

@media (min-width: 992px) {
  .navigation__dropdown {
    padding: 0;
    position: absolute;
    z-index: 1;
    left: -15px;
    bottom: -15px;
    transform: translateY(100%);
    display: block;
    min-width: 200px;
    background-color: #ffffff;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  ul.sub-menu li.navigation__item a.navigation__link {
    padding: 5px 15px;
    text-align: left;
    font-weight: 400;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  ul.sub-menu li.navigation__item a.navigation__link:hover {
    background-color: #e1e6ea;
  }
}

.large-notice {
  padding: 25px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 25px;
  margin-bottom: 45px;
}

.large-notice ul.ansprech-details {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.large-notice ul.ansprech-details li {
  padding: 8px 10px;
}

#header img {
  width: 100%;
  height: auto;
  max-width: 6vw;
  float: right;
}

.elementor-widget-larson-portfolio
  .projects-masonry
  .projects-masonry__item
  .card
  .card__content {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.logo__small span {
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  color: #272727;
}