/*
Theme Name: Slate Child
description: Client Theme - Slate
Template: slate-parent
Version: 1.0.0
Text Domain: slate-child
Author: BCW
*/

.logo img { width: auto;
max-height: 70px;}

.bottomtxt {padding: 50px 15px;}
.bottomtxt h2 {text-transform: none;}
.featimg {border-color: var(--color-2);  border: 5px solid;}

.conrow {display: flex;  margin:20px 0;}
.iconcol {font-size: 40px;; margin-right: 20px;}
.cont p {margin:0;}

.servarea {font-weight: normal;}

.gallery img {
    object-fit: cover;
    height: 270px;
}
.services .owl-carousel .owl-nav button.owl-prev,
.services .owl-carousel .owl-nav button.owl-next {
    font-size: 32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
.services .owl-carousel .owl-nav button.owl-next {
    right: 5px;
}
.services .owl-carousel .owl-nav button.owl-prev {
    left: 5px;
}
@media screen and (max-width:991px){
.featimg {width:400px; margin: 0 auto 30px auto;}
.c2a .social {background-color: var(--color-3)}
.navbar-default .navbar-nav > li > a {
        color:#fff;
}
.navbar-default .navbar-nav > li > a:hover {
        color:var(--color-3);
}
}
@media screen and (max-width:768px){
    .gallery img {
   width:280px;
    height: 200px;
}
}
