/*!
Theme Name: Luthier Dordogne
Theme URI: http://underscores.me/
Author: Joris K.
Author URI: https://www.jorisk.fr/
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: luthier
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.

Luthier Dordogne 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

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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: #fff;
	font-family: "Raleway", sans-serif;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Bebas Neue", cursive;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

h2 {
	font-size: 2.5em;
}

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: #000;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

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;
}

/* Ribbon */
.ribbon {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
}

.ribbon::before,
.ribbon::after {
	position: absolute;
	z-index: 1;
	content: "";
	display: block;
	border: 5px solid #4c4b4b;
}

.ribbon span {
	position: absolute;
	display: block;
	width: 225px;
	padding: 15px 0;
	background-color: #333030;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	color: #fff;
	font: 500 18px/1 "Montserrat", sans-serif;
	letter-spacing: 2px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	text-align: center;
}

/* top left*/
.ribbon-top-left {
	top: -10px;
	left: -10px;
	z-index: 3;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
	border-top-color: transparent;
	border-left-color: transparent;
}

.ribbon-top-left::before {
	top: 0;
	right: 0;
}

.ribbon-top-left::after {
	bottom: 0;
	left: 0;
}

.ribbon-top-left span {
	right: -25px;
	top: 30px;
	transform: rotate(-45deg);
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	color: #fff !important;
}

/* Links
--------------------------------------------- */

/* a {
	color: $color__link;

	&:visited {
		color: $color__link-visited;
	}

	&:hover,
	&:focus,
	&:active {
		color: $color__link-hover;
	}

	&:focus {
		outline: thin dotted;
	}

	&:hover,
	&:active {
		outline: 0;
	}
}
 */

/* Forms
--------------------------------------------- */

/*
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: $color__border-button;
	border-radius: 3px;
	background: $color__background-button;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;

	&:hover {
		border-color: $color__border-button-hover;
	}

	&:active,
	&:focus {
		border-color: $color__border-button-focus;
	}
}
*/
a.button {
	display: inline-block;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 0.1em;
	color: #fff;
	text-decoration: none;
	margin: 10px 0;
	padding: 15px 20px;
	transition: all 0.5s ease-out;
	background: linear-gradient(270deg, #202020, rgba(32, 32, 32, 0.4), #191919, #191919);
	background-position: 1% 50%;
	background-size: 300% 300%;
	border: 1px solid rgba(255, 255, 255, 0.7);
}

a.button:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.5);
	background-position: 99% 50%;
}

/*
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: $color__text-input;
	border: 1px solid $color__border-input;
	border-radius: 3px;
	padding: 3px;

	&:focus {
		color: $color__text-input-focus;
	}
}

select {
	border: 1px solid $color__border-input;
}

textarea {
	width: 100%;
}
*/

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
:root {
	--headerOpacity: 1;
	--headerScale: 1;
}

.main-navigation,
.main-navigation-home {
	display: block;
	width: 100%;
}

.main-navigation h1,
.main-navigation-home h1 {
	position: absolute;
	left: 50px;
	display: block;
	height: 60px;
	margin: 0;
}

.main-navigation h1 a.header-logo,
.main-navigation-home h1 a.header-logo {
	display: block;
	height: 60px;
}

.main-navigation h1 a.header-logo img,
.main-navigation-home h1 a.header-logo img {
	height: 100%;
	padding: 10px 0;
}

.main-navigation ul,
.main-navigation-home ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul,
.main-navigation-home ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul,
.main-navigation-home ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul,
.main-navigation-home ul ul li:hover>ul,
.main-navigation-home ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a,
.main-navigation-home ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul,
.main-navigation-home ul li:hover>ul,
.main-navigation-home ul li.focus>ul {
	left: auto;
}

.main-navigation li,
.main-navigation-home li {
	position: relative;
}

.main-navigation a,
.main-navigation-home a {
	display: block;
	text-decoration: none;
}

.main-navigation .menu-icon,
.main-navigation-home .menu-icon {
	cursor: pointer;
	float: right;
	padding: 28px 20px;
	position: relative;
	user-select: none;
	margin-bottom: 0;
}

