
 /* about banner */
.banner{
    background-size: 100% 100%;
    color: #fff;
}



.banner-title{
    
    border-bottom: 1px solid #fff;
}
.banner-title .row{
    padding: 80px 0;
}
.banner-title .row, .banner-share .row{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    
}
.banner-title span{
    font-size: 12px;
}
.banner-share .row{
    padding: 20px;
}

.banner-share span{
    font-size: 12px;
    margin-right: 10px;
   
}
.banner-social{
    padding-top: 5px;
}
.banner-social a{
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
	height: 25px;
	width: 25px;
	background: #fff;
	font-size: 12px;
	color: black;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
    margin-bottom: 5px;
    
}

.banner-social a:last-child{
    margin-right: 0;
}

/* bakery history */

.history{
    padding: 60px 0;
    width: 100%;
}

.history .container-fluid{
    display: flex;
    align-items: center;
    justify-content: center;
}
.cupcake-img, .intro{
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
}
.cupcake-img{
    padding-bottom: 40px;
    background-image: url("../img/about/bg3.png");
    background-size: 100% 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-right: 40px;
    margin-bottom: 15px;
    
}
.cupcake-img img{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    width: 390px;
    height: 406px;
   
}

.intro{
    text-align: left;
    width: 511px;
    height: auto;
    padding-left: 35px;
}

.intro .content-title-block .block-title{
    margin-bottom: 0;
}

.intro .content-title-block .block-motto{
    display: inline-block;
    padding-left: 5px;
}

.intro .content-title-block .block-motto span::before{
    display: none
}
.intro  .content p:first-child{
    font-size: 14px;
    font-style: italic;
}
.intro .content p{
    font-size: 13px;
}

.signature div{
    display: inline-block;
    vertical-align: middle;
    padding-top: 15px;
}

.signature h6{
    color: var(--primary-color);
    display: inline-block;
   
}

.signature span{
    color: gray;
    font-size: 12px;
}

.signature{
    padding: 0px 0 5px 0;
    display: flex;
    vertical-align: middle;
}

.signature img{
    padding-right: 15px;
}


/* why choose us */
/* .about-why-choose-us{
    background-color: var(--secondary-color);
    
} */

.section-main{
    margin-top: 0;
}
.right .circle{
	float: right;
    
}

ul#why-list li.list-item ul li .circle{
    width: 70px;
	height: 70px;
    padding: 5px;
    margin: 0;
}
.left .circle{
    float: left;
}

.left .why-reason{
    text-align: left;    
    padding-left: 15px;
}

.right .why-reason{
    text-align: right;
    padding-right: 15px;
}

ul#why-list li.list-item ul li .why-block .why-reason{
   display: inline-block;
   width: 75%;
   padding-top: 10px;
}

.why-block .circle img{
    width: 70%;
    height: 70%;
}

ul#why-list{
    padding-top: 35px;
   
}
ul#why-list li.list-item{
    width: 363px;
    height: 251px;
    padding: 0;
    vertical-align: middle;
    
}

ul#why-list li.list-item:first-child{
    padding-left: 30px;
    padding-top: 30px;
}
ul#why-list li.list-item:last-child{
    padding-right: 30px;
    padding-top: 30px;
}

ul#why-list li.list-item li{
    width: 100%;
    height: 100%;
    padding: 0;
}

ul#why-list li.list-item ul{
    width: 100%;
    height: 100%;
}

ul#why-list li.list-item ul li{
    width: 100%;
    height: 50%;
}




/* Meet our chef */


ul#chef-list li{
	text-align: center;
	display: inline-block;
    box-sizing: border-box;
    width: 350px;
    padding: 0 20px;
    padding-bottom: 20px;
    
}
ul#chef-list .chef-block:hover  h5{
    color: var(--primary-color);
}
ul#chef-list .chef-block .chef-img {
    margin-bottom: 15px;
}

ul#chef-list .chef-block .chef-info{
    border-bottom: 1px solid lightgray;
}

ul#chef-list .chef-block .chef-info p{
    font-size: 13px;
}

ul#chef-list .chef-block .chef-img img{
    width: 150px;
    height: 150px;
    
}
ul#chef-list .chef-block .chef-social{
    display: inline-block;
    text-align: center;
    padding-top: 15px;
}
ul#chef-list .chef-block .chef-social a{
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
	height: 30px;
	width: 30px;
	background: #fff;
	font-size: 12px;
    color: var(--primary-color);
    border:1px solid var(--primary-color);
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
    margin-bottom: 5px;
}

ul#chef-list .chef-block .chef-social a:hover{
    background:var(--primary-color) ;
    color:#fff ;
}


.bottom-banner{
width: 100%;
}

.bottom-banner img{
    width: 100%;
}