/*!
Theme Name: Sistra
Theme URI: http://underscores.me/
Author: Parker & Lewis
Author URI: https://www.parker-lewis.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: sistra
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.

Sistra 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: #404040;
  font-family: -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;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

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 {
  padding-top: 80px;
  background: #fff;
}

@media (min-width: 1200px) {
  body {
    padding-top: 70px;
  }
}

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

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

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

a:focus {
  outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

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 {
  border: 1px solid #D1D1D1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

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 {
  display: block;
  width: 100%;
}

body .gform_wrapper div.validation_error {
  text-align: left;
}

body .gform_wrapper .gform_body {
  /* Hide arrow icon in IE browsers */
  /* Hover style */
  /* Focus style */
  /* Set options to normal weight */
  /* Disabled styles */
}

body .gform_wrapper .gform_body li > ul {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}

body .gform_wrapper .gform_body li.gfield.gfield_error, body .gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 0 !important;
  border-top: 0;
  border-bottom: 0;
}

body .gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin: 0;
}

body .gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required label.gfield_label::before {
  background-color: #790000;
}

body .gform_wrapper .gform_body .top_label .gfield_error {
  width: 100%;
}

body .gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  display: none;
}

body .gform_wrapper .gform_body ul li.gfield {
  margin-top: 19px;
  padding: 0;
}

body .gform_wrapper .gform_body .top_label .gfield_label {
  display: block;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
}

body .gform_wrapper .gform_body .top_label .gfield_label::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 7px;
  height: 7px;
  background-color: #8BAD09;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

body .gform_wrapper .gform_body .gfield_required {
  display: none;
}

body .gform_wrapper .gform_body .top_label div.ginput_container {
  margin: 12px 0 0;
}

body .gform_wrapper .gform_body .ginput_container input[type="text"],
body .gform_wrapper .gform_body .ginput_container input[type="email"],
body .gform_wrapper .gform_body .ginput_container input[type="url"],
body .gform_wrapper .gform_body .ginput_container input[type="password"],
body .gform_wrapper .gform_body .ginput_container input[type="search"],
body .gform_wrapper .gform_body .ginput_container input[type="number"],
body .gform_wrapper .gform_body .ginput_container input[type="tel"],
body .gform_wrapper .gform_body .ginput_container input[type="range"],
body .gform_wrapper .gform_body .ginput_container input[type="date"],
body .gform_wrapper .gform_body .ginput_container input[type="month"],
body .gform_wrapper .gform_body .ginput_container input[type="week"],
body .gform_wrapper .gform_body .ginput_container input[type="time"],
body .gform_wrapper .gform_body .ginput_container input[type="datetime"],
body .gform_wrapper .gform_body .ginput_container input[type="datetime-local"],
body .gform_wrapper .gform_body .ginput_container input[type="color"] {
  height: 36px;
  line-height: 36px;
  padding: 0;
  margin: 0;
}

body .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 0 10px;
}

body .gform_wrapper .gform_body .ginput_container_select .gfield_select {
  display: block;
  font-size: 18px;
  font-family: sans-serif;
  font-weight: 400;
  color: #161615;
  line-height: 1;
  padding: 8px 10px;
  width: 100%;
  max-width: 100%;
  /* useful when width is set to anything other than 100% */
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #D1D1D1;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient.
                for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference

            */
  background-image: url("img/icon-caret-down.svg");
  background-repeat: no-repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right .7em top 50%;
  /* icon size, then gradient */
  background-size: 14px 7px;
}

body .gform_wrapper .gform_body .ginput_container_select .gfield_select::-ms-expand {
  display: none;
}

body .gform_wrapper .gform_body .ginput_container_select .gfield_select:hover {
  border-color: #D1D1D1;
}

body .gform_wrapper .gform_body .ginput_container_select .gfield_select:focus {
  border-color: #D1D1D1;
  /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 -moz-mac-focusring;
  color: #161615;
  outline: none;
}

