
/*===== Home Banner Styling ======*/

.homepage p {
	font-family: 'Quicksand', sans-serif;
}
#banner {
	width:100%;
	border-bottom: solid 2px #292929;
	/* margin-bottom: 30px; */
}
#banner .item {
	position: relative;
}

.banner-caption {
    position: absolute;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.35);
    color: #fff;
    top: 15%;
    right: 5%;
    width: 27%;
}

.banner-caption h3,
.banner-caption p {
	color: #fff;
	text-align: right;
	text-transform: uppercase;
	line-height: 1em;
}
.banner-caption h3 {
	font-size: 24px;
}
.banner-caption p {
	font-family: 'Quicksand', sans-serif;
	font-size: 20px;
	text-transform:none;
}
span.caption-button {
    text-transform: uppercase;
    font-size: 18px;
    padding: 5px 40px;
    text-align: center;
    float: right;
}
span.yg:hover {
    background: #b67907;
}
.owl-controls .owl-dots {
    position: absolute;
    bottom: 0;
}
.owl-controls .owl-dots .owl-dot {
    float: left;
    margin: 0 4px 15px 10px;
    width: 10px;
    height: 10px;
    background: #d5d5d5;
    border-radius: 10em;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
}

.owl-controls .owl-dots .active {
	background: #B73837;
}

/*===== Home Page Styling ======*/

#home-cta {}

.cta {
	float:left;
	position:relative;
	width: 33.33333333%;
	overflow: hidden;
}
.cta .overlay {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 65px;
    text-align: center;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    overflow: hidden;
}
.cta:hover .overlay {
	height: 120px;
}
.cta .overlay h3 {
    margin: 15px 0 5px;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.cta .overlay p {
    margin: 0 auto;
    width: 75%;
    color: #fff;
    transition-delay: 0.2s;
    transition-duration: 0.3s;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
}
.cta:hover p,
.cta:focus p {
    transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

/*===== Welcome Section ======*/

.home-background {
    position: absolute;
    width: 100%;
    height: 900px;
    background: url('../images/home-background.jpg') no-repeat 50% 0%;
    z-index: -1;
}

#welcome-section {
    clear: both;
    height: 430px;	
}
.welcome {
	position:relative;
	top:50%;
    background: rgba(57,86,140,0.3);
    text-align: center;
    padding: 0.7em 0 0.7em;
}
.welcome h1 {
    margin: 0;
    color: #fff;
    font-weight: 400;
}


/*==== Featured Products =====*/

#featured-product-section {
    text-align: center;
    width: 100%;
    overflow: hidden;
}
#featured-product-section h2 {
    color: #39568c;
    margin-bottom: 45px;
}
.featured-products {
    list-style: none;
    margin: 0 0 70px;
}
.featured-products .product {
	float: left;
	margin-bottom: 10%;
}
.featured-products .product img {
	margin: auto;
    width: initial!important;
}
.featured-products .product h3 {
	font-family: 'Noto Serif', serif;
    font-size: 20px!important;
    color: #39568c;
    margin-top: 10px;
}
.featured-products .product h4 {
    color: #39568c;
    margin: 35px 0 25px;
}
.featured-products .product span.amount {
    font-size: 28px;
    color: #b73939;
    padding: 0px 10%;
}
#featured-product-section a.button {
    text-transform: uppercase;
    margin-top: 25px;
    padding: 0.6em 1.8em;
    font-weight: 400;
}
#featured-product-section .owl-controls .owl-dots {
    display: table;
    margin: auto;
    position: relative;
    bottom: 0px;
}

/*==== Knowledge & Advice =====*/

#kanda-section {
	text-align: center;
}
#kanda-section h2 {
	color: #39568c;
}

/*==== Instagram Section =====*/

#instagram-section {
    width: 100%;
	margin-top: 85px;
	margin-bottom: -90px;
    background: #F2EDE7;
}
#sb_instagram {
    padding-top: 50px!important;
}
#sb_instagram .sb_instagram_header h3 {
	font-size: 20px!important;
	line-height: 1.4!important;
}
#sb_instagram #sbi_images {
    margin-bottom: 25px;
}

/* Media Queries ========== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1200px) {
	
	.banner-caption {
		padding: 18px;
		width: 33%;
	}
	
}


/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	
	.banner-caption {
		top: 7%;
		right: 2%;
		width: 43%;
	}
	.banner-caption p {
		font-size: 18px;
	}
	.home-background {
		background: url('../images/home-background.jpg') no-repeat 50% 89%;
	}
	#welcome-section {
		height: 425px;
	}
	.welcome h1 {
		font-size: 25px;
	}
	
	#featured-product-section .owl-controls .owl-dots {
		bottom: 0;
	}
	
}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	
	.banner-caption h3 {
		font-size: 14px;
	}
	.banner-caption p {
		display: none;
	}
	span.caption-button {
		font-size: 12px;
		padding: 4px 18px;
	}
	.owl-controls .owl-dots {
		display: none!important;
	}
	.cta .overlay h3 {
		font-size: 14px;
	}
	#welcome-section {
		height: 200px;
	}
	.welcome {
		top: 32%;
	}
	.welcome h1 {
		font-size: 20px;
	}
	.home-background {
		background: none;
	}
	ul.featured-products li {
		width: 50%;
	}
	
	#instagram-section {
		margin-bottom: -120px;
		height: 370px;
		clear: both;
	}
	
}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 479px) {
	
	#banner {
		margin-bottom: 20px;
		border-bottom: none;
	}
	.banner-caption {
		top: initial;
		right: 0%;
		width: 60%;
		bottom: 0%;
		background-color: transparent;
	}
	.banner-caption h3 {
		display: none;
	}
	.cta {
		width: 100%;
		margin-bottom: 20px;
	}
	ul.featured-products li {
		width: 100%;
	}
	#featured-product-section a.button {
		padding: 0.6em 3.75em;
	}
	
}