.main-navigation .menu-icon .navicon,
.main-navigation-home .menu-icon .navicon {
	background: #333;
	display: block;
	height: 2px;
	position: relative;
	transition: background 0.2s ease-out;
	width: 18px;
}

.main-navigation .menu-icon .navicon::before,
.main-navigation .menu-icon .navicon::after,
.main-navigation-home .menu-icon .navicon::before,
.main-navigation-home .menu-icon .navicon::after {
	background: #333;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	transition: all 0.2s ease-out;
	width: 100%;
}

.main-navigation .menu-icon .navicon::before,
.main-navigation-home .menu-icon .navicon::before {
	top: 5px;
}

.main-navigation .menu-icon .navicon::after,
.main-navigation-home .menu-icon .navicon: :after {
	top: -5px;
}

.main-navigation .menu-btn,
.main-navigation-home .menu-btn {
	display: none;
}

.main-navigation .menu-btn:checked ~ .menu-header-menu-container,
.main-navigation-home .menu-btn:checked~.menu-header-menu-container {
	flex-direction: row;
}

.main-navigation .menu-btn:checked ~ .menu-icon .navicon,
.main-navigation-home .menu-btn:checked~.menu-icon .navicon {
	background: transparent;
}

.main-navigation .menu-btn:checked ~ .menu-icon .navicon::before,
.main-navigation-home .menu-btn:checked~.menu-icon .navicon::before {
	transform: rotate(-45deg);
}

.main-navigation .menu-btn:checked ~ .menu-icon .navicon::after,
.main-navigation-home .menu-btn:checked~.menu-icon .navicon::after {
	transform: rotate(45deg);
}

.main-navigation .menu-btn:checked ~ .menu-icon:not(.steps) .navicon::before,
.main-navigation .menu-btn:checked ~ .menu-icon:not(.steps) .navicon::after,
.main-navigation-home .menu-btn:checked~.menu-icon:not(.steps) .navicon::before,
.main-navigation-home .menu-btn:checked~.menu-icon:not(.steps) .navicon::after {
	top: 0;
}

@media screen and (min-width: 1220px) {

	.menu-icon {
		display: none;
	}
}

@media screen and (min-width: 37.5em) {

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.main-navigation,
.main-navigation-home {
	z-index: 999;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #000;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	transition: background-color ease-in-out 1s;
}

.main-navigation h1,
.main-navigation-home h1 {
	position: absolute;
	left: 50px;
	display: block;
	height: 60px;
	margin: 0;
}

.main-navigation h1 a.header-logo,
.main-navigation-home h1 a.header-logo {
	display: block;
	height: 60px;
}

.main-navigation h1 a.header-logo img,
.main-navigation-home h1 a.header-logo img {
	height: 100%;
	padding: 10px 0;
}

.main-navigation--scrolled,
.main-navigation-home--scrolled {
	
	background-color: black;
}

.main-navigation .menu-header-menu-container ul#primary-menu,
.main-navigation-home .menu-header-menu-container ul#primary-menu {
	display: flex;
	flex-direction: row;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation .menu-header-menu-container ul#primary-menu li,
.main-navigation-home .menu-header-menu-container ul#primary-menu li {
	text-transform: uppercase;
	margin: 0 10px;
}

.main-navigation .menu-header-menu-container ul#primary-menu li a,
.main-navigation-home .menu-header-menu-container ul#primary-menu li a {
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.2em;
	font-size: 0.8em;
	font-weight: bold;
	transition: all 0.5s;
	position: relative;
	padding: 5px;
}

.main-navigation .menu-header-menu-container ul#primary-menu li a::after,
.main-navigation-home .menu-header-menu-container ul#primary-menu li a::after {
	text-align: left;
	content: ".";
	margin: 0;
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	color: transparent;
	background: #fff;
	height: 1px;
}

.main-navigation .menu-header-menu-container ul#primary-menu li a:hover,
.main-navigation-home .menu-header-menu-container ul#primary-menu li a:hover {
	color: #000;
}

