/*
Theme Name: Cartierul creativ
Theme URI: http://underscores.me/
Author: Nexio
Author URI: http://www.nexio.ro
Description: A custom WP theme for Cartierul Creativ
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cartierul-creativ
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.

Cartierul creativ 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
# Content
	## Posts and pages
# Infinite scroll
# Header
--------------------------------------------------------------*/

@font-face {
    font-family: BrownRegular;
    src: url('fonts/Brown-Regular.otf');
}

@font-face {
    font-family: BrownBold;
    src: url('fonts/Brown-Bold.otf');
}

@font-face {
    font-family: BrownLtItalic;
    src: url('fonts/Brown-Light-Italic.otf');
}


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

/* 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
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    /*color: #000;*/
    color: #0b2e13;
    font-family: BrownRegular, sans-serif;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1;
    letter-spacing: 0.5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: BrownBold, sans-serif;
    line-height: 1;
    letter-spacing: 0.5px;
}

h1 {
    font-size: calc(38px + (72 - 38) * ((100vw - 320px) / (1920 - 320)));
}

h2 {
    font-size: calc(26px + (48 - 26) * ((100vw - 320px) / (1920 - 320)));
}

h3 {
    font-size: calc(20px + (36 - 20) * ((100vw - 320px) / (1920 - 320)));
}

h4 {
    font-size: calc(14px + (25 - 14) * ((100vw - 320px) / (1920 - 320)));
}

p {
    margin-bottom: 0;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    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;
}

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

ul,
ol {
    margin: 0;
}

ul {
    list-style: none;
}

ol {
    list-style: none;
}

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

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

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

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

a:visited {
    color: inherit;
}

a:hover,
a:focus,
a:active {
    color: inherit;
}

a:focus {
    outline: none;
}

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

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

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

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

.post,
.page {
    margin: 0;
}

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

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

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

/*--------------------------------------------------------------
# Custom background
--------------------------------------------------------------*/

body {
    height: 100vh;
    position: relative;
    overflow-x: hidden;
}

.circle {
    position: absolute;
    border-radius: 50%;
    z-index: -2;
}

.line {
    position: absolute;
    z-index: -2;
}


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

.container {
    max-width: 1712px;
}

.container.center-page {
    max-width: 1400px;
}

.pink-bg {
    background-color: #f47c7d;
}

.green-bg {
    background-color: #4b9526;
}

.ltblue-bg {
    background-color: #46ade0;
}

.darkgreen-bg {
    background-color: #0b3600;
}

.white-bg {
    background-color: #fff;
}

#masthead {
    padding-top: calc(20px + (100 - 20) * ((100vw - 320px) / (1920 - 320)));
}

#masthead .site-branding img {
    height: 50px;
    object-fit: contain;
}

.navigation-container {
    height: 75px;
    /* padding: 0 70px 0 100px !important; */
    padding: 0 calc(25px + (85 - 25) * ((100vw - 320px) / (1920 - 320))) !important;
}

.language-switcher {
    height: 50px;
}

#primary-menu.menu {
    padding-left: 0;
}

#primary-menu li {
    margin: 0 40px;
    padding: 20px 0;
    position: relative;
}

#primary-menu li a {
    color: #fff;
    font-size: calc(12px + (16 - 12) * ((100vw - 992px) / (1920 - 992)));
    text-transform: capitalize;
}

#primary-menu li:first-of-type {
    margin-left: 0;
}


#header-social-navigation li a {
    margin: 0 10px;
}

#primary-menu li:last-of-type,
#header-social-navigation li:last-of-type a {
    margin-right: 0;
}

#logo-link {
    /* position: absolute; */
    display: block;
    /* left: -200px; */
    z-index: 1;
}

#primary-menu li ul.sub-menu {
    display: none;
    left: -20px;
    padding: 0 20px;
    position: absolute;
    top: 50px;
    width: calc(175px + (300 - 175) * ((100vw - 1024px) / (1920 - 1024)));
    z-index: 1;
}

#primary-menu li ul.sub-menu,
#primary-menu ul.sub-menu li {
    background-color: #f47c7d;
}

#primary-menu .menu-item-has-children:hover ul.sub-menu {
    display: block;
}

#primary-menu ul.sub-menu li {
    margin-left: 0;
}

/* .navigation-container:after {
    content: '';
    background-color: #f47c7d;
    display: block;
    height: 100%;
    width: 225px;
    position: absolute;
    right: -270px;
    top: 0;
    z-index: 0;
} */

#site-navigation #primary-menu,
#header-social-navigation #social-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
}

.language-switcher ul {
    padding-inline-start: 0;
}

.language-switcher ul li {
    display: inline-block;
}

.language-switcher a {
    /* color: #fff; */
    font-size: calc(12px + (16 - 12) * ((100vw - 1024px) / (1920 - 1024)));
}

.language-switcher .current-lang a {
    text-decoration: underline;
}

.language-switcher .lang-item:first-of-type a:after {
    content: '|';
    /* color: #fff; */
    display: inline-block;
    margin: 0 0 0 6px;
}

.language-switcher .lang-item:nth-of-type(2) {
    padding-left: 0;
}

#search-btn:hover {
    cursor: pointer;
}

#search-overlay {
    display: none;
}

.block {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    text-align: center;
    background: #f47c7d;
    border: #f47c7d solid 1px;
    margin: 0;
    z-index: 999;
}

.block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: 0;
}

.centered {
    color: #FFF;
    border: none;
    background: transparent;
    display: inline-block;
    padding: 10px 15px;
    vertical-align: middle;
    width: 50%;
}

#search-box {
    position: relative;
    width: 100%;
    margin: 0;
}

.search-form {
    height: auto;
    background-color: #fff;
    overflow: hidden;
}

