/*!
Theme Name: ubbink
Theme URI: http://underscores.me/
Author: Jeremy
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ubbink
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ubbink is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
	font-family: "hgs3bold";
	src: url("font/hgs3-bold-webfont.woff2") format("woff2"), url("font/hgs3-bold-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "hgs3light";
	src: url("font/hgs3-light-webfont.woff2") format("woff2"), url("font/hgs3-light-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "hgs3regular";
	src: url("font/hgs3-regular-webfont.woff2") format("woff2"), url("font/hgs3-regular-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "hgs3semibold";
	src: url("font/hgs3-semibold-webfont.woff2") format("woff2"), url("font/hgs3-semibold-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "hgs3regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "hgs3bold";
	color: #364551;
}

h1,
h2 {
	font-size: 36px;
	line-height: 1.2;
}

@media screen and (max-width: 767px) {
	h1,
	h2 {
		font-size: 30px;
	}
}

strong {
	font-family: "hgs3bold";
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
	margin-left: 0;
	padding-left: 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #f0a100;
}

a:visited {
	color: #f0a100;
}

a:hover, a:focus, a:active {
	color: #f0a100;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #f0a100;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	height: 36px;
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	padding: 0 10px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0px;
	padding: 5px 5px 5px 11px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
#masthead #site-navigation #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
	position: relative;
	margin-right: 10px;
}

#masthead #site-navigation #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block .mega-menu-woo-cart-count {
	position: absolute;
	top: 3px;
	right: 4px;
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	background-color: #dd1d15;
	font-size: 10px;
	border-radius: 100px;
}

#masthead #site-navigation #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right a {
	position: relative;
	text-decoration: none;
}

#masthead #site-navigation #mega-menu-wrap-menu-1 ul#mega-menu-menu-1 > li {
	margin: auto;
}

#masthead #site-navigation #mega-menu-wrap-menu-1 ul#mega-menu-menu-1 > li::after {
	content: "";
	height: 20px;
	width: 100%;
	bottom: -20px;
	left: 0;
	position: absolute;
	display: block;
}

#masthead #site-navigation #mega-menu-wrap-menu-1 ul#mega-menu-menu-1 > li > a {
	font-family: "hgs3bold";
}

#masthead #site-navigation #mega-menu-wrap-menu-1 ul#mega-menu-menu-1 > li.recherche {
	margin-right: 10px;
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	#masthead #site-navigation #mega-menu-wrap-menu-1 ul#mega-menu-menu-1 > li.recherche {
		margin-top: 20px;
		margin-right: 0;
	}
}

#masthead #site-navigation #mega-menu-wrap-menu-1 ul#mega-menu-menu-1 > li.recherche form input {
	border: 1px solid rgba(55, 69, 82, 0.5);
	color: #9aa2a8;
	background-color: rgba(0, 0, 0, 0);
	width: 240px;
	margin: 0;
	min-height: 0;
	padding: 0 40px 0 5px;
	height: 40px;
	line-height: 40px;
	transition: width 0.6s, background-color 0.6s, color 1s;
	box-sizing: border-box;
	border-radius: 0;
	vertical-align: top;
}

@media screen and (max-width: 767px) {
	#masthead #site-navigation #mega-menu-wrap-menu-1 ul#mega-menu-menu-1 > li.recherche form input {
		width: 100%;
	}
}

#masthead #site-navigation #mega-menu-wrap-menu-1 ul#mega-menu-menu-1 > li.recherche form input:focus {
	outline: none !important;
	border: 1px solid #dd1d15;
}

#masthead #site-navigation #mega-menu-wrap-menu-1 ul#mega-menu-menu-1 > li.recherche form span.product-search-field-clear {
	cursor: pointer;
	position: absolute;
	right: 1px;
	height: 39px;
	overflow: visible;
	margin: auto 0;
	top: 1px;
	bottom: 0;
	padding: 0;
	font-size: 25px;
	background: white;
	width: 40px;
	z-index: 10;
	text-align: center;
}

@media screen and (max-width: 767px) {
	#masthead #site-navigation #mega-menu-wrap-menu-1 ul#mega-menu-menu-1 > li.recherche form span.product-search-field-clear {
		background-color: #222;
	}
}

#masthead #site-navigation #mega-menu-wrap-menu-1 ul#mega-menu-menu-1 > li.recherche form::after {
	content: "";
	background-image: url("img/loupe.svg");
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center;
	right: 0;
	position: absolute;
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-align: center;
}

#masthead #site-navigation #mega-menu-wrap-menu-1 ul#mega-menu-menu-1 > li.panier {
	margin-left: 10px;
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	#masthead #site-navigation #mega-menu-wrap-menu-1 ul#mega-menu-menu-1 > li.panier {
		display: none;
	}
}

#masthead #site-navigation #mega-menu-wrap-menu-1 ul#mega-menu-menu-1 > li.panier a {
	position: relative;
}

#masthead #site-navigation #mega-menu-wrap-menu-1 ul#mega-menu-menu-1 > li.panier a .mega-menu-woo-cart-count {
	position: absolute;
	top: 3px;
	right: 10px;
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	background-color: #dd1d15;
	font-size: 10px;
	border-radius: 100px;
}

#masthead #site-navigation #mega-menu-wrap-menu-1 ul#mega-menu-menu-1 > li .mega-sub-menu {
	padding: 10px 0 20px;
}

@media screen and (min-width: 768px) {
	#masthead #site-navigation #mega-menu-wrap-menu-1 ul#mega-menu-menu-1 > li .mega-sub-menu {
		margin-top: 20px;
	}
}

#masthead #site-navigation #mega-menu-wrap-menu-1 ul#mega-menu-menu-1 > li .mega-sub-menu .mega-sub-menu {
	margin-top: 0;
	padding: 0;
}

#masthead #site-navigation #mega-menu-wrap-menu-1 ul#mega-menu-menu-1 > li.mega-menu-flyout .mega-sub-menu {
	padding: 0;
}

@media screen and (max-width: 767px) {
	#mega-menu-wrap-menu-1
#mega-menu-menu-1
li.mega-menu-item-has-children
> a.mega-menu-link
> span.mega-indicator::after {
		content: "\f347";
	}
	#mega-menu-wrap-menu-1
#mega-menu-menu-1
li.mega-menu-item-has-children.mega-toggle-on
> a.mega-menu-link
> span.mega-indicator::after {
		content: "\f343";
	}
}

/* Posts and pages
--------------------------------------------- */
html {
	width: 100%;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.d-flex {
	display: flex;
	flex-wrap: wrap;
}

.alignwide,
.alignfull {
	margin: 0px calc(50% - 50vw) !important;
	max-width: 100vw;
	width: 100vw;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

@media screen and (max-width: 767px) {
	.page-content,
	.entry-content,
	.entry-summary {
		padding: 0 10px;
	}
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.container {
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	width: 100%;
}

.upper-header {
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
	display: flex;
	align-items: center;
	font-size: 12px;
}

.upper-header .left {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-family: "hgs3light";
}

@media screen and (min-width: 768px) {
	.upper-header .left {
		flex: 1;
	}
}

.upper-header .left .phone {
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	color: #364551;
}

.upper-header .left .menu-sav-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.upper-header .left .menu-sav-container ul li a {
	text-decoration: none;
	color: #364551;
}

@media screen and (max-width: 767px) {
	.upper-header .left {
		width: 100%;
		justify-content: center;
		padding: 5px;
		background-color: #d82b0d;
		color: white !important;
	}
	.upper-header .left .phone {
		color: white !important;
		border-right: 1px solid white;
	}
	.upper-header .left a {
		color: white !important;
		text-decoration: none;
	}
}

.upper-header .middle {
	flex: 2;
	display: flex;
	align-items: center;
	font-family: "hgs3bold";
	color: #364551;
}

@media screen and (max-width: 767px) {
	.upper-header .middle {
		text-align: center;
		padding: 5px 20px;
	}
}

.upper-header .right {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}

@media screen and (max-width: 767px) {
	.upper-header .right {
		display: none;
	}
}

.upper-header .right #mega-menu-wrap-rs-menu #mega-menu-rs-menu {
	padding-right: 10px !important;
	margin-right: 10px !important;
	position: relative;
	/*&::after {
          content: "";
          position: absolute;
          height: 18px;
          width: 1px;
          background-color: #364551;
          right: 0;
          top: 4px;
          display: block;
        }*/
}

.upper-header .right #mega-menu-wrap-pro-menu ul li a {
	font-size: 12px !important;
	color: white !important;
	display: flex !important;
	align-items: center !important;
	text-transform: uppercase !important;
	padding: 20px !important;
}

#masthead .container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100px;
}

