/*!
Theme Name: it_2020
Theme URI: http://underscores.me/
Author: Catcoder
Author URI: http://catcoder.ru
Description: Special WP theme for Institute of Theatre
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: it_2020
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.

it_2020 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
# Header
# Navigation
	## Links
	## Menus
# Layouts
	## Home_page
	## Single
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Mobile
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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
--------------------------------------------------------------*/
@font-face {
  font-family: 'glyphicons-halflings-regular';
  src: url("fonts/glyphicons-halflings-regular.eot");
  src: url("fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("fonts/glyphicons-halflings-regular.woff") format("woff"), url("fonts/glyphicons-halflings-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'red_ringregular';
  src: url("fonts/redring-webfont.eot");
  src: url("fonts/redring-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/redring-webfont.woff2") format("woff2"), url("fonts/redring-webfont.woff") format("woff"), url("fonts/redring-webfont.ttf") format("truetype"), url("fonts/redring-webfont.svg#red_ringregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'red_ringlight';
  src: url("fonts/redring_light-webfont.eot");
  src: url("fonts/redring_light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/redring_light-webfont.woff2") format("woff2"), url("fonts/redring_light-webfont.woff") format("woff"), url("fonts/redring_light-webfont.ttf") format("truetype"), url("fonts/redring_light-webfont.svg#red_ringlight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'red_ringbold';
  src: url("fonts/redring_bold-webfont.eot");
  src: url("fonts/redring_bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/redring_bold-webfont.woff2") format("woff2"), url("fonts/redring_bold-webfont.woff") format("woff"), url("fonts/redring_bold-webfont.ttf") format("truetype"), url("fonts/redring_bold-webfont.svg#red_ringbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "red_ringlight", Helvetica, Arial, "sans-serif";
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  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 {
  -webkit-box-sizing: border-box;
          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/ */
  -webkit-box-sizing: inherit;
          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%;
}

#swipebox-overlay {
  background: rgba(0, 0, 0, 0.75);
}

#swipebox-bottom-bar {
  bottom: 50% !important;
  background: none !important;
  opacity: .9;
}

#swipebox-bottom-bar.visible-bars, #swipebox-top-bar.visible-bars {
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 1;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 130% !important;
  height: 100px !important;
  max-width: 1400px !important;
}

#swipebox-top-bar {
  top: -5px;
  background: rgba(0, 0, 0, 0.4);
  line-height: 50px;
  color: #fff !important;
  font-size: 15px;
  font-family: 'red_ringlight';
}

#swipebox-slider .slide.current img {
  border: 50px solid #ffffff !important;
  max-height: 90%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

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

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

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

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.wac {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 260px 1fr;
      grid-template-columns: 260px 1fr;
  width: 100%;
}

header.aside-header {
  padding: 35px;
  padding-bottom: 0;
  overflow-y:auto;
  max-height:100vh;
}

header.aside-header::-webkit-scrollbar {
  width: 0px;
  background: rgba(255, 255, 255, 0);
}

header.aside-header > * {
  padding-left: 14px;
  padding-right: 14px;
}

.header_logo > a {
  display: block;
  height: 60px;
  background: url(i/it_logo.png) left center no-repeat;
  background-size:contain;
}

.site-branding {
  padding: 17px 0;
  margin: 15px 0 12px;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}

.site-branding h1 {
  font-size: 16px;
  font-size: 1rem;
  /* text-align: center; */
  margin: 0 0 0.3em;
  font-family: "red_ringregular", Helvetica, Arial, "sans-serif";
}

.site-branding h1 a {
  text-decoration: none;
  color: black;
  text-transform: uppercase;
}

.site-branding p {
  font-size: 11.2px;
  font-size: 0.7rem;
  font-family: "red_ringregular", Helvetica, Arial, "sans-serif";
  font-weight: 700;
  /* text-align: center; */
  margin: 0;
  /* padding: 0 7%; */
  line-height: 1.2;
}

.site-branding p.align_left {
  text-align: left;
  padding: 0;
}

.maska_logo {
  padding: 20px 14px;
  margin: 7px 0 0px;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}

.maska_logo a {
  display: block;
  margin-left: -17px;
  height: 150px;
  background: url(i/maska_logo1.png) center left no-repeat;
  background-size: contain;
}

.head_buttons {
  padding: 20px 14px;
  border-bottom: 1px solid #c4c4c4;
}

.head_buttons a {
  width: 80%;
  display: block;
  color: #7ccace;
  font-family: "red_ringregular", Helvetica, Arial, "sans-serif";
  font-weight: 700;
  font-size: 11.2px;
  font-size: 0.7rem;
  border: 1px #7ccace solid;
  padding: 8px 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 18px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.head_buttons a:last-of-type {
  margin-bottom: 0;
}

.head_buttons a:hover {
  color: white;
  background-color: #7ccace;
}

.head_social {
  padding: 20px 14px 0px;
}

.head_social a {
  margin-right: 22px;
}

.head_social a:last-of-type {
  margin-right: 0;
}

.head_social a:hover {
  color: black;
}

footer {
  display: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #7ccace;
}

a:visited {
  color: #7ccace;
}

a:hover, a:focus, a:active {
  color: #7ccace;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  width: 100%;
}

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

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  /* :hover > a,
			.focus > a {
			}

			a:hover,
			a.focus {
			} */
}

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

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

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

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

.main-navigation li {
  display: block;
  position: relative;
  padding: 8px 0;
  /* &:hover > a,
		&.focus > a {
		} */
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  font-family: "red_ringregular", Helvetica, Arial, "sans-serif";
  font-weight: 700;
  font-size: 14.4px;
  font-size: 0.9rem;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current-post-parent > a {
  color: #7ccace;
}

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

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

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

/*--------------------------------------------------------------
# Layouts
## Home_page
--------------------------------------------------------------*/
body.home {
  height: 100vh;
  overflow: hidden;
}

.home__main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100vh;
}

.home__main > div {
  padding: 35px;
}

.home__flow {
  background-color: #7ccace;
  color: #fff;
  overflow: auto;
}

.home__flow::-webkit-scrollbar {
  width: 0px;
  background: rgba(255, 255, 255, 0);
}

.home__flow a,
.home__flow a:hover,
.home__flow a:visited {
  color: #fff;
  text-decoration: none;
}

.home__flow header.entry-header {
  position: relative;
  padding: 30px 0 30px 30px;
}

.home__flow header.entry-header:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  border-top: 7px solid white;
  border-right: 7px solid white;
  right: 0;
  top: 30px;
}