.search-form label {
    margin: 0;
    width: 90%;
}

.search-field {
    font-size: 14px;
    color: #ddd;
    background: transparent;
}

#search-box input[type="search"] {
    border: none;
    color: #333;
    font-size: 16px;
    outline: none;
    padding: 20px;
    width: 100%;
}

#search-box .search-submit {
    background-color: #4b9526;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 100%;
    outline: none;
    position: absolute;
    right: 0;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 150px;
}

#close-btn {
    position: fixed;
    top: 1em;
    right: 1em;
    width: 50px;
}

#close-btn:hover {
    cursor: pointer;
}


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

#colophon {
    color: #fff;
    margin-top: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));

}

#colophon .center-page.container {
    padding: calc(35px + (65 - 35) * ((100vw - 320px) / (1920 - 320))) calc(25px + (85 - 25) * ((100vw - 320px) / (1920 - 320))) calc(40px + (75 - 40) * ((100vw - 320px) / (1920 - 320)));
    /* padding-bottom: calc(40px + (75 - 40) * ((100vw - 320px) / (1920 - 320))); */
}

#colophon h4 {
    border-bottom: 5px solid #fff;
    padding-bottom: calc(8px + (15 - 8) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: calc(21px + (40 - 21) * ((100vw - 320px) / (1920 - 320)));
}

/* #colophon .follow-us h4 {
    margin-bottom: calc(45px + (85 - 45) * ((100vw - 320px) / (1920 - 320)));
} */

#colophon a:hover {
    text-decoration: none;
}

#footer-social-navigation a img {
    object-fit: contain;
    width: calc(25px + (62 - 25) * ((100vw - 320px) / (1920 - 320)));
}

#footer-social-navigation a:last-child img {
    margin-left: calc(14px + (25 - 14) * ((100vw - 320px) / (1920 - 320)));
}

.mc4wp-form-fields input {
    display: block;
}

#subForm input[type="text"],
#subForm input[type="email"] {
    background-color: #f47c7d;
    border: 4px solid #fff;
    border-radius: 0;
    color: #fff;
    margin-bottom: calc(8px + (15 - 8) * ((100vw - 320px) / (1920 - 320)));
    padding: calc(8px + (15 - 8) * ((100vw - 320px) / (1920 - 320))) 10px calc(8px + (15 - 8) * ((100vw - 320px) / (1920 - 320))) 35px;
    outline: none;
    width: 100%;
}

#subForm input[type="email"] {
    margin-bottom: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
}


#subForm input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fac5c5;
}

#subForm input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #fac5c5;
}

#subForm input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #fac5c5;
}

#subForm input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: #fac5c5;
}

#subForm input[type="email"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fac5c5;
}

#subForm input[type="email"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #fac5c5;
}

#subForm input[type="email"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #fac5c5;
}

#subForm input[type="email"]:-moz-placeholder {
    /* Firefox 18- */
    color: #fac5c5;
}

#subForm .js-cm-submit-button {
    background-color: #fff;
    border: none;
    border-radius: 0;
    color: #f47c7d;
    font-family: BrownBold, sans-serif;
    font-size: calc(14px + (25 - 14) * ((100vw - 320px) / (1920 - 320)));
    padding: calc(12px + (20 - 12) * ((100vw - 320px) / (1920 - 320))) calc(24px + (45 - 24) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: calc(35px + (65 - 35) * ((100vw - 320px) / (1920 - 320)));
    outline: none;
    text-transform: lowercase;
}

#subForm .js-cm-submit-button:hover {
    cursor: pointer;
    text-decoration: underline;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/

.slick-initialized .slick-slide {
    outline: none;
    position: relative;
}

.slide-title {
    color: #fff;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slide-title div {
    padding: 0 60px 15px 50px;
}

.slide-title div h1 {
    margin: 0;
}

.slide-title #first-row {
    /* width: 560px; */
    padding-left: 100px;
}

.slide-title #second-row {
    left: 50px;
    position: relative;
    /* width: 585px; */
}

.slide-title #third-row {
    padding-left: 98px;
    /* width: 390px; */
}

.slide-title #information-row {
    left: 47px;
    /*padding: 15px 40px;*/
    position: relative;
    /* width: 485px; */
}

.slide-title #information-row p {
    font-size: calc(12px + (24 - 12) * ((100vw - 320px) / (1920 - 320)));
}

.slide-title #information-row p span {
    font-family: BrownBold, sans-serif;
}

.slide-title a {
    left: 105px;
    position: relative;
}

.slide-title a img,
.article a img,
.info-section a img {
    object-fit: contain;
    width: calc(50px + (73 - 50) * ((100vw - 320px) / (1920 - 320)));
}

.slick-dots {
    bottom: 10px;
}

.slick-dots li button:before {
    width: 15px;
    height: 15px;
    content: '';
    opacity: .75;
    background-color: #fff;
    border-radius: 100%;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #f47c7d;
}

.article-section {
    margin-top: calc(30px + (105 - 30) * ((100vw - 320px) / (1920 - 320)));
}

.article-thumbnail {
    margin-bottom: calc(30px + (55 - 30) * ((100vw - 320px) / (1920 - 320)));
}

.article-thumbnail:after {
    content: '';
    background-color: #f47c7d;
    display: block;
    height: 10px;
    margin-top: -10px;
    position: relative;
    width: 100%;
}

.article-thumbnail img {
    width: 100%;
    height: calc(260px + (500 - 260) * ((100vw - 320px) / (1920 - 320)));
    object-fit: cover;
}

.article {
    margin-bottom: calc(30px + (45 - 30) * ((100vw - 320px) / (1920 - 320)));
}


