/*
Theme Name: Winthers Blomster & Livsstil
Theme URI: http://wintherslivsstil.dk/
Description: Custom wordpress theme Developed by Mandip Luitel for Winthers Blomster & Livsstil
Author: Mandip Luitel
Author URI: https://mandipluitel.com
Text Domain: winthersblomster
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Palanquin:wght@300;400;500;600;700&display=swap");
:root {
	font-size: 16px;
	--accentColor: #f5f4f3;
	--darkColor: #1c1b18;
	--bodyColor: #656e70;
	--headlineColor: #0a0204;
	--whiteColor: #ffffff;
	--blackColor: #000000;
	--borderColor: #dddddd;
	--primaryFont: "Palanquin", sans-serif;
	--siteWidth: 1440px;
}
html,
body {
	height: 100%;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
}
body {
	margin: 0;
	padding: 0;
	clear: both;
	color: var(--bodyColor);
	background: var(--whiteColor);
	font-family: var(--primaryFont);
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.4;
	display: flex;
	flex-direction: column;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	line-height: 1;
	color: var(--headlineColor);
}
p {
	margin: 18px 0 0;
}
p:empty {
	display: none;
}
p a,
ul li a,
ol li a {
	color: var(--bodyColor);
	box-shadow: 0 1px 0 var(--headlineColor);
}
ul,
ol {
	margin: 18px 0 0;
	padding: 0;
}
ul li,
ol li {
	margin: 0;
	padding: 0;
}
a:link,
a:visited {
	text-decoration: none;
}
::placeholder {
	color: var(--darkColor);
}
:-ms-input-placeholder {
	color: var(--darkColor);
}
::-ms-input-placeholder {
	color: var(--darkColor);
}
.clearfix::after {
	display: block;
	clear: both;
	content: "";
}
*,
::after,
::before {
	box-sizing: border-box;
}
.img-fluid {
	height: auto;
	max-width: 100%;
	display: block;
}
.alignleft {
	text-align: left;
	float: left;
	margin-right: 30px;
	margin-bottom: 24px;
	max-width: 100%;
}
.alignright {
	text-align: left;
	float: right;
	margin-left: 30px;
	margin-bottom: 24px;
	max-width: 100%;
}
.aligncenter {
	text-align: center;
	max-width: 100%;
	margin-bottom: 24px;
}
.desktop-only {
	display: block;
}
.mobile-only {
	display: none;
}
.text-center {
	text-align: center;
}
.mt-1 {
	margin-top: 1rem !important;
}
.mt-2 {
	margin-top: 1.5rem !important;
}
.mt-3 {
	margin-top: 2rem !important;
}
.mt-4 {
	margin-top: 2.5rem !important;
}
.mt-5 {
	margin-top: 3rem !important;
}
.mb-1 {
	margin-bottom: 1rem !important;
}
.mb-2 {
	margin-bottom: 1.5rem !important;
}
.mb-3 {
	margin-bottom: 2rem !important;
}
.mb-4 {
	margin-bottom: 2.5rem !important;
}
.mb-5 {
	margin-bottom: 3rem !important;
}
.pt-1 {
	padding-top: 1rem !important;
}
.pt-2 {
	padding-top: 1.5rem !important;
}
.pt-3 {
	padding-top: 2rem !important;
}
.pt-4 {
	padding-top: 2.5rem !important;
}
.pt-5 {
	padding-top: 3rem !important;
}
.pb-1 {
	padding-bottom: 1rem !important;
}
.pb-2 {
	padding-bottom: 1.5rem !important;
}
.pb-3 {
	padding-bottom: 2rem !important;
}
.pb-4 {
	padding-bottom: 2.5rem !important;
}
.pb-5 {
	padding-bottom: 3rem !important;
}
.admin-bar .header {
	top: 32px;
}
.slidemenu {
	display: none;
} /* site default */
.global-wrapper {
	flex: 1 0 auto;
}
.container-fluid {
	max-width: 1660px;
	width: 100%;
	padding-right: 45px;
	padding-left: 45px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}
