/*
Template: Printer
category: Bakery
Author: Codelayers
Version: 1.0
Design and Developed by: Codelayers
*/


/*
======================================
[ CSS TABLE CONTENT ]
======================================

    [Table of contents]

	1.feature boxes
	2.parallax sections
	3.footer styles


======================================
[ END CSS TABLE CONTENT ]
======================================
*/

/*========= Bakery layout styles ===========*/

/*============ Feature boxes ============ */

.by-feature-box-1{
	position:relative;
	width:100%;
	padding:0;
	float:left;
	transition: all 0.3s ease-out 0s;
}
.by-feature-box-1 .item-circle{
	width:260px;
	height:260px;
	padding:0;
	float:left;
	border-radius:100%;
	background-color:#fff;
}
.by-feature-box-1 .price{
	position: absolute;
	width:86px;
	height:86px;
	padding:30px 0 0 0;
	font-weight:600;
	font-size:18px;
	text-align:center;
	float:left;
	color:#ecae3d;
	margin: 207px 0 0 90px;
	border-radius:100%;
	background-color:#fff;
	z-index:2;
}
.by-feature-box-1:hover h4, .by-feature-box-1.active h4{
	color:#ecae3d;
	transition: all 0.3s ease-out 0s;
}




/* ---------- feature box 2 ---------- */

.by-feature-box-2{
	width:100%;
	padding:40px;
	float:left;
	background-color:#fff;
	transition: all 0.3s ease-out 0s;
}

.opening-list {
	float: left;
	padding: 0;
	width: 100%;
}
.opening-list li {
	color: #101010;
	float: left;
	padding: 8px 0;
	width: 100%;
	border-bottom: 1px solid #f1f1f1;
}
.opening-list li:first-child {
	padding-top: 0px;
}
.opening-list li:last-child {
	border-bottom: none;
}

/* ---------- feature box 3 ---------- */

.by-feature-box-3{
	width:100%;
	padding:0px;
	float:left;
	border-right:1px solid #f1f1f1;
}
.by-feature-box-3.no-border{
	border-right:none;
}
.by-feature-box-3 .img-box{
	position:relative;
	width:100%;
	float:left;
	margin-bottom:10px;
}
.by-feature-box-3 .img-box .price{
	position: absolute;
	width:60px;
	height:60px;
	float:left;
	font-size:18px;
	text-align:center;
	padding:17px 0 0 0;
	top: 45px;
	right: 30px;
	border-radius:100%;
	background-color:#101010;
}


/*============ Section Titles ============ */

/* title container
 ------------------------------ */
.sec-title-container {
	width:100%;
	float:left;
	padding-bottom:70px;
}
.sec-title-container.less-padding {
	padding-bottom:50px;
}

/* page title
 ------------------------------ */
.by-section-title {
	font-weight: 400;
	font-size:60px;
}
.by-section-title.small {
	font-weight: 400;
	font-size:40px;
}
/* subtitle
 ------------------------------ */
.by-sub-title {
	width: 100%;
	font-size: 14px;
	margin: 0;
}


/* title line
 ------------------------------ */
.by-title-line-1 {
	width: 125px;
	height:2px;
	margin:4px auto 0 auto;
	border-bottom:1px solid #cfcfcf;
}
.by-title-line-2 {
	width: 180px;
	height:2px;
	margin:10px auto 0 auto;
	border-bottom:1px solid #cfcfcf;
}
.by-title-line-1.align-left {
	width: 125px;
	margin:4px auto 0 0;
}
.by-title-line-2.align-left {
	width: 160px;
	margin:10px auto 0 0;
}


/*============ Parallax Sections ============ */
.by-parallax-sec-1 {
	position:relative;
	width: 100%;
	float: left;
	padding: 0;
	margin: 0px;
	text-align: center;
	background: url(../images/parallax/by-parallax1.jpg);
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-position: center;
	z-index: 1;
}
.by-parallax-sec-1 .margin-box {
	width:100%;
	float:left;
	height:90px;
}
.by-parallax-sec-1 .overlay-img {
	position: absolute;
	width:460px;
	float: left;
	padding: 0;
	z-index: 2;
	text-align:center;
	margin:0 auto;
}