body .gform_wrapper .gform_body .ginput_container_select .gfield_select option {
  font-weight: normal;
}

body .gform_wrapper .gform_body .ginput_container_select .gfield_select:disabled, body .gform_wrapper .gform_body .ginput_container_select .gfield_select[aria-disabled=true] {
  color: graytext;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
}

body .gform_wrapper .gform_body .ginput_container_select .gfield_select:disabled:hover, body .gform_wrapper .gform_body .ginput_container_select .gfield_select[aria-disabled=true] {
  border-color: #D1D1D1;
}

body .gform_wrapper .gform_footer .gform_button {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  line-height: 18px;
  fill: #FFFFFF;
  color: #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.159);
  padding: 10px 30px 10px 30px;
  background: #abd50e !important;
  background: -moz-linear-gradient(180deg, #abd50e 0%, #8bad09 100%) !important;
  background: -webkit-linear-gradient(180deg, #abd50e 0%, #8bad09 100%) !important;
  background: linear-gradient(180deg, #abd50e 0%, #8bad09 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#abd50e",endColorstr="#8bad09",GradientType=1) !important;
  cursor: pointer;
}

body .gform_wrapper .gform_footer .gform_button:hover {
  background: #8bad09 !important;
  background: -moz-linear-gradient(180deg, #8bad09 0%, #abd50e 100%) !important;
  background: -webkit-linear-gradient(180deg, #8bad09 0%, #abd50e 100%) !important;
  background: linear-gradient(180deg, #8bad09 0%, #abd50e 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8bad09",endColorstr="#abd50e",GradientType=1) !important;
}

body .gform_wrapper .gform_footer .gform_button:focus {
  outline: none;
}

#gform_wrapper_2 #field_2_1 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #8BAD09;
}

#gform_wrapper_2 #field_2_14 {
  margin: 40px 0 11px;
}

#gform_wrapper_2 #field_2_14::before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: url("img/line-dashed-green.svg") no-repeat center center;
  background-size: 100% auto;
}

#gform_wrapper_3 .gform_body .ginput_container textarea {
  height: 206px;
}

#gform_wrapper_3 .gform_footer .gform_button {
  text-align: left;
  padding: 13px 30px 12px 30px;
}

#gform_wrapper_3 .gform_footer .gform_button .icon {
  float: right;
  width: 38px;
  height: 22px;
  background: url("img/icon-arrow-right.svg") no-repeat left center;
  background-size: 100% 100%;
}

@media (min-width: 641px) {
  body .gform_wrapper.gform_validation_error .top_label input.medium, body .gform_wrapper.gform_validation_error .top_label select.medium {
    width: 100%;
  }
  body .gform_wrapper .gform_body {
    position: relative;
    z-index: 1;
  }
  body .gform_wrapper .gform_body .top_label input.medium, body .gform_wrapper .gform_body .top_label select.medium {
    width: 100%;
  }
  body .gform_wrapper .gform_body .gfmc-row-1-col-1-of-2, body .gform_wrapper .gform_body .gfmc-row-2-col-1-of-2 {
    padding-right: 20px;
  }
  body .gform_wrapper .gform_body .gfmc-row-1-col-2-of-2, body .gform_wrapper .gform_body .gfmc-row-2-col-2-of-2 {
    padding-left: 20px;
  }
  #gform_wrapper_3 .gform_footer {
    width: 50%;
    position: relative;
    z-index: 2;
    margin: 0 0 0 50%;
    padding: 0 0 0 20px;
  }
  #gform_wrapper_3 .gform_button {
    float: left;
    margin-top: -46px;
  }
  #gform_wrapper_1 .gform_body .ginput_container textarea {
    height: 206px;
  }
  #gform_wrapper_2 #field_2_1 {
    margin-bottom: 34px;
  }
  #gform_wrapper_2 .gform_body .ginput_container textarea {
    height: 116px;
  }
  #gform_wrapper_1 .gform_footer, #gform_wrapper_2 .gform_footer {
    text-align: right;
  }
  #gform_wrapper_1 .gform_button, #gform_wrapper_2 .gform_button {
    margin: 0;
    min-width: 248px;
  }
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background-color: white;
  border-bottom: 1px solid #EAE8E7;
}

