/*!
Theme Name: sib
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sib
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 with others.

sib is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* 
* bright pink accent color: #e7004c; 
* secondary accent color: #b8003d; 
* gray background color: #ededed
* dark text : #404040;
*/
/* 
* heading font families: Souvenir,"Times New Roman",Times,serif
* body font family: Futura Book",Arial,Helvetica,sans-serif
* 
*/
@font-face {
	font-family: "Futura Light";
	font-style: normal;
	font-weight: normal;
	src: url("fonts/FuturaPT-Light.eot");
	src: url("fonts/FuturaPT-Light.woff2") format("woff2"), url("fonts/FuturaPT-Light.woff") format("woff"), url("fonts/FuturaPT-Light.ttf") format("truetype"), url("fonts/FuturaPT-Light.svg") format("svg");
}

@font-face {
	font-family: "Futura Medium";
	font-style: normal;
	font-weight: normal;
	src: url("fonts/FuturaPT-Medium.eot");
	src: url("fonts/FuturaPT-Medium.woff2") format("woff2"), url("fonts/FuturaPT-Medium.woff") format("woff"), url("fonts/FuturaPT-Medium.ttf") format("truetype"), url("fonts/FuturaPT-Medium.svg") format("svg");
}

@font-face {
	font-family: "Futura Book";
	font-style: normal;
	font-weight: normal;
	src: url("fonts/FuturaPT-Book.eot");
	src: url("fonts/FuturaPT-Book.woff2") format("woff2"), url("fonts/FuturaPT-Book.woff") format("woff"), url("fonts/FuturaPT-Book.ttf") format("truetype"), url("fonts/FuturaPT-Book.svg") format("svg");
}

@font-face {
	font-family: 'Souvenir';
	font-style: normal;
	font-weight: normal;
	src: url("fonts/SouvenirStd-Demi.eot");
	src: url("fonts/SouvenirStd-Demi.woff2") format("woff2"), url("fonts/SouvenirStd-Demi.woff") format("woff"), url("fonts/SouvenirStd-Demi.ttf") format("truetype"), url("fonts/SouvenirStd-Demi.svg") format("svg");
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Futura Book", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: "Souvenir", "Times New Roman", Times, serif;
}

h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited {
	color: #404040;
}

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

ul {
	margin: 0 0 1.5em 1.5em;
	padding-inline-start: 20px;
}

li {
	list-style: none;
}

.container {
	max-width: 1290px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1290px) {
	.container {
		padding: 0 1.5em;
	}
}

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

.logo-part.logo-legs {
	width: 122px;
	height: 70px;
	margin: 0 30px 0 0;
}

.logo-part.logo-legs .legs {
	fill: #e7004c;
}

@media screen and (max-width: 829px) {
	.logo-part.logo-legs {
		display: none;
	}
}

.logo-part.logo-text {
	height: 70px;
	width: 672px;
}

.logo-part.logo-text .text-bold,
.logo-part.logo-text .text-narrow {
	fill: #e7004c;
}

@media screen and (max-width: 829px) {
	.logo-part.logo-text {
		max-width: 100%;
	}
}

.page-header {
	padding: 4.3em 0 .3em;
	background-color: #e7004c;
	color: #fff;
	margin: 0 0 2em 0;
}

.page-header .page-title,
.page-header .entry-meta {
	margin: 0 auto;
	max-width: 1290px;
}

.page-header .page-title a, .page-header .page-title a .entry-date,
.page-header .entry-meta a,
.page-header .entry-meta a .entry-date {
	color: #fff;
}

@media screen and (max-width: 1290px) {
	.page-header .page-title,
	.page-header .entry-meta {
		padding: 0 24px;
	}
}

.entry-header {
	max-width: 1290px;
}

.hero {
	margin-bottom: 3em;
	position: relative;
}

.hero__overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

.hero__img-box {
	height: 25vw;
	overflow: hidden;
}

@media screen and (max-width: 780px) {
	.hero__img-box {
		height: 36vw;
	}
}

.hero__image {
	width: 100%;
}

