/*
Theme Name: Jac & Harri
Theme URI: http://konte.uix.store/
Author: UIX Themes
Author URI: http://uix.store
Description: A fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: konte
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: konte
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------------------------------------------------------------*/

/*
@font-face {
font-family: 'Gotham';
src: url("fonts/Gotham-book.otf");
src: url("fonts/FunctionPro-Light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/FunctionPro-Light-webfont.woff2") format("woff2"), url("fonts/FunctionPro-Light-webfont.woff") format("woff"), url("fonts/FunctionPro-Light-webfont.ttf") format("truetype"), url("fonts/FunctionPro-Light-webfont.svg#function_prolight") format("svg");
font-weight: 300;
font-style: normal;
}

@font-face {
font-family: 'Gotham';
src: url("fonts/FunctionPro-Book-webfont.eot");
src: url("fonts/FunctionPro-Book-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/FunctionPro-Book-webfont.woff2") format("woff2"), url("fonts/FunctionPro-Book-webfont.woff") format("woff"), url("fonts/FunctionPro-Book-webfont.ttf") format("truetype"), url("fonts/FunctionPro-Book-webfont.svg#function_probook") format("svg");
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: 'Gotham';
src: url("fonts/FunctionPro-Medium-webfont.eot");
src: url("fonts/FunctionPro-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/FunctionPro-Medium-webfont.woff2") format("woff2"), url("fonts/FunctionPro-Medium-webfont.woff") format("woff"), url("fonts/FunctionPro-Medium-webfont.ttf") format("truetype"), url("fonts/FunctionPro-Medium-webfont.svg#function_promedium") format("svg");
font-weight: 500;
font-style: normal;
}

@font-face {
font-family: 'Gotham';
src: url("fonts/FunctionPro-Demi-webfont.eot");
src: url("fonts/FunctionPro-Demi-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/FunctionPro-Demi-webfont.woff2") format("woff2"), url("fonts/FunctionPro-Demi-webfont.woff") format("woff"), url("fonts/FunctionPro-Demi-webfont.ttf") format("truetype"), url("fonts/FunctionPro-Demi-webfont.svg#function_prodemi") format("svg");
font-weight: 600;
font-style: normal;
}

@font-face {
font-family: 'Gotham';
src: url("fonts/FunctionPro-Bold-webfont.eot");
src: url("fonts/FunctionPro-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/FunctionPro-Bold-webfont.woff2") format("woff2"), url("fonts/FunctionPro-Bold-webfont.woff") format("woff"), url("fonts/FunctionPro-Bold-webfont.ttf") format("truetype"), url("fonts/FunctionPro-Bold-webfont.svg#function_pro_bookbold") format("svg");
font-weight: 700;
font-style: normal;
}
*/

.site-header.transparent {
	background: #fff;
}
.header-main{}

.header-hamburger{
	display:none;
}


.header-account,
.header-cart,
.header-wishlist,
.header-search{
	display:none;
}

/*--- PAGE ---*/

.page-id-1427{
	background-color:#f5f0e5;
}


.wpcf7-form label .label{
	z-index:1;
}

.noborder{
	border:0 !important;
}
.no-margin-top{
	margin-top:0 !important;
}
.no-margin-bottom{
	margin-bottom:0 !important;
}

.page-title{
	padding-top: 160px!important;
	padding-bottom: 200px!important;
	margin-bottom: 0!important;
	background:#f7c4bc;
}
@media screen and (min-width:768px)
{
	.page-title + div{
		margin-top:-100px;
	}
}
.page-title h1{
	font-size: 80px;
	font-size: 5rem;
	font-weight: 400;
}

.transparent{
	background:transparent !important;
}


.footer-row{
	padding:5vh 0;
	color:#ccc;
	background:#000;
}
.footer-row a,
.footer-row a:link,
.footer-row a:active{
	color:#ccc;
}

@media screen and (max-width:767px)
{
	.swap-on-mobile{
		display: flex;
		flex-direction: column-reverse;
	}
}