@charset "UTF-8";
/*!
Theme Name: Senior 2019
Theme URI: http://senior.medvisa.pl
Description: ...
Version: 1.0
Author: Igor Chudy
Author URI: http://igorchudy.pl/
License: GNU General Public License v2 or later
*/
/*===================================
=            Reset style            =
===================================*/
a, abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
}

html {
  width: 100%;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  width: 100%;
  font: normal 16px/1.618 "Barlow", Arial, Helvetica, sans-serif;
  color: #000;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border-style: none;
  padding: 0;
  border: 0;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

a, ins, del {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption, th {
  text-align: left;
}

q:after, q:before {
  content: "";
}

img {
  height: auto;
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

:focus {
  outline: 0;
}

blockquote, q {
  quotes: "" "";
}

.clear {
  clear: both;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 1;
}

h2 {
  font-size: 44px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* Anchors */
a {
  outline: 0;
}

a img {
  border: none;
  text-decoration: none;
}

/* Paragraphs */
p {
  margin-bottom: 1.143em;
}

* p:last-child {
  margin-bottom: 0;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

/* Lists */
ul {
  list-style: outside disc;
  margin: 1em 0 1.5em 1.5em;
}

ol {
  list-style: outside decimal;
  margin: 1em 0 1.5em 1.5em;
}

dl {
  margin: 0 0 1.5em 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 1.5em;
}

/* Quotes */
blockquote {
  font-style: italic;
}

/* For modern browsers - clearfix for floating elements */
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

/*
Box sizing - http://css-tricks.com/box-sizing/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*/
/*-----  End of Reset style  ------*/
.container,
.container-flex {
  display: block;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .container,
.container-flex {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 1280px) {
  .container,
.container-flex {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .container,
.container-flex {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#content-wrapper {
  padding-top: 100px;
}
@media (max-width: 1440px) {
  #content-wrapper {
    padding-top: 90px;
  }
}
@media (max-width: 1366px) {
  #content-wrapper {
    padding-top: 80px;
  }
}
@media (max-width: 1280px) {
  #content-wrapper {
    padding-top: 70px;
  }
}
@media (max-width: 1100px) {
  #content-wrapper {
    padding-top: 60px;
  }
}
/*=================================
=            Home page            =
=================================*/
.home-header {
  display: block;
  width: 100%;
  text-align: center;
}

.subtitle {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 200;
  color: #48469a;
  display: block;
  line-height: 1;
  margin-bottom: 0px;
  text-align: center;
}
@media (min-width: 320px) {
  .subtitle {
    font-size: calc(17.5454545455px + 1.7045454545vw);
  }
}
@media (min-width: 1200px) {
  .subtitle {
    font-size: 38px;
  }
}

hr {
  display: block;
  width: 140px;
  height: 1px;
  border: none;
  background-color: #48469a;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
}
hr.center {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 320px) {
  hr.center {
    margin-top: calc(12.7272727273px + 2.2727272727vw);
    margin-bottom: calc(12.7272727273px + 2.2727272727vw);
  }
}
@media (min-width: 1200px) {
  hr.center {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 320px) {
  hr {
    margin-top: calc(12.7272727273px + 2.2727272727vw);
    margin-bottom: calc(12.7272727273px + 2.2727272727vw);
  }
}
@media (min-width: 1200px) {
  hr {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.city-grid-wrapper {
  display: block;
  padding: 100px 0 40px;
}

.city-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px 24px;
}
@media (max-width: 1280px) {
  .city-grid {
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 650px) {
  .city-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.city-grid .box {
  text-align: center;
  padding: 32px;
  border: 1px solid #e1e1e1;
}
.city-grid .box h2 {
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 1.2;
}
.city-grid .box h2 a {
  color: #111;
}
.city-grid .box h2 a:hover {
  color: #3e0357;
}
.city-grid .box h4 {
  font-size: 14px;
  font-weight: 600;
  color: #48469a;
  margin-bottom: 24px;
}
.city-grid .box .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.city-grid .box .more a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding: 16px 24px;
  border-radius: 4px;
  line-height: 1;
  background: #48469a;
}
.city-grid .box .more a:hover {
  background: #3e0357;
  color: #fff;
}
@media (max-width: 650px) {
  .city-grid .box {
    padding: 24px;
  }
  .city-grid .box h2 {
    font-size: 24px;
  }
  .city-grid .box h4 {
    font-size: 12px;
  }
}
.city-grid .over .photo img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.city-grid .over .photo a:before, .city-grid .over .photo a:after {
  opacity: 1;
}
.city-grid .over .photo a:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  content: "";
  z-index: 10;
}
.city-grid .over .photo a:before {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 24px;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  content: "Zakończona";
  border: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
}
.city-grid .over h2, .city-grid .over h4 {
  opacity: 0.4;
  color: #999;
}

.about-event {
  display: block;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f1f1f1;
}
@media (min-width: 320px) {
  .about-event {
    padding-top: calc(8.1818181818px + 6.8181818182vw);
    padding-bottom: calc(8.1818181818px + 6.8181818182vw);
  }
}
@media (min-width: 1200px) {
  .about-event {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.about-event .desc {
  float: left;
  width: 40%;
  margin-left: 10%;
}
@media (max-width: 1600px) {
  .about-event .desc {
    margin-left: 0;
  }
}
.about-event .desc .subtitle {
  text-align: left;
}
.about-event .desc p {
  color: #444;
}
.about-event .desc .button {
  margin-top: 60px;
}
.about-event .desc .button a {
  display: inline-block;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  color: #48469a;
  border: 2px solid #48469a;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.about-event .desc .button a:hover {
  background: #48469a;
  color: #fff;
}
.about-event .person {
  float: right;
  width: 40%;
  text-align: center;
}
.about-event .person .avatar {
  display: block;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 30px;
}
.about-event .person h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.about-event .person h5 {
  font-size: 18px;
  font-weight: 300;
  color: #777;
  line-height: 1.3;
}
@media (max-width: 960px) {
  .about-event .desc {
    width: 100%;
    margin-bottom: 30px;
  }
  .about-event .person {
    width: 100%;
    float: none;
  }
}
@media (max-width: 500px) {
  .about-event .person .avatar {
    width: 290px;
    height: 290px;
  }
}

.partners-wrapper {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.partners-wrapper .box {
  text-align: center;
  height: 160px;
  line-height: 160px;
  width: 33.33333333%;
  width: 33.33333333%;
}
.partners-wrapper .box a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
}
.partners-wrapper .box a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  width: auto;
  max-width: 90%;
  height: auto;
  max-height: 100px;
  vertical-align: middle;
}
.partners-wrapper .box a:hover {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.partners-wrapper .box a:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.partners-wrapper.second .box {
  width: 25%;
  height: 120px;
  line-height: 120px;
}
.partners-wrapper.second .box a img {
  max-height: 80px;
}
.partners-wrapper.third .box {
  width: 20%;
  height: 140px;
  line-height: 140px;
}
.partners-wrapper.third .box a img {
  max-height: 90px;
}
@media (max-width: 1023px) {
  .partners-wrapper .box {
    width: 50%;
    height: 100px;
    line-height: 100px;
  }
}
@media (max-width: 560px) {
  .partners-wrapper .box {
    width: 100%;
    height: auto;
    line-height: 1;
    padding: 30px 0;
  }
}

.footer-wrapper {
  display: block;
  padding: 60px 0;
  background: #48469a;
}
.footer-wrapper .copyright {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.page-header {
  display: block;
  width: 100%;
  background: #48469a;
  margin-bottom: 32px;
  position: relative;
}
@media (min-width: 320px) {
  .page-header {
    margin-bottom: calc(19.0909090909px + 3.4090909091vw);
  }
}
@media (min-width: 1200px) {
  .page-header {
    margin-bottom: 60px;
  }
}
.page-header .container {
  display: block;
  height: 100%;
  position: relative;
  z-index: 20;
}
.page-header .container .desc {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
@media (min-width: 320px) {
  .page-header .container .desc {
    padding-top: calc(8.1818181818px + 6.8181818182vw);
    padding-bottom: calc(8.1818181818px + 6.8181818182vw);
  }
}
@media (min-width: 1200px) {
  .page-header .container .desc {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.page-header .container .desc h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 320px) {
  .page-header .container .desc h2 {
    font-size: calc(10.9090909091px + 4.0909090909vw);
  }
}
@media (min-width: 1200px) {
  .page-header .container .desc h2 {
    font-size: 60px;
  }
}
.page-header .container .desc .meta {
  display: block;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  margin-top: 20px;
}

.conference-header {
  background-size: cover;
  background-position: center center;
}
.conference-header:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(62, 3, 87, 0.8);
  content: "";
}

.single-page {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 60px;
  font-size: 16px;
  font-weight: 200;
}
@media (min-width: 320px) {
  .single-page {
    font-size: calc(14.1818181818px + 0.5681818182vw);
  }
}
@media (min-width: 1200px) {
  .single-page {
    font-size: 21px;
  }
}

.entry-content a {
  color: #48469a;
  font-weight: 600;
}
.entry-content a:hover {
  text-decoration: underline;
  color: #3e0357;
}

.galfarm-wrapper {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
.galfarm-wrapper .header {
  display: block;
  margin-bottom: 30px;
}
.galfarm-wrapper .header div {
  float: left;
}
.galfarm-wrapper .header .logo {
  width: 30%;
}
.galfarm-wrapper .header .image {
  width: 65%;
  margin-left: 5%;
}
.galfarm-wrapper .columns {
  display: block;
}
.galfarm-wrapper .columns .images {
  float: left;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.galfarm-wrapper .columns .images img {
  width: 100%;
  display: block;
}
.galfarm-wrapper .columns .form {
  float: left;
  width: 55%;
  margin-left: 5%;
}
.galfarm-wrapper .columns .form h3 {
  text-align: left;
  font-size: 18px;
  line-height: 1.4;
}
.galfarm-wrapper .columns .wpcf7 {
  padding: 20px;
  background-color: #f7f7f7;
}

.wpcf7 {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.wpcf7 h3 {
  font-size: 24px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.wpcf7 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wpcf7 .flex > .wpcf7-form-control-wrap {
  width: 48%;
  margin-bottom: 20px;
}
.wpcf7 .flex > .wpcf7-form-control-wrap.wariant {
  width: 100%;
}
.wpcf7 .flex .subclaim {
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.wpcf7 .flex input[type=text],
.wpcf7 .flex input[type=email],
.wpcf7 .flex input[type=confirm_email],
.wpcf7 .flex select {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 13px;
  border-radius: 3px;
  border: 1px solid #c1c1c1;
  font-size: 16px;
  font-weight: normal;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wpcf7 .flex input[type=text]:focus,
.wpcf7 .flex input[type=email]:focus,
.wpcf7 .flex input[type=confirm_email]:focus,
.wpcf7 .flex select:focus {
  color: #000;
  border-color: #a1a1a1;
  -webkit-box-shadow: 0 0 12px rgba(72, 70, 154, 0.2);
          box-shadow: 0 0 12px rgba(72, 70, 154, 0.2);
}
.wpcf7 .flex input[type=text].wpcf7-not-valid,
.wpcf7 .flex input[type=email].wpcf7-not-valid,
.wpcf7 .flex input[type=confirm_email].wpcf7-not-valid,
.wpcf7 .flex select.wpcf7-not-valid {
  border-color: #ff0000;
  color: #ff0000;
}
.wpcf7 .flex label {
  position: relative;
  padding-left: 20px;
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  color: #777;
  cursor: pointer;
}
.wpcf7 .flex label .wpcf7-form-control-wrap {
  position: absolute;
  left: 0;
  top: 0px;
}
.wpcf7 .flex input[type=submit] {
  padding: 20px 40px;
  background: #3e0357;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wpcf7 .flex input[type=submit]:disabled {
  opacity: 0.5;
}
.wpcf7 .flex input[type=submit]:hover {
  background: #48469a;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.wpcf7 form .wpcf7-response-output {
  padding: 20px;
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
  border-radius: 3px;
}

.wpcf7 form.init .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #398f14;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: #ff0000;
}

.wpcf7 form.spam .wpcf7-response-output {
  background: #ff0000;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #ff0000;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 12px;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  content: " ";
}

div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url("../../images/ajax-loader.gif");
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}

div.wpcf7 div.ajax-error {
  display: none;
}

div.wpcf7 .placeheld {
  color: #888;
}

div.wpcf7 input[type=file] {
  cursor: pointer;
}

div.wpcf7 input[type=file]:disabled {
  cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  direction: ltr;
}

/*======================================
=            Wordpress core            =
======================================*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*-----  End of Wordpress core  ------*/
.facebook-link {
  position: fixed;
  z-index: 999;
  top: 200px;
  right: 0;
  display: block;
  width: 36px;
  height: 123px;
  text-indent: -9999px;
  background: url(images/facebook-side.png) right top no-repeat;
}

@media (max-width: 960px) {
  .facebook-link {
    display: none;
  }
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
}

.videoWrapper object,
.videoWrapper embed,
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: "untitled-font-1";
  src: url("fonts/untitled-font-1.eot");
  src: url("fonts/untitled-font-1.eot?#iefix") format("embedded-opentype"), url("fonts/untitled-font-1.woff") format("woff"), url("fonts/untitled-font-1.ttf") format("truetype"), url("fonts/untitled-font-1.svg#untitled-font-1") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "untitled-font-1" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-1" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-list-thumbnails:before {
  content: "a";
}

.icon-note:before {
  content: "b";
}

.icon-map-marker:before {
  content: "c";
}

.icon-user-add:before {
  content: "d";
}

.icon-banknote:before {
  content: "e";
}

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  transition-property: opacity, -webkit-filter;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.hamburger-inner {
  top: 50%;
  display: block;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 35px;
  height: 4px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
  background-color: #fff;
}

body.single .hamburger-inner,
body.single .hamburger-inner:after,
body.single .hamburger-inner:before {
  background-color: #fff;
}

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  -webkit-transition: background-color 0s 0.15s linear;
  transition: background-color 0s 0.15s linear;
}

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
  background: #fff;
}

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
  background: #fff;
}

.top-wrapper-fixed {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99;
  height: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #f1f1f1;
}
.top-wrapper-fixed * {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.top-wrapper-fixed .container-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-wrapper-fixed .logo {
  height: 30px;
}
.top-wrapper-fixed .logo a {
  display: block;
  position: relative;
  height: 30px;
}
.top-wrapper-fixed .logo img {
  height: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-wrapper-fixed .nav-toggle {
  display: none;
  width: 32px;
  height: 32px;
  border: 1px solid #48469a;
  margin: 0;
  margin-right: 10px;
  padding: 0;
  text-indent: -9999px;
  background: #48469a url(images/menu-bar.svg) center no-repeat;
  background-size: 16px 16px;
  border-radius: 3px;
}
.top-wrapper-fixed .nav-toggle.is-active {
  background: #48469a url(images/close-white.svg) center no-repeat;
  background-size: 16px 16px;
}
.top-wrapper-fixed .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}
.top-wrapper-fixed ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-wrapper-fixed .main-menu {
  margin-right: 16px;
}
.top-wrapper-fixed .main-menu li {
  position: relative;
}
.top-wrapper-fixed .main-menu > li > span {
  display: block;
  padding: 0 15px;
}
.top-wrapper-fixed .main-menu a {
  display: block;
  line-height: 100px;
  font-size: 16px;
  color: #000;
}
.top-wrapper-fixed .main-menu a:hover {
  color: #000;
}
.top-wrapper-fixed .main-menu .menu-item-has-children > span > a {
  padding-right: 20px;
  background: url(images/down-chevron.svg) right center no-repeat;
  background-size: 10px 10px;
}
.top-wrapper-fixed .main-menu .menu-item-has-children:hover > span > a,
.top-wrapper-fixed .main-menu .menu-item-has-children > span > a:hover {
  color: #fff;
}
.top-wrapper-fixed .main-menu li:hover > span {
  background: #403e88;
}
.top-wrapper-fixed .main-menu li:hover > span > a {
  color: #fff;
}
.top-wrapper-fixed .main-menu li.menu-item-has-children:hover > span > a {
  padding-right: 20px;
  background: url(images/down-chevron-white.svg) right center no-repeat;
  background-size: 10px 10px;
}
.top-wrapper-fixed .main-menu ul {
  position: absolute;
  left: 0;
  top: 100%;
  list-style: none;
  margin: 0;
  background-color: #403e88;
  display: none;
}
.top-wrapper-fixed .main-menu ul a {
  display: block;
  padding: 20px 15px;
  line-height: 1;
  font-weight: bold;
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
}
.top-wrapper-fixed .main-menu ul li:hover a {
  background-color: #383677;
  color: #fff;
}
.top-wrapper-fixed .main-menu li:hover ul {
  display: block;
}
.top-wrapper-fixed .user li {
  margin-right: 16px;
}
.top-wrapper-fixed .user li:last-child {
  margin-right: 0;
}
.top-wrapper-fixed .user a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #48469a;
  line-height: 48px;
  border: 1px solid #48469a;
  border-radius: 4px;
  padding: 0 24px;
}
.top-wrapper-fixed .user a:hover {
  background: #48469a;
  color: #fff;
}
@media (max-width: 1440px) {
  .top-wrapper-fixed {
    height: 90px;
  }
  .top-wrapper-fixed .right {
    height: 90px;
  }
  .top-wrapper-fixed .main-menu a {
    line-height: 90px;
  }
}
@media (max-width: 1366px) {
  .top-wrapper-fixed {
    height: 80px;
  }
  .top-wrapper-fixed .logo {
    height: 24px;
  }
  .top-wrapper-fixed .logo a, .top-wrapper-fixed .logo img {
    height: 24px;
  }
  .top-wrapper-fixed .right {
    height: 80px;
  }
  .top-wrapper-fixed .main-menu > li > span {
    padding: 0 14px;
  }
  .top-wrapper-fixed .main-menu a {
    line-height: 80px;
    font-size: 15px;
  }
  .top-wrapper-fixed .user li {
    margin-right: 12px;
  }
  .top-wrapper-fixed .user a {
    line-height: 44px;
    padding: 0 16px;
    font-size: 13px;
  }
}
@media (max-width: 1280px) {
  .top-wrapper-fixed {
    height: 70px;
  }
  .top-wrapper-fixed .logo {
    height: 22px;
  }
  .top-wrapper-fixed .logo a, .top-wrapper-fixed .logo img {
    height: 22px;
  }
  .top-wrapper-fixed .right {
    height: 70px;
  }
  .top-wrapper-fixed .main-menu > li > span {
    padding: 0 12px;
  }
  .top-wrapper-fixed .main-menu a {
    line-height: 70px;
    font-size: 13px;
  }
  .top-wrapper-fixed .user li {
    margin-right: 12px;
  }
  .top-wrapper-fixed .user a {
    line-height: 40px;
    padding: 0 12px;
    font-size: 12px;
  }
}
@media (max-width: 1100px) {
  .top-wrapper-fixed {
    height: 60px;
  }
  .top-wrapper-fixed .logo {
    height: 20px;
  }
  .top-wrapper-fixed .logo a, .top-wrapper-fixed .logo img {
    height: 20px;
  }
  .top-wrapper-fixed .right {
    height: 60px;
  }
  .top-wrapper-fixed .main-menu {
    display: none;
  }
  .top-wrapper-fixed .nav-toggle {
    display: block;
  }
  .top-wrapper-fixed .user li {
    margin-right: 10px;
  }
  .top-wrapper-fixed .user a {
    line-height: 32px;
    padding: 0 10px;
    font-size: 11px;
    font-weight: normal;
    border-radius: 3px;
  }
}
@media (max-width: 768px) {
  .top-wrapper-fixed .user a {
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    padding: 0;
  }
  .top-wrapper-fixed .user a.login {
    background: #48469a url(images/login.svg) center no-repeat;
    background-size: 16px 16px;
  }
  .top-wrapper-fixed .user a.logout {
    background: #48469a url(images/logout.svg) center no-repeat;
    background-size: 16px 16px;
  }
  .top-wrapper-fixed .user a.account {
    background: #48469a url(images/account.svg) center no-repeat;
    background-size: 16px 16px;
  }
}

body.admin-bar {
  padding-top: 32px;
}
body.admin-bar .top-wrapper-fixed {
  top: 32px;
}

/*====================================
=            Single event            =
====================================*/
.conference-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1280px) {
  .conference-container {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
  }
}

div.single-conference {
  float: left;
  width: 70%;
}
div.single-conference .subtitle {
  text-align: left;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1;
  color: #111;
}
@media (min-width: 320px) {
  div.single-conference .subtitle {
    font-size: calc(18.3636363636px + 1.1363636364vw);
  }
}
@media (min-width: 1200px) {
  div.single-conference .subtitle {
    font-size: 32px;
  }
}
div.single-conference .section {
  display: block;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid #e1e1e1;
  position: relative;
}
div.single-conference .section:last-child {
  margin-bottom: 60px;
  padding-bottom: 0;
  border-bottom: none;
}
div.single-conference .entry-content {
  font-size: 16px;
  font-weight: 300;
}
div.single-conference .program-link {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
div.single-conference .program-link.image {
  background: url(images/file-type-jpg.svg) left center no-repeat;
  background-size: 32px 32px;
  color: #26b99a;
}
div.single-conference .program-link.application {
  background: url(images/file-type-pdf.svg) left center no-repeat;
  background-size: 32px 32px;
  color: #cc4b4c;
}
div.single-conference .program-link:hover {
  opacity: 0.5;
}
div.single-conference .webinarium-login {
  position: relative;
}
div.single-conference .webinarium-login .photo {
  position: relative;
  z-index: 5;
}
div.single-conference .webinarium-login .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
div.single-conference .webinarium-login .thumb-desc {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(72, 70, 154, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
div.single-conference .webinarium-login .thumb-desc .icon {
  margin-bottom: 48px;
}
div.single-conference .webinarium-login .thumb-desc .icon img {
  height: 64px;
}
div.single-conference .webinarium-login .thumb-desc span {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  display: block;
  margin-bottom: 24px;
}
div.single-conference .webinarium-login .thumb-desc .button {
  display: block;
  text-align: center;
}
div.single-conference .webinarium-login .thumb-desc .button a {
  display: inline-block;
  line-height: 48px;
  border: 2px solid #fff;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding: 0 32px;
  border-radius: 26px;
}
div.single-conference .webinarium-login .thumb-desc .button a:hover {
  background: #fff;
  color: #48469a;
}
div.single-conference .webinarium-login .title {
  display: block;
  font-size: 27px;
  color: #000;
  text-align: center;
  margin-bottom: 0;
}
div.single-conference .webinarium-login .title a {
  color: #000;
}
div.single-conference .webinarium-login .title a:hover {
  text-decoration: underline;
}
@media (max-width: 1280px) {
  div.single-conference .webinarium-login .title {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  div.single-conference .webinarium-login .thumb-desc .icon {
    margin-bottom: 32px;
  }
  div.single-conference .webinarium-login .thumb-desc .icon img {
    height: 56px;
  }
  div.single-conference .webinarium-login .thumb-desc span {
    font-size: 21px;
  }
  div.single-conference .webinarium-login .thumb-desc .button a {
    line-height: 44px;
    font-size: 13px;
    padding: 0 28px;
  }
  div.single-conference .webinarium-login .title {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  div.single-conference .webinarium-login .thumb-desc .icon {
    margin-bottom: 24px;
  }
  div.single-conference .webinarium-login .thumb-desc .icon img {
    height: 48px;
  }
  div.single-conference .webinarium-login .thumb-desc span {
    font-size: 19px;
  }
  div.single-conference .webinarium-login .thumb-desc .button a {
    line-height: 40px;
    font-size: 12px;
    padding: 0 24px;
  }
}
div.single-conference .extra-links {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
div.single-conference .extra-links li {
  margin-right: 8px;
  margin-bottom: 8px;
}
div.single-conference .extra-links a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #48469a;
  padding: 14px 24px;
  border: 1px solid #48469a;
  border-radius: 5px;
}
div.single-conference .extra-links a:hover {
  background: #48469a;
  color: #fff;
}
@media (max-width: 768px) {
  div.single-conference .extra-links a {
    padding: 12px 20px;
    font-size: 13px;
    border-radius: 3px;
  }
}
div.single-conference .register-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div.single-conference .register-button a {
  display: block;
  background: #48469a;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 1.125rem 2rem;
  border-radius: 4px;
  text-align: center;
}
div.single-conference .register-button a:hover {
  background: #403e88;
}
div.single-conference .program-info {
  display: block;
  list-style: none;
  margin: 0 0 30px 0;
}
div.single-conference .program-info li {
  margin-bottom: 10px;
  font-size: 18px;
}
div.single-conference .program-info li:last-child {
  margin-bottom: 0;
}
div.single-conference .program-info li strong {
  float: left;
  min-height: 1px;
  width: 200px;
  text-align: right;
  margin-right: 20px;
  font-weight: 600;
}
div.single-conference .program-info li span {
  float: left;
  font-weight: 300;
}
@media (max-width: 560px) {
  div.single-conference .program-info li strong {
    float: none;
    width: 100%;
    text-align: left;
    display: block;
    margin: 0;
  }
  div.single-conference .program-info li span {
    float: none;
  }
}
div.single-conference .conference-program {
  border-top: 1px solid #48469a;
  width: 100%;
}
div.single-conference .conference-program th, div.single-conference .conference-program td {
  padding: 15px 10px;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  font-size: 16px;
  font-weight: 300;
  vertical-align: middle;
}
div.single-conference .conference-program th {
  background-color: #48469a;
  font-weight: 600;
  color: #fff;
  border-color: #48469a;
}
div.single-conference .conference-program tr th:last-child {
  border-right: 1px solid #48469a;
}
div.single-conference .conference-program tr td:last-child {
  border-right: 1px solid #e1e1e1;
}
div.single-conference .conference-program .time {
  width: 20%;
  text-align: center;
}
div.single-conference .conference-program .desc {
  width: 80%;
}
div.single-conference .conference-program .pause td {
  background-color: #fafafa;
  color: #777;
}
div.single-conference .place-photo {
  display: block;
  margin-bottom: 20px;
}
div.single-conference .map {
  display: block;
  height: 400px;
  margin-bottom: 30px;
}
div.single-conference .map-info {
  display: block;
  list-style: none;
  margin: 0 0 20px 0;
}
div.single-conference .map-info li {
  margin-bottom: 10px;
}
div.single-conference .map-info li:last-child {
  margin-bottom: 0;
}
div.single-conference .map-info li strong {
  float: left;
  min-height: 1px;
  width: 20%;
  text-align: right;
  margin-right: 2%;
  font-weight: 600;
}
div.single-conference .map-info li span {
  float: left;
  font-weight: 300;
  width: 78%;
}
@media (max-width: 560px) {
  div.single-conference .map-info li strong {
    float: none;
    width: 100%;
    text-align: left;
    display: block;
    margin: 0;
  }
  div.single-conference .map-info li span {
    float: none;
  }
}
div.single-conference .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
div.single-conference .gallery .gallery-item {
  margin-bottom: 15px;
  margin-right: 2%;
}
div.single-conference .gallery .gallery-item a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
div.single-conference .gallery .gallery-item a:hover {
  opacity: 0.5;
}
@media (min-width: 769px) {
  div.single-conference .gallery .gallery-item {
    width: 18.4%;
  }
  div.single-conference .gallery .gallery-item:nth-child(5n+5) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  div.single-conference .gallery .gallery-item {
    width: 32%;
  }
  div.single-conference .gallery .gallery-item:nth-child(3n+3) {
    margin-right: 0;
  }
}
div.single-conference #sponsorzy h4 {
  font-size: 21px;
  text-transform: uppercase;
  color: #3e0357;
  line-height: 1;
  margin-bottom: 40px;
}
div.single-conference .sponsors-list {
  list-style: none;
  margin: 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;
}
div.single-conference .sponsors-list li {
  float: left;
  margin-right: 2%;
  margin-bottom: 40px;
}
div.single-conference .sponsors-list a {
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
}
div.single-conference .sponsors-list img {
  width: auto;
  max-width: 90%;
  height: auto;
  max-height: 90%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
div.single-conference .sponsors-list a:hover {
  opacity: 1;
}
div.single-conference .sponsors-list a:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
div.single-conference .sponsors-list.sponsors li {
  width: 32%;
}
div.single-conference .sponsors-list.sponsors li:nth-child(3n+3) {
  margin-right: 0;
}
div.single-conference .sponsors-list.sponsors li a {
  height: 120px;
  line-height: 120px;
}
div.single-conference .sponsors-list.partners li {
  width: 23.5%;
}
div.single-conference .sponsors-list.partners li:nth-child(4n+4) {
  margin-right: 0;
}
div.single-conference .sponsors-list.partners li a {
  height: 100px;
  line-height: 100px;
}
div.single-conference .sponsors-list.patronat li {
  width: 18.4%;
}
div.single-conference .sponsors-list.patronat li:nth-child(5n+5) {
  margin-right: 0;
}
div.single-conference .sponsors-list.patronat li a {
  height: 80px;
  line-height: 80px;
}
div.single-conference .wpcf7-form fieldset {
  margin-bottom: 20px;
}
div.single-conference .wpcf7-form fieldset > div {
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 20px;
}
div.single-conference .wpcf7-form fieldset > div.long {
  width: 98%;
  margin-right: 0;
}
@media (max-width: 768px) {
  div.single-conference .wpcf7-form fieldset > div {
    width: 100%;
    margin-right: 0;
  }
  div.single-conference .wpcf7-form fieldset > div.long {
    width: 100%;
    margin-right: 0;
  }
}
div.single-conference .wpcf7-form h4 {
  font-size: 21px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 20px;
}
div.single-conference .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
div.single-conference .wpcf7-form .wpcf7-form-control-wrap input[type=text],
div.single-conference .wpcf7-form .wpcf7-form-control-wrap input[type=email],
div.single-conference .wpcf7-form .wpcf7-form-control-wrap textarea {
  display: block;
  width: 100%;
  font-weight: 300;
  color: #777;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
div.single-conference .wpcf7-form .wpcf7-form-control-wrap input[type=text]:focus,
div.single-conference .wpcf7-form .wpcf7-form-control-wrap input[type=email]:focus,
div.single-conference .wpcf7-form .wpcf7-form-control-wrap textarea:focus {
  color: #000;
  border-color: #b1b1b1;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
div.single-conference .wpcf7-form .wpcf7-form-control-wrap textarea {
  width: 100%;
}
div.single-conference .wpcf7-form .wpcf7-radio .wpcf7-list-item {
  display: block;
  position: relative;
}
div.single-conference .wpcf7-form .wpcf7-radio .wpcf7-list-item label {
  padding-left: 20px;
  cursor: pointer;
}
div.single-conference .wpcf7-form .wpcf7-radio .wpcf7-list-item label input {
  position: absolute;
  left: 0;
  top: 8px;
}
div.single-conference .wpcf7-form .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 10px;
}
div.single-conference .wpcf7-form label {
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
div.single-conference .wpcf7-form label .wpcf7-form-control-wrap {
  position: absolute;
  left: 0;
  top: 0;
}
div.single-conference .wpcf7-form input[type=submit] {
  display: inline-block;
  padding: 21px 45px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  background: #48469a;
  border: none;
  border-radius: 3px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
div.single-conference .wpcf7-form input[type=submit]:disabled {
  background: #e1e1e1;
  color: #999;
}
div.single-conference .wpcf7-form input[type=submit]:disabled:hover {
  cursor: default;
  background: #e1e1e1;
  color: #999;
}
div.single-conference .wpcf7-form input[type=submit]:hover {
  background: #3e0357;
}

.sidebar-menu {
  float: right;
  width: 240px;
  position: relative;
}
.sidebar-menu ul {
  display: block;
  width: 240px;
  border: 1px solid #48469a;
  border-radius: 5px;
  list-style: none;
  margin: 0;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
}
.sidebar-menu ul li {
  border-bottom: 1px solid #48469a;
}
.sidebar-menu ul i {
  display: none;
}
.sidebar-menu ul a {
  display: block;
  line-height: 1;
  padding: 20px;
  color: #48469a;
  font-size: 16px;
  font-weight: 300;
}
.sidebar-menu ul a:hover {
  background-color: #48469a;
  color: #fff;
}
.sidebar-menu ul li:last-child {
  border-bottom: none;
}
.sidebar-menu ul li.active a {
  background-color: #48469a;
  color: #fff;
}
.sidebar-menu ul.affix {
  top: 120px;
  position: fixed;
}

@media (max-width: 900px) {
  .sidebar-menu {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .sidebar-menu ul {
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0;
    position: static;
    width: 100%;
  }
  .sidebar-menu ul li {
    float: left;
    width: 20%;
    border-bottom: none;
    border-right: 1px solid #48469a;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sidebar-menu ul li:last-child {
    border-right: none;
  }
  .sidebar-menu ul a {
    text-align: center;
    padding: 20px 0;
    font-size: 13px;
  }
  .sidebar-menu ul li.active a i {
    color: #fff;
  }
  .sidebar-menu ul.affix {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    top: auto;
  }

  div.single-conference {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    float: none;
  }
}
@media (max-width: 630px) {
  .sidebar-menu ul i {
    display: block;
    font-size: 22px;
    color: #000;
  }
  .sidebar-menu ul a span {
    display: none;
  }
  .sidebar-menu ul li.active a i {
    color: #fff;
  }
}
/*=====  End of Single event  ======*/
.ur-frontend-form {
  padding: 0;
  border: none;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

.ur-frontend-form.login {
  margin: 0 auto;
  padding: 0;
}

.ur-frontend-form .ur-form-row .ur-form-grid {
  padding: 0;
}

.ur-frontend-form .ur-form-row .ur-form-grid:nth-child(1n+2) {
  margin-left: 4%;
}

.ur-frontend-form .ur-form-row .ur-form-grid label,
.ur-frontend-form .ur-form-row .ur-form-grid legend {
  font-size: 16px;
  font-weight: normal;
}

.ur-frontend-form .ur-form-row .ur-form-grid label.ur-label,
.ur-frontend-form .ur-form-row .ur-form-grid legend.ur-label {
  font-weight: normal;
}

.ur-frontend-form .ur-button-container {
  margin: 0;
  padding: 0;
}

.ur-frontend-form .ur-form-row .ur-form-grid .__PrivateStripeElement, .ur-frontend-form .ur-form-row .ur-form-grid input[type=date], .ur-frontend-form .ur-form-row .ur-form-grid input[type=email], .ur-frontend-form .ur-form-row .ur-form-grid input[type=number], .ur-frontend-form .ur-form-row .ur-form-grid input[type=password], .ur-frontend-form .ur-form-row .ur-form-grid input[type=phone], .ur-frontend-form .ur-form-row .ur-form-grid input[type=text], .ur-frontend-form .ur-form-row .ur-form-grid input[type=timepicker], .ur-frontend-form .ur-form-row .ur-form-grid input[type=url], .ur-frontend-form .ur-form-row .ur-form-grid select, .ur-frontend-form .ur-form-row .ur-form-grid textarea {
  padding: 16px;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
}

.ur-frontend-form button, .ur-frontend-form button[type=submit], .ur-frontend-form input[type=submit] {
  background: #48469a;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 16px 32px;
  border-radius: 4px;
}

.ur-frontend-form .ur-submit-button {
  margin-right: 0;
}

#user-registration {
  margin: 0;
}

#user-registration p {
  font-size: 18px;
}

.user-registration-error,
.user-registration-info,
.user-registration-message {
  padding: 24px;
  font-size: 18px;
}

.user-registration-error::before,
.user-registration-info::before,
.user-registration-message::before {
  display: none;
}

.user-registration .lekarz {
  display: none;
}

.user-registration .lekarz.show {
  display: block;
}

.user-registration .kierownik {
  display: none;
}

.user-registration .kierownik.show {
  display: block;
}

#user-registration .user-registration-MyAccount-content .user-registration-profile-fields__field-wrapper {
  margin: 0;
}

#user-registration.horizontal {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#user-registration.horizontal .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a {
  background: #48469a;
  color: #fff;
}

.mobile-menu-wrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 60px;
  right: 0;
  bottom: 0;
  background: #48469a;
  z-index: 1100;
  overflow-y: scroll;
}
@media (max-width: 1100px) {
  .mobile-menu-wrapper.show {
    display: block;
  }
}
.mobile-menu-wrapper .main-menu {
  list-style: none;
  margin: 0;
  display: block;
  text-align: center;
  padding-top: 32px;
}
.mobile-menu-wrapper .main-menu > li {
  margin-bottom: 24px;
}
.mobile-menu-wrapper .main-menu a {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 6px 0;
}
.mobile-menu-wrapper .main-menu ul {
  list-style: none;
  margin: 0;
}
.mobile-menu-wrapper .main-menu ul li {
  margin-bottom: 8px;
}
.mobile-menu-wrapper .main-menu ul li:last-child {
  margin-bottom: 0;
}
.mobile-menu-wrapper .main-menu ul a {
  font-weight: normal;
  font-size: 16px;
  padding: 3px 0;
}

body.is-mobile {
  overflow: hidden;
}

#top-cookie-wrapper {
  display: block;
  width: 100%;
  max-width: 360px;
  padding: 24px;
  border-radius: 6px;
  background: #48469a;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}
#top-cookie-wrapper.displaynone {
  display: none !important;
}
#top-cookie-wrapper .top-cookie {
  display: block;
  font-size: 14px;
}
#top-cookie-wrapper .top-cookie p {
  color: #fff;
}
#top-cookie-wrapper .top-cookie p a {
  color: #fff;
  text-decoration: underline;
}
#top-cookie-wrapper .top-cookie p .close {
  display: inline-block;
  line-height: 1;
  padding: 10px 18px;
  border: 1px solid #fff;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: none;
}
#top-cookie-wrapper .top-cookie p .close:hover {
  color: #48469a;
  background: #fff;
}
@media (max-width: 768px) {
  #top-cookie-wrapper {
    padding: 16px;
    right: 0;
    bottom: 0;
    border-radius: 5px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 300px;
  }
  #top-cookie-wrapper .top-cookie {
    font-size: 12px;
  }
}

.message404 {
  display: block;
  text-align: center;
  padding: 64px 0 128px;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.message404 .image {
  display: block;
  margin-bottom: 32px;
}
.message404 .title {
  display: block;
  margin-bottom: 32px;
}
.message404 .title span {
  display: block;
  font-size: 44px;
  font-weight: bold;
}
.message404 .content {
  font-size: 21px;
}
.message404 .content a {
  text-decoration: underline;
  color: #000;
}

#mobile-menu-wrapper {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow-y: scroll;
}
@media (max-width: 1024px) {
  #mobile-menu-wrapper.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#mobile-menu-wrapper .content {
  padding: 64px 24px;
  padding-top: 120px;
  color: #fff;
}
#mobile-menu-wrapper a {
  color: inherit;
}
#mobile-menu-wrapper .main-menu {
  list-style: none;
  margin: 0;
  margin-bottom: 64px;
  text-align: center;
}
#mobile-menu-wrapper .main-menu li {
  margin-bottom: 16px;
}
#mobile-menu-wrapper .main-menu li:last-child {
  margin-bottom: 0;
}
#mobile-menu-wrapper .main-menu a {
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  padding: 10px 0;
}
#mobile-menu-wrapper .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mobile-menu-wrapper .contact a {
  font-size: 30px;
  font-weight: 300;
  display: block;
}
#mobile-menu-wrapper .contact em {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
}
@media (max-width: 768px) {
  #mobile-menu-wrapper .content {
    padding-top: 100px;
  }
  #mobile-menu-wrapper .main-menu a {
    font-size: 23px;
  }
}

body.with-mobile {
  overflow: hidden;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.wpcf7 form .wpcf7-response-output {
  padding: 16px;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: #e02424;
  /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  background: #e02424;
  /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #e02424;
  /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  background: #e02424;
  color: #fff;
  font-size: 14px;
  padding: 16px;
  border-radius: 0 0 6px 6px;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #e02424;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

.wpcf7 form.submitting .ajax-loader {
  visibility: visible;
}

.wpcf7 .ajax-loader::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  -webkit-transform-origin: 8px 8px;
          transform-origin: 8px 8px;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7 .ajax-loader::before {
    -webkit-animation-name: blink;
            animation-name: blink;
    -webkit-animation-duration: 2000ms;
            animation-duration: 2000ms;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 input[type=file] {
  cursor: pointer;
}

.wpcf7 input[type=file]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  direction: ltr;
}