  /*
Theme Name: Burson Theme
Theme URI: http://www.woof.com.au
Version: 1.1
Description: Burson theme
Author: sohaib gondal
Author URI: http://www.woof.com.au
template: bb-theme
*/

/* Brand page */


#burson_brand_details .container{
    width: 1250px;
}
#brandCarousel{
    margin-bottom: 30px;
}
#brandCarousel .carousel-item{
    /*height: 420px;*/
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#brandCarousel .carousel-item img{
    /*height: 420px;*/
}

#brandCarousel .carousel-control-next, #brandCarousel .carousel-control-prev{
    width: 8%;
    color: grey;
}
#brandCarousel .carousel-control-prev-icon, #brandCarousel .carousel-control-next-icon{

}
#brandCarousel .carousel-indicators li{
    width: 8px;
    height: 8px;
    border: unset;
    border-radius: 6px;
    background-color: grey;
    margin-right: 6px;
    margin-left: 6px;
}
.gray-bg{
    background-color: #f2f2f2;
}
.gray-bg p{
    width: 100%;
    line-height: 24px;
}
.gray-bg h3{
    font-size: 1.5rem;
}
.gray-bg li{
    list-style: none;
    line-height: 3;
    font-weight: bold;
    padding-left: 10px;
    text-transform: uppercase;
    border-bottom: thin solid black;
}

/* Responsive for Brand Page*/
@media (max-width: 575.98px){
    .gray-bg{
        padding-top: 295px !important;
    }
    .gray-bg p{
        width: 100%;
    }
    #brandCarousel .carousel-item{
        /*height: 114px;*/
    }
    #brandCarousel .carousel-item img{
        /*height: 250px;*/
    }

    .burson_brand_title{

    }
}
.brand_profile_img{
    margin-top: 15px;
}
.brand_profile_img img{
    /*width: 220px;*/
    /*height: auto;*/
    /*position: relative;*/
    /*top: -153px;*/
    border: 8px solid white;
    box-shadow:5px 5px 20px 0px rgba(131,132,132,0.3) ;
}
.burson_brand_title{
    font-size: 30px;
    margin-top: 15px;
}
.burson_btn{
    color: white;
    text-align: center;
    font-size: 16px;
    padding: 12px 24px;
    background: #005da6;
    border: 1px solid #005da6;
    font-family: Quicksand, sans-serif;
    text-transform: capitalize;
}
a.burson_btn:hover{
    background: #1a3869;
    border: 1px solid #1a3869;
    color: white;
    text-decoration: none;
}
h2.brand_cell_titel{
    font-size: 24px;
    line-height: 26px;
    margin-top: 10px;
}