.hero__text-box {
	width: 100%;
	padding: 0 2em;
	background-color: #e7004c;
	color: #fff;
	content: '';
	display: table;
	clear: both;
	position: relative;
	z-index: 1000;
}

.hero__text {
	font-family: "Souvenir", "Times New Roman", Times, serif;
	font-size: 16px;
	margin-bottom: 1em;
	margin-right: 2em;
	text-align: center;
}

@media screen and (max-width: 450px) {
	.hero__text {
		margin-right: 0;
	}
}

.hero button {
	margin-top: 4px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #e7004c;
	background: #e7004c;
	color: #fff;
	cursor: pointer;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: rgba(0, 0, 0, 0);
	background-color: #b8003d;
}

button:active, button:focus,
.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: rgba(0, 0, 0, 0);
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	padding: 1em;
}

button {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1;
	padding: .6em 2em;
}

.button__secondary,
.button__secondary a,
.button__secondary a:visited {
	color: #404040;
	background-color: #fff;
}

.button__secondary:hover,
.button__secondary:hover a,
.button__secondary:hover a:visited {
	background-color: #b8003d;
	color: #fff;
}

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;
	padding: .75em;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #e7004c;
	text-decoration: none;
}

a:visited {
	color: #e7004c;
}

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

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 0.75rem;
	border-bottom: 1px solid #e7004c;
	border-top: 3px solid #e7004c;
}

.main-navigation::after {
	content: "";
	display: table;
	clear: both;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	float: right;
}

.main-navigation ul ul {
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	padding: 5px 0;
	background-color: #fff;
}

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

.main-navigation ul ul li {
	padding: .5em 2em;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
	color: #404040;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
	color: #e7004c;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
	color: #e7004c;
}

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

.main-navigation li {
	float: left;
	position: relative;
	padding: 21px 14px;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #e7004c;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #404040;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #e7004c;
}

.main-navigation .search {
	float: right;
	padding: 21px 14px;
}

.main-navigation .search svg {
	height: 15px;
	width: 15px;
}

/* Small menu. */
.menu-toggle {
	display: inline-block;
	background-color: #fff;
	border: 0px;
	color: #e7004c;
	padding: 20px 2.2em;
}

.main-navigation.toggled ul {
	display: block;
	float: none;
}

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

.main-navigation.toggled li {
	float: none;
	width: 100%;
}

.menu-toggle {
	position: relative;
}

.menu-toggle__icon {
	top: 29px;
	left: 15px;
}

.menu-toggle__icon::before {
	top: -8px;
	left: 0;
}

.menu-toggle__icon::after {
	top: 8px;
	left: 0;
}

.menu-toggle:hover {
	background-color: #fff;
	border: 0px;
}

.menu-toggle__icon,
.menu-toggle__icon::before,
.menu-toggle__icon::after {
	background: #e7004c;
	content: "";
	height: 2px;
	position: absolute;
	transform: rotate(0);
	transition: all .1s ease-in;
	width: 1.11111rem;
}

.toggled .menu-toggle__icon {
	background-color: transparent;
}

.toggled .menu-toggle__icon::before {
	top: 0;
	left: 0;
	transform: rotate(45deg);
}

.toggled .menu-toggle__icon::after {
	top: 0;
	left: 0;
	transform: rotate(-45deg);
}

@media screen and (min-width: 780px) {
	.main-navigation {
		border-bottom: 0px;
		border-top: 0px;
	}
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: inline-block;
	}
}

.comment-navigation,
.posts-navigation,
.post-navigation {
	text-align: center;
}

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

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: right;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: left;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
	display: inline-block;
	margin: 0 20px;
	text-align: center;
	padding: 10px 20px;
	background-color: #e7004c;
}

.comment-navigation .nav-previous:hover,
.comment-navigation .nav-next:hover,
.posts-navigation .nav-previous:hover,
.posts-navigation .nav-next:hover,
.post-navigation .nav-previous:hover,
.post-navigation .nav-next:hover {
	background-color: #b8003d;
}

