/*
Theme Name: Blank Template
Author: Author
Company: Twinsense Online Brand Excitement
Author URI: http://www.twinsense.nl
Version: 1.0
*/

body{
	background-color: #F9F2E2;
	font-family: 'Poppins', sans-serif;
}

html {
	position: relative;
  	min-height: 100%;
}

h1,h2,h3{
	margin-top: 0px;
	margin-bottom: 30px;
	font-weight: 600;
}

h1{
	font-size: 30px;
	line-height: 30px;
}

h2{
	font-size: 24px;
	line-height: 30px;
}

h3{
	font-size: 20px;
	line-height: 30px;
}

p{
	margin-bottom: 20px;
	line-height: 20px;
}

/* header */

.header-top{
	position: relative;
	background-color: #BEB499;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.33);
	z-index: 10;
	border-top: 5px solid #b52123;
}

.header{
	position: relative;
	min-height: 300px;
	background-color: #fff;
	background-size: cover;
	background-position: center center;
	border-bottom: 5px solid #b52123;
	padding: 15px;
	margin-left: -15px;
	margin-right: -15px;
}

.logo-holder{
	position: absolute;
	width: 250px;
	padding: 15px;
	top: 0;
	right: 0;
	margin-right: 30px;
	z-index: 10;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.33);
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#beb499+15,f9f2e2+100 */
	background: #beb499; /* Old browsers */
	background: -moz-linear-gradient(top,  #beb499 15%, #f9f2e2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #beb499 15%,#f9f2e2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #beb499 15%,#f9f2e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#beb499', endColorstr='#f9f2e2',GradientType=0 ); /* IE6-9 */
}

.logo-holder img{
	width: 100%;
	height: auto;
}

/* navigation */

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 0px solid transparent;
}

.navbar-default {
    background-color: #BEB499;
    border-color: #BEB499;
}
.navbar {
    border-radius: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #b52123;
    font-weight: 600;
    /* text-shadow: 1px 1px #fff; */
    font-size: 16px;
    transition: 0.3s ease all;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: #1b1b1b;
    background-color: transparent;
    transition: 0.3s ease all;
}

/* footer */

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	clear: both;
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f2e2+15,beb499+100 */
	background: #f9f2e2; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f2e2 15%, #beb499 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f9f2e2 15%,#beb499 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f9f2e2 15%,#beb499 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f2e2', endColorstr='#beb499',GradientType=0 ); /* IE6-9 */
	border-bottom: 5px solid #b52123;
}

/* content */

.content{
	background-color: #3D3D3D;
	min-height: 400px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	color: #fff;
	padding: 15px;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 50px;
}

.content a{
	color: #b52123;
}

.product-image-thumb{
	background-size: cover;
	background-position: center center;
	min-height: 250px;
	display: block;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	margin-bottom: 20px;
	border-radius: 5px;
}

.news-item{
	display: block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#beb499+15,f9f2e2+100 */
	background: #beb499; /* Old browsers */
	background: -moz-linear-gradient(top,  #beb499 15%, #f9f2e2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #beb499 15%,#f9f2e2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #beb499 15%,#f9f2e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#beb499', endColorstr='#f9f2e2',GradientType=0 ); /* IE6-9 */
	color: #1b1b1b;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	border-radius: 5px;
}

.news-item h3{
	color: #B52123;
	margin-bottom: 15px;
	line-height: 24px;
}

.post-image{
	min-height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.post-content{
	position: relative;
	padding: 15px;
	padding-bottom: 35px;
}

.readmore{
	position: absolute;
	display: inline-block;
	padding: 5px 10px;
	background-color: #B52123;
	color: #fff!important;
	font-weight: 700;
	right: 0;
	bottom: 0;
	margin-right: 15px;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	transition: 0.3s ease all;
	border-radius: 5px;
}

.readmore:hover,
.readmore:focus{
	background-color: #1b1b1b;
	color: #fff;
	text-decoration: none;
	transition: 0.3s ease all;
}

/* footer */

.footer-section{
	padding: 25px 0;
}

.footer h2{
	font-size: 20px;
	color: #1b1b1b;
	margin-bottom: 20px;
	line-height: 20px;
}

.footer a{
	color: #b52123;
	transition: 0.3s ease all;
}

.footer a:hover{
	color: #1b1b1b;
	transition: 0.3s ease all;
}

.footer p{
	color: #1b1b1b;
}

.footer ul{
	list-style: none;
	padding-left: 0px;
}

/* helper classes */

.embed-container{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	border-radius: 5px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
}