.article h3 {
    margin-bottom: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.article p {
    font-size: calc(12px + (24 - 12) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.2;
    margin-bottom: calc(20px + (35 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.article.featured {
    margin: calc(25px + (45 - 25) * ((100vw - 320px) / (1920 - 320))) 0 0 0;
}

.article.featured h1 {
    margin: calc(20px + (50 - 20) * ((100vw - 320px) / (1920 - 320))) 0;
}

.article.featured .article-thumbnail {
    margin-bottom: 0;
}

.first-banner {
    margin: calc(64px + (120 - 64) * ((100vw - 320px) / (1920 - 320))) 0;
}

.second-banner {
    margin: 0;
}

.info-section {
    margin-top: calc(20px + (80 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.info-section h3 {
    margin-bottom: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.location .article-thumbnail img {
    height: 100%;
}

.location p {
    font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.2;
    margin-bottom: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.schedule table th {
    font-size: calc(23px + (36 - 23) * ((100vw - 320px) / (1920 - 320)));
    font-family: BrownBold, sans-serif;
    padding-right: 25px;
    padding-bottom: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
    width: 50%;
}

.schedule table th:last-child:after {
    content: '';
    display: block;
    position: relative;
    height: 5px;
    width: calc(93px + (175 - 93) * ((100vw - 320px) / (1920 - 320)));
    background-color: #f47c7d;
    margin-top: 10px;
}

.schedule table td {
    padding-bottom: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
    padding-right: calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320)));
}

.schedule table td p {
    font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 5px;
}

.schedule table td p:nth-of-type(2) {
    background-color: #f47c7d;
    color: #fff;
    padding: 5px 2px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.schedule table td p:nth-of-type(3) {
    font-family: BrownLtItalic, sans-serif;
    margin-bottom: 0;
}

.partners-section {
    margin: calc(30px + (130 - 30) * ((100vw - 320px) / (1920 - 320))) 0 calc(25px + (85 - 25) * ((100vw - 320px) / (1920 - 320))) 0;
}

.partners-section h3 {
    border-bottom: 5px solid #f47c7d;
    padding-bottom: calc(8px + (15 - 8) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: calc(30px + (130 - 30) * ((100vw - 320px) / (1920 - 320)));
}

.partners-section .partner {
    margin-bottom: calc(20px + (100 - 20) * ((100vw - 320px) / (1920 - 320)));
}

/*--------------------------------------------------------------
# Despre
--------------------------------------------------------------*/

.page-template-template-about #masthead,
.page-template-template-schedule #masthead,
.event-template-default #masthead,
.page-template-template-policies #masthead,
.page-template-template-map #masthead,
.page-template-template-partners #masthead,
.page-template-template-contact #masthead,
.page-template-template-about-cqdf #masthead,
.single-network #masthead,
body.error404 #masthead {
    padding-bottom: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.about-section>.row:first-of-type {
    color: #fff;
    padding: calc(30px + (125 - 30) * ((100vw - 320px) / (1920 - 320))) calc(25px + (85 - 25) * ((100vw - 320px) / (1920 - 320)));
}

.about-section#under-slider>.row:first-of-type {
    padding: calc(20px + (105 - 20) * ((100vw - 320px) / (1920 - 320))) calc(20px + (100 - 20) * ((100vw - 320px) / (1920 - 320))) calc(25px + (85 - 25) * ((100vw - 320px) / (1920 - 320))) calc(20px + (100 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.about-section h2 {
    letter-spacing: 0.8px;
}

.about-section h2,
.about-section h3 {
    margin-bottom: calc(20px + (100 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.about-section h3,
.about-section h4 {
    font-family: BrownRegular, sans-serif;
    line-height: 1.2;
}

.about-section p {
    font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.2;
}

.about-slider .slick-prev,
.event-slider .slick-prev {
    left: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
}

.about-slider .slick-next,
.event-slider .slick-next {
    right: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
}

.about-slider .slick-prev,
.about-slider .slick-next,
.event-slider .slick-prev,
.event-slider .slick-next {
    height: 43px;
    width: 23px;
    z-index: 1;
}

.about-slider .slick-prev:before,
.event-slider .slick-prev:before {
    content: url("images/arrow-left.png");
}

.about-slider .slick-next:before,
.event-slider .slick-next:before {
    content: url("images/arrow-right.png");
}

.about-section#under-slider>.corporate-description {
    padding: calc(30px + (115 - 30) * ((100vw - 320px) / (1920 - 320))) 0 calc(20px + (100 - 20) * ((100vw - 320px) / (1920 - 320))) 0;
}

.corporate-description h3 {
    margin-bottom: calc(25px + (75 - 25) * ((100vw - 320px) / (1920 - 320)));
}

.about-section .mission {
    padding-right: calc(10px + (30 - 10) * ((100vw - 767px) / (1920 - 767)));
}

.about-section .vision,
.about-section .values {
    padding: 0 calc(10px + (30 - 10) * ((100vw - 767px) / (1920 - 767)));
}

.about-section .values {
    padding-right: 0;
}

.about-slider img {
    height: calc(300px + (600 - 300) * ((100vw - 320px) / (1920 - 320)));
    object-fit: cover;
}

/*--------------------------------------------------------------
# Harta
--------------------------------------------------------------*/
.page-template-template-map iframe {
    height: 75vh;
    width: 100%;
}

/*--------------------------------------------------------------
# Parteneri
--------------------------------------------------------------*/
.page-template-template-partners h1 {
    margin-bottom: calc(30px + (100 - 30) * ((100vw - 320px) / (1920 - 320)));
}

.partners {
    margin-bottom: calc(35px + (100 - 35) * ((100vw - 320px) / (1920 - 320)));
}

.partners h4 {
    margin-bottom: 20px;
}

.partners img {
    object-fit: contain;
    max-height: calc(55px + (100 - 55) * ((100vw - 320px) / (1920 - 320)));
}

.partners#cultural-partners img,
.partners#strategic-media-partners img,
.partners#media-partners img,
.partners#creation img,
.partners#monitoring-partners img {
    max-height: calc(40px + (75 - 40) * ((100vw - 320px) / (1920 - 320)));
}

.partners#media-partners img {
    width: calc(85px + (175 - 85) * ((100vw - 320px) / (1920 - 320)));
}

.logo-container a {
    margin-right: calc(50px + (100 - 50) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 15px;
}

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

.presented-by img {
    width: calc(200px + (300 - 200) * ((100vw - 320px) / (1920 - 320)));
}

.presented-by p {
    margin-bottom: 5px;
}


/*--------------------------------------------------------------
# Arhiva evenimente
--------------------------------------------------------------*/

.event-archive {
    margin: calc(20px + (135 - 20) * ((100vw - 320px) / (1920 - 320))) 0 calc(55px + (100 - 55) * ((100vw - 320px) / (1920 - 320))) 0;
}

.event-archive h1 {
    letter-spacing: 1px;
}

.event-filters select {
    background: url("images/select-arrow-down.png") 95% center no-repeat;
    font-size: calc(12px + (18 - 12) * ((100vw - 320px) / (1920 - 320)));
    margin-right: calc(40px + (75 - 40) * ((100vw - 320px) / (1920 - 320)));
    outline: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.event-filters select:last-of-type {
    margin-right: 0;
}

.event-filters .event-category,
.event-filters .event-date {
    background-color: #47afe4;
    border: none;
    color: #fff;
    font-family: BrownBold, sans-serif;
    line-height: 1.3;
    padding: 8px calc(45px + (150 - 45) * ((100vw - 320px) / (1920 - 320))) 8px 25px;
}

.event-filters .event-date {
    background-color: #4b9526;
}

.event-archive .first-layout {
    margin-top: calc(55px + (100 - 55) * ((100vw - 320px) / (1920 - 320)));
}


body.home .event {
    margin-bottom: calc(30px + (45 - 30) * ((100vw - 320px) / (1920 - 320)));
}

.event img {
    height: calc(260px + (500 - 260) * ((100vw - 320px) / (1920 - 320)));
    object-fit: cover;
}

.event h3 {
    margin: calc(20px + (50 - 20) * ((100vw - 320px) / (1920 - 320))) 0;
}

.event .event-misc {
    margin-top: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
}

.event p {
    font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.2;
}

.event .event-misc p {
    color: #a6a6a6;
    font-family: BrownBold, sans-serif;
    font-size: calc(12px + (18 - 12) * ((100vw - 320px) / (1920 - 320)));
    margin-right: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.event .event-misc p:nth-of-type(2) {
    margin-right: 0;
}

.event-thumbnail:after {
    content: '';
    background-color: #f47c7d;
    display: block;
    height: 10px;
    margin-top: -10px;
    position: relative;
    width: 100%;
}

.pink-overlay {
    position: relative;
}

.pink-overlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.pink-overlay:hover:after {
    background-color: #f47c7d;
    opacity: .5;
}

.event-archive .second-layout,
.event-archive .third-layout {
    margin-top: calc(40px + (80 - 40) * ((100vw - 320px) / (1920 - 320)));
}

.pagination {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: calc(30px + (100 - 30) * ((100vw - 320px) / (1920 - 320)));
}

.pagination .page-numbers {
    color: #f47c7d;
    font-family: BrownRegular, sans-serif;
    font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320)));
    margin-right: 20px;
}

.pagination .page-numbers.current {
    background-color: #f47c7d;
    color: #fff;
    padding: 5px 10px;
}

/*--------------------------------------------------------------
# Eveniment
--------------------------------------------------------------*/

.event-slider {
    height: calc(400px + (770 - 400) * ((100vw - 320px) / (1920 - 320)));
}

.event-slider img {
    height: calc(400px + (770 - 400) * ((100vw - 320px) / (1920 - 320)));
    object-fit: cover;
}

.single-event .event-content {
    margin: calc(30px + (100 - 30) * ((100vw - 320px) / (1920 - 320))) 0;
}

.single-event .event-content h2 {
    margin-bottom: calc(30px + (90 - 30) * ((100vw - 320px) / (1920 - 320)));
}

.single-event .event-content p strong,
.single-event .event-content p b,
.single-event .event-content p.excerpt {
    font-size: calc(24px + (36 - 24) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.3;
    font-weight: normal;
}

.single-event .event-content p {
    font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.3;
    margin-top: calc(30px + (85 - 30) * ((100vw - 320px) / (1920 - 320)));
}

.single-event .event-details {
    margin: calc(30px + (100 - 30) * ((100vw - 320px) / (1920 - 320))) 0;
}

.thin-pink-line {
    background-color: #f47c7d;
    height: 5px;
    margin: 20px 0;
    width: 100%;
}

.single-event .event-details h5 {
    font-family: BrownBold, sans-serif;
}

.single-event .event-details h5,
.single-event .event-details p {
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
}

.other-events h2 {
    margin-bottom: calc(30px + (90 - 30) * ((100vw - 320px) / (1920 - 320)));
}

.other-events .slide {
    margin-right: calc(25px + (70 - 25) * ((100vw - 320px) / (1920 - 320))) !important;
}

.other-events .slick-list {
    padding-right: calc(50px + (210 - 50) * ((100vw - 320px) / (1920 - 320))) !important;
}

.other-events-slider .slick-prev {
    left: calc((-10px) + ((-130) - (-10)) * ((100vw - 320px) / (1920 - 320)));
}

.other-events-slider .slick-next {
    right: calc((-10px) + ((-130) - (-10)) * ((100vw - 320px) / (1920 - 320)));
}

.other-events-slider .slick-prev,
.other-events-slider .slick-next {
    height: 43px;
    top: 40%;
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    transform: translateY(-60%);
    width: 73px;
    z-index: 1;
}

.other-events-slider .slick-prev:before,
.schedule-nav-slider .slick-prev:before {
    content: url("images/red-arrows-flipped.png");
}

.other-events-slider .slick-next:before,
.schedule-nav-slider .slick-next:before {
    content: url("images/red-arrows.png");
}

.other-events-slider .slide.slick-active {
    opacity: 0.5;
}

.other-events-slider .slide.slick-current {
    opacity: 1;
}

.other-events #back-to-events {
    color: #fff;
    display: inline-block;
    margin: calc(30px + (100 - 30) * ((100vw - 320px) / (1920 - 320))) 0;
    padding: 15px calc(20px + (60 - 20) * ((100vw - 320px) / (1920 - 320)));
}

/*--------------------------------------------------------------
# Arhiva retea
--------------------------------------------------------------*/

.network-archive .event-thumbnail:after {
    height: 25px;
}

.network-archive .event-thumbnail .event-misc,
.single-network-event .event-slider .event-misc {
    bottom: 0;
    margin: 0;
    padding: 5px 25px;
    width: 100%;
    z-index: 1;
}

.single-network-event .event-slider .event-misc p {
    color: #fff;
}

.network-archive .event .event-misc p {
    color: #fff;
    font-family: BrownBold, sans-serif;
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
    margin-right: 0;
}

.network-filters .network-category {
    background-color: #4b9526;
    border: none;
    color: #fff;
    font-family: BrownBold, sans-serif;
    line-height: 1.3;
    padding: 8px calc(45px + (150 - 45) * ((100vw - 320px) / (1920 - 320))) 8px 25px;
}

.single-network-event .event-content p {
    margin: 0 0 calc(30px + (50 - 30) * ((100vw - 320px) / (1920 - 320))) 0;
}

.single-network-event .event-content .video-wrapper {
    margin-top: calc(30px + (50 - 30) * ((100vw - 320px) / (1920 - 320)));
    width: 100%;
}

.single-network-event .event-content .video-wrapper iframe,
.single-news .wp-block-embed iframe {
    height: calc(150px + (600 - 150) * ((100vw - 320px) / (1920 - 320)));
    width: 100%;
}

.single-network-event .event-content .two-col-section {
    margin-top: calc(30px + (50 - 30) * ((100vw - 320px) / (1920 - 320)));
}

.single-network-event .event-content .two-col-section>div {
    column-count: 2;
    column-gap: 40px;
}

.single-network-event .event-content .two-col-section p strong {
    font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-family: BrownBold, sans-serif;
}

/*--------------------------------------------------------------
# Arhiva noutati
--------------------------------------------------------------*/

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

    .news-archive .first-layout .event h3,
    .news-archive .second-layout .event h3 {
        margin-top: 0;
    }
}

.news-archive .first-layout {
    margin-top: calc(25px + (100 - 25) * ((100vw - 320px) / (1920 - 320)));
}

.news-archive .first-layout .event img,
.news-archive .second-layout .event img {
    height: calc(260px + (750 - 260) * ((100vw - 320px) / (1920 - 320)));
}

/*--------------------------------------------------------------
# Program
--------------------------------------------------------------*/

.schedule-nav-slider .slick-prev,
.schedule-nav-slider .slick-next {
    height: 43px;
    width: 73px;
    z-index: 1;
}

.schedule-nav-slider .slick-prev {
    left: -10px;
}

.schedule-nav-slider .slick-next {
    right: -10px;
}

.date-row {
    margin-bottom: calc(30px + (90 - 30) * ((100vw - 320px) / (1920 - 320)));
}

.date-row .day p {
    font-size: calc(38px + (48 - 38) * ((100vw - 320px) / (1920 - 320)));
    font-family: BrownBold, sans-serif;
}

.schedule-slider .scheduled-event {
    margin-bottom: calc(20px + (45 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.schedule-slider .scheduled-event p {
    font-size: calc(12px + (24 - 12) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 5px;
    padding: 0 10px;
}

.schedule-slider .scheduled-event p:nth-of-type(2) {
    background-color: #f47c7d;
    color: #fff;
    padding: 10px;
    width: 100%;
}

.schedule-slider .scheduled-event p:nth-of-type(3) {
    font-family: BrownLtItalic, sans-serif;
}

/*--------------------------------------------------------------
# Ziar
--------------------------------------------------------------*/

.newspaper-section {
    margin: calc(20px + (135 - 20) * ((100vw - 320px) / (1920 - 320))) auto calc(20px + (100 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.magazine-issue-slider {
    margin: calc(30px + (100 - 30) * ((100vw - 320px) / (1920 - 320))) 0;
}

.magazine-issue-slider p {
    color: #f47c7d;
    font-size: calc(16px + (36 - 16) * ((100vw - 320px) / (1920 - 320)));
    min-height: calc(20px + (50 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.magazine-issue-slider .slick-prev,
.magazine-issue-slider .slick-next {
    height: 27px;
    width: 16px;
    z-index: 1;
}

.magazine-issue-slider .slick-prev {
    left: calc(5px + (250 - 5) * ((100vw - 320px) / (1920 - 320)));
}

.magazine-issue-slider .slick-next {
    right: calc(5px + (250 - 5) * ((100vw - 320px) / (1920 - 320)));
}

.magazine-issue-slider .slick-prev:before,
.magazine-issue-slider .slick-next:before {
    opacity: 1;
}

.magazine-issue-slider .slick-prev:before {
    content: url("images/red-left-arrow.png");
}

.magazine-issue-slider .slick-next:before {
    content: url("images/red-right-arrow.png");
}

.magazine-slider iframe {
    height: 800px;
}


/*--------------------------------------------------------------
# Politica cookies/confidentialitate/Contact/404
--------------------------------------------------------------*/

.page-template-template-policies .entry-title,
.page-template-template-contact .entry-title {
    margin-bottom: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.page-template-template-policies .entry-content,
.page-template-template-contact .entry-content {
    line-height: 1.3;
    margin-bottom: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.page-template-template-policies .entry-content h4 {
    margin: 20px 0;
}

.page-template-template-contact .entry-content {
    font-size: calc(20px + (48 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.page-template-template-contact p {
    font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.2;
}


/*--------------------------------------------------------------
# Harta
--------------------------------------------------------------*/

.map-section {
    margin: calc(20px + (60 - 20) * ((100vw - 320px) / (1920 - 320))) 0
}

.map-section h2 {
    letter-spacing: 0.8px;
    margin-bottom: calc(20px + (80 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.map-section p,
.pin-filter {
    font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.2;
}

.pin-filter-wrapper {
    margin-bottom: calc(20px + (50 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.pin-filter {
    cursor: pointer;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    margin-left: 10px;
}

.pin-filter-color {
    width: calc(15px + (35 - 15) * ((100vw - 320px) / (1920 - 320)));
    height: calc(15px + (35 - 15) * ((100vw - 320px) / (1920 - 320)));
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #a5e124;
    display: block;
    position: relative;
}

.map-pin {
    width: 20px;
    height: 20px;
    position: absolute;
    /*transform: translate(-50%, -50%);*/
    border-radius: 50%;
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    cursor: pointer;
}

.custom-map-tooltip {
    border: none !important;
    padding: 0;
    max-width: 640px;
}

.custom-map-tooltip .inner-tooltip {
    display: flex;
}

.custom-map-tooltip .inner-tooltip .tooltip-left-content {
    width: 60%;
    padding: 20px;
}

.custom-map-tooltip .inner-tooltip .tooltip-right-content {
    width: 40%;
}

.custom-map-tooltip .inner-tooltip .tooltip-left-content h2 {
    font-size: 18px;
}

.custom-map-tooltip .inner-tooltip .tooltip-left-content p {
    font-size: 14px;
}

.custom-map-tooltip .inner-tooltip .tooltip-left-content img {
    width: 30px;
}

.custom-map-tooltip .inner-tooltip .tooltip-right-content img {
    width: 270px;
    height: 100%;
    object-fit: cover;
}

.pin-filter-color.exhibitions {
    background-color: #f47c7d;
}

.pin-filter-color.guided-tours {
    background-color: #846ca6;
}

.pin-filter-color.live-act {
    background-color: #c81734;
}

.pin-filter-color.open-doors {
    background-color: #c5ae24;
}

.pin-filter-color.parties {
    background-color: #0b3600;
}

.pin-filter-color.shops {
    background-color: #46ade0;
}

.pin-filter-color.talks {
    background-color: #23ecfe;
}

.pin-filter-color.workshops {
    background-color: #4b9526;
}

.pin-filter-color.buy {
    background-color: #C2A525;
}

.pin-filter-color.creative-practices {
    background-color: #EA6F84;
}

.pin-filter-color.eat-drink-sleep {
    background-color: #8272A1;
}

.pin-filter-color.museums-galleries {
    background-color: #00ABE3;
}

.pin-filter-color.performance {
    background-color: #339D3B;
}

.pin-filter-color.universities {
    background-color: #1C3643;
}

.map-buttons {
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: 999;
}


.map-buttons button {
    background-color: #f47c7d;
    color: #fff;
    float: right;
    font-family: BrownRegular, sans-serif;
    font-size: 14px;
    padding: 10px 15px;
}

.map-modal {
    position: fixed;
    top: 0;
    overflow: auto;
    height: 100%;
    width: 100%;
    z-index: 9999;
}

.inner-map-modal {
    padding: 20px;
    position: absolute;
    background: white;
    top: 0;
    left: 0;
    overflow: auto;
}

.inner-map-modal a img {
    width: 40px;
}


.map-modal-dismiss {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: right;
}

.newspaper-section iframe {
    height: calc(300px + (775 - 300) * ((100vw - 320px) / (1920 - 320)));
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

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

    .container {
        max-width: 1427px;
    }

    .container.center-page {
        max-width: 1167px;
    }

    .navigation-container {
        height: 62px;
    }

    .navigation-container:after {
        width: 188px;
        right: -225px;
    }

    .navigation-container {
        padding: 0 58px 0 83px !important;
    }

    #primary-menu li {
        margin: 0 30px;
    }


    .slide-title #first-row {
        /* width: 467px; */
        padding-left: 83px;
    }

    .slide-title #second-row {
        § left: 34px;
        /* width: 488px; */
    }

    .slide-title #third-row {
        padding-left: 83px;
        /*width: 267px;*/
    }

    .slide-title #information-row {
        left: 50px;
        /*padding: 15px 33px;*/
        /* width: 404px; */
    }

    .slide-title a {
        left: 88px;
    }

    .pin-filter {
        font-size: 10px;
    }
}

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

    .container {
        max-width: 1284px;
    }

    .container.center-page {
        max-width: 1050px;
    }

    .navigation-container {
        height: 56px;
    }

    .navigation-container:after {
        width: 169px;
        right: -203px;
    }

    .navigation-container {
        padding: 0 52px 0 75px !important;
    }

    #primary-menu li {
        margin: 0 25px;
    }


    .slide-title #first-row {
        /* width: 420px; */
        padding-left: 75px;
    }

    .slide-title #second-row {
        left: 25px;
        /* width: 439px; */
    }

    .slide-title #third-row {
        padding-left: 73px;
    }

    .slide-title #information-row {
        left: 45px;
        /*padding: 15px 30px;*/
        /*width: 364px;*/
    }

    .slide-title a {
        left: 79px;
    }
}

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

    .container {
        max-width: 1218px;
    }

    .container.center-page {
        max-width: 996px;
    }

    .navigation-container {
        height: 53px;
    }

    .navigation-container:after {
        width: 160px;
        right: -193px;
    }

    .navigation-container {
        padding: 0 49px 0 71px !important;
    }

    #primary-menu li {
        margin: 0 20px;
    }

    #header-social-navigation li a {
        margin: 0 12px;
    }

    .slide-title #first-row {
        /* width: 398px; */
        padding-left: 71px;
    }

    .slide-title #second-row {
        left: 20px;
        /* width: 416px; */
    }

    .slide-title #third-row {
        padding-left: 67px;
    }

    .slide-title #information-row {
        left: 39px;
        /*padding: 15px 30px;*/
        /*width: 364px;*/
    }

    .slide-title a {
        left: 75px;
    }
}

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

    .container {
        max-width: 1141px;
    }

    .container.center-page {
        max-width: 933px;
    }

    .navigation-container {
        height: 50px;
    }

    .navigation-container:after {
        width: 150px;
        right: -181px;
    }

    .navigation-container {
        padding: 0 46px 0 67px !important;
    }

    .slide-title div {
        padding: 0 20px 10px 67px;
    }

    .slide-title #first-row {
        /* width: 373px; */
        padding-left: 67px;
    }

    .slide-title #second-row {
        left: 0;
        /* width: 390px; */
    }

    .slide-title #third-row {
        padding-left: 65px;
    }

    .slide-title #information-row {
        left: 38px;
        /*padding: 14px 28px;*/
    }

    .slide-title a {
        left: 70px;
    }

    .schedule-nav-slider .slick-prev {
        left: 0;
    }

    .schedule-nav-slider .slick-next {
        right: 0;
    }

    .schedule-nav-slider .slick-prev,
    .schedule-nav-slider .slick-next {
        height: 24px;
        width: 40px;
    }

    .other-events-slider .slick-prev:before,
    .schedule-nav-slider .slick-prev:before {
        content: url(images/sm-red-arrows-flipped.png);
    }

    .other-events-slider .slick-next:before,
    .schedule-nav-slider .slick-next:before {
        content: url(images/sm-red-arrows.png);
    }


    .pin-filter {
        font-size: 8px;
    }
}

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

    .container {
        max-width: 1070px;
    }

    .container.center-page {
        max-width: 875px;
    }

    /* #logo-link {
        left: -125px;
    } */

    .navigation-container:after {
        right: -170px;
    }

    .navigation-container {
        padding: 0 43px 0 63px !important;
    }

    #primary-menu li {
        margin: 0 16px;
    }

    .slide-title div {
        padding: 10px 20px 0 63px;
    }

    .slide-title #first-row {
        /* width: 350px; */
        padding-left: 63px;
    }

    .slide-title #second-row {
        /* width: 366px; */
    }

    .slide-title #third-row {
        padding-left: 63px;
    }

    .slide-title #information-row {
        left: 32px;
        /*padding: 12px 26px;*/
    }

    .slide-title a {
        left: 66px;
    }

    .other-events-slider .slick-slide {
        opacity: 0.5;
    }
}

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

    .container {
        max-width: 913px;
    }

    .container.center-page {
        max-width: 747px;
    }

    .navigation-container {
        height: 40px;
    }

    .navigation-container:after {
        right: -145px;
        width: 120px;
    }

    .navigation-container {
        padding: 0 37px 0 15px !important;
    }

    .slide-title div {
        padding: 10px 20px 0 54px;
    }

    .slide-title #first-row {
        /* width: 300px; */
        padding-left: 54px;
    }

    .slide-title #second-row {
        /* width: 312px; */
    }

    .slide-title #third-row {
        padding-left: 52px;
    }

    .slide-title #information-row {
        left: 27px;
        /*padding: 12px 26px;*/
        /*width: 364px;*/
    }

    .slide-title a {
        left: 56px;
    }

    .pin-filter {
        font-size: 12px;
    }
}

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

    .cd-header {
        z-index: 3;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .cd-logo {
        display: block;
        position: absolute;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 2.6em;
    }

    .cd-logo img {
        display: block;
    }

    .cd-primary-nav-trigger {
        position: relative;
        background-color: transparent;
        width: 30px;
        height: 30px;
        line-height: 30px;
        z-index: 3;
    }

    .cd-primary-nav-trigger .cd-menu-text {
        color: white;
        text-transform: uppercase;
        font-weight: 700;
        /* hide the text on small devices */
        display: none;
    }

    .cd-primary-nav-trigger .cd-menu-icon {
        /* this span is the central line of the menu icon */
        display: inline-block;
        position: absolute;
        top: 50%;
        bottom: auto;
        width: 30px;
        height: 4px;
        background-color: #fff;
        -webkit-transition: background-color 0.3s;
        -o-transition: background-color 0.3s;
        transition: background-color 0.3s;
        left: auto;
        right: 0;
        -webkit-transform: translateX(0) translateY(-50%);
        -ms-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%);
        border-radius: 10px;
    }

    .cd-primary-nav-trigger .cd-menu-icon::before,
    .cd-primary-nav-trigger .cd-menu-icon:after {
        /* these are the upper and lower lines in the menu icon */
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: #fff;
        right: 0;
        -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
        -webkit-transition: top .3s, background-color 0s, -webkit-transform .3s;
        transition: top .3s, background-color 0s, -webkit-transform .3s;
        -o-transition: transform .3s, top .3s, background-color 0s;
        transition: transform .3s, top .3s, background-color 0s;
        transition: transform .3s, top .3s, background-color 0s, -webkit-transform .3s;
        border-radius: 10px;
    }

    .cd-primary-nav-trigger .cd-menu-icon::before {
        top: -8px;
    }

    .cd-primary-nav-trigger .cd-menu-icon::after {
        top: 8px;
    }

    .cd-primary-nav-trigger .cd-menu-icon.is-clicked {
        background-color: transparent;
    }

    .cd-primary-nav-trigger .cd-menu-icon.is-clicked::before,
    .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
        background-color: #fff;
    }

    .cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
        top: 0;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
        top: 0;
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    .cd-primary-nav {
        /* by default it's hidden - on top of the viewport */
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #f47c7d;
        z-index: 2;
        text-align: center;
        padding: 50px 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: auto;
        /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }

    .cd-primary-nav.is-visible {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .container,
    .container.center-page {
        max-width: 100%;
        padding: 0 20px !important;
    }

    #colophon .container.center-page {
        padding-top: calc(40px + (75 - 40) * ((100vw - 320px) / (1920 - 320))) !important;
        padding-bottom: calc(40px + (75 - 40) * ((100vw - 320px) / (1920 - 320))) !important;
    }

    .navigation-container:after {
        content: none;
    }

    .mobile-navigation-container,
    .language-switcher {
        height: auto;
    }

    .mobile-navigation-container:after {
        content: '';
        background-color: #f47c7d;
        display: block;
        height: 40px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 0;
        right: -20px;
        width: 125%;
    }

    .mobile-navigation-container {
        padding: 0 !important;
    }

    #primary-menu li {
        margin: 0;
        padding: 0;
    }

    #primary-menu li a {
        font-size: 32px;
        line-height: 1.5;
    }

    #primary-menu li ul.sub-menu li a {
        font-size: 24px;
    }

    #primary-menu li ul.sub-menu {
        display: block;
        left: auto;
        position: relative;
        top: auto;
        width: auto;
    }

    #site-navigation #primary-menu {
        display: block;
        padding: 150px 25px 40px 25px;
        text-align: left;
    }

    #header-social-navigation {
        z-index: 1;
    }

    #header-social-navigation #social-menu {
        padding-left: 0;
    }

    #header-social-navigation li:last-of-type a {
        margin-right: 24px;
    }

    .language-switcher {
        display: none;
        position: absolute;
        left: 5px;
        color: #fff;
        z-index: 2;
    }

    .language-switcher a {
        font-size: 24px;
    }

    body.overflow-hidden .cd-header.menu-is-open .language-switcher {
        display: block;
    }

    .homepage-slider {
        margin-top: 20px;
    }

    .homepage-slider .slick-slide .container.center-page img {
        height: 400px;
        object-fit: cover;
    }

    .slide-title {
        bottom: 0;
        color: #fff;
        left: 0;
        position: absolute;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .slide-title div {
        padding: 0;
    }

    .slide-title #first-row {
        /* width: 305px; */
        padding-left: 30px;
    }

    .slide-title #second-row {
        left: 20px;
        padding-left: 10px;
        /* width: 305px; */
    }

    .slide-title #third-row {
        padding-left: 30px;
        /* width: 225px; */
    }

    .slide-title p {
        font-size: 30px;
    }

    .slide-title #information-row {
        left: 25px;
        padding-left: 7px;
        /* width: 325px; */
    }

    .slide-title a {
        left: 35px;
        top: 0;
        z-index: 1;
    }

    .slick-dots {
        right: 30px;
        text-align: right;
        z-index: -1;
    }

    /*.other-events-slider {*/
    /*    padding: 0 30px;*/
    /*}*/
    .other-events .slide {
        margin: 0 !important;
    }

    .other-events-slider .slick-prev,
    .other-events-slider .slick-next {
        height: 26px;
        width: 43px;
    }

    .other-events-slider .slick-prev:before {
        content: url("images/arrow-left.png");
    }

    .other-events-slider .slick-next:before {
        content: url("images/arrow-right.png");
    }

    .other-events .slick-list {
        padding-right: 0 !important;
    }

    .other-events-slider .slick-prev {
        left: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
    }

    .other-events-slider .slick-next {
        right: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
    }
}

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

    .slide-title #first-row,
    .slide-title #second-row,
    .slide-title #information-row {
        /* width: 205px; */
    }

    .slide-title #information-row {
        /* width: 225px; */
    }

    .article.featured {
        margin-bottom: 0;
    }

    .schedule {
        margin-top: calc(30px + (40 - 30) * ((100vw - 320px) / (768 - 320)));
    }

    #colophon .follow-us,
    #colophon .presented-by {
        /* TODO: don't forget about this line */
        margin-bottom: 30px;
    }

    #colophon .follow-us h3 {
        margin-bottom: 0;
    }

    .about-section .mission {
        padding-right: 0;
    }

    .about-section .vision,
    .about-section .values {
        padding: 0;
        margin-top: 25px;
    }

    .about-section .values {
        margin-bottom: 25px;
    }

    .event-archive .second-layout,
    .event-archive .third-layout {
        margin-top: 0;
    }

    .event-archive .event {
        margin-bottom: 35px;
    }

    .map-pin {
        width: 7px;
        height: 7px;
        font-size: 4px;
    }

    .pin-filter {
        font-size: 10px;
    }

    .single-network-event .event-content .two-col-section>div {
        column-count: 1;
    }
}