#masthead .container nav {
	flex: 1;
}

@media screen and (min-width: 768px) {
	#masthead .container nav #mega-menu-wrap-menu-1 .nav-menu {
		padding-left: 80px;
		display: flex;
		justify-content: flex-end;
	}
}

.home .wp-block-advgb-adv-tabs .advgb-tabs-panel {
	display: flex;
	justify-content: center;
}

.home .wp-block-advgb-adv-tabs .advgb-tabs-panel .advgb-tab:first-child {
	margin-left: 15px !important;
}

.home .wp-block-advgb-adv-tabs .advgb-tab-body-wrapper li.product {
	margin-left: 15px;
	margin-right: 15px;
}

.wp-block-advgb-adv-tabs .advgb-tabs-panel .advgb-tab {
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
	padding: 5px 25px;
	border-bottom: 4px solid rgba(55, 69, 82, 0.65) !important;
	cursor: pointer;
	transition: all 0.2s;
}

@media screen and (min-width: 768px) {
	.wp-block-advgb-adv-tabs .advgb-tabs-panel .advgb-tab {
		padding: 15px 25px;
	}
}

@media screen and (max-width: 767px) {
	.wp-block-advgb-adv-tabs .advgb-tabs-panel .advgb-tab {
		width: 100%;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 768px) {
	.wp-block-advgb-adv-tabs .advgb-tabs-panel .advgb-tab {
		margin: 0 15px;
	}
}

.wp-block-advgb-adv-tabs .advgb-tabs-panel .advgb-tab a {
	opacity: 0.65;
	transition: all 0.2s;
}

.wp-block-advgb-adv-tabs .advgb-tabs-panel .advgb-tab:hover {
	border-bottom-color: #374552 !important;
}

.wp-block-advgb-adv-tabs .advgb-tabs-panel .advgb-tab:hover a {
	opacity: 1;
}

.wp-block-advgb-adv-tabs .advgb-tabs-panel .advgb-tab.advgb-tab-active {
	border-bottom-color: #d82b0d !important;
}

.wp-block-advgb-adv-tabs .advgb-tabs-panel .advgb-tab.advgb-tab-active a {
	opacity: 1;
}

.wp-block-advgb-adv-tabs .advgb-tab-body-wrapper {
	position: relative;
	border: 0 !important;
}

@media screen and (min-width: 768px) {
	.wp-block-advgb-adv-tabs .advgb-tab-body-wrapper {
		padding-top: 30px;
	}
}

@media screen and (max-width: 767px) {
	.wp-block-advgb-adv-tabs .advgb-tab-body-wrapper .products {
		margin-top: 10px;
	}
	.wp-block-advgb-adv-tabs .advgb-tab-body-wrapper .products li {
		width: 48%;
		margin: 0 1% 20px;
	}
}

.wp-block-advgb-adv-tabs .advgb-tab-body-wrapper::after {
	position: absolute;
	margin: 0px calc(50% - 50vw) !important;
	max-width: 100vw;
	width: 100vw;
	content: "";
	height: calc(100% + 40px);
	top: -40px;
	z-index: -1;
	background: inherit;
}

@media screen and (max-width: 767px) {
	.wp-block-advgb-container.container {
		padding: 0 10px;
	}
}

@media screen and (max-width: 767px) {
	.advgb-recent-posts-block .advgb-recent-posts {
		grid-template-columns: 1fr !important;
	}
}

.advgb-recent-posts-block h2 {
	text-align: center;
	font-size: 16px;
}

.advgb-recent-posts-block h2 a {
	text-decoration: none;
	color: #364551;
}

#secondary {
	background-color: #f7f8f8;
}