.comment-navigation .nav-previous a, .comment-navigation .nav-previous a:visited, .comment-navigation .nav-previous a:hover,
.comment-navigation .nav-next a,
.comment-navigation .nav-next a:visited,
.comment-navigation .nav-next a:hover,
.posts-navigation .nav-previous a,
.posts-navigation .nav-previous a:visited,
.posts-navigation .nav-previous a:hover,
.posts-navigation .nav-next a,
.posts-navigation .nav-next a:visited,
.posts-navigation .nav-next a:hover,
.post-navigation .nav-previous a,
.post-navigation .nav-previous a:visited,
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a,
.post-navigation .nav-next a:visited,
.post-navigation .nav-next a:hover {
	color: #fff;
}

.cat-menu-container {
	position: absolute;
	min-width: max-content;
	top: 21%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	max-width: 100%;
}

@media screen and (max-width: 780px) {
	.cat-menu-container {
		transform: none;
		top: 11%;
		left: 13%;
	}
}

.cat-menu {
	display: inline-block;
}

.cat-menu__text {
	font-weight: 900;
}

.cat-menu__list {
	height: 0;
	opacity: 0;
	display: none;
	position: absolute;
	background: #e7004c;
	margin: 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	z-index: 1000;
	top: 100%;
	left: 6.5rem;
}

@media screen and (max-width: 1290px) and (min-width: 769px) {
	.cat-menu__list {
		left: 8rem;
	}
}

@media screen and (max-width: 450px) {
	.cat-menu__list {
		left: 0;
	}
}

.cat-menu__list a, .cat-menu__list a:visited {
	color: #fff;
}

.cat-menu__list li {
	padding: 6px 3em;
	min-width: 14em;
}

.cat-menu__list li:first-child {
	padding-top: 12px;
}

.cat-menu__list li:last-child {
	padding-bottom: 12px;
}

.cat-menu__list li:hover {
	background-color: #b8003d;
}

@media screen and (max-width: 780px) {
	.cat-menu__list {
		position: relative;
		width: 100%;
		box-shadow: none;
		padding: 0;
	}
}

.cat-menu__list.expanded {
	height: auto;
	opacity: 1;
	display: block;
}

.cat-menu__current-item {
	height: 60px;
	display: inline-block;
	overflow: hidden;
	border-bottom: 2px solid #fff;
	position: relative;
	top: 17px;
}

@media screen and (max-width: 450px) {
	.cat-menu__current-item {
		height: 44px;
	}
}

.cat-menu__current-item div {
	text-align: center;
}

.cat-menu__current-item.underlined {
	border-bottom: 1px solid #fff;
}

.cat-menu__button {
	display: inline;
	cursor: pointer;
	padding: 0 5px;
}

.cat-menu__icon {
	padding: 0 5px;
}

.cat-menu__text, .cat-menu__button, .cat-menu__icon {
	font-size: 40px;
}

@media screen and (max-width: 450px) {
	.cat-menu__text, .cat-menu__button, .cat-menu__icon {
		font-size: 26px;
	}
}

.cat-menu ul {
	margin: 0;
	padding: 0;
}

#archive-cat-menu-container {
	position: static;
	width: inherit;
	transform: none;
	max-width: 1290px;
}

@media screen and (max-width: 780px) {
	#archive-cat-menu-container {
		text-align: center;
	}
}

#archive-cat-menu-container h1 {
	margin: 0 0 15px;
}

#archive-cat-menu-container .cat-menu {
	position: relative;
}

#archive-cat-menu-container .cat-menu__current-item {
	height: max-content;
	top: 19px;
	border-bottom: 2px solid #fff;
}

#archive-cat-menu-container .cat-menu__text, #archive-cat-menu-container .cat-menu__button, #archive-cat-menu-container .cat-menu__icon {
	font-size: inherit;
}

@media screen and (max-width: 780px) {
	#archive-cat-menu-container .cat-menu__list.expanded {
		position: static;
	}
}

#archive-cat-menu-container ul a {
	color: #fff !important;
}

.archive-header {
	position: relative;
	padding-top: 2.23em;
}