/*============ portfolio ============ */

/* portfolio box 1
 ------------------------------ */
.by-portfolio-box-1 {
	width:100%;
	float:left;
	padding:0px;
	transition: all 0.3s ease-out 0s;
}
.by-portfolio-box-1 .item-box {
	position:relative;
	width:100%;
	float:left;
	padding:0px;
	z-index:1;
}
.by-portfolio-box-1 .item-box .hover-box {
	position: absolute;
	width:100%;
	height:100%;
	float:left;
	padding:30px;
	z-index:2;
	opacity:0;
	background-color:rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease-out 0s;
}
.by-portfolio-box-1 .item-box .hover-box .inner-box {
	width:100%;
	height:100%;
	float:left;
	padding:80px 0 0 0;
	z-index:2;
	border:6px solid #ecae3d;
	background-color:rgba(255, 255, 255, 0.3);
}
.by-portfolio-box-1.item-top-padding-1 .item-box .hover-box .inner-box {
	padding:80px 0 0 0;
}
.by-portfolio-box-1:hover .item-box .hover-box, .by-portfolio-box-1.active .item-box .hover-box {
	opacity:1;
}











/*----------------------------RESPONSIVE STYLES------------------------------- */
/* ---------- MAX 1024PX ---------- */
@media screen and (max-width: 1024px) {

.by-feature-box-1 .price {
    margin: 160px 0 0 65px;
}
.by-feature-box-1 .item-circle {
    width: 220px;
    height: 220px;
}
.iconbox-dxlarge {
    width: 165px;
    height: 165px;
}



}





/* ---------- MAX 991PX ---------- */
@media only screen and (max-width: 991px) {

.by-feature-box-1 .price {
    margin: 150px 0 0 65px;
}
.by-parallax-sec-1 .overlay-img {
    margin: 0 0 0 223px;
}
.by-feature-box-3 {
    border-right:none;
}
.by-feature-box-3 .img-box .price {
    left: 30px;
}





}



/* ---------- MAX 800PX ---------- */
@media only screen and (max-width: 800px) {
.by-feature-box-1 .price {
    margin: 168px 0 0 68px;
}
 .by-feature-box-1{
	 margin-bottom:30px;
}
.by-parallax-sec-1 .overlay-img {
    margin: 0 0 0 150px;
}




}



/* ---------- MAX 768PX ---------- */
@media only screen and (max-width: 768px) {


}


/* ---------- MAX 767PX ---------- */
@media only screen and (max-width: 767px) {

}


@media screen and (max-width: 640px) {
.by-parallax-sec-1 .overlay-img {
    margin: 0 0 0 70px;
}




}


@media screen and (max-width: 480px) {
.by-parallax-sec-1 .overlay-img {
	width:360px;
}
.by-portfolio-box-1.item-top-padding-1 .item-box .hover-box .inner-box {
    padding: 10px 0 0 0;
}






}

/* ---------- MAX 360PX ---------- */
@media screen and (max-width: 360px) {

.by-parallax-sec-1 .overlay-img {
	width:260px;
}
.by-portfolio-box-1 .item-box .hover-box {
    padding: 10px;
}
.master-slider .pattren-1-top {
    top: -23px;
}


}


/* ---------- MAX 320PX ---------- */
@media only screen and (max-width: 320px) {
.by-parallax-sec-1 .overlay-img {
	width:180px;
}

}