.home__flow header.entry-header h2.entry-title-flow {
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding-bottom: 40px;
  margin: 0;
  padding-right: 50px;
}

.home__flow header.entry-header .home__excerpt p {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.home__flow article {
  padding-bottom: 80px;
  border-bottom: 1px solid white;
}

.home__flow_thumbnail {
  position: relative;
}

.home__flow_thumbnail img {
  width: 100%;
  height: auto;
}

.home__flow_thumbnail .home__flow_date {
  position: absolute;
  top: 20px;
  left: 20px;
  color: white;
  font-size: 1.4em;
  padding: 0 10px 10px;
  border-bottom: 1px solid white;
  font-weight: 700;
  letter-spacing: .1rem;
  text-shadow: 0px 0px 25px #949494;
}

.home__screen {
  height: 100vh;
  overflow-y: auto;
}

.home__screen article {
  display: none;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.home__screen article:first-of-type {
  display: block;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.home__screen article header.entry-header {
  position: relative;
  padding: 30px 0;
}

.home__screen article header.entry-header:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  border-top: 7px solid #7ccace;
  border-right: 7px solid #7ccace;
  right: 0;
  top: 0;
}

.home__screen article h2 {
  font-size: 1rem;
  text-transform: uppercase;
  margin-top: 0;
}

.home__screen article h2 a {
  text-decoration: none;
  color: black;
}

.home__screen article h2 a:hover {
  text-decoration: underline;
}

.home__screen article .home__screen_dates {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.home__screen article .home__screen_dates span {
  color: #7ccace;
  font-size: 1.4em;
  padding: 0 10px 10px 0;
  border-bottom: 1px solid #7ccace;
  font-weight: 700;
  letter-spacing: .1rem;
}

.home__screen article .home__excerpt p {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.home__screen article .home__screen_thumbnail {
  min-height: 17vw;
  display: block;
}

.home__screen article .cat_class {
  margin: 2em 0 1em;
}

.grecaptcha-badge {
  display: none;
}

/*--------------------------------------------------------------
## Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Single
--------------------------------------------------------------*/
.single .site-content {
  padding: 0 0 35px;
}

.single .content-area {
  padding: 0 35px;
  border-left: 1px solid #7ccace;
}

.single article .entry-header h1 {
  border-bottom: 1px solid #d0eef0;
  margin-bottom: .75em;
  padding-bottom: .75em;
  text-transform: uppercase;
}

.single article .post-thumbnail {
  height: 430px;
  max-width: 1050px;
}

.single .multifield {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 0 60px;
  padding: 45px 30px;
}

.single .multifield .entry-content {
  margin: 0;
}

.entry-info > div {
  padding: 30px 60px;
  border-bottom: 1px solid #7ccace;
}

.entry-info > div.hid {
  display: none;
}

.entry-info .media_icons > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  padding-top: 30px;
}

.entry-info > div.single__prj_dates {
  padding: 10px 60px 20px;
}

.single__prj_dates span {
  font-size: 1em;
  /* font-family: "red_ringregular", Helvetica, Arial, "sans-serif"; */
}

.single__prj_places {
  color: #7ccace;
  /* font-weight: 700; */
}

.single__prj_places p {
  margin-top: 0;
}

.single__prj_places p:last-of-type {
  margin-bottom: 0;
}

.single__prj_places a {
  display: block;
  text-decoration: none;
  font-family: "red_ringregular", Helvetica, Arial, "sans-serif";
  font-size: 1em;
  line-height: 1.8;
  font-weight:normal;
}

.single__prj_people {
  color: #7ccace;
  font-size: 90%;
}

.lab_students p{
	margin-top:.2em;
}

.single__prj_people div {
  margin: 0 0 1.4em;
}

.single__prj_people div:last-of-type {
  margin-bottom: 0;
}

.single__prj_partners {
  color: #7ccace;
}

.single__prj_partners h4 {
  margin-top: 0;
}

.single__prj_partners ul {
  margin: -10px -10px;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single__prj_partners ul li {
  margin: 10px;
  max-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single__prj_partners ul li a {
  display: block;
  margin: auto;
}

.lab_dop_info {
  margin-top: 0;
}

.post + h3 {
  text-transform: uppercase;
  color: #7ccace;
  padding-left: 30px;
}

.cat_class {
  text-transform: uppercase;
  margin: 0 0 1em;
  font-weight: 700;
  font-size: 90%;
}

.lab_events.cat_grid .cat_block .lab_name a {
  color: #404040;
  text-decoration: none;
}

.lab_events.cat_grid .cat_block .lab_place p {
  margin: 0;
}

/*--------------------------------------------------------------
## Category
--------------------------------------------------------------*/
.container.category {
  padding: 0 45px 45px;
  border-left: 1px solid #c4c4c4;
}

.container.category h1 {
  margin-bottom: .75em;
}

.cat_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 45px 45px;
  margin-bottom: 60px;
}

.cat_grid.lab_events {
  padding: 30px;
}

.category-media .cat_grid {
  margin-top: 2rem;
}

.cat_block {
  position: relative;
}

.cat_block .lab_photo {
  min-height: 400px;
  color: white;
  position: relative;
}

.cat_block .lab_photo > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: block;
  z-index: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

.cat_block .lab_photo > a:hover {
  background: none;
}

.cat_block .cat_class {
  text-transform: uppercase;
  position: relative;
  padding-left: 45px;
  padding-top: 40px;
  z-index: 2;
}

.cat_block .cat_class a, .cat_block .cat_class a:visited {
  color: #ffffff;
  text-decoration: none;
}

.cat_block .cat_name {
  position: absolute;
  bottom: 20px;
  padding: 5px 7% 5px 10px;
  font-family: "red_ringregular", Helvetica, Arial, "sans-serif";
  font-size: 1.5em;
  border-bottom: 1px solid white;
  left: 20px;
  max-width: calc(100% - 40px);
  line-height: 1.3;
}

.cat_ugol_left {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 20px;
  top: 20px;
  border-left: 10px solid white;
  border-top: 10px solid white;
}

.lab_info {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lab_info.w_reglink > div {
  max-width: calc(100% - 200px);
}

.lab_info .lab_name {
  font-family: "red_ringregular", Helvetica, Arial, "sans-serif";
  font-size: 1.5em;
  text-transform: uppercase;
}

.lab_info .lab_place {
  color: #7ccace;
  font-size: 1.1rem;
  font-family: "red_ringregular", Helvetica, Arial, "sans-serif";
}

.lab_info .lab_place p{
	margin-top:.2em;
}

.lab_info .lab_reg {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #7ccace;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 90%;
}

.lab_info .lab_reg:hover {
  background: #7ccace;
  color: white;
}

h2.year_nom {
  font-size: 3rem;
  padding-bottom: 1rem;
  color: #7ccace;
}

/*--------------------------------------------------------------
## People
--------------------------------------------------------------*/
.people {
  padding: 0 45px 0 45px;
  border-left: 1px solid #c4c4c4;
  min-height: 100vh;
}

.ppl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (230px)[auto-fill];
      grid-template-columns: repeat(auto-fill, 230px);
  gap: 30px 30px;
}

.ppl_img {
  min-height: 15.78vw;
  position: relative;
}

.ppl_ugol_right {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-right: 10px solid white;
  border-bottom: 10px solid white;
}

.ppl_line_text {
  font-family: "red_ringregular", Helvetica, Arial, "sans-serif";
  font-size: 1rem;
  text-transform: uppercase;
  color: #7ccace;
  padding: 10px 20px 0;
}

/*--------------------------------------------------------------
## Partners
--------------------------------------------------------------*/
.partners {
  padding: 0 35px 0 35px;
  border-left: 1px solid #c4c4c4;
  min-height: 95vh;
}

.partners h1 {
  margin-bottom: .75em;
}

.ptn {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 45px 45px;
}

.ptn_block {
  min-height: 13.15vw;
  position: relative;
  color: white;
}

.ptn_block > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: block;
  z-index: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

.ptn_block > a:hover {
  background: none;
}

.ptn_block .ptn_class {
  text-transform: uppercase;
  position: relative;
  padding-left: 45px;
  padding-top: 40px;
  z-index: 2;
}

.ptn_block .ptn_name {
  position: absolute;
  bottom: 20px;
  padding: 5px 10px;
  font-family: "red_ringregular", Helvetica, Arial, "sans-serif";
  font-size: 1.2vw;
  border-bottom: 1px solid white;
  left: 20px;
  max-width: calc(100% - 40px);
  line-height: 1.3;
}

.ptn_ugol_left {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 20px;
  top: 20px;
  padding-left: 10px;
  padding-top: 5px;
  border-left: 10px solid white;
  border-top: 10px solid white;
  z-index: 3;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          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;
}

.align_left {
  text-align: left;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

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

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

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

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

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

.grayscale {
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}

/*--------------------------------------------------------------
# Mobile
--------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .home__screen,
  .aside-header > div {
    display: none;
  }
  body, button, input, select, optgroup, textarea {
    font-size: 14px;
    font-size: .9rem;
  }
  body.home {
    height: auto;
    overflow: auto;
  }
  header.aside-header {
    padding: 15px;
    height: auto;
    position: fixed;
    background: #7ccace;
    width: 100%;
    z-index: 100;
  }
  .aside-header {
    position: relative;
  }
  .aside-header > div.brand-name {
    display: block;
    position: absolute;
    padding: 0;
    top: 10px;
    margin: 0;
    border-top: none;
    border-bottom: none;
    color: white;
    padding-left: 45px;
  }
  .aside-header > div.brand-name h1.site-title {
    margin-bottom: 0;
  }
  .aside-header > div.brand-name h1.site-title a {
    color: white;
  }
  .aside-header > div.brand-name p {
    font-size: 0.7rem;
    font-family: "red_ringlight", Helvetica, Arial, "sans-serif";
    margin: 0;
    line-height: 1.2;
    font-weight: normal;
  }
  .aside-header > div.brand-name p strong {
    font-weight: normal;
  }
  .main-navigation .menu-toggle {
    cursor: pointer;
    margin: 0;
    padding-left: 1.25em;
    position: relative;
    width: 30px;
    height: 30px;
    border: none;
  }
  .main-navigation .menu-toggle:focus, .main-navigation .menu-toggle:active {
    border: none;
    outline: none;
  }
  .main-navigation .menu-toggle .menu-global {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: absolute;
    left: 0;
    border-top: 3px solid white;
    width: 100%;
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  .main-navigation .menu-toggle .menu-top {
    top: 0;
  }
  .main-navigation .menu-toggle .menu-middle {
    top: 12px;
  }
  .main-navigation .menu-toggle .menu-bottom {
    top: 24px;
  }
  .main-navigation .menu-toggle .menu-top-click {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    top: 12px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.35s 0.3s;
    transition: 0.35s 0.3s;
  }
  .main-navigation .menu-toggle .menu-middle-click {
    opacity: 0;
  }
  .main-navigation .menu-toggle .menu-bottom-click {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    top: 12px;
    -webkit-transform: rotate(-410deg);
            transform: rotate(-410deg);
    -webkit-transition: 0.35s 0.3s;
    transition: 0.35s 0.3s;
  }
  .main-navigation .nav-menu a {
    color: white;
    font-weight: 500;
    font-family: "red_ringregular", Helvetica, Arial, "sans-serif";
    font-size: 1rem;
  }
  .menu-toggle,
  .main-navigation.toggled ul {
    background: #7ccace;
    -webkit-transition: .1s all ease;
    transition: .1s all ease;
  }
  header.aside-header > #site-navigation {
    display: block;
    padding: 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
  }
  .site-content {
    padding-top: 60px;
  }
  .wac {
    display: block;
    width: 100%;
  }
  .home__main {
    display: block;
    width: 100%;
    height: auto;
  }
  .home__main > div {
    padding: 15px;
  }
  .home__flow article {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .home__flow article header.entry-header {
    position: relative;
    padding: 30px 0 15px;
  }
  .home__flow article header.entry-header:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-top: 5px solid white;
    border-right: 5px solid white;
    right: 0;
    top: 30px;
  }
  .home__flow article header.entry-header h2.entry-title-flow {
    font-size: 1.1rem;
    padding-left: 0;
    padding-bottom: 15px;
    text-transform: none;
    padding-right: 40px;
  }
  .home__flow header.entry-header .home__excerpt p {
    font-size: .8em;
    font-weight: normal;
    text-transform: none;
    font-family: "red_ringregular", Helvetica, Arial, "sans-serif";
  }
  .home__flow_thumbnail .home__flow_date {
    top: 15px;
    left: 15px;
    font-size: 1em;
    padding: 0 5px 5px;
    line-height: 1;
  }
  .menu-top_navigation-container {
    -webkit-transition: .1s all ease;
    transition: .1s all ease;
  }
  .toggled .menu-top_navigation-container {
    padding-top: 10px;
  }
  .container.category {
    padding: 0 15px 45px;
    border-left: none;
  }
  h2.year_nom {
    font-size: 1.2rem;
    padding-bottom: 1rem;
    color: #7ccace;
  }
  .cat_grid {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 45px 45px;
    margin-bottom: 60px;
  }
  .cat_block .lab_photo {
    min-height: 200px;
    color: white;
    position: relative;
  }
  .cat_ugol_left,
  .ptn_ugol_left {
    width: 30px;
    height: 30px;
    left: 15px;
    top: 15px;
    border-left: 5px solid white;
    border-top: 5px solid white;
  }
  .cat_block .cat_class {
    padding-left: 30px;
    padding-top: 25px;
  }
  .cat_block .cat_name {
    position: absolute;
    bottom: 15px;
    padding: 5px 10px;
    font-size: 1em;
    left: 15px;
    max-width: calc(100% - 30px);
  }
  .lab_info {
    padding: 15px 0 0;
  }
  .lab_info .lab_name {
    font-size: 1em;
    line-height: 1.3;
    margin-bottom: 0;
    text-transform: none;
  }
  .lab_info .lab_place {
    font-size: .7rem;
  }
  .people,
  .partners {
    padding: 0 15px;
    border-left: none;
  }
  .ppl_img {
    min-height: 90vw;
    position: relative;
  }
  .entry-content h2 {
    font-size: 1.2em;
    line-height: 1.3;
  }
  .ptn {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 15px 15px;
  }
  .ptn_block {
    min-height: 150px;
  }
  .ptn_block:last-of-type {
    margin-bottom: 45px;
  }
  .ptn_block .ptn_name {
    position: absolute;
    bottom: 20px;
    padding: 5px 10px;
    font-family: "red_ringregular", Helvetica, Arial, "sans-serif";
    font-size: 1.3em;
    border-bottom: 1px solid white;
    left: 20px;
  }
  .ppl {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 230px [auto-fill];
    grid-template-columns: repeat(1, 1fr);
  }
  .single .content-area {
    padding: 60px 15px;
    border-left: none;
  }
  .single .multifield {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 0 60px;
    padding: 15px 0px;
  }
  .entry-info > div, .entry-info > div.single__prj_dates {
    padding: 30px 0;
    border-bottom: 1px solid #7ccace;
  }
  .single__prj_dates span {
    font-size: 1.2em;
  }
  .single__prj_places {
    color: #7ccace;
    font-size: 1em;
    font-weight: 700;
  }
  .single article .post-thumbnail {
    height: 39vw;
    max-width: 100%;
  }
  
  .entry-content ul{
	  margin-left:0;
  }
  
   .single article.post-3741 .post-thumbnail {
    height: 50vw;
    max-width: 100%;
	background-size:contain!important;
  }
  footer {
    display: block;
    text-align: center;
    padding: 15px;
    font-size: .8em;
    color: white;
    background-color: #7ccace;
    line-height: 1.6;
  }
  footer a, footer a:visited {
    color: white;
  }
}

/*last line */
