:root {
  font-size: 20px;
}

* {
  margin: 0;
  padding: 0;
}

body {
  background: #171719;
  font-family: "Catamaran", sans-serif;
  letter-spacing: 0.075rem;
  color: white;
  font-size: 1rem;
  line-height: 1rem;
}

a {
  text-decoration: none;
}

  @media (min-width:767px) {
    .mobile {
      display: none;
    }
  }

  @media (max-width:767px) {
    .desktop {
      display: none;
    }
  }

p {
  font-size: 0.85rem;
  line-height: 1.65rem;
}

@media (min-width:768px) {
  p {
    font-size: 1rem;
    line-height: 1.8rem;
  }
}

h2 {
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 1.875rem;
}

@media (min-width:768px) {
  h2 {
    font-size: 1.2rem;
    margin-bottom: 3.75rem;
  }
}

h3 {
  font-size: 0.85rem;
  line-height: 0.85rem;
  text-transform: uppercase;
  border-bottom: 2px solid #3a3a3a;
  display: inline-block;
  padding: 0.5rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.15rem;
}

@media (min-width:768px) {
  h3 {
    font-size: 1rem;
    line-height: 1rem;
  }
}

small {
  color: #aaa;
}

small a {
  color: #aaa;
  border-bottom: 2px solid #3a3a3a;
}

hr.dark {
  border: none;
  border-bottom: 1px solid #3e3e3e;
}

/*** --- Menu --- ***/

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.97);
    overflow-x: hidden;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition-timing-function: ease-in-out;
}

.overlay .closebtn {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 3rem;
}

.overlay-content {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}

.overlay-wrapper {
  min-width: 320px;
}


.wrapper-container {
  width: 100%;
  display: block;
  text-align: center;
}

/*** --- Menu styling --- ***/

a.closebtn {
  font-weight: 300;
  font-family: "Lato", sans-serif;
  font-size: 1.75rem;
  color: white;
}

#hamburger {
  position: fixed;
  top: 0rem;
  right: 0rem;
  z-index: 9998;
  cursor: pointer;
  padding: 1rem 1rem 0.5rem 1rem;
  background: none;
  transition-property: background;
  -moz-transition-property: background;
  -webkit-transition-property: background;
  transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
}

/* Hamburger bars styling */
#hamburger div {
  width: 25px;
  height: 2px;
  background: white;
  margin-bottom: 8px;
  transition-property: background;
  -moz-transition-property: background;
  -webkit-transition-property: background;
  transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
}

/* Change menu icon appearance on scroll */
#hamburger.scrolled {
  background: white;
  transition-property: background;
  transition-duration: 1s;
}

/* Change menu icon appearance on scroll */
#hamburger.scrolled div {
  background: black;
  transition-property: background;
  -moz-transition-property: background;
  -webkit-transition-property: background;
  transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
}

@media (min-width:768px) {
  #hamburger {
    padding: 2rem 2rem 1.5rem 2rem;
  }

  #hamburger div {
    width: 30px;
    margin-bottom: 10px;
  }
}

.menu-content-wrapper {
  text-align: center;
  width: 80%;
  min-width: 256px;
}

  @media (min-width:768px) and (max-width:1199px) {
    .menu-content-wrapper {
      width: 50%;
      min-width: 380px;
    }
  }

  @media (min-width:1200px) {
    .menu-content-wrapper {
      width: 50%;
      min-width: 600px;
    }
  }

#menu-logo img {
  height: 50px;
  margin-bottom: 1rem;
}

  @media (min-width:768px) {
    #menu-logo img {
      width: 250px;
      height: auto;
      margin-bottom: 3rem;
    }
  }

ul#the-menu {
  list-style: none;
  display: inline-block;
  margin-bottom: 1rem;
}

  @media (min-width:768px) {
    ul#the-menu {
      margin-bottom: 2.5rem;
    }
  }

ul#the-menu li {
  border-bottom: 1px solid #2e2e2e;
  text-align: center;
}