.site-branding {
  padding: 10px 20px 0;
}

.site-branding .custom-logo {
  width: 104px;
  height: 43px;
}

.site-branding .custom-logo-link-home {
  display: none;
}

.menu-toggle {
  position: absolute;
  top: 27px;
  right: 20px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.menu-toggle:focus {
  outline: none;
}

.menu-toggle .bars {
  position: relative;
  display: block;
  width: 30px;
  height: 26px;
}

.menu-toggle .bar {
  position: absolute;
  left: 0;
  display: block;
  width: 30px;
  height: 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #8BAD09;
  -webkit-transition: all .75s;
  -moz-transition: all .75s;
  -ms-transition: all .75s;
  -o-transition: all .75s;
  transition: all .75s;
}

.toggled .menu-toggle .bar {
  background-color: #161615;
}

.toggled .menu-toggle .bar:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}

.toggled .menu-toggle .bar:nth-child(2) {
  transform: rotate(-45deg);
}

.toggled .menu-toggle .bar:nth-child(3) {
  display: none;
  top: 22px;
}

.menu-toggle .bar:nth-child(1) {
  top: 0;
}

.menu-toggle .bar:nth-child(2) {
  top: 10px;
}

.menu-toggle .bar:nth-child(3) {
  top: 20px;
}

.menu-toggle .text {
  display: none;
}

.main-navigation.toggled::before {
  content: '';
  display: block;
  position: fixed;
  z-index: -1;
  top: 81px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
}

#menu-secondary {
  position: absolute;
  top: 25px;
  right: 70px;
  padding: 5px 20px;
  border-left: 1px solid #EAE8E7;
  border-right: 1px solid #EAE8E7;
}

#menu-secondary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu-secondary a {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  text-transform: uppercase;
  color: #161615;
  text-decoration: none;
}

#menu-secondary li.wpml-ls-current-language a {
  color: #8BAD09;
}

#menu-primary {
  display: none;
  z-index: 99;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: white;
  border-top: 1px solid #EAE8E7;
  border-bottom: 1px solid #EAE8E7;
}

.toggled #menu-primary {
  display: block;
}

#menu-primary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu-primary li {
  position: relative;
}

#menu-primary a {
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  line-height: 1;
  color: #161615;
  display: block;
  text-decoration: none;
}

ul#menu-main li::after {
  content: '';
  display: block;
  width: 32px;
  margin-left: 20px;
  border-bottom: 1px solid #EAE8E7;
}

ul#menu-main li:last-child::after {
  display: none;
}

ul#menu-main a {
  padding: 35px 20px 14px;
}

ul#menu-contact {
  margin-top: 35px;
  border-top: 1px solid #EAE8E7;
}

ul#menu-contact li {
  display: inline-block;
  vertical-align: top;
}

ul#menu-contact a {
  padding: 28px 20px;
}

ul#menu-contact li.menu-item-contact {
  line-height: 29px;
}

ul#menu-contact li.menu-item-contact a {
  padding-right: 0;
}

ul#menu-contact li.menu-item-contact a::after {
  content: '';
  margin-left: 50px;
  display: inline-block;
  vertical-align: middle;
  height: 29px;
  border-left: 1px solid #EAE8E7;
}

ul#menu-contact li.menu-item-contact a > .menu-item-link-text::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  width: 49px;
  height: 29px;
  background: url("img/icon-menu-item-contact.svg") no-repeat left center;
  background-size: 49px 29px;
}

ul#menu-contact li.menu-item-facebook a {
  padding-right: 18px;
}

ul#menu-contact li.menu-item-facebook a > .menu-item-link-text {
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 15px;
  height: 29px;
  background: url("img/icon-menu-item-facebook.svg") no-repeat left center;
  background-size: 15px 29px;
}

