/*
Theme Name: Slate Child
Description: B & D Excavating Inc.
Template: slate-parent
Version: 1.0.0
*/


.logo img {width:220px;}

a {color: var(--color-1);}
a:hover {color: var(--color-2);}

.bbb {height: 20px; width: 15px; display: inline-block; position: relative;}
.bbb::before {    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-image: url(/wp-content/uploads/2024/03/bbb-icon.png); 
    background-size: contain;
    background-repeat: no-repeat;
    filter:hue-rotate(172deg) brightness(1.5);
}
.contact-social .bbb {height: 26px; width: 18px;}


.link:hover .bbb::before { background-image: url(/wp-content/uploads/2024/03/bbb-icon.png); transition: all ease .5s; filter: hue-rotate(222deg) brightness(2.2);}

.c2a-inner .bbb::before {filter: grayscale(100%) brightness(0);}


.c2a, .c2a-inner a { color: #000;}
.address .fas {color: #000;}
.navbar-default .navbar-nav li>a {color: #000;}


#foottext {display: block; font-weight: bold;margin-top: 15px;}

#image-feature{padding:100px 0;background-position: center;}
.image-feature-content-box{ background-color: rgba(255,255,255,0.8); padding:25px;color:#fff;bordeR:2px solid #000;box-shadow:0 0 5px #000;}
.image-feature-content-box h2 {color:#000;}
.image-feature-content-box p {color:#000;}
.image-feature-content-box ul {color: #000;}

.list-top {margin-top:15px;}

/* = FEATURE = */
#feature {
  background: #e6e6e6;
  padding: 30px 0;
}
#feature a:focus,
#feature a:hover {
  text-decoration: none;
}
.feature-box {
  position: relative;
  border: 5px solid #fff;
  box-shadow: 0 0 25px #000;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
}
.feature-box img {
  width: 100%;
}
.feature-box .feature-heading {
    background:var(--color-1);
  font-size: 20px;
  margin: 0;
  font-weight: bold;
  position: absolute;
  width: 100%;
  color: #fff;
  text-align: center;
  bottom: 20px;
  padding: 10px 0;
  transition: all 1s ease;
}
.feature-box:hover {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

.ph2 {margin-top: -15px;}

.botimg {width:200px;}

.contsec {display: flex;}
.contact-page-form {display: flex; align-items: center;}
.contact-page-info h2 {margin-top: 0;}

.carousel-caption {bottom:6%;}

#gform_submit_button_1:hover {background: #000;}

@media screen and (max-width: 991px){
    .contsec {flex-direction: column; align-items: center;}
    .contact-page-form {justify-content: center;}
    body {margin-top: 102px !important;}
    #top-wrapper { position: static;}
}
