/*
 Theme Name: Papierfleur
 Theme URI: http://hongo.themezaa.com
 Description: Child theme for Hongo theme
 Version: 1.0
 Author: ThemeZaa
 Author URI: https://www.themezaa.com
 Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, flexible-header, flexible-footer, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce
 License: Themeforest Split Licence
 License URI: https://themeforest.net/licenses
 Template: hongo
 Text Domain: hongo-child
*/

@font-face {
    font-family: 'Maison Neue';
    src: url('assets/fonts/MaisonNeue-Light.woff2') format('woff2'),
        url('assets/fonts/MaisonNeue-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Maison Neue';
    src: url('assets/fonts/MaisonNeue-Bold.woff2') format('woff2'),
        url('assets/fonts/MaisonNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


body {
	font-family: 'Maison Neue', sans-serif;
	font-size: 14px;
	color: #808080;
	font-weight: 300;
	line-height: 24px;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word;
	overflow-x: hidden;
}


/* ===================================
	Typography
====================================== */

/* font family */

.alt-font,
.button,
.btn {
	font-family: 'Maison Neue', sans-serif;
}

.main-font {
	font-family: 'Maison Neue', sans-serif;
}

/* alignments */

.alignnone {
	margin: 0 0 20px 0;
}

p .alignnone {
	margin-bottom: 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 23px auto;
	text-align: center;
}

.alignright {
	float: right;
	margin: 5px 0 20px 40px;
}

img.alignright {
        clear: both;
}

.alignleft {
	float: left;
	margin: 5px 40px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 30px;
}

a img.alignnone {
	margin: 0 0 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

/* captions */

.wp-caption {
	background: #f7f7f7;
	padding: 15px;
	text-align: center;
	border: 1px solid #ececec;
	max-width: 100%;
}

.wp-caption figcaption {
	padding: 22px 0 9px 0;
	font-size: 12px;
	color: #232323;
	line-height: 18px;
}

.wp-caption img {
	width: 100%;
	margin: 0;
}

.wp-caption.alignnone {
	margin: 5px 0 20px 0;
	clear: none;
	display: inline-block;
}

.wp-caption.alignleft {
	margin: 5px 50px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 50px;
}

dl.wp-caption {
	background: transparent;
	padding: 0;
	border: 0;
	margin: 0;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 15px 4px 0;
}

.wp-caption p.wp-caption-text a {
    text-decoration: none;
}

/* accessibility */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold; /* Diffrent google fonts ignore coding standrads */
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 1
}

/* others */

.bypostauthor {
	border-bottom: 1px solid #e8e8e8;
}

.gallery-caption {
	background-color: #f7f7f7;
	padding: 10px;
	font-weight: 500;
}

.mc4wp-form .input-group input {
	position: relative;
	z-index: 4;
}

.wpcf7-not-valid {
	border-color: #ff0000 !important;
}

.wpcf7-not-valid-tip {
	display: none !important;
}

div.wpcf7-validation-errors {
	clear: both;
	position: relative;
	top: 10px;
	text-align: center;
}

.alert-dismissable .close,
.alert-dismissible .close {
	top: 1px
}

.stock {
	color: #77a464;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
	border: 1px solid #77a464;
	padding: 0 13px !important;
	line-height: 20px;
	font-size: 11px !important;
	display: inline-block;
}

.out-of-stock {
	color: #f34a53;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
	border: 1px solid #f34a53;
	padding: 0 13px !important;
	line-height: 20px;
	display: inline-block;
	font-size: 11px !important;
}

.wp-a11y-speak-region {
	height: 0px;
}

.page-links {
	clear: both;
	text-align: center;
}

/* heading */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:'Maison Neue'
	margin: 0 0 30px;
	padding: 0;
	font-weight: 500;
}

h1 {
	font-size: 30px;
	line-height: 40px;
	color: #232323;
}

h2 {
	font-size: 25px;
	line-height: 34px;
	color: #232323;
}

h3 {
	font-size: 22px;
	line-height: 30px;
	color: #232323;
}

h4 {
	font-size: 20px;
	line-height: 26px;
	color: #232323;
	margin-bottom: 25px;
}

h5 {
	font-size: 18px;
	line-height: 24px;
	color: #232323;
	margin-bottom: 25px;
}

h6 {
	font-size: 16px;
	line-height: 20px;
	color: #232323;
	margin-bottom: 25px;
}

/* section title */

.heading-style-1 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #232323;
	margin: 0;
	position: relative
}

.heading-style-2 {
	font-size: 55px;
	line-height: 50px;
	font-weight: 300;
	color: #232323;
	margin: 0;
	position: relative
}

.heading-style-3 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 500;
	color: #232323;
	margin: 0;
	position: relative
}

.heading-style-4 {
	font-size: 12px;
	line-height: 20px;
	font-weight: 500;
	color: #232323;
	margin: 0;
	position: relative
}

.heading-style-4 span {
	position: relative;
	padding-left: 16px;
	margin-bottom: 0;
	display: inline-block;
}

.heading-style-4 span:before {
	width: 9px;
	height: 2px;
	background-color: #232323;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.heading-style-5 {
	font-size: 12px;
	line-height: 24px;
	font-weight: 500;
	color: #232323;
	margin: 0
}

.heading-style-6 {
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	color: #232323;
	margin: 0
}

.heading-style-6 span {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 0;
	display: inline-block;
}

.heading-style-6 span:before {
	width: 15px;
	height: 1px;
	background-color: #232323;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.heading-style-6 span:after {
	width: 15px;
	height: 1px;
	background-color: #232323;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