ul#menu-contact li.menu-item-linkedin a {
  padding-left: 18px;
}

ul#menu-contact li.menu-item-linkedin a > .menu-item-link-text {
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 29px;
  height: 29px;
  background: url("img/icon-menu-item-linkedin.svg") no-repeat left center;
  background-size: 29px 29px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 1140px) {
  body.home {
    padding-top: 0;
  }
  body.home .site-header.sticky {
    top: 0;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
  }
  body.home .site-header:not(.sticky) {
    background-color: transparent;
    border-bottom: 0;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    top: 73px;
  }
  body.home .site-header:not(.sticky) .custom-logo-link {
    display: none;
  }
  body.home .site-header:not(.sticky) .custom-logo-link-home {
    display: block;
  }
  body.home .site-header:not(.sticky) .logo-sistra-home {
    width: 104px;
    height: 43px;
  }
  body.home .site-header:not(.sticky) ul#menu-contact, body.home .site-header:not(.sticky) ul#menu-main {
    display: flex;
  }
  body.home .site-header:not(.sticky) ul#menu-contact li, body.home .site-header:not(.sticky) ul#menu-main li {
    display: block;
  }
  body.home .site-header:not(.sticky) ul#menu-contact li a, body.home .site-header:not(.sticky) ul#menu-main li a {
    color: white;
  }
  body.home .site-header:not(.sticky) ul#menu-main li:last-child::after {
    display: block;
  }
  body.home .site-header:not(.sticky) ul#menu-contact li.menu-item-contact {
    border-left: 0;
    border-right: 0;
  }
  body.home .site-header:not(.sticky) ul#menu-contact li.menu-item-contact::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 14px;
    width: 0;
    margin-left: 20px;
    border-left: 1px solid #EAE8E7;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body.home .site-header:not(.sticky) ul#menu-contact li.menu-item-contact a > .menu-item-link-text::before {
    background: url("img/icon-menu-item-contact-home.svg") no-repeat left center;
  }
  body.home .site-header:not(.sticky) ul#menu-contact li.menu-item-facebook a > .menu-item-link-text {
    background: url("img/icon-menu-item-facebook-white.svg") no-repeat left center;
  }
  body.home .site-header:not(.sticky) ul#menu-contact li.menu-item-linkedin a > .menu-item-link-text {
    background: url("img/icon-menu-item-linkedin-white.svg") no-repeat left center;
  }
  body.home .site-header:not(.sticky) #menu-secondary {
    border-left: 0;
  }
  body.home .site-header:not(.sticky) #menu-secondary li:first-child::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    height: 14px;
    width: 0;
    border-left: 1px solid #EAE8E7;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body.home .site-header:not(.sticky) #menu-secondary a {
    color: white;
  }
  .site-header {
    height: 70px;
  }
  .site-header::before, .site-header::after {
    content: '';
    display: table;
    clear: both;
  }
  .site-branding {
    float: left;
    padding: 10px 20px 0 40px;
  }
  .menu-toggle {
    display: none;
  }
  .main-navigation.toggled::before {
    display: none;
  }
  #site-navigation {
    float: right;
    display: flex;
    align-items: flex-start;
  }
  #menu-primary {
    display: flex;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    background-color: transparent;
    border: 0;
  }
  ul#menu-contact, ul#menu-main {
    display: flex;
  }
  ul#menu-contact li, ul#menu-main li {
    display: block;
  }
  ul#menu-contact li a, ul#menu-main li a {
    height: 69px;
    font-size: 14px;
    line-height: 1;
  }
  ul#menu-main li {
    position: relative;
  }
  ul#menu-main li::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 14px;
    width: 0;
    margin-left: 20px;
    border-left: 1px solid #EAE8E7;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  ul#menu-main li a {
    padding: 27px 20px 27px;
  }
  ul#menu-main li .menu-item-link-text {
    position: relative;
  }
  ul#menu-main li .menu-item-link-text::after {
    content: '';
    opacity: 0;
    position: absolute;
    bottom: -4px;
    right: -9px;
    width: 9px;
    height: 10px;
    background: url("img/figure-circle-quarter-down-right-green.svg") no-repeat left top;
    background-size: 9px auto;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
  }
  ul#menu-main li a:hover .menu-item-link-text::after,
  ul#menu-main li .current_page_item > a .menu-item-link-text::after,
  ul#menu-main li .current-menu-item > a .menu-item-link-text::after,
  ul#menu-main li .current_page_ancestor > a .menu-item-link-text::after,
  ul#menu-main li .current-menu-ancestor > a .menu-item-link-text::after {
    opacity: 1;
  }
  ul#menu-contact {
    border: 0;
    margin-top: 0;
  }
  ul#menu-contact a {
    padding: 27px 20px 27px;
  }
  ul#menu-contact li.menu-item-contact {
    border-left: 1px solid #EAE8E7;
    border-right: 1px solid #EAE8E7;
  }
  ul#menu-contact li.menu-item-contact a {
    padding-right: 20px;
  }
  ul#menu-contact li.menu-item-contact a::after {
    display: none;
  }
  ul#menu-contact li.menu-item-contact a > .menu-item-link-text::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    width: 21px;
    height: 15px;
    background: url("img/icon-menu-item-contact.svg") no-repeat left center;
    background-size: 21px 15px;
  }
  ul#menu-contact li.menu-item-contact a:hover,
  ul#menu-contact li.menu-item-contact .current_page_item > a,
  ul#menu-contact li.menu-item-contact .current-menu-item > a,
  ul#menu-contact li.menu-item-contact .current_page_ancestor > a,
  ul#menu-contact li.menu-item-contact .current-menu-ancestor > a {
    color: #8BAD09;
  }
  ul#menu-contact li.menu-item-facebook a {
    padding: 25px 10px 29px 20px;
  }
  ul#menu-contact li.menu-item-facebook a > .menu-item-link-text {
    width: 8px;
    height: 15px;
    background-size: 8px 15px;
  }
  ul#menu-contact li.menu-item-linkedin a {
    padding: 25px 20px 29px 10px;
  }
  ul#menu-contact li.menu-item-linkedin a > .menu-item-link-text {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }
  #menu-secondary {
    position: relative;
    top: auto;
    right: auto;
    padding: 0 13px;
    border-right: 0;
  }
  #menu-secondary ul {
    list-style: none;
    margin: 0;
  }
  #menu-secondary a {
    display: block;
    height: 69px;
    padding: 27px 7px 27px;
    font-size: 14px;
  }
  #menu-secondary li.wpml-ls-current-language a {
    color: #8BAD09;
  }
}

@media screen and (min-width: 1275px) {
  body.home .site-header:not(.sticky) .logo-sistra-home {
    margin-top: -53px;
    width: 237px;
    height: 98px;
  }
}

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

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

.post,
.page {
  margin: 0;
}

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

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

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

/*
 * Passster customization
 */
.elementor-widget-shortcode .passster-form {
  background: transparent;
  position: relative;
  padding: 110px 15px;
}

.elementor-widget-shortcode .passster-form .passster-form-bg-1 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1227px;
  height: 80%;
  background-image: url("img/emploi-passster-background-1@2x.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.elementor-widget-shortcode .passster-form .passster-form-bg-2 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 80%;
  background-image: url("img/emploi-passster-background-2@2x.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.elementor-widget-shortcode .passster-form .passster-form-container {
  max-width: 780px;
  margin: 0 auto;
  padding: 40px 30px;
  background-color: white;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.elementor-widget-shortcode .passster-form .passster-form-header .passster-form-title {
  max-width: 460px;
  min-height: 44px;
  margin: 0 0 15px;
  padding: 0 0 0 46px;
  font-size: 22px;
  font-weight: 400;
  font-family: 'Roboto', Arial, sans-serif;
  color: #161615;
  line-height: 1.1;
  text-transform: none;
  background: url("img/icon-lock-on.svg") no-repeat left top;
  background-size: 30px 44px;
}

.elementor-widget-shortcode .passster-form .passster-form-header .passster-form-description {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Roboto', Arial, sans-serif;
  color: #161615;
  line-height: 1.1;
  text-transform: none;
}

.elementor-widget-shortcode .passster-form .passster-form-header .passster-form-description::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 7px;
  height: 7px;
  background-color: #8BAD09;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.elementor-widget-shortcode .passster-form .passster-form-body {
  padding-bottom: 30px;
}

.elementor-widget-shortcode .passster-form .passster-form-body input[type="password"], .elementor-widget-shortcode .passster-form .passster-form-body input[type="text"].password-showing {
  width: 100% !important;
  max-width: 285px !important;
  padding: 0 10px;
  font-size: 18px;
  line-height: 2em;
  border: 1px solid #D1D1D1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.elementor-widget-shortcode .passster-form .passster-form-body .passster-submit {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  line-height: 18px;
  fill: #FFFFFF;
  color: #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.159);
  padding: 10px 30px 10px 30px;
  background: #abd50e !important;
  background: -moz-linear-gradient(180deg, #abd50e 0%, #8bad09 100%) !important;
  background: -webkit-linear-gradient(180deg, #abd50e 0%, #8bad09 100%) !important;
  background: linear-gradient(180deg, #abd50e 0%, #8bad09 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#abd50e",endColorstr="#8bad09",GradientType=1) !important;
}

.elementor-widget-shortcode .passster-form .passster-form-body .passster-submit:hover {
  background: #8bad09 !important;
  background: -moz-linear-gradient(180deg, #8bad09 0%, #abd50e 100%) !important;
  background: -webkit-linear-gradient(180deg, #8bad09 0%, #abd50e 100%) !important;
  background: linear-gradient(180deg, #8bad09 0%, #abd50e 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8bad09",endColorstr="#abd50e",GradientType=1) !important;
}

.elementor-widget-shortcode .passster-form .passster-form-footer::before {
  content: '';
  display: block;
  width: 100%;
  max-width: 414px;
  border: 1px solid #E5E5E5;
}

.elementor-widget-shortcode .passster-form .passster-form-footer h3 {
  margin-top: 30px;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  text-transform: none;
}

.elementor-widget-shortcode .passster-form .passster-form-footer p {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

/**
 * Jobs list
 */
.jobs-wrapper {
  margin: 0 auto;
  max-width: 1240px;
}

.jobs-wrapper .jobs-title {
  margin: 0  0 30px;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  line-height: 1.3;
}

.jobs-wrapper .job {
  border-top: 1px solid #E5E5E5;
}

.jobs-wrapper .job:last-child {
  border-bottom: 1px solid #E5E5E5;
}

.jobs-wrapper .job-header {
  cursor: pointer;
}

.jobs-wrapper .job-header.active .icon-caret {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.jobs-wrapper .job-body {
  display: none;
}

.jobs-wrapper .job-title {
  padding: 29px 20px 35px;
  font-size: 24px;
  font-weight: bold;
  text-transform: none;
  text-align: center;
  color: #161615;
}

.jobs-wrapper .job-title .icon-caret {
  display: inline-block;
  margin-left: 18px;
  vertical-align: middle;
  width: 19px;
  height: 12px;
  background: url("img/icon-caret-down.svg") no-repeat center center;
  background-size: 19px 12px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.jobs-wrapper table.cv {
  width: 100%;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

.jobs-wrapper table.cv tr:first-child {
  display: none;
}

.jobs-wrapper table.cv tr:first-child th {
  border: 1px solid #e5e5e5;
}

.jobs-wrapper table.cv th {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  padding: 20px 20px 20px;
}

.jobs-wrapper table.cv td {
  display: block;
  width: 100%;
  padding: 20px 20px 30px;
  border-bottom: 1px solid #E5E5E5;
}

.jobs-wrapper table.cv tr:nth-child(even) td {
  background-color: #fcfcfc;
}

.jobs-wrapper table.cv .cv-jobs {
  font-size: 22px;
  display: none;
}

.jobs-wrapper table.cv .cv-name {
  font-size: 22px;
  font-weight: 600;
}

.jobs-wrapper table.cv .cv-experience {
  display: none;
}

.jobs-wrapper table.cv .cv-file {
  font-weight: 600;
  line-height: 1;
  border-bottom: 5px solid #E5E5E5;
}

.jobs-wrapper table.cv .cv-file a {
  color: #161615;
  text-decoration: none;
}

.jobs-wrapper table.cv .cv-file a:hover {
  color: #8BAD09;
}

.jobs-wrapper table.cv .icon {
  display: block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin: 0 auto 8px;
}

.jobs-wrapper table.cv .icon.icon-cv-jobs {
  background: url("img/icon-cv-jobs.svg") no-repeat center center;
  background-size: 30px 30px;
}

.jobs-wrapper table.cv .icon.icon-cv-name {
  background: url("img/icon-cv-name.svg") no-repeat center center;
  background-size: 30px 30px;
}

.jobs-wrapper table.cv .icon.icon-cv-experience {
  background: url("img/icon-cv-experience.svg") no-repeat center center;
  background-size: 30px 30px;
}

.jobs-wrapper table.cv .icon.icon-cv-file {
  width: 26px;
  height: 26px;
  background: url("img/icon-cv-file.svg") no-repeat center center;
  background-size: 26px 26px;
}

.jobs-wrapper table.cv .icon.icon-cv-download {
  width: 16px;
  height: 19px;
  background: url("img/icon-cv-download.svg") no-repeat center center;
  background-size: 16px 19px;
}

.jobs-wrapper table.cv tr:last-child .cv-file {
  border-bottom: 0;
}

@media (min-width: 768px) {
  .elementor-widget-shortcode .passster-form .passster-form-container {
    padding: 56px 50px;
  }
  .elementor-widget-shortcode .passster-form .passster-form-body {
    padding-bottom: 50px;
  }
  .elementor-widget-shortcode .passster-form .passster-submit {
    max-width: 150px;
  }
  .elementor-widget-shortcode .passster-form .passster-form-footer h3 {
    margin-top: 40px;
  }
  .jobs-wrapper {
    padding: 0 45px;
  }
  .jobs-wrapper table.cv {
    border-collapse: collapse;
  }
  .jobs-wrapper table.cv tr:first-child {
    display: table-row;
  }
  .jobs-wrapper table.cv tr:first-child th:first-child {
    border-left: 0;
  }
  .jobs-wrapper table.cv tr:first-child th:last-child {
    border-right: 0;
  }
  .jobs-wrapper table.cv tr:last-child td {
    border-bottom: 0;
  }
  .jobs-wrapper table.cv td {
    display: table-cell;
    vertical-align: top;
    border: 1px solid #E5E5E5;
  }
  .jobs-wrapper table.cv td.cv-jobs {
    display: table-cell;
    width: 12%;
    border-left: 0;
  }
  .jobs-wrapper table.cv td.cv-name {
    width: 20%;
  }
  .jobs-wrapper table.cv td.cv-experience {
    display: table-cell;
    width: 48%;
  }
  .jobs-wrapper table.cv td.cv-file {
    width: 20%;
    text-align: center;
    border-right: 0;
    border-bottom-width: 1px;
  }
}

@media (min-width: 1200px) {
  .jobs-wrapper table.cv th {
    text-align: left;
  }
  .jobs-wrapper table.cv .icon {
    display: inline-block;
    margin: 0 8px 0 0;
  }
  .jobs-wrapper table.cv td.cv-file {
    text-align: left;
  }
}

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