.widget #menu-sex-is-categories {
	margin: 0 0 1.5em;
	padding-inline-start: 0;
}

.sidebar-cat-menu-container .cat-menu {
	display: inline-block;
}

.sidebar-cat-menu-container .cat-menu__text {
	font-weight: 900;
}

.sidebar-cat-menu-container .cat-menu__list {
	height: 0;
	opacity: 0;
	display: none;
	position: absolute;
	background: #e7004c;
	margin: 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	z-index: 1000;
	top: 100%;
	left: 28%;
}

.sidebar-cat-menu-container .cat-menu__list a, .sidebar-cat-menu-container .cat-menu__list a:visited {
	color: #fff;
}

.sidebar-cat-menu-container .cat-menu__list li {
	padding: 6px 3em;
	min-width: 14em;
}

.sidebar-cat-menu-container .cat-menu__list li:first-child {
	padding-top: 12px;
}

.sidebar-cat-menu-container .cat-menu__list li:last-child {
	padding-bottom: 12px;
}

.sidebar-cat-menu-container .cat-menu__list li:hover {
	background-color: #b8003d;
}

@media screen and (max-width: 780px) {
	.sidebar-cat-menu-container .cat-menu__list {
		position: relative;
		width: 100%;
		box-shadow: none;
		padding: 0;
	}
}

.sidebar-cat-menu-container .cat-menu__list.expanded {
	height: auto;
	opacity: 1;
	display: block;
}

.sidebar-cat-menu-container .cat-menu__current-item {
	height: 60px;
	display: inline-block;
	overflow: hidden;
	border-bottom: 2px solid #404040;
	position: relative;
	top: 17px;
}

@media screen and (max-width: 450px) {
	.sidebar-cat-menu-container .cat-menu__current-item {
		height: 44px;
	}
}

.sidebar-cat-menu-container .cat-menu__current-item div {
	text-align: center;
}

.sidebar-cat-menu-container .cat-menu__current-item.underlined {
	border-bottom: 1px solid #404040;
}

.sidebar-cat-menu-container .cat-menu__button {
	display: inline;
	cursor: pointer;
	padding: 0 5px;
}

.sidebar-cat-menu-container .cat-menu__icon {
	padding: 0 5px;
}

.sidebar-cat-menu-container .cat-menu__text, .sidebar-cat-menu-container .cat-menu__button, .sidebar-cat-menu-container .cat-menu__icon {
	font-size: 20px;
}

@media screen and (max-width: 450px) {
	.sidebar-cat-menu-container .cat-menu__text, .sidebar-cat-menu-container .cat-menu__button, .sidebar-cat-menu-container .cat-menu__icon {
		font-size: 18px;
	}
}

.sidebar-cat-menu-container .cat-menu ul {
	margin: 0;
	padding: 0;
}