/* for Team Creative */
.hs-feature-box-3{
	width:100%;
	padding:0px;
	float:left;
	min-height:645px;
}
.hs-feature-box-3 .img-box{
	position:relative;
	width:100%;
	padding:0px;
	float:left;
}
.hs-feature-box-3 .img-box .overlay{
	width:100%;
	height:100%;
	padding:0px;
	float:left;
	z-index:2;
	background-color:rgba(0, 0, 0, 0.2);
}
.hs-feature-box-3 .img-box .text-box{
	position: absolute;
	width:80%;
	padding:50px;
	float:left;
	left:0px;
	bottom:-185px;
	z-index:3;
	background-color:#fff;
	transition: all 0.3s ease-out 0s;
}
.hs-feature-box-3 .img-box .text-box .sc-icons-box{
	position: absolute;
	width:80%;
	padding:0px;
	margin:0px;
	top:-53px;
	left:0px;
	float:left;
	opacity:0;
	overflow:hidden;
	z-index:3;
	background-color:rgba(236, 174, 61, 0.9);
	transition: all 0.3s ease-out 0s;
}
.hs-feature-box-3 .img-box .text-box .sc-icons-box .sc-icons{
	width:100%;
	margin:0px;
	padding-left:0px;
	text-align:center;
}
.hs-feature-box-3 .img-box .text-box .sc-icons-box .sc-icons li{
	display:inline-block;
}
.hs-feature-box-3 .img-box .text-box .sc-icons-box .sc-icons li a{
	padding:15px 7px;
	color:#fff;
	text-align:center;
	display:inline-block;
}
.hs-feature-box-3:hover .img-box .text-box .sc-icons-box,
.hs-feature-box-3.active .img-box .text-box .sc-icons-box{
	left:110px;
	opacity:1;
}
.hs-feature-box-3:hover .img-box .text-box, .hs-feature-box-3.active .img-box .text-box{
	background-color:#101010;
}
.hs-feature-box-3:hover .img-box .text-box .title, .hs-feature-box-3.active .img-box .text-box .title{
	color:#fff;
}
/* ---------- feature box 2 ---------- */

.bd-feature-box-2{
	width:100%;
	float:left;
	border:1px solid #f1f1f1;
	background-color:#fff;
	transition: all 0.3s ease-out 0s;
}
.bd-feature-box-2 .img-box{
	position:relative;
	width:100%;
	float:left;
	overflow:hidden;
}
.bd-feature-box-2 .img-box .sc-icons-box{
	position: absolute;
	width:100%;
	padding:0px;
	margin:0px;
	bottom:-54px;
	left:0;
	float:left;
	background-color:#ecae3d;
	transition: all 0.3s ease-out 0s;
}
.bd-feature-box-2 .img-box .sc-icons-box .sc-icons{
	width:100%;
	padding:0px;
}
.bd-feature-box-2 .img-box .sc-icons-box .sc-icons li{
	padding:0px;
	display:inline-block;
}
.bd-feature-box-2 .img-box .sc-icons-box .sc-icons li a{
	padding:10px 10px;
	color:#fff;
	display:inline-block;
}
.bd-feature-box-2 .img-box .sc-icons-box .sc-icons li a:hover{
	color:#101010;
}
.bd-feature-box-2:hover .img-box .sc-icons-box, .bd-feature-box-2.active .img-box .sc-icons-box{
	bottom:-10px;
}
.bd-feature-box-2:hover, .bd-feature-box-2.active{
	background-color:#101010;
	border:1px solid #101010;
}
.bd-feature-box-2:hover h5, .bd-feature-box-2.active h5{
	color:#fff;
}
.bb-feature-box-3{
	width:100%;
	padding:170px 35px 35px 35px;
	float:left;
	margin:80px 0 0 0;
	transition: all 0.3s ease-out 0s;
	background-color: #fff;
}
.bb-feature-box-3 .img-frame {
    position: absolute;
    width: 160px;
    height: 160px;
    background-color: #fff;
    margin: 40px;
    padding: 0px;
    left: 107px;
    top: 27px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    overflow: hidden;
}
.bb-feature-box-3 .img-frame .img{
    margin: -34px;
    padding: 0 0 0 0;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bb-feature-box-3:hover, .bb-feature-box-3.active{
	background-color: #101010;
}
.bb-feature-box-3:hover h5, .bb-feature-box-3.active h5{
	color: #fff;
}