ul#the-menu li:last-child {
  border-bottom: none;
}

ul#the-menu li a {
  display: inline-block;
  font-size: 0.85rem; /*desktop: 1rem*/
  line-height: 1.7rem;
  font-weight: 300;
  color: white;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

ul#the-menu li a:hover {
  opacity: 0.33;
  -moz-opacity: 0.33;
  -webkit-opacity: 0.33;
}

  @media (min-width:768px) and (max-width:1199px) {
    ul#the-menu li a {
      padding: 0.5rem 2rem;
    }
  }

  @media (min-width:1200px) {
    ul#the-menu li a {
      font-size: 1rem;
      padding: 1rem 7.5rem;
    }
  }

/* Social menu */

ul.social {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

ul.social li {
  display: inline;
  height: 40px;
  line-height: 40px;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

  @media (min-width:768px) {
    ul.social li {
      margin-right: 1rem;
      margin-left: 1rem;
    }
  }

ul.social li a {
  display: inline-block;
  color: white;
  font-size: 0.75rem;
  font-weight: 300;
  text-transform: lowercase;
  letter-spacing: 0.15rem;
}

ul.social li a:hover {
  opacity: 0.33;
  -moz-opacity: 0.33;
  -webkit-opacity: 0.33;
}

ul.social li a img {
  height: 40px;
  float: left;
}

  @media (min-width:768px) {
    ul.social li a img {
      margin-right: 0.5rem;
      margin-left: 0.5rem;
    }
  }

  @media (min-width:1200px) {
    ul.social li a {
      font-size: 0.9rem;
    }
  }

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/*** --- Page header image --- ***/

#header-logo {
  position: absolute;
  top: 3rem;
  width: 100%;
  text-align: center;
  z-index: 9997;
}

#header-logo img {
  width: 50%;
}

  @media (min-width:768px) {
    #header-logo img {
      width: auto;
      height: 100px;
    }
  }

#header-image {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  text-align: center;
  padding: 1rem;
}

  @media (min-width:768px) {
    #header-image {
      padding: 2rem;
    }
  }

h1.home-title,
h1#page-title {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5rem;
  color: white;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.15rem;
  margin: 0.5rem 0 1rem;
}

  @media (min-width:768px) {
    #header-image h1 {
      font-size: 3rem;
      line-height: 3rem;
    }
  }

a.home-more,
a#page-more {
  font-size: 0.66rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}

  @media (min-width:768px) {
    #header-image a {
      font-size: 0.9rem;
    }
  }

.image-overlay {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  z-index: 1;
  top:0;
  left:0;
}

.image-overlay-portrait {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: flex-end;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.33);
  z-index: 1;
  top:0;
  left:0;
}

.caption {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 1rem;
}

.caption-portrait {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 1rem 1rem 3rem 1rem;
}

a.back {
  font-weight: 900;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  color: rgba( 255, 255, 255, 0.5);
  transition-property: color;
  transition-duration: 1s;
}

a.back:hover,
a.back:focus {
  color: white;
  transition-property: color;
  transition-duration: 1s;
}

/*** --- Content styling --- ***/

.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#main {
  padding-top: 3.75rem;
}

  @media (min-width:992px) {
    #main {
      padding-top: 7.5rem;
    }
  }

section#intro {
  padding-bottom: 3.75rem;
}

  @media (min-width:992px) {
    section#intro {
      padding-bottom: 7rem;
    }
  }

.page-entry {
  text-align: center;
}

.page-entry p {
  text-align: center;
  letter-spacing: 0.075rem;
  padding-bottom: 1.75rem;
}

.page-entry ul {
  list-style: none;
}

.page-entry ul li {
  display: block;
  padding: 0.5rem 1rem;
}

  @media (min-width:1200px) {
    .intro-txt p {
      padding-top: 0.5rem;
    }
  }

.quote img {
  height: 125px;
}

  @media (max-width:767px) {
    .quote img {
      display: none;
    }
  }

  @media (min-width:768px) and (max-width:991px) {
    .quote img {
      margin-top: 1rem;
    }
  }

section#social {
  background: white;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

  @media (min-width:768px) {
    section#social ul li {
      margin-right: 5rem;
      height: 50px;
      line-height: 50px;
    }

    section#social ul li a img {
      height: 50px;
    }

    section#social ul li a span {
      color: #aaa;
      font-weight: 700;
    }
  }


/*** --- Gallery styling --- ***/

.gallery,
.gallery-item,
.gallery-icon,
.gallery-caption {
  margin: 0;
  padding: 0;
  border: none;
}

.gallery {
  width: 100%;
  overflow: hidden;
}

.gallery::after {
  content: "";
  display: block;
  clear: both;
}

.gallery-item {
  float: left;
  width: 100% !important;
  height: 66.66vw !important;
  overflow: hidden;
  margin-top: 0 !important;
}

  @media (min-width:768px) {
    .gallery-item {
      float: left;
      width: 33.33% !important;
      height: 33.33vw !important;
      overflow: hidden;
      margin-top: 0 !important;
    }
  }

#mini-gallery .gallery-item {
  display: none;
}

#mini-gallery .gallery-item:first-child,
#mini-gallery .gallery-item:nth-child(2),
#mini-gallery .gallery-item:nth-child(3) {
  display: inline;
}

#mini-gallery .gallery br {
  display: none;
}

.gallery-icon {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width:100%;
  height: 66.66vw;
  overflow: hidden;
}

.gallery-icon img {
  position: relative;
  width: 150%;
  height: auto;
  left: -25%;
}

.gallery-caption {
  display: none;
}

  @media (min-width:768px) {
    .gallery-icon {
      width: 100%;
      height: 33.33vw;
      overflow: hidden;
    }
  }

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*** --- Landing styling --- ***/

/* Teachers */
section#teachers-list {
  background: white;
  padding-top: 5rem;
  padding-bottom: 3.75rem;
}

  @media (min-width:992px) {
    section#teachers-list {
      padding-bottom: 5rem;
    }
  }

section#teachers-list h2 {
  color: black;
}

/* Tabbed content - courses */
ul#landing-tabs {
  display: inline-block;
  width: 100%;
  margin-bottom: -5px;
}

ul#landing-tabs li {
  display: inline-block;
  width: 100%;
  float: left;
  border-top: 1px solid #3e3e3e;
  cursor: pointer;
}

@media (min-width:992px) {
  ul#landing-tabs li {
    width: 50%;
  }
}

ul#landing-tabs li.current {
  background: white;
  border-top: 1px solid white;
}

ul#landing-tabs li h2 {
  color: white;
  margin: 0;
  padding: 2rem 0;
}

  @media (min-width:992px) {
    ul#landing-tabs li h2 {
      padding: 3rem 0;
    }
  }

ul#landing-tabs li.current h2 {
  color: black;
}

.tab-content {
  display: none;
}

.tab-content.current {
  display: inline;
}


/* Tabbed content - courses package */
ul.courses-package-links {
  display: inline;
  width: 100%;
}

ul.courses-package-links li {
  display: inline-block;
  width: 100%;
  height: 33.33vw;
  text-align: center;
}

ul.courses-package-links li a h3 {
  color: white;
}


/* Mini info */
section#mini-info {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  text-align: center;
}

  @media (min-width:992px) {
    section#mini-info {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }
  }

/* HR */
section.separator hr {
  border: none;
  border-top: 1px solid #eaeaea;
}

/*** --- Page styling --- ***/

section#primary-content {
  padding-bottom: 3.75rem;
}

  @media (min-width:768px) {
    section#primary-content {
      padding-bottom: 5rem;
    }
  }

section#secondary-content {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

  @media (min-width:768px) {
    section#secondary-content {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }
  }

section#secondary-content .page-entry p {
  font-size: 1rem;
  line-height: 1.8rem;
  text-align: center;
}

section#secondary-content hr {
  border-top: 1px solid #eaeaea;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin-top: 5rem;
}

  @media (min-width:768px) {
    section#secondary-content hr {
      margin-top: 10rem;
    }
  }

.white {
  background: white;
  color: black;
}

.secondary-id-147,
.secondary-id-151 {
  padding-bottom: 5rem;
}

  @media (min-width:768px) {
    .secondary-id-147,
    .secondary-id-151 {
      padding-bottom: 10rem;
    }
  }

section#primary-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

section#primary-content ul li {
  text-align: center;
  margin: 0;
  padding: 0.25rem 0 0 0;
  line-height: 1.75rem;
}

section#primary-content ul.korzysci li {
  padding: 1.5rem 0;
  background: url("../../img/sw-separator.svg") no-repeat bottom;
  background-size: 25px;
}

section#primary-content ul.korzysci li:last-child,
section#primary-content ul.korzysci li:nth-child(7n) {
  background: none;
}

/*** --- O szkole wnętrz content --- ***/

section#courses {
  padding-top: 1.875rem;
}

@media (min-width:768px) {
  section#courses {
    padding-top: 4rem;
  }
}

section#courses ul {
  background: #171719;
}

/* About text */
#about-additional-content {
  height: 0;
  overflow: hidden;
}

#more-content-btn {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: grey;
}

  @media (min-width:768px) {
    #more-content-btn { display: none; }
    #about-additional-content { height: auto; }
  }

/* Korzyści text */
#korzysci-additional-content {
  height: 0;
  overflow: hidden;
}

#korzysci-more-content-btn {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: grey;
}

  @media (min-width:768px) {
    #korzysci-more-content-btn, #korzysci-more-text { display: none; }
    #korzysci-additional-content { height: auto; }
  }

ul.courses-links {
  list-style: none;
  width: 100%;
  overflow: hidden;
}

ul.courses-links li {
  width: 100%;
  height: 50vw;
}

  @media (min-width:768px) and (max-width:991px) {
    ul.courses-links li {
      float: left;
      width: 50%;
      height: 50vw;
    }

    ul.courses-links li:last-child,
    ul.courses-links li:last-child .course-title {
      width: 100%;
    }
  }

  @media (min-width:992px) {
    ul.courses-links li {
      float: left;
      width: 33.33%;
      height: 33.33vw;
    }
  }

ul.courses-links li a {
  text-align: center;
}

ul.courses-links li a h3 {
  display: inline;
  line-height: 1.7rem;
  font-size: 0.85rem;
  color: white;
  margin-bottom: 0;
  border-bottom: 2px solid rgba(255,255,255,0.5);
}

.course-title, .course-title-full {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 50vw;
  background: rgba(0,0,0,0.66);
}

  @media (min-width:768px) and (max-width:991px) {
    .course-title {
      float: left;
      width: 50vw;
      height: 50vw;
    }

    .course-title-full {
      float: left;
      width: 100%;
      height: 50vw;
    }
  }

  @media (min-width:992px) {
    .course-title {
      float: left;
      width: 33.33vw;
      height: 33.33vw;
    }

    .course-title-full {
      float: left;
      width: 100%;
      height: 33.33vw;
    }
  }

@media (min-width:992px) {
  .about-more ul {
    columns: 2;
    column-gap: 5rem;
    list-style-position: inside;
  }
}

.about-more ul li {
  font-size: 0.85rem;
  line-height: 1.5rem;
  text-align: left;
  padding-bottom: 1rem;
}

@media (min-width:768px) {
  .about-more ul li {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: left;
    padding-bottom: 1rem;
  }
}

hr.after-content {
  border: none;
  border-bottom: 1px solid #3e3e3e;
  width: 100%;
  margin-top: 7rem;
  margin-bottom: 3.5rem;
}

/*** Teachers List ***/

ul.teachers {
  list-style: none;
  text-align: center;
}

ul.teachers li {
  font-size: 0.85rem;
  margin: 0 0 1rem 0;
}

ul.teachers li a {
  color: black;
}

@media (min-width:768px) {
  ul.teachers li {
    font-size: 1rem;
  }
}

@media (min-width:992px) {
  ul.teachers {
    column-count: 2;
    column-gap: 2.5rem;
  }
}

/*** --- Kalendarz content --- ***/

.primary-id-147 ul,
.secondary-id-147 ul {
  display: inline-block;
  list-style: none;
  text-align: center;
  margin-bottom: 3.75rem;
}

  @media (min-width:768px) {
    .primary-id-147 ul,
    .secondary-id-147 ul {
      column-count: 2;
    }
  }

  @media (min-width:992px) and (max-width:1199px) {
    .primary-id-147 ul,
    .secondary-id-147 ul {
      column-gap: 2.5rem;
    }
  }

  @media (min-width:1200px) {
    .primary-id-147 ul,
    .secondary-id-147 ul {
      column-gap: 5rem;
    }
  }

.primary-id-147 ul li,
.secondary-id-147 ul li {
  line-height: 2rem;
}

  @media (min-width:768px) {
    .primary-id-147 ul li,
    .secondary-id-147 ul li {
      margin: 0 5rem 0.5rem;
    }
  }

.primary-id-147 ul li {
  border-bottom: 1px solid #3a3a3a;
}

.secondary-id-147 ul li {
  border-bottom: 1px solid #eaeaea;
}

/*** --- Zgloszenia content --- ***/
.submit-wrapper {
  width: 100%;
  margin-top: 1rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

section#primary-content.primary-id-149 {
  padding-bottom: 3.75rem;
}

section#documents {
  padding-bottom: 7rem;
}

/* Buttons */
a .download-button {
  border: 1px solid #3e3e3e;
  color: white;
  font-size: 0.85rem;
  padding: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

a .download-button:hover, a .download-button:active {
  background: white;
  color: black;
  border: 1px solid white;
  transition-property: background;
  transition-duration: 1s;
}

a .download-button {
  background: none;
  transition-property: background;
  -moz-transition-property: background;
  -webkit-transition-property: background;
  transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
}

@media (max-width:768px) {
  a .download-button {
    margin-bottom: 0.5rem;
    padding: 1rem;
  }

  section#primary-content.primary-id-149 {
    padding-bottom: 2rem;
  }

  section#documents {
    padding-bottom: 5rem;
  }
}

/*** Form ***/

input[type="text"],
input[type="email"],
input[type="tel"] {
  display: block;
  width: 100%;
  max-width: 500px;
  background: none;
  border: none;
  border-bottom: 1px solid #3a3a3a;
  color: white;
  font-family: "Catamaran", sans-serif;
  font-size: 0.85rem;
  line-height: 1.65rem;
  margin: 0 auto 1.5rem;
  letter-spacing: 0.075rem;
  font-weight: 600;
  text-align: center;
}

input::placeholder {
  color: #5e5e5e;
}

input:focus::placeholder {
  visibility: hidden;
}

.form-entry {
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}

form label span {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}

.question {
  margin: 0 auto;
  padding-bottom: 2rem;
}

.question label {
  font-size: 0.85rem;
  line-height: 1.65rem;
}

@media (min-width:768px) {
  .question label {
    font-size: 1rem;
    line-height: 1.8rem;
  }
}

.checkbox {
  text-align: center;
  width: 100%;
}

.checkbox span,
.checkbox label {
  display: block;
}

.checkbox label {
  font-size: 0.75rem;
  line-height: 1.55rem;
}

@media (min-width:768px) {
  .checkbox {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .checkbox span {
    display: inline;
    float: left;
  }
  .checkbox label {
    display: inline;
    font-size: 0.9rem;
    line-height: 1.65rem;
  }
}

.checkbox label a {
  border-bottom: 2px solid #eaeaea;
  color: black;
  font-weight: 900;
}


input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  background: black;
  border: 3px solid;
  line-height: 1rem;
  width: 2rem;
  height: 2rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  margin-right: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (min-width:768px) {
  input[type="checkbox"] {
    width: 1.25rem;
    height: 1.25rem;
    margin: 0.1rem 1rem 0;
  }
}

input[type="checkbox"]:checked {
  background: black;
  background: url("../../img/checked.svg") no-repeat center;
}

form hr {
  border: none;
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width:768px) {
  form hr {
    margin: 1.75rem 0;
  }
}

.submit-form {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0.5rem 0 1rem;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  color: black;
  font-weight: 900;
  font-size: 0.85rem;
  line-height: 1rem;
  letter-spacing: 0.15rem;
  text-transform: lowercase;
  cursor: pointer;
}

div.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
  display: block;
  background: #eaeaea;
  color: black;
  border: none;
  text-align: center;
  width: 100vw;
  margin: 0 auto;
  padding: 1rem;
  font-size: 0.66rem;
  font-weight: 700;
}

span.wpcf7-not-valid-tip {
  color: #aeaeae;
  font-size: 0.66em;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  margin: 0 auto 2rem;
  width: 100%;
}

  @media (min-width:768px) {
    div.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng,
    div.wpcf7-validation-errors,
    div.wpcf7-mail-sent-ok,
    span.wpcf7-not-valid-tip {
      font-size: 0.9rem;
    }
  }

/*** --- Oferta content --- ***/

section#price-table {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

  @media (min-width:768px) {
    section#price-table {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }
  }

ul#pricetable-table {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}

ul#pricetable-table li {
  display: inline-block;
  width: 100%;
  border: 1px solid #3e3e3e;
  padding: 1.5rem;
  cursor: pointer;
}

  @media (min-width:992px) {
    ul#pricetable-table li {
      width: 50%;
      padding: 2.5rem;
    }
  }

ul#pricetable-table li.current {
  background: white;
  color: black;
}

ul#pricetable-table li h2 {
  margin: 0;
  padding: 0;
}

.table-content {
  display: none;
}

.table-content.current {
  display: inline;
}

ul#table-courses,
ul#table-packages {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
}

ul#table-courses li {
  display: inline-block;
  float: left;
  width: 100%;
  border: 1px solid #3e3e3e;
  padding: 2rem 1rem;
  text-align: center;
}

@media (min-width:768px) and (max-width:991px) {
  ul#table-courses li {
    width: 50%;
    padding: 2rem;
    height: 300px;
    overflow: hidden;
  }

  ul#table-courses li:last-child {
    width: 100%;
  }
}

@media (min-width:992px) {
  ul#table-courses li {
    width: 33.33%;
    padding: 3rem;
    height: 325px;
    overflow: hidden;
  }
}

ul#table-packages li {
  display: inline-block;
  float: left;
  width: 100%;
  border: 1px solid #3e3e3e;
  padding: 2rem 1rem;
  text-align: center;
}

  @media (min-width:992px) {
    ul#table-packages li {
      padding: 3rem;
    }
  }

ul#table-courses li span.table-title,
ul#table-packages li span.table-title {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 0.5rem;
}

ul#table-courses li span.table-hours,
ul#table-packages li span.table-hours {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #5e5e5e;
  padding-bottom: 1rem;
}

ul#table-courses li span.table-price,
ul#table-packages li span.table-price {
  display: block;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.15rem;
  font-weight: 700;
  padding-top: 1rem;
}

#table-courses li hr,
#table-packages li hr {
  max-width: 200px;
  margin: 0 auto;
}

section#offer-additional {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

#offer-courses-time {
  padding-bottom: 2rem;
  border-bottom: 1px solid #eaeaea;
}

  @media (min-width:992px) {
    #offer-courses-time {
      padding-bottom: 0;
      padding-right: 2rem;
      border-bottom: none;
      border-right: 1px solid #eaeaea;
    }
  }

#offer-courses-location {
  padding-top: 2rem;
}

  @media (min-width:992px) {
    #offer-courses-location {
      padding-top: 0;
      padding-left: 2rem;
    }
  }

#offer-courses-location p.grey {
  color: #5e5e5e;
  padding-top: 1rem;
}

/*** --- Kontakt content --- ***/

.primary-id-151 .page-entry {
  margin-bottom: 2.5rem;
}

#field-telephone a,
#field-email a {
  color: white;
}

@media (min-width: 992px) {
  .primary-id-151 .page-entry {
    margin-bottom: 0;
  }
}

@media (min-width:768px) {
  .secondary-id-151 ul li a span {
    color: #8a8a8a;
    font-weight: 700;
  }
}

/*** --- Pakiety content --- ***/

section#price {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

section#price p {
  font-size: 1.250rem;
  font-weight: 700;
  padding-top: 0.5rem;
}

span.title {
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}

section#timetable {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

section#location {
  width: 100%;
}

#address {
  float: left;
  width: 100%;
  padding: 3rem 1rem;
  background: white;
  color: black;
  text-align: center;
  box-sizing: border-box;
}

@media (min-width:992px) {
  #address {
    width: 33.33%;
    height: 500px;
    padding: 4em 2rem;
    box-sizing: border-box;
  }
}



#google-map {
  float: left;
  width: 100%;
  height: 100vh;
}

@media (min-width:768px) {
  #google-map, #address {
    height: 50vh;
  }
}

@media (min-width:992px) {
  #google-map {
    width: 66.66%;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  #google-map, #address {
    height: 100vh;
  }
}

@media (min-width:1200px) {
  #google-map, #address {
    height: 66.66vh;
  }
}

/*** --- Kursy content --- ***/

.secondary-entry ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

  @media (min-width:992px) {
    .secondary-entry ol {
      column-count: 2;
      column-gap: 5rem;
    }
  }

.secondary-entry ol li:first-child {
  background: url("../../img/li-01.svg") no-repeat top left;
} .secondary-entry ol li:nth-child(2) {
  background: url("../../img/li-02.svg") no-repeat top left;
} .secondary-entry ol li:nth-child(3) {
  background: url("../../img/li-03.svg") no-repeat top left;
} .secondary-entry ol li:nth-child(4) {
  background: url("../../img/li-04.svg") no-repeat top left;
} .secondary-entry ol li:nth-child(5) {
  background: url("../../img/li-05.svg") no-repeat top left;
} .secondary-entry ol li:nth-child(6) {
  background: url("../../img/li-06.svg") no-repeat top left;
} .secondary-entry ol li:nth-child(7) {
  background: url("../../img/li-07.svg") no-repeat top left;
} .secondary-entry ol li:nth-child(8) {
  background: url("../../img/li-08.svg") no-repeat top left;
} .secondary-entry ol li:nth-child(9) {
  background: url("../../img/li-09.svg") no-repeat top left;
} .secondary-entry ol li:nth-child(10) {
  background: url("../../img/li-10.svg") no-repeat top left;
}

.secondary-entry ol li {
  background-size: 1.65rem !important;
  min-height: 1.65rem;
  line-height: 1.25rem;
  padding-top: 0.2rem;
  padding-left: 2.25rem;
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 0.75rem;
}

  @media (min-width:768px) {
    .secondary-entry ol li {
      background-size: 2rem !important;
      padding-top: 0.4rem;
      padding-left: 3rem;
      min-height: 2rem;
      font-size: 0.9rem;
    }
  }

.secondary-entry ol li ul {
  list-style-type: none;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.secondary-entry ol li ul li {
  background: none !important;
  padding-left: 0;
  color: #8e8e8e;
  font-weight: 400;
  border-top: 1px solid #eaeaea;
  padding-top: 0.75rem;
  margin-bottom: 0.5rem;
}

.secondary-entry ul {
  list-style-type: none; /*circle*/
  margin-bottom: 2rem;
}

.secondary-entry ul li {
  margin: 0 0 0 1.5rem;
  padding: 0.25rem;
  line-height: 1.75rem;
  font-size: 0.85rem;
}

@media (min-width:768px) {
  .secondary-entry ul li {
    font-size: 1rem;
  }
}

.secondary-entry ul.two-columns {
  list-style: none;
}

.secondary-entry ul.two-columns li {
  margin-bottom: 1rem;
  font-size: 0.85rem;
}

@media (min-width:992px) {
  .secondary-entry ul.two-columns {
    columns: 2;
    list-style: none;
  }
  .secondary-entry ul.two-columns li {
    border-bottom: 1px solid #eaeaea;
    font-size: 1rem;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .secondary-entry ul.two-columns {
    column-gap: 2.5rem;
  }
}

@media (min-width:1200px) {
  .secondary-entry ul.two-columns {
    column-gap: 5rem;
  }
}

/* Kursy price & hours */
section#course-pricing {
  padding-top: 3.75rem;
  padding-bottom: 3.57rem;
}

  @media (min-width:768px) {
    section#course-pricing {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }
  }

#course-price {
  padding-bottom: 2rem;
  border-bottom: 1px solid #3e3e3e;
}

@media (min-width:992px) {
  #course-price {
    padding-bottom: 0;
    border-bottom: none;
    border-right: 1px solid #3e3e3e;
  }
}

#course-hours {
  padding-top: 2rem;
}

@media (min-width:992px) {
  #course-hours {
    padding-top: 0;
  }
}

#course-price h3,
#course-hours h3 {
  display: block;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
}

#course-price p,
#course-hours p {
  font-size: 2rem;
  padding-top: 1rem;
  font-weight: 700;
}

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

footer {
  text-align: center;
  padding-top: 3.75rem;
  padding-bottom: 7.5rem;
  border-top: 1px solid #2e2e2e;
}

footer ul {
  display: inline-block;
  list-style: none;
  margin-bottom: 1rem;
}

  @media (min-width:768px) {
    footer ul {
      margin-bottom: 3.75rem;
    }
  }

footer ul li {
  display: block;
  margin-bottom: 0.5rem;
}

  @media (min-width:768px) {
    footer ul li {
      display: inline-block;
      margin: 0 0.5rem;
    }
  }

footer ul li.active {
  border-bottom: 1px solid #3e3e3e;
}

footer ul li a {
  display: inline-block;
  font-size: 0.85rem;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  padding: 0.5rem 0.25rem;
}

  @media (min-width:768px) {
    footer ul li a {
      padding: 0.75rem 0.25rem;
    }
  }

footer ul li a:hover {
  opacity: 0.33;
  -moz-opacity: 0.33;
  -webkit-opacity: 0.33;
}

footer img {
  height: 50px;
}

/* Other */

.disclaimer {
  border: 2px solid #2e2e2e;
  padding: 2rem;
  text-align: center;
  margin-top: 2rem;
}

.disclaimer small {
  font-size: 0.66rem;
  line-height: 1rem;
  color: #6e6e6e;
}

/* Animation classes */

#header-image {
  animation-duration: 4s;
  -webkit-animiation-duration: 4s;
  -moz-animation-duration: 4s;
}

h1#home-title {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-duration: 4s;
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
}

a#home-more {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
}

h1.join-us {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
}

ul.social {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
}

h1#page-title {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
}

a#page-more {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  -moz-animation-duration: 2.5s;
}

#teachers-left {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
}

#teachers-middle {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
}

#teachers-right {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
}

#terminy-warsztaty,
#terminy-kursy {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
}

#field-telephone {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
}

#field-address {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
}

#field-email {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
}

ul.courses-links .course-title {
  animation-delay: 0;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
}

/* Overrides */
.lowercase {
  text-transform: lowercase;
}

.center {
  text-align: center;
}
