/* ============================================================================
    Global Styling
============================================================================ */
@font-face {
	font-family: 'Big Noodle';
	src: url('/wp-content/themes/treschic/library/fonts/BigNoodleTitling.eot');
	src: url('/wp-content/themes/treschic/library/fonts/BigNoodleTitling.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/treschic/library/fonts/BigNoodleTitling.woff2') format('woff2'),
		url('/wp-content/themes/treschic/library/fonts/BigNoodleTitling.woff') format('woff'),
		url('/wp-content/themes/treschic/library/fonts/BigNoodleTitling.ttf') format('truetype'),
		url('/wp-content/themes/treschic/library/fonts/BigNoodleTitling.svg#BigNoodleTitling') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html.js {margin:0 !important}
#wpadminbar {display:none;}
html, body {
	background: #FFF;
	height: 100%;
}
body {
	min-height: 100%;
	min-width: 1150px;
	font: normal 300 13px/22px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #454545;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Poly", serif;
	font-weight: 400;
	color: #454545;
}
p {
	font-size: 13px;
	line-height: 22px;
	margin: 20px 0;
}
a {
	color: #c7b285;
	text-decoration: none;
}
p a {
	border-bottom: 1px dotted #c7b285;
}
.Btn, .favoriteBtnWrap .wpfp-span {
	display: inline-block;
	line-height: 55px;
	padding: 0 28px;
	cursor: pointer;
	position: relative;
	font-size: 16px;
	background-color: #c7b285;
	-webkit-box-shadow: 0 0 0 1px #c7b285 inset;
	box-shadow: 0 0 0 1px #c7b285 inset;
	font-weight: 400;
	font-family: "Big Noodle";
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFF;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.Btn:before, .favoriteBtnWrap .wpfp-span:before {
	display: block;
	content: "";
	position: absolute;
	z-index: -1;
	width: 80%;
	height: 100%;
	bottom: 0;
	opacity: 0.5;
	background-color: #c7b285;
	left: 100%;
	transition: all 0.3s ease-in-out;
}
.Btn:hover, .favoriteBtnWrap .wpfp-span:hover {
	background-color: transparent;
	color: #454545;
	-webkit-box-shadow: 0 0 0 3px #c7b285 inset;
	box-shadow: 0 0 0 3px #c7b285 inset;
}
.Btn:hover:before, .favoriteBtnWrap .wpfp-span:hover:before {
	width: 0%;
	left: 0;
}
.wpfp-span a {
	color: #454545;
}
.favoriteBtnWrap .wpfp-span a {
	color: #FFF;
}
.favoriteBtnWrap .wpfp-span:hover a {
	color: #454545;
}
.altBtn {
	background-color: #454545;
	-webkit-box-shadow: 0 0 0 1px #454545 inset;
	box-shadow: 0 0 0 1px #454545 inset;
}
.whiteBtn {
	background-color: #FFF;
	color: #454545;
	-webkit-box-shadow: 0 0 0 1px #FFF inset;
	box-shadow: 0 0 0 1px #FFF inset;
}
.whiteText .whiteBtn {
	color: #454545;
}
.clearBtn, .wpfp-span {
	background-color: transparent;
	color: #454545;
}
.ghostBtn {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #454545;
	background-color: transparent;
}
.whiteText .Btn:hover {
	color: #FFF;
}
.fullBtn {
	width: 100%;
	padding: 0;
	text-align: center;
}
.Btns .Btn {
	margin: 0 0 5px;
	vertical-align: top;
}
.Btns p {
	margin: 0 0 5px;
	line-height: 50px;
	display: inline-block;
	vertical-align: top;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.alignLeft {
	text-align: left;
}
.floatRight {
	float: right;
}
.title {
	margin: 0 0 20px;
	font-size: 48px;
	line-height: 55px;
}
.titleWrap .title {
	float: left;
}
.subtitle {
	font-family: "Big Noodle";
	font-weight: 400;
	margin: 0 0 10px;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 1px;
}
.subtitle strong,
.subtitle span {
	color: #c7b285;
/*
	font-family: "Brush";
	font-style: italic;
	font-size: 28px;
	font-weight: 400;
	line-height: 30px;
 */
}
.smallTitle {
	margin: 0 0 20px;
	font-size: 27px;
	line-height: 32px;
}
.desc {
	font-size: 19px;
}
.whiteText, .whiteText a, .whiteText .title, .whiteText .subtitle, .whiteText .smallTitle, .whiteText h1, .whiteText h2, .whiteText h3, .whiteText h4, .whiteText h5, .whiteText h6, .whiteText p {
	color: #FFF;
}
.desc a {
	color: #c7b285;
	text-decoration: underline;
}
.desc .Btn {
	vertical-align: middle;
	margin-right: 10px;
	color: #FFF;
	text-decoration: none;
}
.clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	line-height: 0;
	clear: both;
}
/* ============================================================================
    Containers
============================================================================ */
.siteWrap {
	max-width: 1960px;
	margin: 0 auto;
	height: 100%;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
.container {
	min-height: 100%;
}
.innerContainer {
	overflow: auto;
	padding-bottom: 460px /* footer height */;
}
.wrapper {
	margin: 0 auto;
	padding: 0;
}
.wrapper:before,
.wrapper:after {
	content: "";
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	line-height: 0;
	clear: both;
}
.inner {
	position: relative;
	width: 1120px;
	margin: 0 auto;
}
.content {
	padding: 30px 0;
}
.halfContent {
	max-width: 750px;
}
.smallContent {
	max-width: 550px;
}
.alignCenter .halfContent, .alignCenter.halfContent, .alignCenter .smallContent, .alignCenter.smallContent {
	margin: 0 auto;
}
.push {
	height: 50px;
}
.headerPush {
	height: 108px;
}
.noMargin {
	margin: 0;
}
.alignCenter .halfContent, .alignCenter .smallContent {
	margin: 0 auto;
}
.padding {
	padding: 60px 0;
}
.whiteBg {
	background: #FFF;
}
.greyBg {
	background: #f7f7f7;
}
.darkBg {
	background: #454545;
}
.waveTop {
	position: relative;
	padding-top: 105px;
}
.waveTop:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 75px;
	background: url(../images/menuWave.png) no-repeat 50% 100%;
}
.patternBar {
	background: url(../images/pattern.png) #f3f3f4;
	height: 80px;
}
/* ============================================================================
    Header
============================================================================ */
.header {
	background-color: #333;
	position: relative;
	height: 750px;
	margin-top: 108px;
}
.pageHeader {
	position: relative;
	background-color: #fbfaf6;
}
.pageHeader img {
	width: 100%;
}
.pageHeaderBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.pageHeaderBox {
	position: absolute;
	z-index: 3;
	bottom: -80px;
	right: 5%;
	padding: 30px;
	width: 450px;
}
/* ============================================================================
    Breadcrumbs
============================================================================ */
.breadCrumbs {
	padding: 10px 0;
	position: relative;
	background-color: #c7b285;
}
.breadCrumbs p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	line-height: 30px;
	font-size: 14px;
	color: #FFF;
}
.breadCrumbs p a {
	color: #FFF;
	text-decoration: none;
}
.breadCrumbs i {
	margin: 0 5px;
}
/* ============================================================================
    Nieuws / Article
============================================================================ */
.articleContent {
	font-size: 13px;
	line-height: 22px;
}
.articleContent p, .articleContent ul {
	font-size: 13px;
	line-height: 22px;
	margin: 20px 0;
	font-weight: 300;
}
.articleContent ul {
	line-height: 32px;
}
.pageContent {
	-moz-column-count: 2;
	-moz-column-gap: 28px;
	-webkit-column-count: 2;
	-webkit-column-gap: 28px;
	column-count: 2;
	column-gap: 28px;
	margin: 0;
}
.articleContent.pageContent p {
	margin: 0 0 20px;
}
.pageContent h1,
.pageContent h2,
.pageContent h3,
.pageContent h4,
.pageContent h5,
.pageContent h6 {
	margin: 0 0 30px;
}
.articleContent .desc {
	font-size: 19px;
	line-height: 30px;
}
.articleContent ul {
	list-style: outside disc;
	padding: 0 0 0 15px;
}
.articleContent ol {
	list-style: outside disc;
	padding: 0 0 0 15px;
}
.articleImg {
	float: right;
	display: inline-block;
	max-width: 350px;
	width: 100%;
	margin: 0 0 30px 60px;
	padding: 10px;
	border: 1px solid #eee8d7;
	background-color: #fbfaf6;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.articleContent h1 {
	font-size: 40px;
	line-height: 40px;
}
.articleContent h2, .articleContent h3 {
	font-size: 30px;
	line-height: 30px;
	margin: 30px 0 10px;
}
.articleContent h4, .articleContent h5, .articleContent h6 {
	font-size: 22px;
	line-height: 24px;
	margin: 30px 0 10px;
}
.postSocials {
	max-width: 280px;
}
.single-post .cols-6 {
	margin-top: 50px;
}
/* ============================================================================
    Pagination
============================================================================ */
.pagination {
	text-align: center;
}
.pagination li {
	display: inline-block;
	font-size: 13px;
}
.pagination li a, .pagination li span {
	display: block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
}
.pagination li a {
	color: #FFF;
	background: #242629;
}
.pagination li:hover a {
	background: #b67c5a;
}
.pagination li span {
	background: #b67c5a;
	color: #FFF;
}
/* ============================================================================
    Search
============================================================================ */
.searchResult {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #c2c2c2;
}
.searchResult p {
	font-size: 12px;
	line-height: 18px;
}
/* ============================================================================
    SFX
============================================================================ */
.plop {
	opacity: 0;
	position: relative;
	top: -20px;
	-webkit-transition: all 0.4s ease-in-out 0.1s;
	-moz-transition: all 0.4s ease-in-out 0.1s;
	-ms-transition: all 0.4s ease-in-out 0.1s;
	-o-transition: all 0.4s ease-in-out 0.1s;
	transition: all 0.4s ease-in-out 0.1s;
}
.plop.plopIt {
	opacity: 1;
	top: 0;
}
.plopDelay01 {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.plopDelay02 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.plopDelay03 {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.plopDelay04 {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.plopDelay05 {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.plopDelay06 {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}
.plopDelay08 {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}
.plopDelay09 {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
}
.plopDelay10 {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
/* ============================================================================
    Footer
============================================================================ */
.footer {
	clear: both;
	height: 460px;
	margin-top: -460px /* negative footer height */;
	position: relative;
	width: 100%;
	background-color: #FFF;
	z-index: 11;
}
.footerTop {
	padding: 50px 0;
}
.footerTop .inner {
	background: none !important;
}

.footerTop .inner:before {
	background-image: url(../images/logo_new.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 130px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 90px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%); 
}

.footerDesc, .footerMainMenu ul {
	margin: 0 0 20px;
	font-size: 13px;
	line-height: 22px;
}
.footerMainMenu li {
	width: 50%;
	float: left;
	display: block;
	font-size: 13px;
	line-height: 22px;
}
.footerMainMenu li a {
	color: #454545;
}
.footerMainMenu li a:hover {
	border-bottom: 1px dotted #c7b285;
}
.footerBottom {
	border-top: 1px solid #9b9b9b;
	padding: 33px 0 0;
}
.socialIcons {
	float: left;
	margin: 0;
}
.socialIcons li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
}
.socialIcons li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	color: #000;
	font-size: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 1px #000 inset;
	box-shadow: 0 0 0 1px #000 inset;
}
.socialIcons li a:hover {
	background-color: #000;
	color: #FFF;
}
.bottomRight {
	float: right;
}
.bottomMenu {
	float: left;
}
.bottomMenu ul {
	margin: 0;
}
.bottomMenu li {
	float: left;
	display: block;
	font-size: 11px;
	line-height: 30px;
	padding: 0 0 0 15px;
	color: #b7b7b7;
	position: relative;
}
.bottomMenu li:first-child {
	padding: 0;
}
.bottomMenu li:before {
	position: absolute;
	content: "-";
	display: block;
	top: 0;
	left: 0;
	width: 15px;
	text-align: center;
	font-size: 11px;
	line-height: 30px;
}
.bottomMenu li:first-child:before {
	display: none;
}
.bottomMenu li a {
	color: #b7b7b7;
}
.bottomMenu li a:hover {
	border-bottom: 1px dotted #eee;
}
.copyright {
	margin: 0 0 0 20px;
	float: left;
	font-size: 11px;
	line-height: 30px;
	color: #454545;
}