@media screen and (max-width: 767px) {
	#secondary .wp-block-advgb-count-up {
		margin: 0;
	}
}

#secondary .wp-block-advgb-count-up .advgb-counter {
	font-family: "hgs3semibold";
	position: relative;
	padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
	#secondary .wp-block-advgb-count-up .advgb-counter {
		text-align: left;
	}
}

#secondary .wp-block-advgb-count-up .advgb-counter::after {
	content: "";
	position: absolute;
	width: 56px;
	height: 4px;
	background-color: #d82b0d;
	bottom: 6px;
	left: 0;
}

@media screen and (max-width: 767px) {
	#secondary .wp-block-advgb-count-up .advgb-counter::after {
		left: calc(50% - 28px);
	}
}

#secondary .wp-block-advgb-count-up .advgb-count-up-desc {
	font-size: 15px;
	margin-top: 8px;
}

@media screen and (min-width: 768px) {
	#secondary .wp-block-advgb-count-up .advgb-count-up-desc {
		text-align: left;
	}
}

#secondary .widget_block:last-child {
	margin-bottom: 0;
}

#reassurance {
	position: relative;
}

#reassurance .wp-block-stackable-icon-label {
	background: white;
	border-bottom: 4px solid #d82b0d;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
	padding: 20px 0;
}

