/*
Theme Name: Kraft Child
Theme URI: https://kraft.caliberthemes.com
Description: Minimal Portfolio WordPress Theme
Author: CaliberThemes
Author URI: https://www.caliberthemes.com
Template: kraft
Version: 2.0
License: custom
License URI: http://themeforest.net/licenses
Tags: right-sidebar, featured-images, post-formats,  sticky-post
Text Domain: kraft
*/

/* HEADER */

#masthead.site-header #ham-trigger-wrap .ham-trigger span::before, #masthead.site-header #ham-trigger-wrap .ham-trigger span::after, #masthead.site-header #ham-trigger-wrap .ham-trigger span {
  background-color: #fff;
}



#masthead.site-header.standard #site-branding .retina-logo {
  max-width: 150px !important;
}

@media screen and (max-width: 991px) {
  #masthead.site-header:not(.hamburger-side) #site-navigation .menu {
    background-color: #d6cabe;
  }
  #masthead.site-header:not(.hamburger-side) #site-navigation .menu li {
    border-bottom-color: rgba(255,255,255,0.15)
  }
  #masthead.site-header:not(.hamburger-side) #site-navigation .menu a {
    color: #154734;
  }

  #masthead.site-header:not(.hamburger-side) #site-navigation .menu > li:hover > a {
    color: #154734;
  }
}

@media screen and (min-width: 992px) {
  #masthead.site-header.standard #site-branding a {
    padding: 10px 0 0;
  }
  #masthead.site-header.standard #site-navigation .menu>li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 1100px) {
  #masthead.site-header.standard #site-navigation .menu>li {
    padding: 10px 35px 10px 35px;
  }
  #masthead.site-header.standard #site-branding .retina-logo {
    max-width: 175px !important;
  }

}

/* CONTENT */

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: #fff;
  outline: 0;
  border-radius: 2px;
  box-shadow: 0 0 0 .25rem rgba(255,255,255,.5) !important;
}

.site-footer a:focus,
.brlbs-cmpnt-container a:focus {
  box-shadow: 0 0 0 .25rem rgba(21, 71, 52, 0.5) !important;
}

button, input[type=button], input[type=submit] {
  color: #f0f0f1;
  border-color: #f0f0f1;
}

.site-content a:not(.button):not(.elementor-button) {
  text-decoration: underline;
}

.site-content .link.kraft-btn-link a {
  text-decoration: none;
}

.single-portfolio .portfolio .entry-header .description {
  color: #154734;
}

.portfolio-wrap .cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active, .portfolio-wrap .cbp-l-subfilters .cbp-filter-item-active {
  color: rgba(255,255,255,0.75);
}

body .cbp-item:hover .cbp-l-grid-agency-title {
  color: #fff;
}

body .cbp-item .cbp-caption.page {
  text-decoration: none;
}

@media screen and (min-width: 767px) {
  .portfolio-wrap .cbp-l-filters-text .cbp-filter-item:after {
      color: rgba(255,255,255,0.75);
  }
}

/* FOOTER */

.page-id-1551 .site-footer {
  margin-top: 0 !important;
}

.site-footer .copyright {
  font-size: 12px;
  line-height: inherit;
}

.site-footer.centered .site-info {
  width: 100%;
  border: none;
  margin: 0 auto 2rem;
  padding: 0;
}

.site-footer.centered .footer-menu {
  width: 100%;
  margin: 0 auto;
}

.site-footer.centered .footer-links li a {
  line-height: 3;
}

.site-footer.centered .wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.site-footer.centered .footer-menu {
  width: auto;
  margin-right: auto;
  margin-left: auto;
}  

@media screen and (min-width: 992px) {
  .site-footer.centered .wrap {
    gap: 1.5rem;
  }
  .site-footer.centered .site-info {
    width: auto;
    margin: 0;
  }  
}

.site-footer.centered .footer-menu .footer-links {
  text-transform: uppercase;
  margin: 0;
}

.site-footer .site-info a:link,
.site-footer .site-info a:visited {
  text-decoration: none;
  color: #154734;
}

.site-footer .site-info a:hover,
.site-footer .site-info a:focus,
.site-footer .site-info a:active {
  color: #ede8e5;
}

.site-footer.centered .social-links-menu li a:hover i {
  color: #fff;
}

/* PLUGINS */

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}

body .brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b .brlbs-cmpnt-cb-description,
body .brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b .brlbs-cmpnt-cb-description * {
  color: var(--content-blocker-text-color);
}

#BorlabsCookieBox .brlbs-cmpnt-dialog .brlbs-cmpnt-dialog-details-description *,
.brlbs-cmpnt-container .brlbs-cmpnt-dialog .brlbs-cmpnt-dialog-details-description *,
#BorlabsCookieBox .brlbs-cmpnt-dialog-box-description *,
#BorlabsCookieBox .brlbs-cmpnt-dialog-iab-tcf-description *,
.brlbs-cmpnt-container .brlbs-cmpnt-dialog-box-description *,
.brlbs-cmpnt-container .brlbs-cmpnt-dialog-iab-tcf-description * {
  color: var(--dialog-text-color);
}


#BorlabsCookieBox .brlbs-cmpnt-table tr *,
.brlbs-cmpnt-container .brlbs-cmpnt-table tr * {
  color: #707070;
}