.main-navigation .menu-header-menu-container ul#primary-menu li a:hover::after,
.main-navigation-home .menu-header-menu-container ul#primary-menu li a:hover::after {
	z-index: -10;
	width: 100%;
	animation: fill 0.5s forwards;
	-webkit-animation: fill 0.5s forwards;
	-moz-animation: fill 0.5s forwards;
	opacity: 1;
}

.main-navigation .menu-header-menu-container ul#primary-menu li.current-menu-item a,
.main-navigation-home .menu-header-menu-container ul#primary-menu li.current-menu-item a {
	color: #000;
	background: #fff;
}

.main-navigation .menu-header-menu-container ul#primary-menu li:last-of-type,
.main-navigation-home .menu-header-menu-container ul#primary-menu li:last-of-type {
	margin: 0 50px 0 10px;
}

.main-navigation .menu-icon,
.main-navigation-home .menu-icon {
	cursor: pointer;
	float: right;
	padding: 28px 20px;
	position: relative;
	user-select: none;
}

.main-navigation .menu-icon .navicon,
.main-navigation-home .menu-icon .navicon {
	background: #fff;
	display: block;
	height: 2px;
	position: relative;
	transition: background 0.2s ease-out;
	width: 18px;
}

.main-navigation .menu-icon .navicon::before,
.main-navigation .menu-icon .navicon::after,
.main-navigation-home .menu-icon .navicon::before,
.main-navigation-home .menu-icon .navicon::after {
	background: #fff;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	transition: all 0.2s ease-out;
	width: 100%;
}

.main-navigation .menu-icon .navicon::before,
.main-navigation-home .menu-icon .navicon::before {
	top: 5px;
}

.main-navigation .menu-icon .navicon::after,
.main-navigation-home .menu-icon .navicon::after {
	top: -5px;
}

.main-navigation .menu-btn,
.main-navigation-home .menu-btn {
	display: none;
}

.main-navigation .menu-btn:checked ~ .menu-header-menu-container,
.main-navigation-home .menu-btn:checked ~ .menu-header-menu-container {
	display: block;
}

.main-navigation .menu-btn:checked ~ .menu-header-menu-container ~ .menu-icon .navicon,
.main-navigation-home .menu-btn:checked ~ .menu-header-menu-container ~ .menu-icon .navicon {
	background: transparent;
}

.main-navigation .menu-btn:checked ~ .menu-header-menu-container ~ .menu-icon .navicon::before,
.main-navigation-home .menu-btn:checked ~ .menu-header-menu-container ~ .menu-icon .navicon::before {
	transform: rotate(-45deg);
}

.main-navigation .menu-btn:checked ~ .menu-header-menu-container ~ .menu-icon .navicon::after,
.main-navigation-home .menu-btn:checked ~ .menu-header-menu-container ~ .menu-icon .navicon::after {
	transform: rotate(45deg);
}

.main-navigation .menu-btn:checked ~ .menu-header-menu-container ~ .menu-icon:not(.steps) .navicon::before,
.main-navigation .menu-btn:checked ~ .menu-header-menu-container ~ .menu-icon:not(.steps) .navicon::after,
.main-navigation-home .menu-btn:checked ~ .menu-header-menu-container ~ .menu-icon:not(.steps) .navicon::before,
.main-navigation-home .menu-btn:checked ~ .menu-header-menu-container ~ .menu-icon:not(.steps) .navicon::after {
	top: 0;
}

.main-navigation-home h1 {
	opacity: 0;
}

.main-navigation-home--scrolled h1 {
	opacity: 1 !important;
	transition: opacity ease-in-out 1s;
}

.scrollable-area {
	height: 100vh;
}

/* Keyframes */
@keyframes fill {

	0% {
		width: 0%;
		height: 1px;
	}

	50% {
		width: 100%;
		height: 1px;
	}

	100% {
		width: 100%;
		height: 100%;
		background: #fff;
	}
}