/*--------------------------------------------------------------
# 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: #404040;
	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 {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-branding {
	max-width: 1290px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 0;
	clear: both;
}

.main-navigation {
	max-width: 1290px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.site-footer {
	border-top: 1px solid #e7004c;
	padding-top: 3rem;
}

.site-footer .footer-widget-area {
	padding-bottom: 5rem;
}

@media screen and (max-width: 780px) {
	.site-footer .footer-widget-area {
		padding-bottom: 1rem;
	}
}

.site-footer .site-info {
	background-color: #e7004c;
	padding: 30px 0;
	font-size: 14px;
	clear: both;
}

.site-footer .site-info p {
	color: #fff;
	margin: 0;
}

.site-footer .footer-menu {
	font-size: 24px;
	font-size: 1.5rem;
}

.site-footer .footer-menu ul {
	margin: 0;
	padding-inline-start: 0;
}

.site-footer .footer-menu ul li {
	margin: 0;
}

.site-footer .footer-menu ul li a,
.site-footer .footer-menu ul li a:visited {
	color: #404040;
}

.site-footer .footer-menu ul li a:hover {
	color: #e7004c;
}

.socialIcons {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 19.2px;
	font-size: 1.2rem;
}

.socialIcons li {
	float: right;
	padding: 0 20px 0 0;
}

.col-1-half {
	width: 48.1%;
	min-width: 48.1%;
	padding: 20px 0;
	float: left;
	content: "";
	display: table;
	table-layout: fixed;
}

@media screen and (max-width: 780px) {
	.col-1-half {
		width: 100%;
		min-width: 100%;
	}
}

.col-1-fourth {
	width: 22.15%;
	min-width: 22.15%;
	padding: 20px 0;
	float: left;
	content: "";
	display: table;
	table-layout: fixed;
}

@media screen and (max-width: 780px) {
	.col-1-fourth {
		width: 100%;
		min-width: 100%;
	}
}

.search-page {
	padding: 5rem 0 15rem;
}

.search-page form {
	margin: 0 auto;
}

.search-page form input.search-field {
	width: 70%;
}

.grid-posts-container {
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
	padding: 1rem;
	max-width: 1290px;
	margin: 0 auto;
}

.grid-posts-container .widget-area {
	grid-column: 4 / 5;
	grid-row: 1 / -1;
	background-color: #ededed;
	color: #404040;
	padding: .5em 1.5em;
}

.grid-posts-container .grid-post-item .entry-title {
	margin: 0;
}

.grid-posts-container .grid-post-item .entry-content {
	margin: 0;
	max-width: 100%;
}

.grid-posts-container .grid-post-item embed,
.grid-posts-container .grid-post-item iframe,
.grid-posts-container .grid-post-item object {
	height: 235px;
}

@media screen and (max-width: 1024px) {
	.grid-posts-container {
		grid-template-columns: repeat(3, 30%);
	}
	.grid-posts-container .widget-area {
		grid-column: 3 / 4;
	}
}

@media screen and (max-width: 780px) {
	.grid-posts-container {
		grid-template-columns: repeat(2, 48%);
	}
	.grid-posts-container .widget-area {
		grid-column: 2 / 3;
	}
}

@media screen and (max-width: 450px) {
	.grid-posts-container {
		grid-template-columns: 100%;
	}
	.grid-posts-container .widget-area {
		grid-column: auto;
		grid-row: auto;
	}
}

.grid-sidebar-wrapper {
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: 1fr 300px;
	grid-gap: 30px;
	padding: 1rem;
	max-width: 1290px;
	margin: 0 auto;
}

@media screen and (max-width: 780px) {
	.grid-sidebar-wrapper {
		grid-template-columns: 100%;
	}
}

.grid-sidebar-wrapper .grid-posts-container {
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: repeat(2, 48%);
	padding: 0;
	max-width: 100%;
	width: 100%;
}

@media screen and (max-width: 900px) {
	.grid-sidebar-wrapper .grid-posts-container {
		grid-template-columns: 100%;
		grid-gap: 0;
	}
}

.grid-sidebar-wrapper .grid-posts-container .grid-post-item:first-child {
	grid-column: 1 / span 2;
}

@media screen and (max-width: 900px) {
	.grid-sidebar-wrapper .grid-posts-container .grid-post-item:first-child {
		grid-column: 1 / span 1;
	}
}

@media screen and (min-width: 1290px) {
	.grid-sidebar-wrapper .grid-posts-container .grid-post-item:first-child embed,
	.grid-sidebar-wrapper .grid-posts-container .grid-post-item:first-child iframe,
	.grid-sidebar-wrapper .grid-posts-container .grid-post-item:first-child object {
		height: 528px;
		width: 100%;
	}
}

@media screen and (max-width: 1290px) {
	.grid-sidebar-wrapper .grid-posts-container .grid-post-item:first-child embed,
	.grid-sidebar-wrapper .grid-posts-container .grid-post-item:first-child iframe,
	.grid-sidebar-wrapper .grid-posts-container .grid-post-item:first-child object {
		height: 40vw;
	}
}

@media screen and (max-width: 1024px) {
	.grid-sidebar-wrapper .grid-posts-container .grid-post-item:first-child embed,
	.grid-sidebar-wrapper .grid-posts-container .grid-post-item:first-child iframe,
	.grid-sidebar-wrapper .grid-posts-container .grid-post-item:first-child object {
		height: 36vw;
	}
}

@media screen and (max-width: 900px) {
	.grid-sidebar-wrapper .grid-posts-container .grid-post-item:first-child embed,
	.grid-sidebar-wrapper .grid-posts-container .grid-post-item:first-child iframe,
	.grid-sidebar-wrapper .grid-posts-container .grid-post-item:first-child object {
		height: 35vw;
	}
}

@media screen and (max-width: 780px) {
	.grid-sidebar-wrapper .grid-posts-container .grid-post-item:first-child embed,
	.grid-sidebar-wrapper .grid-posts-container .grid-post-item:first-child iframe,
	.grid-sidebar-wrapper .grid-posts-container .grid-post-item:first-child object {
		height: 55vw;
	}
}

.grid-sidebar-wrapper .grid-posts-container .grid-post-item .entry-title {
	margin: 0;
}

.grid-sidebar-wrapper .grid-posts-container .grid-post-item .entry-content {
	margin: 0;
	max-width: 100%;
}

.grid-sidebar-wrapper .grid-posts-container .grid-post-item embed,
.grid-sidebar-wrapper .grid-posts-container .grid-post-item iframe,
.grid-sidebar-wrapper .grid-posts-container .grid-post-item object {
	height: 257px;
	width: 100%;
}

@media screen and (max-width: 1290px) {
	.grid-sidebar-wrapper .grid-posts-container .grid-post-item embed,
	.grid-sidebar-wrapper .grid-posts-container .grid-post-item iframe,
	.grid-sidebar-wrapper .grid-posts-container .grid-post-item object {
		height: 20vw;
	}
}

@media screen and (max-width: 1024px) {
	.grid-sidebar-wrapper .grid-posts-container .grid-post-item embed,
	.grid-sidebar-wrapper .grid-posts-container .grid-post-item iframe,
	.grid-sidebar-wrapper .grid-posts-container .grid-post-item object {
		height: 18vw;
	}
}

@media screen and (max-width: 900px) {
	.grid-sidebar-wrapper .grid-posts-container .grid-post-item embed,
	.grid-sidebar-wrapper .grid-posts-container .grid-post-item iframe,
	.grid-sidebar-wrapper .grid-posts-container .grid-post-item object {
		height: 35vw;
	}
}

@media screen and (max-width: 780px) {
	.grid-sidebar-wrapper .grid-posts-container .grid-post-item embed,
	.grid-sidebar-wrapper .grid-posts-container .grid-post-item iframe,
	.grid-sidebar-wrapper .grid-posts-container .grid-post-item object {
		height: 55vw;
	}
}

.grid-sidebar-wrapper .widget-area {
	grid-column: 2 / 3;
	grid-row: 1 / -1;
	background-color: #ededed;
	color: #404040;
	padding: .5em 1.5em;
}

@media screen and (max-width: 780px) {
	.grid-sidebar-wrapper .widget-area {
		grid-column: auto;
		grid-row: auto;
	}
}

.grid-single-container {
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: 70% 25%;
	grid-gap: 30px;
	padding: 1rem;
	max-width: 1290px;
	margin: 0 auto;
}

@media screen and (max-width: 780px) {
	.grid-single-container {
		grid-template-columns: 100%;
	}
}

.grid-single-container .widget-area {
	grid-column: 2 / 3;
	grid-row: 1 / -1;
	background-color: #ededed;
	color: #404040;
	padding: .5em 1.5em;
}

@media screen and (max-width: 780px) {
	.grid-single-container .widget-area {
		grid-column: auto;
		grid-row: auto;
	}
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em auto;
	max-width: 1290px;
}

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

.entry-header,
.entry-footer,
.post-thumbnail {
	margin: 0 auto;
}

.entry-header .cat-links,
.entry-header .tag-links,
.entry-footer .cat-links,
.entry-footer .tag-links,
.post-thumbnail .cat-links,
.post-thumbnail .tag-links {
	padding: 0 10px 0 0;
}

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

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

.bypostauthor {
	display: block;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