.container {
	max-width: var(--siteWidth);
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}
h1 {
	font-size: 2.5rem;
	letter-spacing: -1px;
}
h2 {
	font-size: 2rem;
	letter-spacing: -1px;
}
h3 {
	font-size: 1.6rem;
	font-weight: 700;
}
h4 {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.3rem;
}
h6 {
	font-size: 1.2rem;
} /* .header */
.navigation {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--darkColor);
	padding: 9px 0;
}
.navigation ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.navigation ul li {
	margin: 0 18px;
	font-size: 1.15rem;
}
.navigation ul li a {
	color: var(--whiteColor);
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	line-height: 1;
	box-shadow: none;
}
.navigation ul li.current-menu-item a {
	box-shadow: 0 1px 0 var(--whiteColor);
}
.logo-block {
	padding: 36px 0 45px;
	display: flex;
	justify-content: center;
}
.logo-block img {
	width: 300px;
}
.banner-block {
	padding: 51px 0;
}
.banner-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.ratio-box {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: calc(100% - 24px);
	border: 12px solid var(--whiteColor);
	box-shadow: rgba(0, 0, 0, 0.03) 0px 4px 12px;
}
.large-border {
	padding-top: calc(100% - 40px);
	border-width: 20px;
}
.ratio-box img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-overlay {
	position: absolute;
	left: 45px;
	bottom: 60px;
	right: 45px;
	background-color: rgba(245, 244, 243, 0.8);
	padding: 30px 21px;
	text-align: center;
	z-index: 9;
}
.banner-overlay span {
	font-size: 1.15rem;
	font-weight: 300;
	color: var(--headlineColor);
}
.banner-overlay h2 {
	font-size: 2.5rem;
	font-weight: 700;
	margin-top: 9px;
}
.inner-banner-block {
	padding: 75px 0;
}
.inner-banner-grid {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 90px;
}
.page-header {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.page-info-wrap {
	background-color: var(--whiteColor);
	padding: 45px 45px 60px;
	text-align: center;
	margin-bottom: 24px;
}
.page-header span {
	font-size: 2rem;
	font-weight: 300;
	color: var(--headlineColor);
}
.page-header h2 {
	font-size: 5.25rem;
	font-weight: 700;
	margin-top: 6px;
}
.page-header h4 {
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.4;
	margin-top: 36px;
}
.page-header h4 a {
	color: var(--headlineColor);
	box-shadow: 0 1px 0 var(--headlineColor);
}
.content-block {
	padding: 75px 0;
	text-align: center;
}
.content-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 20px 30px;
}
.text-block {
	padding-top: 20px;
}
.default-block {
	padding: 75px 0;
	text-align: center;
}
.custom-contact-form {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 45px;
	text-align: left;
}
.input-hold {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.wide-input-hold {
	grid-column: 1/4;
}
.custom-contact-form label {
	display: block;
	margin-bottom: 15px;
}
.wm-input {
	width: 100%;
	border: 1px solid #e4d0cb;
	padding: 15px 21px;
	font-family: var(--primaryFont);
	font-size: 1.1rem;
}
.wm-textarea {
	width: 100%;
	border: 1px solid #e4d0cb;
	padding: 15px 21px;
	height: 240px;
	font-family: var(--primaryFont);
	font-size: 1.1rem;
}
.wm-submit {
	display: inline-block;
	background-color: #343536;
	color: #ffffff;
	font-size: 1.875rem;
	font-weight: 700;
	border-radius: 12px;
	text-align: center;
	padding: 9px 45px;
	border: none;
	cursor: pointer;
	width: 100%;
}
.wm-submit:hover {
	background-color: #000000;
}
.wpcf7-not-valid-tip {
	margin-top: 9px;
}
.footer {
	background-color: var(--accentColor);
	padding: 60px 0;
}
.footer-grid {
	display: grid;
	grid-template-columns: repeat(20, 1fr);
	grid-template-rows: auto;
	gap: 20px;
}
.footer-info {
	grid-column: 1/11;
}
.contact-info {
	grid-column: 14/18;
}
.contact-info p {
	font-size: 1.15rem;
	line-height: 1.7;
}
.contact-info p a {
	box-shadow: none;
}
.contact-info a.instagram {
	display: inline-block;
	padding-left: 39px;
	background: url("assets/img/icon-instagram.svg") no-repeat left center;
	background-size: 28px;
	color: var(--bodyColor);
	font-size: 1.15rem;
	margin-top: 12px;
	line-height: 30px;
}
.opening-hours {
	grid-column: 18/21;
}
.opening-hours li {
	font-size: 1.15rem;
	line-height: 1.7;
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.social ul {
	list-style: none;
	display: flex;
	gap: 12px;
}
.social ul li.facebook a {
	display: inline-block;
	padding-left: 32px;
	background: url("assets/img/icon-facebook.svg") no-repeat left center;
	background-size: 32px;
	text-indent: -9999px;
	box-shadow: none;
}
.social ul li.instagram a {
	display: inline-block;
	padding-left: 30px;
	background: url("assets/img/icon-instagram.svg") no-repeat left center;
	background-size: 30px;
	text-indent: -9999px;
	box-shadow: none;
}
/* Blog Block */
.blog-block {
	padding: 51px 0;
}
.blog-block h2 {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 45px;
}
.blog-posts {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}
.blog-image {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: calc(100% - 24px);
	border: 12px solid var(--whiteColor);
	box-shadow: rgba(0, 0, 0, 0.03) 0px 4px 12px;
	margin-bottom: 1.5rem;
}
.blog-image img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.article-post {
	display: flex;
	flex-direction: column;
	text-align: center;
}
.article-post h3 {
	margin-bottom: 0;
	font-weight: 700;
}
.article-post h3 a {
	color: var(--secondaryColor);
}
.article-post p {
	font-size: 1.15rem;
}

@media screen and (max-width: 1440px) {
	body {
		font-size: 1.2rem;
	}
	.container {
		max-width: 1180px;
	}
	.banner-overlay h2 {
		font-size: 2rem;
	}
	.page-header span {
		font-size: 1.4rem;
	}
	.page-header h2 {
		font-size: 4rem;
	}
	.page-header h4 {
		font-size: 1.5rem;
	}
	.footer h4 {
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 1199px) {
	.container {
		max-width: 970px;
	}
	.banner-overlay {
		left: 20px;
		bottom: 20px;
		right: 20px;
		padding: 21px;
	}
	.large-border {
		padding-top: calc(100% - 24px);
		border-width: 12px;
	}
	.content-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 45px;
		align-items: center;
	}
	.text-block {
		padding-top: 0;
	}
	.text-block.even {
		grid-column: 2/3;
	}
	.image-block.even {
		grid-column: 1/2;
	}
	.blog-posts {
		display: grid;
		gap: 20px;
		grid-template-columns: repeat(2, 1fr);
	}
	.contact-info {
		grid-column: 12/17;
	}
	.opening-hours {
		grid-column: 17/21;
	}
}
@media screen and (max-width: 991px) {
	.container {
		max-width: 720px;
	}
	.banner-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.banner-overlay h2,
	.page-header h2 {
		font-size: 2rem;
	}
	.page-header span {
		font-size: 1.3rem;
	}
	.page-info-wrap {
		padding: 20px 25px 26px;
		margin-bottom: 15px;
	}
	.inner-banner-grid {
		grid-template-columns: 1fr;
		gap: 0px;
	}
	.inner-banner-grid .ratio-box {
		grid-row: 1/2;
	}
	.inner-banner-grid .page-header {
		grid-row: 2/3;
	}
	.page-header h4 {
		font-size: 1.3rem;
	}
	.desktop-only {
		display: none;
	}
	.mobile-only {
		display: block;
	}
	.custom-contact-form {
		grid-template-columns: 1fr;
	}
	.wide-input-hold {
		grid-column: 1/2;
	}
	.footer-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 45px;
	}
	.footer-info {
		grid-column: 1/3;
		grid-row: 1/2;
	}
	.contact-info {
		grid-column: 1/2;
		grid-row: 2/3;
	}
	.opening-hours {
		grid-column: 2/3;
		grid-row: 2/3;
	}
}
@media screen and (max-width: 767px) {
	.container {
		max-width: 540px;
	}
	.banner-grid {
		grid-template-columns: 1fr;
	}
	.content-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
}
@media screen and (max-width: 576px) {
	.container {
		max-width: 100%;
	}
	.logo-block img {
		width: 210px;
	}
	.navigation ul li {
		font-size: 1rem;
		margin: 0 9px;
	}
	.contact-info {
		grid-column: 1/3;
		grid-row: 2/3;
	}
	.opening-hours {
		grid-column: 1/3;
		grid-row: 3/4;
	}
}