@media screen and (max-width: 1220px) {

	.menu-header-menu-container {
		display: none;
		transition: max-height 0.2s ease-out;
	}

	.main-navigation .menu-header-menu-container ul#primary-menu,
	.main-navigation-home .menu-header-menu-container ul#primary-menu {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
		position: absolute;
		height: auto;
		top: 60px;
		right: 0;
		background-color: rgba(0, 0, 0, 0.5);
		text-align: right;
		padding: 20px;
	}

	.main-navigation .menu-header-menu-container ul#primary-menu li,
	.main-navigation-home .menu-header-menu-container ul#primary-menu li,
	.main-navigation .menu-header-menu-container ul#primary-menu li:last-of-type,
	.main-navigation-home .menu-header-menu-container ul#primary-menu li:last-of-type {
		margin: 5px 0 5px 0;
	}

	.col-md-4 {
		padding-right: 0;
	}
}

/* Header
--------------------------------------------- */

/* Home page Logo */
.site-branding > .site-title {
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: -100px !important;
	width: 200px;
}

/* TODO: Home page Scroll */
#scroll {
	display: block;
	width: 100px;
	height: 100px;
}

#scroll a {
	padding-top: 70px;
}

#scroll a span {
	position: absolute;
	top: 60%;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: scrolldownanim 1.5s infinite;
	animation: scrolldownanim 1.5s infinite;
	box-sizing: border-box;
}