#reassurance .wp-block-stackable-icon-label h4 {
	font-size: 14px;
}

#reassurance .wp-block-stackable-icon-label h4 strong {
	text-transform: uppercase;
	color: #d82b0d;
	font-family: "hgs3light";
	font-size: 16px;
}

#reassurance .widget_block {
	margin-bottom: 0;
}

#reassurance::before {
	content: "";
	background-color: #f7f8f8;
	height: 50%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#colophon {
	background-color: #374552;
	position: relative;
	padding-top: 25px;
	color: white;
}

#colophon::before {
	content: "";
	background-color: #374552;
	height: 80px;
	position: absolute;
	top: -80px;
	left: 0;
	width: 100%;
	z-index: -1;
}

#colophon .widget_block {
	margin-bottom: 0;
}

#colophon .stk-block-icon-label .stk-block-icon {
	flex: inherit;
}

#colophon .ti-widget.ti-goog .ti-widget-container {
	text-align: left;
}

#colophon .widget_nav_menu h2 {
	color: white;
	margin-top: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "hgs3light";
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#colophon .widget_nav_menu h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 20px;
	background-color: white;
}

#colophon .widget_nav_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colophon .widget_nav_menu ul li a {
	color: white;
	text-decoration: none;
	font-size: 15px;
	line-height: 1.8;
}

#colophon .stk-block.stk-block-divider hr.stk-block-divider__hr {
	margin-bottom: 0;
}

#colophon a {
	color: white;
	text-decoration: none;
}

.no-margin .stk-column-wrapper {
	margin: 0 !important;
}

.slick-slider .slick-dots {
	bottom: 5px;
}

.slick-slider .slick-dots li button::before {
	font-size: 10px;
	opacity: 1;
}

.slick-slider .slick-dots li.slick-active button::before {
	opacity: 1;
	color: #d82b0d;
}

.fil-arianne {
	background: #f7f8f9;
	padding: 10px;
}

.fil-arianne p {
	font-size: 12px;
	font-family: "hgs3light";
	color: #364551;
}

.fil-arianne p a {
	text-decoration: none;
	font-family: "hgs3regular";
	color: #364551;
}

.blog-title {
	background: #f7f8f9;
	padding: 40px 10px 150px;
	margin-bottom: -75px;
}

.blog #primary .blog-list,
.category #primary .blog-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.blog #primary .blog-list article,
.category #primary .blog-list article {
	flex-basis: 33.33%;
	padding: 15px;
}

.blog #primary .blog-list article h2,
.category #primary .blog-list article h2 {
	font-size: 18px;
	margin: 10px 0;
}

.blog #primary .blog-list article h2 a,
.category #primary .blog-list article h2 a {
	text-decoration: none;
	color: #364551;
	font-size: 18px;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */