/*!
Theme Name: Snuep-fsu
Theme URI: http://pellicam.fr/
Author: Alain Villatte
Author URI: http://pellicam.fr/
Description: Thème du Snuep-fsu
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: snuep-fsu
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize
# Typography
	## Headings
	## Copy
# Elements
	## Lists
	## Tables
# Forms
	## Buttons
	## Fields
# Navigation
	## Links
	## Menus
	## Next & Previous
# Accessibility
# Alignments
# Clearings
# Layout
# Widgets
# Shortcodes
# Content
	## Archives
	## Posts and pages
	## Comments
# Blocks
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* 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;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*
 * Fonte poppins
 */
@font-face {
  font-family: 'poppinsregular';
  src: url('./fonts/poppins-regular-webfont.woff2') format('woff2'), url('./fonts/poppins-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinssemibold';
  src: url('./fonts/poppins-semibold-webfont.woff2') format('woff2'), url('./fonts/poppins-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*
 * Fonte Playfair Display
 */
@font-face {
  font-family: 'playfair_display_italic';
  src: url('./fonts/playfairdisplay-italic-webfont.woff2') format('woff2'), url('./fonts/playfairdisplay-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*
 * Fonte icone personalisée
 */
@font-face {
  font-family: "snuep-icons";
  src: url("./fonts/snuep-icons.eot?d4d81e595387447ee54b4cf4e750230d?#iefix") format("embedded-opentype"), url("./fonts/snuep-icons.woff2?d4d81e595387447ee54b4cf4e750230d") format("woff2"), url("./fonts/snuep-icons.woff?d4d81e595387447ee54b4cf4e750230d") format("woff"), url("./fonts/snuep-icons.ttf?d4d81e595387447ee54b4cf4e750230d") format("truetype");
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: snuep-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow_circle:before {
  content: "\f101";
}
.icon-arrow_left:before {
  content: "\f102";
}
.icon-arrow_right:before {
  content: "\f103";
}
.icon-facebook:before {
  content: "\f104";
}
.icon-locate:before {
  content: "\f105";
}
.icon-loupe:before {
  content: "\f106";
}
.icon-mail:before {
  content: "\f107";
}
.icon-phone:before {
  content: "\f108";
}
.icon-twitter:before {
  content: "\f109";
}
.icon-youtube:before {
  content: "\f10a";
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: poppinsregular, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: poppinssemibold, sans-serif;
  clear: both;
}
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;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
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: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
.line-center-green {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, transparent 45%, #b90466 45%, #b90466 55%, transparent 55%);
  background-size: 100% 100%;
}
@media only screen and (max-width: 599px) {
  .line-center-green {
    display: none;
  }
}
.line-left-violet {
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #b90466 0%, #b90466 5vw, transparent 5vw);
  background-size: 100% 100%;
}
.line-center-violet {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, transparent 45%, #b90466 45%, #b90466 55%, transparent 55%);
  background-size: 100% 100%;
}
.line-left-blanc {
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #ffffff 0%, #ffffff 5vw, transparent 5vw);
  background-size: 100% 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #b90466;
  border: none;
  color: #ffffff;
  font-family: poppinssemibold;
  font-size: 1em;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
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 {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
@media only screen and (max-width: 599px) {
  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 {
    width: 95vw;
  }
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #b90466;
  text-decoration: none;
}
a:visited {
  color: #b90466;
}
a:hover,
a:focus,
a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/** === Main menu === */
#navigation {
  display: inline-block;
  /*	@media @xs-only {
		display: block;
	}*/
}
#navigation button {
  background-color: #ffffff;
  color: #000000;
}
.main-navigation {
  display: inline-block;
  margin-left: 8vw;
  /*	@media @xs-only {
		margin-left: 0;
		float: left;
	}*/
}
@media only screen and (min-width: 1030px) and (max-width: 1289px) {
  .main-navigation {
    margin-left: 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1029px) {
  .main-navigation {
    margin-left: 0;
  }
}
.main-navigation button span::before {
  font-family: dashicons !important;
  content: "\f228";
}
.main-navigation li {
  float: left;
  position: relative;
  padding: 0 2vw 2vh 2vw;
  /*		@media @xs-only {
			clear: both;
			padding:6vw 2vw;
			border-bottom: 1px @Noir solid;
			width: 100%;
			text-align: left;
		}*/
}
@media only screen and (max-width: 599px) {
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.4);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background-color: #ffffff;
}
@media only screen and (min-width: 600px) and (max-width: 1029px) {
  .main-navigation ul ul {
    width: 40vw;
  }
}
.main-navigation ul ul li {
  padding: 0.5vw 2vw 0.5vw 1vw;
  white-space: nowrap;
  text-align: left;
  width: 100%;
  margin-right: 5vw;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation a {
  font-family: 'poppinssemibold';
  display: block;
  text-decoration: none;
  color: #000000;
}
.main-navigation.toggled > button span::before {
  font-family: dashicons !important;
  content: "\f335";
}
.main-navigation .menu-return {
  display: none;
  /*			@media @xs-only {
				display: block;
				text-align: right;
				font-size: 2em;
				border-bottom:0px;
			}*/
}
.main-navigation ul ul .menu-item-has-children > a::after {
  font-family: dashicons !important;
  content: "\f345";
  font-size: 1.1em;
  vertical-align: bottom;
  text-align: right;
  float: right;
}
.main-navigation ul ul a {
  width: 100%;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation .last-menu:hover > ul,
.main-navigation .last-menu.focus > ul {
  left: -100px;
}
@media only screen and (max-width: 599px) {
  .main-navigation .last-menu:hover > ul,
  .main-navigation .last-menu.focus > ul {
    left: 0;
  }
}
/*
	Menu de recherche.
 */
.research-navigation {
  display: inline-block;
  top: -22px;
  position: relative;
  /*@media @xs-only {
			display: block;
			position:absolute;
			top: 78px;
			right: 20px;
		}*/
}
@media only screen and (min-width: 600px) and (max-width: 1029px) {
  .research-navigation {
    top: 0px;
    left: 35vw;
  }
}
.research-navigation button span::before {
  font-family: snuep-icons !important;
  content: "\f106";
}
.research-navigation ul {
  display: none;
  position: absolute;
  z-index: 9999;
  list-style: none;
  left: -440px;
  background-color: #ffffff;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.4);
  margin-left: 0px;
  padding-left: 15px;
}
@media only screen and (max-width: 599px) {
  .research-navigation ul {
    left: -250px;
  }
}
.research-navigation .search-field {
  width: 300px;
}
@media only screen and (max-width: 599px) {
  .research-navigation .search-field {
    display: block;
    margin: 10px 0;
  }
}
.research-navigation.toggled > button span::before {
  font-family: dashicons !important;
  content: "\f335";
}
.research-navigation .menu-item {
  padding: 1vw 1vw 1vw 0;
  width: 460px;
}
@media only screen and (max-width: 599px) {
  .research-navigation .menu-item {
    width: 315px;
  }
}
.research-navigation .search-submit {
  margin-left: 5px;
}
@media only screen and (max-width: 599px) {
  .research-navigation .search-submit {
    margin: 10px 0px 10px 5px;
  }
}
@media only screen and (max-width: 599px) {
  body.is-mobile .research-navigation {
    display: block;
    float: right;
    margin-top: 8px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1029px) {
  body.is-mobile .research-navigation {
    top: 0px;
    left: 35vw;
  }
}
@media only screen and (min-width: 1030px) and (max-width: 1289px) {
  body.is-mobile .research-navigation {
    top: 0px;
    left: 35vw;
  }
}
/*
	Menu mobile.
*/
/*	.menu-toggle,
	.main-navigation.toggled ul {
		display: block;
	}

	.research-navigation.toggled ul {
		display: block;
	}

	@media screen and (min-width: 37.5em) {
		.menu-toggle {
			display: none;
		}
		.main-navigation ul {
			display: block;
		}


	}*/
.research-navigation.toggled ul {
  display: block;
}
.menu-toggle {
  display: none;
}
.main-navigation ul {
  display: block;
}
body.is-mobile {
  /*	@media only screen and (max-width: @screen-md-max) {

		@leftPos: 400px;
		@menuWidth: 80vw;



		#site-navigation {

			.menu-principal-container {
				position: relative;
				left:-@leftPos;
				transform: translateX(0) ;
				transition: 0.45s;
				z-index:9999;

			}

			&.toggled {
				.menu-principal-container {
					transform: translateX(@leftPos) ;

				}
			}

			ul {
				display: block;
				width: @menuWidth;
				list-style: none;
				background-color: @blanc;
				box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.4);
			}

			li {
				clear: both;
				padding:6vw 2vw;
				width: 100%;
				text-align: left;
				position:static;

				&:not(:last-child) {
					border-bottom: 1px @Noir solid;
				}
			}

			.menu-item-has-children {

				.sub-menu {
					position: absolute;
					top: 0;
					left: -@leftPos;
					visibility: hidden;
					transition: 0.45s;
				}

				&.focus {

					> .sub-menu {
						transform: translateX(@leftPos);
						visibility: visible;
					}
				}
			}

			.menu-return {
				display: block;

				a::before {
					font-family: dashicons !important;
					content: "\f341";
					font-size:1.1em;
					vertical-align: bottom;
					padding-right:8px;
				}
			}
		}
	}*/
}
body.is-mobile .menu-toggle,
body.is-mobile .main-navigation.toggled ul {
  display: block;
}
body.is-mobile #navigation {
  display: block;
}
@media only screen and (max-width: 599px) {
  body.is-mobile #navigation button {
    font-size: 1.6em;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1029px) {
  body.is-mobile #navigation button {
    font-size: 1.8em;
  }
}
@media only screen and (min-width: 1030px) and (max-width: 1289px) {
  body.is-mobile #navigation button {
    font-size: 2.4em;
  }
}
body.is-mobile .main-navigation {
  margin-left: 0;
  float: left;
  margin-top: -15px;
}
body.is-mobile .main-navigation ul {
  z-index: 9999;
  position: absolute;
  padding: 2vw;
  background-color: #ffffff;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.4);
}
body.is-mobile #site-navigation .menu-principal-container {
  position: relative;
  transform: translateX(0);
  transition: 0.45s;
  z-index: 9999;
}
@media only screen and (max-width: 599px) {
  body.is-mobile #site-navigation .menu-principal-container {
    left: -400px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1029px) {
  body.is-mobile #site-navigation .menu-principal-container {
    left: -600px;
  }
}
@media only screen and (min-width: 1030px) and (max-width: 1289px) {
  body.is-mobile #site-navigation .menu-principal-container {
    left: -600px;
  }
}
@media only screen and (max-width: 599px) {
  body.is-mobile #site-navigation.toggled .menu-principal-container {
    transform: translateX(400px);
  }
}
@media only screen and (min-width: 600px) and (max-width: 1029px) {
  body.is-mobile #site-navigation.toggled .menu-principal-container {
    transform: translateX(600px);
  }
}
@media only screen and (min-width: 1030px) and (max-width: 1289px) {
  body.is-mobile #site-navigation.toggled .menu-principal-container {
    transform: translateX(600px);
  }
}
body.is-mobile #site-navigation ul {
  display: block;
  list-style: none;
  background-color: #ffffff;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 599px) {
  body.is-mobile #site-navigation ul {
    width: 80vw;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1029px) {
  body.is-mobile #site-navigation ul {
    width: 40vw;
  }
}
@media only screen and (min-width: 1030px) and (max-width: 1289px) {
  body.is-mobile #site-navigation ul {
    width: 40vw;
  }
}
body.is-mobile #site-navigation li {
  clear: both;
  padding: 3vw 2vw;
  width: 100%;
  text-align: left;
  position: static;
}
body.is-mobile #site-navigation li:not(:last-child) {
  border-bottom: 1px #000000 solid;
}
body.is-mobile #site-navigation .menu-item-has-children > a::after {
  font-family: dashicons !important;
  content: "\f345";
  font-size: 1.1em;
  vertical-align: bottom;
  text-align: right;
  float: right;
}
body.is-mobile #site-navigation .menu-item-has-children .sub-menu {
  position: absolute;
  top: 0;
  visibility: hidden;
  transition: 0.45s;
}
@media only screen and (max-width: 599px) {
  body.is-mobile #site-navigation .menu-item-has-children .sub-menu {
    left: -400px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1029px) {
  body.is-mobile #site-navigation .menu-item-has-children .sub-menu {
    left: -600px;
  }
}
@media only screen and (min-width: 1030px) and (max-width: 1289px) {
  body.is-mobile #site-navigation .menu-item-has-children .sub-menu {
    left: -600px;
  }
}
body.is-mobile #site-navigation .menu-item-has-children.focus > .sub-menu {
  visibility: visible;
}
@media only screen and (max-width: 599px) {
  body.is-mobile #site-navigation .menu-item-has-children.focus > .sub-menu {
    transform: translateX(400px);
  }
}
@media only screen and (min-width: 600px) and (max-width: 1029px) {
  body.is-mobile #site-navigation .menu-item-has-children.focus > .sub-menu {
    transform: translateX(600px);
  }
}
@media only screen and (min-width: 1030px) and (max-width: 1289px) {
  body.is-mobile #site-navigation .menu-item-has-children.focus > .sub-menu {
    transform: translateX(600px);
  }
}
body.is-mobile #site-navigation .menu-return {
  display: block;
}
body.is-mobile #site-navigation .menu-return a::before {
  font-family: dashicons !important;
  content: "\f341";
  font-size: 1.1em;
  vertical-align: bottom;
  padding-right: 8px;
}
/*
.hide{

	@media @xs-only {
		display: none !important;
	}

}*/
/** === Social menu === */
/** === Footer menu === */
/*--------------------------------------------------------------
## Next / Previous
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.pagination {
  text-align: center;
  margin: 20px 0 40px 0;
}
.pagination .page-numbers {
  background-color: #aaaaaa;
  margin: 10px;
  padding: 10px;
}
.pagination .prev,
.pagination .next {
  background-color: #b90466;
  color: #ffffff;
  margin: 10px;
  padding: 10px;
}
/*--------------------------------------------------------------
# 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget_subcategory .level2 {
  margin: 0;
  padding: 0;
}
.widget_subcategory .level2 li {
  list-style: none;
  padding: 4px 0;
}
.widget_subcategory .level2 a,
.widget_subcategory .level2 a:link,
.widget_subcategory .level2 a:visited {
  color: #000000;
}
.widget_subcategory .level3 {
  margin: 0 0 0 15px;
  padding: 0;
}
.widget_subcategory .level3 li {
  list-style: disc;
  padding: 4px 0 4px 10px;
  color: #aaaaaa;
}
.widget_subcategory .level3 a,
.widget_subcategory .level3 a:link,
.widget_subcategory .level3 a:visited {
  color: #aaaaaa;
}
.widget_subcategory .menu-accordion {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.widget_subcategory .menu-accordion .item-accordion {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
}
.widget_subcategory .menu-accordion .item-accordion:nth-of-type(1) {
  animation-delay: 0.5s;
}
.widget_subcategory .menu-accordion .item-accordion:nth-of-type(2) {
  animation-delay: 0.75s;
}
.widget_subcategory .menu-accordion .item-accordion:nth-of-type(3) {
  animation-delay: 1s;
}
.widget_subcategory .menu-accordion .item-accordion:last-of-type {
  padding-bottom: 0;
}
.widget_subcategory .menu-accordion .item-accordion i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 8px;
  right: 0;
}
.widget_subcategory .menu-accordion .item-accordion i:before,
.widget_subcategory .menu-accordion .item-accordion i:after {
  content: "";
  position: absolute;
  background-color: #de2a47;
  width: 3px;
  height: 9px;
}
.widget_subcategory .menu-accordion .item-accordion i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.widget_subcategory .menu-accordion .item-accordion i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.widget_subcategory .menu-accordion .item-accordion input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 20%;
  height: 100%;
  right: -5px;
  z-index: 1;
  opacity: 0;
}
.widget_subcategory .menu-accordion .item-accordion input[type=checkbox] ~ ul {
  display: block;
}
.widget_subcategory .menu-accordion .item-accordion input[type=checkbox]:checked ~ ul {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
  display: none;
}
.widget_subcategory .menu-accordion .item-accordion input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.widget_subcategory .menu-accordion .item-accordion input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
.widget_subcategory .transition,
.widget_subcategory .widget_subcategory .menu-accordion .item-accordion i:before,
.widget_subcategory .widget_subcategory .menu-accordion .item-accordion i:after {
  transition: all 0.25s ease-in-out;
}
.widget_subcategory .flipIn,
.widget_subcategory .widget_subcategory .menu-accordion .item-accordion {
  animation: flipdown 0.5s ease both;
}
.widget_subcategory .no-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget .link_block {
  position: relative;
  text-align: center;
}
.widget .line-center-violet {
  top: 25px;
}
.widget .widget-title a {
  color: #000000;
}
@media only screen and (min-width: 600px) and (max-width: 1029px) {
  .widget div {
    text-align: center;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1029px) {
  .widget > iframe {
    margin-left: 15%;
  }
}
.widget select {
  max-width: 100%;
}
.widget_slider .slider img {
  object-fit: cover;
  height: 100%;
  width: auto;
  max-height: 300px;
  padding: 8px;
  margin-left: 10%;
  background-color: #b90466;
}
@media only screen and (min-width: 1030px) and (max-width: 1289px) {
  .widget_slider .slider img {
    max-height: 250px;
  }
}
.widget_slider .slick-dots li button:before {
  font-size: 12px;
  color: #b90466;
}
.widget_slider .slick-dots li.slick-active button::before {
  color: #b90466;
}
/*--------------------------------------------------------------
# Shortcodes
--------------------------------------------------------------*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*Debut slider*/
.slider.post_slider {
  width: 68vw;
}
@media only screen and (max-width: 1029px) {
  .slider.post_slider {
    width: 100%;
  }
}
.slider.com_slider {
  width: 20vw;
}
@media only screen and (min-width: 600px) and (max-width: 1029px) {
  .slider.com_slider {
    width: 40vw;
    margin-left: 30%;
  }
}
@media only screen and (max-width: 599px) {
  .slider.com_slider {
    width: 80vw;
    margin-left: 10%;
  }
}
.slider .slick-prev:before,
.slider .slick-next:before {
  font-family: snuep-icons !important;
  font-size: 40px;
  position: relative;
  top: 2px;
  left: -1px;
}
@media only screen and (min-width: 1030px) and (max-width: 1289px) {
  .slider .slick-prev:before,
  .slider .slick-next:before {
    font-size: 28px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1029px) {
  .slider .slick-prev:before,
  .slider .slick-next:before {
    top: -1px;
    left: -3px;
  }
}
.slider .slick-arrow {
  background-color: #ffffff;
  border-radius: 0.4vw;
  width: 2.5vw;
  height: 2.5vw;
}
@media only screen and (min-width: 600px) and (max-width: 1029px) {
  .slider .slick-arrow {
    width: 4vw;
    height: 4vw;
  }
}
@media only screen and (max-width: 599px) {
  .slider .slick-arrow {
    width: 10vw;
    height: 10vw;
  }
}
.slider .slick-prev {
  left: 5px;
  z-index: 99;
}
.slider .slick-prev::before {
  color: #000000;
  content: '\f102';
}
@media only screen and (min-width: 600px) and (max-width: 1029px) {
  .slider .slick-prev::before {
    left: -3px;
  }
}
.slider .slick-next {
  right: 5px;
  z-index: 99;
}
.slider .slick-next::before {
  color: #000000;
  content: '\f103';
}
.slider img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.slider .slider-item {
  position: relative;
}
.slider .slider-img-bg {
  height: 25vw;
  overflow: hidden;
}
@media only screen and (min-width: 600px) and (max-width: 1029px) {
  .slider .slider-img-bg {
    height: 40vw;
  }
}
@media only screen and (max-width: 599px) {
  .slider .slider-img-bg {
    height: 60vw;
  }
}
.slider .slider-content-description {
  width: 65%;
  background-color: rgba(185, 4, 102, 0.5);
  color: #ffffff;
  top: 10%;
  left: 8vw;
  position: absolute;
  margin: 20px 5vw;
  text-align: center;
}
@media only screen and (min-width: 1030px) and (max-width: 1289px) {
  .slider .slider-content-description {
    width: 75%;
    top: 6%;
    left: 3vw;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1029px) {
  .slider .slider-content-description {
    width: 85%;
    top: -5vw;
    left: 0.1vw;
  }
}
@media only screen and (max-width: 599px) {
  .slider .slider-content-description {
    width: 72%;
    top: 0;
    left: 8vw;
  }
}
.slider .slider-content-description h2 {
  font-size: 1.6em;
  padding: 10px;
}
@media only screen and (min-width: 1030px) and (max-width: 1289px) {
  .slider .slider-content-description h2 {
    margin: 1vw 0;
  }
}
@media only screen and (max-width: 599px) {
  .slider .slider-content-description h2 {
    font-size: 1.6em;
    margin: 1vw 0;
    min-height: 22vw;
  }
}
.slider .slider-content-description a {
  font-family: playfair_display_italic;
  text-decoration: none;
  color: #ffffff;
}
.slider .slider-content-description a:link,
.slider .slider-content-description a:visited {
  color: #ffffff;
}
.slider .slider-content-description .slider-post-content {
  padding: 0 10px;
}
@media only screen and (max-width: 599px) {
  .slider .slider-content-description .slider-post-content {
    font-size: 0.8em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1030px) and (max-width: 1289px) {
  .slider .slider-content-description .slider-post-link {
    margin: 1vw 0;
  }
}
@media only screen and (max-width: 599px) {
  .slider .slider-content-description .slider-post-link {
    font-size: 0.8em;
  }
}
.posts_list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 599px) {
  .posts_list {
    display: block;
  }
}
.posts_list h2 {
  font-size: 1.2em;
  color: #b90466;
  margin: 0;
}
.posts_list h2 a,
.posts_list h2 a:visited {
  color: #b90466;
}
.posts_list .post-item-subtitle {
  text-transform: uppercase;
  margin: 0 0 4px 0;
}
.posts_list .post-item-date {
  margin: 0;
}
.posts_list .post-item-date a,
.posts_list .post-item-date a:link,
.posts_list .post-item-date a:hover {
  color: #000000;
}
.posts_list .post-item-links {
  margin: 0 0 5px 0;
}
.posts_list .post-item-links i:before {
  font-size: 1.4em;
}
.posts_list .list-item {
  flex: 0 0 33%;
  padding: 25px 15px 0px 15px;
}
.posts_list .list-item.middle_post {
  margin: 0 4px;
}
@media only screen and (min-width: 1030px) and (max-width: 1289px) {
  .posts_list .list-item.middle_post {
    margin: 0 3px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1029px) {
  .posts_list .list-item.middle_post {
    margin: 0 3px;
  }
}
.posts_list .list-item.last-item div {
  background-color: #b90466;
  color: #ffffff;
  padding: 15px;
}
.posts_list .list-item.last-item h2 {
  color: #ffffff;
}
.posts_list .list-item.last-item a,
.posts_list .list-item.last-item a:link,
.posts_list .list-item.last-item a:hover {
  color: #ffffff;
}
@media only screen and (min-width: 1030px) and (max-width: 1289px) {
  .posts_list .list-item.last-item {
    padding: 25px 5px 0 5px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1029px) {
  .posts_list .list-item.last-item {
    padding: 25px 5px 0 5px;
  }
}
.posts_list .social-share a,
.posts_list .social-share a:link,
.posts_list .social-share a:hover {
  color: #aaaaaa;
}
.posts_list .see_more {
  font-family: playfair_display_italic;
  color: #aaaaaa;
  float: right;
  margin-right: 20px;
}
.posts_list .see_more a,
.posts_list .see_more a:link,
.posts_list .see_more a:hover {
  color: #aaaaaa;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#masthead {
  margin-left: 3vw;
  width: 100%;
  height: 110px;
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
}
@media only screen and (min-width: 1030px) and (max-width: 1289px) {
  #masthead {
    margin-right: 3vw;
    text-align: center;
  }
}
@media only screen and (max-width: 1029px) {
  #masthead {
    text-align: center;
    padding-top: 4vw;
    margin-left: 0;
    height: 38vw;
  }
}
#masthead .site-branding {
  display: inline-block;
}
#masthead .site-branding .custom-logo {
  max-width: 380px;
}
@media only screen and (min-width: 1030px) and (max-width: 1289px) {
  #masthead .site-branding .custom-logo {
    max-width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  #masthead .site-branding .custom-logo {
    max-width: 300px;
  }
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.entry-content {
  margin: 0;
}
.page-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*

 */
#content {
  display: flex;
  margin-top: 110px;
}
@media only screen and (max-width: 1029px) {
  #content {
    display: block;
  }
}
#content #primary {
  flex: 3;
}
#content #primary #main {
  padding: 24px 3vw 0 3vw;
}
#content #primary .entry-image {
  width: 68vw;
}
@media only screen and (max-width: 1029px) {
  #content #primary .entry-image {
    width: 100%;
  }
}
@media only screen and (max-width: 1029px) {
  #content #primary .entry-image img {
    height: 60vw;
    width: auto;
    object-fit: cover;
  }
}
#content #primary .posted-on {
  font-family: playfair_display_italic;
}
@media only screen and (max-width: 599px) {
  #content #primary .post,
  #content #primary .page {
    overflow: hidden;
  }
}
#content #primary .post h1,
#content #primary .page h1 {
  color: #b90466;
  margin: 5px 0 0 0;
}
#content #primary .comments-title {
  border-left: #b90466 3px solid;
  padding-left: 10px;
}
#content #primary .article-footer .social-share a {
  color: #aaaaaa;
}
@media only screen and (max-width: 1029px) {
  #content #primary .page-content .search-form {
    margin-bottom: 5vw;
  }
}
#content #secondary {
  flex: 1;
  padding-right: 3vw;
  padding-top: 24px;
}
@media only screen and (max-width: 1029px) {
  #content #secondary {
    padding-right: 0vw;
    margin-right: 3vw;
    margin-left: 3vw;
    border-top: #aaaaaa 2px solid;
  }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
.widget-area h2 {
  border-left: #b90466 3px solid;
  padding-left: 10px;
  font-size: 1.2em;
}
.widget-area #contact-button,
.widget-area #members-button {
  display: block;
  width: 100%;
  font-size: 1.4em;
  margin-bottom: 6px;
}
.widget-area #members-button,
.widget-area .member_logon {
  background-color: #aaaaaa;
}
.widget-area .member_logon {
  padding: 0.8em 1em 0.4em;
}
.widget-area .member_logon h2 {
  font-size: 1.4em;
  color: #ffffff;
  font-family: poppinssemibold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  margin-top: 0;
}
/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/
.archive .page-header {
  width: 68vw;
}
@media only screen and (max-width: 1029px) {
  .archive .page-header {
    width: 100%;
  }
}
.archive .page-title {
  color: #ffffff;
}
@media only screen and (max-width: 1029px) {
  .archive .page-title {
    margin-top: 1.5vw;
  }
}
@media only screen and (max-width: 599px) {
  .archive .archive-description {
    display: none;
  }
}
.archives_list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 599px) {
  .archives_list {
    display: block;
  }
}
.archives_list .category_list-item {
  flex: 0 0 33%;
  padding: 25px 15px 0px 15px;
  position: relative;
}
@media only screen and (min-width: 1030px) and (max-width: 1289px) {
  .archives_list .category_list-item {
    padding: 25px 5px 0px 5px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1029px) {
  .archives_list .category_list-item {
    padding: 25px 5px 0px 5px;
  }
}
@media only screen and (max-width: 599px) {
  .archives_list .category_list-item:last-of-type {
    margin-bottom: 30px !important;
  }
}
.archives_list .category_list-item.middle_post {
  margin: 0 4px;
}
@media only screen and (min-width: 1030px) and (max-width: 1289px) {
  .archives_list .category_list-item.middle_post {
    margin: 0 3px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1029px) {
  .archives_list .category_list-item.middle_post {
    margin: 0 3px;
  }
}
.archives_list .category_list-item .list_item-title {
  position: absolute;
  top: 50%;
  left: 22%;
  background-color: rgba(185, 4, 102, 0.5);
  padding: 8px;
  width: min-content;
  text-align: center;
  min-width: 60%;
  transform: translateY(-50%);
}
.archives_list .category_list-item .list_item-title h2 {
  color: #ffffff;
}
@media only screen and (min-width: 1030px) and (max-width: 1289px) {
  .archives_list .category_list-item .list_item-title h2 {
    font-size: 1.2em;
    min-width: 80%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1029px) {
  .archives_list .category_list-item .list_item-title h2 {
    font-size: 1.2em;
    min-width: 80%;
  }
}
.header_img_bg {
  height: 25vw;
  overflow: hidden;
}
@media only screen and (max-width: 1029px) {
  .header_img_bg {
    height: 40vw;
  }
}
@media only screen and (max-width: 599px) {
  .header_img_bg {
    height: 60vw;
  }
}
.header_img_bg img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.header_content_description {
  width: 40%;
  background-color: rgba(185, 4, 102, 0.5);
  color: #ffffff;
  top: 18%;
  position: absolute;
  margin: 20px 16%;
  text-align: center;
  padding: 10px;
}
@media only screen and (min-width: 1030px) and (max-width: 1289px) {
  .header_content_description {
    top: 27%;
    margin: 20px 4%;
    width: 60%;
  }
}
@media only screen and (max-width: 1029px) {
  .header_content_description {
    width: 80%;
    top: 35vw;
    left: 10%;
    margin: 0;
  }
}
@media only screen and (max-width: 599px) {
  .header_content_description {
    top: 53vw;
  }
}
.header_content_description h2 {
  font-size: 2em;
}
@media only screen and (max-width: 599px) {
  .header_content_description h1 {
    font-size: 1.8em;
  }
}
.header_content_description a {
  font-family: playfair_display_italic;
  text-decoration: none;
  color: #ffffff;
}
.header_content_description a:link,
.header_content_description a:visited,
.header_content_description a:link:active,
.header_content_description a:visited:active {
  color: #ffffff;
}
.brochures {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.brochures .brochure-item {
  flex: 0 0 20%;
  text-align: center;
}
.brochures .brochure-item img {
  box-shadow: 5px 5px 10px #000000;
  width: 10vw;
}
.brochures .brochure-item a,
.brochures .brochure-item a:visited {
  color: #b90466;
}
.brochures .brochure-item .brochure-description {
  font-size: 0.9em;
  line-height: 1.3;
  margin: 0 0 2.5em 0;
  color: #aaaaaa;
}
.brochures .brochure-item .brochure-link {
  margin: 1em 0 0 0;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#colophon {
  background-color: #000000;
  color: #ffffff;
}
#colophon #footer-logo {
  margin: 2vw 0 0 2vw;
  float: left;
  width: 50%;
}
@media only screen and (max-width: 1029px) {
  #colophon #footer-logo {
    clear: both;
    width: 100%;
    text-align: center;
  }
}
#colophon #footer-logo img {
  width: 40vw;
}
@media only screen and (min-width: 1030px) and (max-width: 1289px) {
  #colophon #footer-logo img {
    max-width: 80%;
  }
}
@media only screen and (max-width: 599px) {
  #colophon #footer-logo img {
    max-width: 80%;
  }
}
#colophon #footer-link-section {
  width: 50%;
  margin: 2vw 0 0 50%;
  padding-left: 15%;
}
@media only screen and (min-width: 1030px) and (max-width: 1289px) {
  #colophon #footer-link-section {
    padding-left: 5%;
  }
}
@media only screen and (max-width: 1029px) {
  #colophon #footer-link-section {
    width: 100%;
    margin: 0;
    padding-left: 18%;
    padding-top: 16vw;
  }
}
@media only screen and (max-width: 599px) {
  #colophon #footer-link-section {
    padding-left: 0%;
  }
}
#colophon #footer-link-section li {
  list-style: none;
}
@media only screen and (max-width: 599px) {
  #colophon #footer-contact,
  #colophon #footer-social {
    margin-left: 0;
  }
}
#colophon #footer-social li {
  display: inline-block;
  margin: 0px 10px;
}
#colophon #footer-social i {
  font-size: 1.4em;
}
@media only screen and (max-width: 599px) {
  #colophon #footer-social {
    text-align: center;
    padding: 0;
  }
}
#colophon .copyright {
  clear: both;
  text-align: center;
  margin: 5vh 0;
}
@media only screen and (min-width: 1030px) and (max-width: 1289px) {
  #colophon .copyright {
    margin: 2vh 0 5vh 0;
  }
}
#colophon a {
  color: #ffffff;
  text-decoration: none;
}
#footer-contact li:before {
  font-size: 1.4em;
  position: relative;
  top: 0.3em;
  right: 0.3em;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/* 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;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