@-webkit-keyframes scrolldownanim {

	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

@keyframes scrolldownanim {

	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

:root {
	--headerOpacity: 1;
	--headerScale: 1;
}

.video-header {
	position: relative;
	text-align: center;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

.video-header,
.video-header video,
.video-header .viewport-header {
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
}

.video-header video {
	filter: brightness(50%);
	object-fit: cover;
}

.video-header .viewport-header {
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	opacity: var(--headerOpacity);
	transform: scale(var(--headerScale));
}

main.video-header {
	background: #000;
	position: relative;
}

main.video-header::before {
	content: "";
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	top: -100vh;
}

main.video-header p {
	max-width: 600px;
	margin: 1rem auto;
}

header {
	position: relative;
	background-color: black;
	width: 100%;
	overflow: hidden;
}

header.home-header {
	height: 100vh;
	min-height: 25rem;
}

header video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

header .container {
	position: relative;
	z-index: 2;
}

header .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: 1;
}

@media (pointer: coarse) and (hover: none) {

	/*header {
		background: url("./img/video.jpg") black no-repeat center center scroll;
	}

	header video {
		display: none;
	}*/
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

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

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

.occasions-main {
	background: #000;
}

.occasions-main header {
	margin-top: 60px;
}

.filter-menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	list-style: none;
	padding-top: 40px;
	padding-left: 0;
	margin-left: 0;
}

.filter-menu .filtre {
	margin: 5px;
	color: #FFF;
	background-color: #000;
	padding: 10px 20px;
}

.filter-menu .filtre a {
	color: #FFF;
}

.slider {
	float: right;
	position: relative;
	width: 40%;
	height: 100%;
}

.slider li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	transition: clip 0.7s ease-in-out, z-index 0s 0.7s;
	clip: rect(0, 100vw, 100vh, 100vw);
	display: table;
}

.center-y {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

/* Footer
--------------------------------------------- */

.footer-google {
	background-color: #000;
}

.footer-social {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.footer-social a {
	display: flex;
}

.footer-form {
	z-index: 998;
	position: relative;
	display: block;
	background-color: #000;
}

.footer-form .wpcf7 {
	width: 100%;
}

.footer-form .wpcf7 .wpcf7-form p {
	margin: 0;
	padding: 0;
	width: 100%;
}

.footer-form .wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.footer-form .wpcf7 .wpcf7-form .wpcf7-form-control-wrap input,
.footer-form .wpcf7 .wpcf7-form .wpcf7-form-control-wrap select {
	font-family: "Raleway", sans-serif;
	font-size: 1em;
	width: 100%;
	height: 50px;
	padding: 0 15px 0 15px;
	background: transparent;
	outline: none;
	color: #fff;
	border: solid 1px #fff;
	border-bottom: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.footer-form .wpcf7 .wpcf7-form .wpcf7-form-control-wrap input:hover {
	background: #b3aca7;
	color: #fff;
}

.footer-form .wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	display: block;
	height: 110px;
	padding: 15px;
	background: transparent;
	outline: none;
	color: #fff;
	font-size: 1em;
	border: solid 1px #fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.footer-form .wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea:hover {
	background: #948e8b;
	color: #fff;
}

.footer-form .wpcf7 .wpcf7-form .wpcf7-form-control-wrap input::placeholder,
.footer-form .wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea::placeholder,
.footer-form .wpcf7 .wpcf7-form .wpcf7-form-control-wrap input.wpcf7-form-control::placeholder {
	color: #fff;
	font-size: 1em;
}

.footer-form .wpcf7 .wpcf7-form .wpcf7-form-control-wrap input:focus::placeholder,
.footer-form .wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea:focus::placeholder,
.footer-form .wpcf7 .wpcf7-form .wpcf7-form-control-wrap input.wpcf7-form-control:focus::placeholder {
	color: #fff;
}

.footer-form .wpcf7 .wpcf7-form .wpcf7-form-control-wrap input:hover::placeholder,
.footer-form .wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea:hover::placeholder,
.footer-form .wpcf7 .wpcf7-form .wpcf7-form-control-wrap input.wpcf7-form-control:hover::placeholder {
	color: #fff;
	font-size: 1em;
}

.footer-form .wpcf7 .wpcf7-form .wpcf7-form-control-wrap input:hover:focus::placeholder,
.footer-form .wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea:hover:focus::placeholder,
.footer-form .wpcf7 .wpcf7-form .wpcf7-form-control-wrap input.wpcf7-form-control:hover:focus::placeholder {
	color: #fff;
}

.footer-form .wpcf7 .wpcf7-form .wpcf7-form-control-wrap span.wpcf7-acceptance {
	border: none !important;
}

.footer-form .wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label {
	width: 100%;
	height: auto;
	display: flex;
}

.footer-form .wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type='checkbox'] {
	width: 20px;
	height: 20px;
	margin-right: 20px;
}

.footer-form .wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item {
	width: 100%;
	margin: 10px 0;
}

.footer-form .wpcf7 .wpcf7-form .wpcf7-form-control {
	width: 100%;
	height: 50px;
	padding: 0;
	margin: 0;
	font-size: 1em;
	color: #fff;
	outline: none;
	cursor: pointer;
	border: solid 1px #fff;
	border-top: none;
	background: transparent;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.footer-form .wpcf7 .wpcf7-form .wpcf7-form-control:hover {
	background: #948e8b;
	color: #fff;
}

.footer-form .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit {
	border-top: 1px solid #FFF;
}

.footer-form .wpcf7 .wpcf7-form .wpcf7-form-control-wrap span.wpcf7-acceptance:hover {
	background: transparent;
}

.footer-form .wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 0.8em;
	font-weight: normal;
	display: block;
	position: absolute;
	top: 17px;
	right: 20px;
}

.footer-form .wpcf7 .wpcf7-form .wpcf7-response-output {
	margin: 20px 0;
}

.footer-form .wpcf7 .ajax-loader {
	position: relative;
	display: inline-block;
	background-image: url(img/ajax-loader.gif);
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
	top: 0;
	left: 0;
}

.menu-footer-menu-container ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin: 20px 0 40px 0;
	padding: 0;
}

.menu-footer-menu-container ul li {
	margin: 5px 0;
	color: #FFF;
}

.menu-footer-menu-container ul li a {
	margin: 0 10px;
	color: #FFF;
}

.site-footer {
	z-index: 999;
	display: flex;
	background: #fff;
}

/* 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;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.home-occasions {
	background-color: #fff;
}

.home-realisations {
	background-color: #000;
}

.container.gallery-container {
	background-color: #fff;
	color: #35373a;
	padding: 30px 0;
}

.tz-gallery {
	padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
	padding: 2px;
}

.tz-gallery .lightbox img {
	width: 100%;
	border-radius: 0;
	position: relative;
}

.tz-gallery .lightbox::before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	opacity: 0;
	color: #fff;
	font-size: 26px;
	font-family: "Glyphicons Halflings";
	content: "\e003";
	pointer-events: none;
	z-index: 9000;
	transition: 0.4s;
}

.tz-gallery .lightbox::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.7);
	content: "";
	transition: 0.4s;
}

.tz-gallery .lightbox:hover::after,
.tz-gallery .lightbox:hover::before {
	opacity: 1;
}

.baguetteBox-button {
	background-color: transparent !important;
}

.owl-section {
	background-color: #fff;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

@media (max-width: 768px) {

	body {
		padding: 0;
	}

	.gallery-container .row {
		margin-right: 0;
	}
}

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.11.1
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background-color: #222;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

#baguetteBox-overlay.visible {
	opacity: 1;
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%;
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	white-space: normal;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	font-family: sans-serif;
}

#baguetteBox-overlay .full-image::before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
	transition: left 0.4s ease, -webkit-transform 0.4s ease;
	transition: left 0.4s ease, transform 0.4s ease;
	transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bouncefromright 0.4s ease-out;
	animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bouncefromleft 0.4s ease-out;
	animation: bounceFromLeft 0.4s ease-out;
}

@-webkit-keyframes bounceFromRight {

	0%,
	100% {
		margin-left: 0;
	}

	50% {
		margin-left: -30px;
	}
}

@keyframes bounceFromRight {

	0%,
	100% {
		margin-left: 0;
	}

	50% {
		margin-left: -30px;
	}
}

@-webkit-keyframes bounceFromLeft {

	0%,
	100% {
		margin-left: 0;
	}

	50% {
		margin-left: 30px;
	}
}

@keyframes bounceFromLeft {

	0%,
	100% {
		margin-left: 0;
	}

	50% {
		margin-left: 30px;
	}
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px;
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, 0.5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;
}

.baguetteBox-button:focus,
.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, 0.9);
	outline: none;
}

.baguetteBox-button#next-button {
	right: 2%;
}

.baguetteBox-button#previous-button {
	left: 2%;
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px;
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0;
}

.baguetteBox-spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
	font-family: "flexslider-icon";
	src: url("fonts/flexslider-icon.eot");
	src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
	outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flexslider .slides::after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .flexslider .slides {
	display: block;
}

* html .flexslider .slides {
	height: 1%;
}

.no-js .flexslider .slides > li:first-child {
	display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
	margin: 0;
	position: relative;
	zoom: 1;
	-webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides img {
	height: auto;
	-moz-user-select: none;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

@-moz-document url-prefix() {

	.loading .flex-viewport {
		max-height: none;
	}
}

.carousel li {
	margin-right: 5px;
}

.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-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;
}

.flex-direction-nav a::before {
	font-family: "flexslider-icon";
	font-size: 35px;
	display: inline-block;
	content: "\f001";
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next::before {
	content: "\f002";
}

.flex-direction-nav .flex-prev {
	left: -50px;
}

.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}

.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}

.flex-pauseplay a::before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: "\f004";
}

.flex-pauseplay a:hover {
	opacity: 1;
}

.flex-pauseplay a.flex-play::before {
	content: "\f003";
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0.7;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

.slider {
	margin: 50px 0 10px !important;
}

#carousel li {
	margin-right: 5px;
}

#carousel img {
	display: block;
	opacity: 0.5;
	cursor: pointer;
}

#carousel img:hover {
	opacity: 1;
}

#carousel .flex-active-slide img {
	opacity: 1;
	cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {

	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}

	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
}

/*--------------------------------------------------------------
# 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;
}

/* Pagination override */
.pagination {
	justify-content: center;
	margin: 0;
	padding: 20px 0;
}

.pagination .page-link {
	color: #343a40;
}

.pagination .page-item.active .page-link {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}
