/*
Theme Name: Vulcan LP Wiatr
Author: MakeTheFlow
Author URI: https://maketheflow.com/
Description: Szablon dla Vulcan LP Wiatr
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1.
License: Własność MakeTheFlow. Zakaz kopiowania i rozpowszechniania
Text Domain: maketheflow
*/
html {
  font-size: 10px;
  overflow-y: visible;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
}
body {
  font-family: "poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin: 0;
  width: 100%;
  line-height: 1.3;
  color: #1F2B4F;
  background: #FFF;
  padding: 0;
  overflow-x: hidden;
}
body.has-sidebar #content {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  body.has-sidebar #content {
    flex-wrap: nowrap;
  }
}
body.has-sidebar #content .sidebar {
  width: 100%;
  padding: 0;
  border-right: 0;
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  body.has-sidebar #content .sidebar {
    width: 20%;
    padding: 0px 15px;
    height: 100%;
    border-right: 1px solid #dedede;
  }
}
body.has-sidebar #content .sidebar .widget-title {
  padding: 15px 10px;
}
body.has-sidebar #content .sidebar section {
  padding: initial;
}
body.has-sidebar #content .sidebar ul {
  list-style: none;
  padding: 15px 10px;
}
body.has-sidebar #content .sidebar * {
  color: #1F2B4F;
}
body.has-sidebar #content .sidebar a:hover {
  color: #1F2B4F;
}
body.has-sidebar #content #primary {
  width: 100%;
  padding-left: 0px;
}
@media (min-width: 1200px) {
  body.has-sidebar #content #primary {
    padding-left: 15px;
  }
}
body.mobile-menu #site-navigation {
  display: block !important;
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #FFF;
  padding: 15px;
  border-right: 1px solid #dedede;
}
body.mobile-menu #site-navigation * {
  padding: 0 !important;
}
body.mobile-menu #site-navigation li {
  padding: 10px 0 !important;
  border-bottom: 1px solid #dedede;
}
body.mobile-menu #site-navigation #primary-menu-list {
  display: block !important;
}
body.mobile-menu #site-navigation #primary-menu-list a {
  color: #1F2B4F !important;
}
body.mobile-menu #site-navigation #primary-menu-list a:hover {
  color: #1F2B4F !important;
}
body.mobile-menu #site-navigation .woocommerce-icons {
  margin-top: 15px;
}
body.mobile-menu #site-navigation .menu-button-container {
  display: block !important;
  margin-bottom: 10px;
}
body.mobile-menu #site-navigation .menu-button-container button span {
  padding: 5px 10px !important;
  display: block;
  font-size: 1.3rem;
}
body.mobile-menu .header-content {
  transform: none !important;
  top: 0 !important;
}
@media (min-width: 1200px) {
  body {
    padding: 0;
  }
}
#page {
  margin: 0 auto;
  text-align: left;
  font-size: 1.6rem;
  position: relative;
  max-width: 970px;
}
@media (min-width: 1200px) {
  #page {
    max-width: 1200px;
  }
}
section {
  padding: 50px 0px;
}
p {
  margin: 0 0 18px;
  padding: 0;
}
a {
  color: #1F2B4F;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  outline: none;
  text-decoration: none;
  color: #1F2B4F;
}
a:focus,
a:active {
  outline: none;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}
article,
aside,
figure,
footer,
header,
nav,
section {
  display: block;
}
.entry-header img {
  margin: 10px;
}
h1,
h2,
h3,
h4,
h5 {
  padding: 10px 0px;
  font-weight: 700;
}
h1 {
  font-size: 5rem;
  color: #1F2B4F;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 7rem;
  }
}
h1.entry-title {
  padding: 0 10px;
  margin-bottom: 20px;
}
h2 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #1F2B4F;
}
h2.big-label {
  font-size: 9rem;
  line-height: 1.1em;
  padding: 0;
}
h3 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #1F2B4F;
}
h3.big-label {
  font-size: 6rem;
  line-height: 1.1em;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td {
  vertical-align: top;
  font-size: 1em;
}
table th {
  text-align: left;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.full-width-bg {
  position: relative;
}
.full-width-bg:before {
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
  content: '';
  background-color: inherit;
  z-index: -1;
}
.post-categories {
  padding-left: 10px;
  margin: 10px auto;
}
.post-categories a {
  margin-right: 10px;
}
form.wpcf7-form input,
form.wpcf7-form textarea {
  width: 100%;
}
form input,
form textarea {
  font-weight: 700;
}
form input:focus,
form textarea:focus {
  border-color: #1F2B4F !important;
}
form .control-label.focused {
  transform: scale(0.7) translateY(-40px);
}
form .relative_wrapper {
  margin-bottom: 24px;
}
form label {
  cursor: pointer;
  font-weight: bold;
}
form label.control-label {
  pointer-events: none;
  position: absolute;
  top: 8px;
  left: 1px;
  padding: 5px;
  line-height: 21px;
  transition: transform 0.15s, left 0.15s;
  transform-origin: bottom left;
  letter-spacing: 0.5px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  opacity: 0.32;
  font-size: 1.8rem;
}
form textarea {
  margin: 0;
  outline: none;
  font-family: inherit;
  filter: none;
  color: #1F2B4F;
  height: 44px;
  min-height: 44px;
  padding: 15px 5px 5px 5px;
  font-size: 1em;
  border: 2px solid #1F2B4F;
  box-shadow: none;
  -webkit-appearance: none;
  border-radius: 0px;
  background-color: transparent;
  border-left: none;
  border-right: none;
  border-top: none;
  width: 100% !important;
}
form input {
  margin: 0;
  padding: 0;
  outline: none;
  font-family: inherit;
  filter: none;
}
form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="tel"],
form input[type="search"],
form input[type="date"],
form input[type="datetime-local"],
form input[type="month"],
form input[type="number"] {
  color: #1F2B4F;
  height: 44px;
  padding: 5px;
  font-size: 1em;
  border: 2px solid #1F2B4F;
  box-shadow: none;
  -webkit-appearance: none;
  border-radius: 0px;
  background-color: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  max-width: 100%;
}
form input[type="submit"],
form input[type="reset"] {
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: #1F2B4F;
  padding: 1.2rem 1.4rem;
  padding-left: 0;
  width: auto;
}
form input[type="radio"] {
  cursor: pointer;
}
form input[type="radio"]:hover:after {
  background-color: #4e69b9;
}
form input[type="radio"]:after {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  top: -1px;
  left: -1px;
  position: relative;
  background-color: #d1d3d1;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
form input[type="radio"]:checked:after {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  top: -1px;
  left: -1px;
  position: relative;
  background-color: #1F2B4F;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
form input[type='checkbox'] {
  position: relative;
  cursor: pointer;
  width: auto;
}
form input[type='checkbox']:hover:after {
  content: '\2714';
  color: rgba(31, 43, 79, 0.3);
}
form input[type='checkbox']:after {
  content: "";
  vertical-align: middle;
  text-align: center;
  line-height: 13px;
  position: absolute;
  cursor: pointer;
  height: 13px;
  width: 13px;
  left: 0;
  top: 0;
  font-size: 10px;
  background: #d1d3d1;
}
form input[type='checkbox']:checked:after {
  background: #1F2B4F;
  content: '\2714';
  color: #000;
}
form:-webkit-autofill,
form:-webkit-autofill:hover,
form:-webkit-autofill:focus,
form:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
select {
  color: #333;
  padding: 5px;
  font-size: 1em;
  border: 1px solid #dedede;
  box-shadow: none;
  border-radius: 30px;
}
select:focus {
  outline: none;
}
button {
  color: #20232C;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
  border: none;
  background: none;
}
button.small {
  padding: 0.8rem 1rem;
}
button.medium {
  padding: 1.2rem 1.4rem;
}
button.large {
  padding: 1.3rem 2rem;
}
.btn {
  text-transform: uppercase;
  padding: 0;
  display: inline-block;
  text-decoration: none;
  color: #20232C;
  width: auto;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 31px;
  font-weight: 700;
  font-size: 20px;
}
.btn.small {
  font-size: 1.2rem;
  padding: 0.9rem 1rem;
  font-weight: normal;
}
.btn.medium {
  font-size: 1.5rem;
  padding: 1.4rem 5.4rem 1rem;
}
.btn.large {
  font-size: 1.6em;
  padding: 1.4rem 2rem;
  font-weight: bold;
}
.btn.solid {
  background: #1F2B4F;
  border: 1px solid #1F2B4F;
  color: #FFF;
}
.btn.solid:hover {
  background: #20232C;
  border: 1px solid #1F2B4F;
  color: #FFF;
}
.btn.outline {
  background: none;
  border: 1px solid #1F2B4F;
  color: #1F2B4F;
}
.btn.outline:hover {
  background: none;
  border: 1px solid #1F2B4F;
  color: #1F2B4F;
}
.btn.icon-left,
.btn.icon-right {
  position: relative;
}
.btn.icon-left:before,
.btn.icon-right:before {
  font-family: fontello;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
}
.btn.icon-left {
  padding-left: 2.5em;
}
.btn.icon-left i,
.btn.icon-left:before {
  content: "\f105";
  left: 0.7em;
  font-size: 1.3em;
}
.btn.icon-left:not(.solid):not(.outline) {
  color: #1F2B4F;
}
.btn.icon-left:not(.solid):not(.outline):before {
  border: 2px solid;
  width: 43px;
  height: 43px;
  border-radius: 50px;
  line-height: 43px;
  left: -0.3em;
  color: #1F2B4F;
}
.btn.icon-right {
  padding-right: 2.5em;
}
.btn.icon-right i,
.btn.icon-right:before {
  content: "\f105";
  right: 0.7em;
  font-size: 1.3em;
}
.btn.icon-right:not(.solid):not(.outline) {
  color: #1F2B4F;
}
.btn.icon-right:not(.solid):not(.outline):before {
  border: 2px solid;
  width: 43px;
  height: 43px;
  border-radius: 50px;
  line-height: 43px;
  right: -0.3em;
  color: #1F2B4F;
}
header {
  position: relative;
}
header#masthead {
  position: absolute;
  width: 100%;
}
header#masthead > .header-content {
  margin-bottom: 10px;
  height: auto;
  left: 0;
  position: relative;
  right: 0;
  z-index: 600;
  justify-content: space-between;
  align-items: center;
  border: none;
  box-shadow: none;
  font-size: 1em;
  display: flex;
  padding: 44px 15px;
  top: -138px;
  transform: translateY(138px);
}
header#masthead > .header-content:before {
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
  content: '';
  background-color: transparent;
  z-index: -1;
}
header#masthead > .header-content.fixed-header {
  position: fixed !important;
  max-width: 1362px;
  margin: auto;
  top: 0;
  transition: top 0.5s ease;
  transform: none;
}
header#masthead > .header-content.fixed-header:before {
  background-color: #FFF;
}
header#masthead > .header-content .site-logo {
  width: clamp(120px, 18vw, 300px);
  max-width: 100%;
  height: auto;
  margin-left: auto;
  transform: translateX(60px);
}
header#masthead > .header-content .site-logo img.custom-logo {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
header#masthead > .header-content #site-navigation {
  display: none;
}
header#masthead > .header-content #site-navigation ul#primary-menu-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 1.2rem;
  position: relative;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
}
header#masthead > .header-content #site-navigation ul#primary-menu-list li.current-menu-item a {
  color: #1F2B4F;
}
header#masthead > .header-content #site-navigation ul#primary-menu-list .btn {
  padding: 15px 5px;
  margin-left: 25px;
}
header#masthead > .header-content #site-navigation ul#primary-menu-list .btn a {
  color: #20232C;
}
header#masthead > .header-content #site-navigation ul#primary-menu-list .btn:hover a {
  color: #1F2B4F;
}
header#masthead > .header-content #site-navigation ul#primary-menu-list a {
  font-size: 1.4rem;
  font-weight: 700;
  color: #A0A0A0;
  padding: 10px 15px;
}
header#masthead > .header-content #site-navigation ul#primary-menu-list a:hover {
  color: #1F2B4F;
}
header#masthead > .header-content #site-navigation .menu-button-container {
  display: none;
}
header#masthead > .header-content .hamburger-menu {
  display: block;
}
header#masthead > .header-content .hamburger-menu a {
  font-size: 2em;
}
@media (min-width: 1200px) {
  header#masthead > .header-content #site-navigation {
    display: block;
  }
  header#masthead > .header-content .hamburger-menu {
    display: none;
  }
}
footer.site-footer {
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  font-size: 1em;
  padding: 0 15px;
}
footer.site-footer .footer-navigation {
  padding: 40px 15px;
}
footer.site-footer .footer-navigation ul {
  display: flex;
  justify-content: center;
  list-style: none;
}
footer.site-footer .footer-navigation a {
  font-size: 1.4rem;
  color: #1F2B4F;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 15px;
}
footer.site-footer .footer-navigation a:hover {
  color: #1F2B4F;
}
footer.site-footer .widget-area {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
@media (min-width: 979px) {
}
footer.site-footer .widget-area section {
  width: 100%;
}
@media (min-width: 979px) {
  footer.site-footer .widget-area section {
    width: 50%;
  }
}
#content {
  margin-top: 0;
  padding: 0 15px;
}
@media (min-width: 979px) {
}
.topbutton {
  height: 50px;
  width: 50px;
  position: fixed;
  Z-index: 1;
  border: 1px solid #1F2B4F;
  display: none;
  color: #000 !important;
  text-align: center;
  line-height: 48px;
  border-radius: 50px;
  background-color: #FFF;
  font-size: 30px;
  right: 35px;
  bottom: 35px;
}
.topbutton i {
  color: #000 !important;
}
.topbutton:hover {
  background-color: rgba(255, 255, 255, 0.75);
  color: #1F2B4F;
  border-color: #1F2B4F;
}
.relative_wrapper {
  position: relative;
}
.sidebar-social {
  position: fixed;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 10;
  left: 10px;
}
.sidebar-social section {
  padding: 30px 5px;
}
.sidebar-social section div {
  display: flex;
  flex-wrap: wrap;
  max-width: 60px;
}
.sidebar-social section div a {
  width: 100%;
  text-align: center;
  font-size: 2em;
  margin: 5px;
}
.sidebar-social section div a:hover {
  color: #FFF;
}
.author-bio a {
  padding-left: 10px;
}
.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}
.post-navigation .nav-links > div a {
  font-size: 0.8em;
  display: block;
  border: 1px solid;
  padding: 5px;
  border-radius: 15px;
  text-align: center;
  color: #1F2B4F;
}
.post-navigation .nav-links > div a:hover {
  color: #1F2B4F;
}
.post-navigation .nav-links > div a p {
  margin: 0;
}
:focus {
  outline: none !important;
}
mark {
  background-color: transparent;
  text-decoration: underline;
}
::selection {
  color: #FFF;
  background: #1F2B4F;
}

.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.underline {
  text-decoration: underline;
}
.row-full {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .row {
    flex-wrap: nowrap;
  }
}
.row .col-2dot4 {
  width: 10%;
}
@media (min-width: 1200px) {
  .row .col-2dot4 {
    width: 20%;
  }
}
.row .col-3 {
  width: 100%;
}
@media (min-width: 1200px) {
  .row .col-3 {
    width: 25%;
  }
}
.row .col-4 {
  width: 100%;
}
@media (min-width: 1200px) {
  .row .col-4 {
    width: 33.333%;
  }
}
.row .col-5 {
  width: 100%;
}
@media (min-width: 1200px) {
  .row .col-5 {
    width: 41.666%;
  }
}
.row .col-6 {
  width: 100%;
}
@media (min-width: 1200px) {
  .row .col-6 {
    width: 50%;
  }
}
.row .col-7 {
  width: 100%;
}
@media (min-width: 1200px) {
  .row .col-7 {
    width: 58.333%;
  }
}
.row .col-8 {
  width: 100%;
}
@media (min-width: 1200px) {
  .row .col-8 {
    width: 66.666%;
  }
}
#first-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  border-bottom: 1px solid #1F2B4F;
}
@media (min-width: 1200px) {
  #first-section {
    padding-top: 230px;
  }
}
#first-section h3 {
  font-size: 3.5rem;
  font-weight: 600;
}
@media (min-width: 1200px) {
  #first-section h3 {
    font-size: 3rem;
  }
}
#first-section::before {
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
  content: '';
  background-image: url('/wp-content/uploads/2023/06/first-section-bg.jpg');
  background-size: cover;
  background-position: right;
  z-index: -1;
}
#first-section a.btn {
  font-size: 1.95rem;
  margin-top: 40px;
  padding: 1.82rem 7.02rem 1.3rem;
}
#program {
  border-top: 1px solid #1F2B4F;
}
@media (min-width: 1200px) {
  #program .row > div:nth-child(1) {
    padding-right: 50px;
  }
  #program .row > div:nth-child(2) {
    padding-left: 50px;
  }
}
#program h2 {
  font-size: 4.8rem;
  font-weight: 600;
}
@media (min-width: 1200px) {
  #program h2 {
    font-size: 6.8rem;
  }
}
#program p {
  font-size: 2rem;
}
@media (min-width: 1200px) {
  #program p {
    font-size: 1.6rem;
  }
}
#program b {
  font-size: 3.5rem;
  display: block;
}
@media (min-width: 1200px) {
  #program b {
    font-size: 2.4rem;
  }
}
#program a.btn {
  font-size: 1.95rem;
  margin-top: 40px;
  padding: 1.82rem 7.02rem 1.3rem;
}
#about .row {
  align-items: stretch;
}
#about .row > div:nth-child(1) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 30px;
  text-align: center;
}
#about .row > div:nth-child(1)::before {
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  background-color: #1F2B4F;
  z-index: -1;
  margin-left: -15px;
}
@media (min-width: 1200px) {
  #about .row > div:nth-child(1)::before {
    left: 50%;
    margin-left: -50vw;
  }
}
#about .row > div:nth-child(1) h3 {
  color: #FFF;
  font-size: 5rem;
  text-align: center;
}
@media (min-width: 1200px) {
  #about .row > div:nth-child(1) h3 {
    font-size: 3.7rem;
    text-align: center;
    transform: translateX(calc((1200px - 100vw) / 4));
  }
}
#about .row > div:nth-child(2) {
  position: relative;
  min-height: 337px;
}
#about .row > div:nth-child(2)::before {
  position: absolute;
  background-image: url('/wp-content/uploads/2023/06/o-programie.jpg');
  background-size: cover;
  background-position: center bottom;
  width: 100vw;
  margin-left: -15px;
  top: 0;
  bottom: 0;
  content: '';
}
@media (min-width: 1200px) {
  #about .row > div:nth-child(2)::before {
    width: 100%;
    margin-left: 0;
  }
}
#about .row > div:nth-child(3) {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 30px;
  text-align: center;
}
@media (min-width: 1200px) {
  #about .row > div:nth-child(3) {
    padding: 40px 30px;
  }
}
#about .row > div:nth-child(3)::before {
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: #BC7155;
  z-index: -1;
  margin-left: -15px;
}
@media (min-width: 1200px) {
  #about .row > div:nth-child(3)::before {
    margin-left: 0;
  }
}
#about .row > div:nth-child(3) p {
  color: #FFF;
  font-size: 2.3rem;
  font-weight: 600;
  max-width: 430px;
}
@media (min-width: 1200px) {
  #about .row > div:nth-child(3) p {
    transform: translate(calc((100vw - 1200px) / 4), 20px);
  }
}
#about .row > div:nth-child(3) br {
  display: none;
}
#benefits {
  padding: 25px 0;
}
@media (min-width: 1200px) {
  #benefits > .row > div:nth-child(1) {
    padding-right: 120px;
    border-right: 1px solid #1F2B4F;
  }
}
#benefits > .row > div:nth-child(1) h2 {
  font-size: 4rem;
}
#benefits > .row > div p {
  font-size: 2rem;
}
@media (min-width: 1200px) {
  #benefits > .row > div p {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  #benefits > .row > div:nth-child(2) {
    padding-left: 120px;
  }
}
#benefits > .row > div:nth-child(2) .slider {
  margin-top: 0;
  margin-bottom: 20px;
}
#benefits > .row > div:nth-child(2) .slider img {
  margin: 0 auto 15px;
}
#benefits > .row > div:nth-child(2) .slider h3 {
  font-size: 3rem;
}
#benefits > .row > div:nth-child(2) .slider p {
  font-size: 2rem;
  font-weight: 600;
}
@media (min-width: 1200px) {
  #benefits > .row > div:nth-child(2) .slider p {
    font-size: 1.8rem;
  }
}
#benefits > .row > div:nth-child(2) .slider .slick-list {
  width: 80%;
  margin: auto;
}
#benefits > .row > div:nth-child(2) .slider .slick-prev,
#benefits > .row > div:nth-child(2) .slider .slick-next {
  z-index: 10;
}
#benefits > .row > div:nth-child(2) .slider .slick-prev *,
#benefits > .row > div:nth-child(2) .slider .slick-next * {
  color: #1F2B4F;
}
#benefits > .row > div:nth-child(2) .slider .slick-prev i,
#benefits > .row > div:nth-child(2) .slider .slick-next i {
  font-size: 2rem;
}
#benefits > .row > div:nth-child(2) .slider .slick-prev {
  left: 0;
}
#benefits > .row > div:nth-child(2) .slider .slick-next {
  right: 0;
}
#organizers {
  position: relative;
  padding-top: 0;
}
#organizers::before {
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  background-color: #1F2B4F;
  z-index: -1;
  margin-left: -15px;
}
@media (min-width: 1200px) {
  #organizers::before {
    left: 50%;
    margin-left: -50vw;
  }
}
#organizers #video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  #organizers #video iframe {
    height: 550px;
  }
}
#organizers * {
  color: #FFF;
}
#organizers .row-full img {
  width: 100%;
}
#organizers h2 {
  font-size: 4.5rem;
  margin: 50px 0;
}
@media (min-width: 1200px) {
  #organizers h2 {
    font-size: 7rem;
  }
}
#organizers .row {
  padding: 50px 0;
}
#organizers .row:nth-child(3) {
  border-bottom: 1px solid #FFF;
}
@media (min-width: 1200px) {
  #organizers .row > div:nth-child(1) {
    padding-right: 50px;
  }
  #organizers .row > div:nth-child(2) {
    padding-left: 50px;
  }
}
#organizers .row > div img {
  max-width: 400px;
  width: 100%;
}
#organizers .row > div h3 {
  font-size: 3rem;
  opacity: 0.5;
}
#organizers .row > div p {
  font-size: 2rem;
  padding-top: 50px;
}
@media (min-width: 1200px) {
  #organizers .row > div p {
    font-size: 1.6rem;
    padding-top: 0;
  }
}
#contact h2 {
  font-size: 3.2rem;
}
@media (min-width: 1200px) {
  #contact h2 {
    font-size: 4rem;
  }
}
#contact .row {
  background-color: #BC7155;
  padding: 30px;
}
@media (min-width: 1200px) {
  #contact .row > div:nth-child(1) {
    padding-right: 50px;
  }
  #contact .row > div:nth-child(2) {
    padding-left: 50px;
  }
}
#contact .row > div:nth-child(1) h3 {
  color: #FFF;
  font-size: 2.4rem;
}
#contact .row > div:nth-child(1) .wpcf7 input {
  color: #FFF;
  border-color: #FFF;
}
#contact .row > div:nth-child(1) .wpcf7 input.wpcf7-submit {
  border-color: #1F2B4F;
  border-radius: 50px;
}
#contact .row > div:nth-child(1) .wpcf7 label {
  color: #FFF;
  opacity: 1;
  font-size: 1.5rem;
}
#contact .row > div:nth-child(1) .wpcf7 .acceptance .wpcf7-list-item {
  margin-left: 0;
}
#contact .row > div:nth-child(1) .wpcf7 .wpcf7-not-valid-tip,
#contact .row > div:nth-child(1) .wpcf7 .wpcf7-response-output {
  color: #FFF !important;
}
#contact .row > div:nth-child(2) * {
  color: #FFF;
}
#contact .row > div:nth-child(2) p.small {
  font-size: 2.7rem;
  font-weight: 600;
  margin-top: 50px;
}
@media (min-width: 1200px) {
  #contact .row > div:nth-child(2) p.small {
    margin-top: 0;
  }
}
#contact .row > div:nth-child(2) h3 {
  font-size: 3rem;
}
#contact .row > div:nth-child(2) p {
  font-size: 2rem;
}
footer.site-footer {
  position: relative;
}
footer.site-footer::before {
  position: absolute;
  background-color: #1F2B4F;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  top: 0;
  bottom: 0;
  content: '';
  z-index: -1;
}
footer.site-footer * {
  color: #FFF;
}
footer.site-footer .widget-area {
  align-items: end;
}
footer.site-footer .widget-area section:nth-child(1) {
  padding-bottom: 0;
}
footer.site-footer .widget-area section:nth-child(1) img {
  max-width: 140px;
  width: 100%;
}
footer.site-footer .widget-area section:nth-child(1) img:nth-child(1) {
  margin-bottom: 30px;
}
footer.site-footer .widget-area section:nth-child(2) {
  padding-bottom: 0;
  text-align: right;
}
footer.site-footer .widget-area section:nth-child(2) .social {
  display: flex;
  justify-content: end;
}
footer.site-footer .widget-area section:nth-child(2) .social img {
  margin-right: 15px;
  margin-bottom: 20px;
}
footer.site-footer .widget-area section:nth-child(2) .copy {
  font-size: 0;
}
footer.site-footer .widget-area section:nth-child(2) .copy::after {
  content: "Designed by Vulcan Training and Consultancy";
  font-size: 0.9rem;
}
#faq-list .row {
  padding: 50px 0;
  flex-direction: column-reverse;
}
@media (min-width: 1200px) {
  #faq-list .row {
    flex-direction: unset;
  }
}
@media (min-width: 1200px) {
  #faq-list .row div:nth-child(1) {
    padding-right: 50px;
  }
  #faq-list .row div:nth-child(2) {
    padding-left: 50px;
  }
}
#faq-list .dropdown-list > ul {
  list-style: none;
}
#faq-list .dropdown-list > ul h3 {
  font-size: 2rem;
}
#faq-list .dropdown-list > ul > li {
  font-size: 2.2rem;
  font-weight: 600;
  cursor: pointer;
  padding: 15px 0;
  border-bottom: 2px solid #20232C;
  position: relative;
  padding-right: 40px;
}
#faq-list .dropdown-list > ul > li.active::after {
  content: "\e815";
}
#faq-list .dropdown-list > ul > li::after {
  content: "\e812";
  font-family: fontello;
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 2rem;
  color: #1F2B4F;
}
#faq-list .dropdown-list > ul > li::marker {
  color: #1F2B4F;
}
#faq-list .dropdown-list > ul > li > ul {
  list-style: none;
  margin-top: 30px;
  display: none;
}
#faq-list .dropdown-list > ul > li > ul > li p {
  font-size: 1.6rem;
  font-weight: 500;
}


.woocommerce .product_title,
.woocommerce .product-name a {
  color: #1F2B4F !important;
}
.woocommerce .button {
  background-color: #1F2B4F !important;
  border-radius: 30px !important;
  border: 1px solid #1F2B4F !important;
  color: #FFF !important;
}
.woocommerce .button:hover {
  color: #1F2B4F !important;
  background-color: #FFF !important;
}
.woocommerce span.onsale {
  background-color: transparent !important;
  color: #1F2B4F !important;
  line-height: 1em !important;
  min-height: inherit !important;
  min-width: 125px !important;
  padding: 5px 10px !important;
  border-radius: 30px !important;
  border: 1px solid #1F2B4F !important;
}
.woocommerce .price {
  color: #1F2B4F !important;
}
.woocommerce .price ins {
  text-decoration: none !important;
}
.woocommerce .price .woocommerce-Price-amount {
  font-weight: 800;
}
.woocommerce.woocommerce-archive .add_to_cart_button,
.woocommerce.woocommerce-archive .product_type_grouped {
  background-color: #1F2B4F !important;
  border-radius: 30px !important;
  color: #FFF !important;
  text-align: center;
  max-width: 175px;
  margin: 15px auto !important;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.8s;
  transform: translateY(-30px);
}
.woocommerce.woocommerce-archive span.onsale {
  margin: 5px !important;
}
.woocommerce.woocommerce-archive .woocommerce-loop-product__title {
  color: #1F2B4F !important;
  font-weight: normal !important;
  text-align: center;
}
.woocommerce.woocommerce-archive .price {
  text-align: center;
}
.woocommerce.woocommerce-archive ul.products li.product {
  transition: all 0.3s;
  /* CUSTOM ON-HOVER IMAGE */
}
.woocommerce.woocommerce-archive ul.products li.product .woocommerce-product-gallery__image {
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  width: 100%;
}
.woocommerce.woocommerce-archive ul.products li.product:hover .woocommerce-product-gallery__image {
  opacity: 1;
}
.woocommerce.woocommerce-archive ul.products li.product:hover .add_to_cart_button,
.woocommerce.woocommerce-archive ul.products li.product:hover .product_type_grouped {
  opacity: 1;
  transform: translateY(-90px);
}
.woocommerce.woocommerce-archive .star-rating {
  color: #1F2B4F;
  margin: 0 auto 0.5em auto !important;
}
.woocommerce.single-product .entry-header {
  display: none;
}
.woocommerce.single-product .product_title {
  padding: 0 10px !important;
  font-size: 3em;
}
.woocommerce.single-product span.onsale {
  margin: 20px;
}
.woocommerce.single-product .product-type-simple .entry-summary form.cart {
  display: flex;
  margin: 30px auto;
  padding: 0 10px;
}
.woocommerce.single-product .product-type-simple .entry-summary .product_meta {
  padding: 0 10px;
}
.woocommerce.single-product .product-type-variable table.variations label {
  margin: 5px 0;
  display: inline-block;
}
.woocommerce.single-product .product-type-variable table.variations td.value {
  vertical-align: middle;
}
.woocommerce.single-product .product-type-variable .woocommerce-variation-add-to-cart {
  display: flex;
  margin: 30px auto;
}
.woocommerce.single-product .product-type-variable form.cart {
  padding: 0 10px !important;
}
.woocommerce.single-product .product-type-grouped .woocommerce-grouped-product-list-item__label a {
  color: #1F2B4F;
}
.woocommerce.single-product .product-type-grouped .button.product_type_variable {
  background-color: transparent !important;
  border: 0 !important;
  font-size: 0.8em;
  color: #1F2B4F !important;
}
.woocommerce.single-product .product-type-grouped .group_table td {
  vertical-align: middle !important;
}
.woocommerce.single-product .product-type-grouped .single_add_to_cart_button {
  margin-top: 20px;
}
.woocommerce.single-product section.related .add_to_cart_button,
.woocommerce.single-product section.related .product_type_grouped {
  background-color: #1F2B4F !important;
  border-radius: 30px !important;
  color: #FFF !important;
  text-align: center;
  max-width: 175px;
  margin: 15px auto !important;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.8s;
  transform: translateY(-30px);
}
.woocommerce.single-product section.related span.onsale {
  margin: 5px !important;
}
.woocommerce.single-product section.related .woocommerce-loop-product__title {
  color: #1F2B4F !important;
  font-weight: normal !important;
  text-align: center;
}
.woocommerce.single-product section.related .price {
  text-align: center;
}
.woocommerce.single-product section.related > h2 {
  padding-left: 0;
  font-size: 2em;
  margin-bottom: 1.5em;
}
.woocommerce.single-product section.related .star-rating {
  margin: 0 auto 0.5em auto !important;
}
.woocommerce.single-product section.related ul.products li.product {
  transition: all 0.3s;
  /* CUSTOM ON-HOVER IMAGE */
}
.woocommerce.single-product section.related ul.products li.product .woocommerce-product-gallery__image {
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  width: 100%;
}
.woocommerce.single-product section.related ul.products li.product:hover .woocommerce-product-gallery__image {
  opacity: 1;
}
.woocommerce.single-product section.related ul.products li.product:hover .add_to_cart_button,
.woocommerce.single-product section.related ul.products li.product:hover .product_type_grouped {
  opacity: 1;
  transform: translateY(-90px);
}
.woocommerce.single-product .woocommerce-product-rating {
  padding-left: 10px;
}
.woocommerce.single-product .woocommerce-product-rating .star-rating {
  color: #1F2B4F;
}
.woocommerce.single-product .woocommerce-product-rating .woocommerce-review-link {
  color: #1F2B4F;
}
.woocommerce.single-product .woocommerce-Reviews .star-rating {
  color: #1F2B4F;
}
.woocommerce.single-product .woocommerce-Reviews .comment-respond .comment-reply-title {
  padding-left: 10px;
}
.woocommerce.single-product .woocommerce-Reviews .comment-respond .comment-form-rating {
  margin: 15px auto;
}
.woocommerce.single-product .woocommerce-Reviews .comment-respond .comment-form-rating label {
  padding-left: 10px;
}
.woocommerce.single-product .woocommerce-Reviews textarea#comment {
  height: 54px !important;
  min-height: 54px;
}
.woocommerce.single-product section {
  padding: 0;
}
.woocommerce-cart .woocommerce-cart-form .coupon {
  display: flex;
}
.woocommerce-cart .woocommerce-cart-form .coupon input {
  border-color: #dedede;
  width: auto !important;
  border: 2px solid !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
.woocommerce-cart .woocommerce-cart-form .coupon input:focus {
  border-color: #1F2B4F !important;
}
.woocommerce-cart .woocommerce-cart-form .coupon button {
  color: #FFF;
}
.woocommerce-cart .woocommerce-cart-form .actions > button {
  height: 54px;
  color: #FFF;
}
.woocommerce-cart .shipping-calculator-form {
  padding: 0;
}
.woocommerce-cart #mini-cart {
  display: none !important;
}
.woocommerce-checkout .woocommerce-invalid #terms {
  outline: none !important;
}
.woocommerce-checkout h3 {
  padding-left: 0;
}
@media (min-width: 979px) {
  .woocommerce-checkout h3 {
    padding-left: 2px;
  }
}
.woocommerce-checkout form.checkout_coupon button {
  color: #FFF;
  height: 54px;
}
.woocommerce-checkout #payment {
  background: #f1f1f1 !important;
}
.woocommerce-checkout #mini-cart {
  display: none !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  padding-left: 10px;
  margin-bottom: 30px;
  width: 100% !important;
}
@media (min-width: 979px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20% !important;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #1F2B4F;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: #1F2B4F;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #1F2B4F;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100% !important;
}
@media (min-width: 979px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 80% !important;
  }
}
.woocommerce-account fieldset {
  border: 0;
  margin-top: 50px;
}
.woocommerce-order-received section {
  padding: 0;
}
.woocommerce-order-received .woocommerce-thankyou-order-details {
  padding-left: 10px;
}
.woocommerce-view-order section {
  padding: 0;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #e35c5c !important;
}
.woocommerce form .form-row.woocommerce-invalid label,
.woocommerce form .form-row .required {
  color: #e35c5c !important;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #10ac82 !important;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-color: #dedede !important;
}
.woocommerce table.shop_table,
.woocommerce table.shop_table td,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-color: #dedede !important;
}
.woocommerce-primary-navigation {
  display: flex;
  align-items: center;
}
.woocommerce-primary-navigation .woocommerce-icons > a,
.woocommerce-primary-navigation .woocommerce-icons > div > a {
  font-size: 2.2rem;
  color: #1F2B4F;
  padding: 5px;
}
.woocommerce-primary-navigation .woocommerce-icons > a:hover,
.woocommerce-primary-navigation .woocommerce-icons > div > a:hover {
  color: #1F2B4F;
}
.woocommerce-primary-navigation #header-search {
  display: inline-block;
}
.woocommerce-primary-navigation #header-search .header-search-form {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  text-align: center;
  z-index: 999;
  height: 100vh;
  justify-content: center;
  align-items: center;
  width: 100vw;
}
.woocommerce-primary-navigation #header-search .header-search-form > a {
  position: absolute;
  top: 40%;
  right: 10%;
  font-size: 3rem;
}
@media (min-width: 979px) {
  .woocommerce-primary-navigation #header-search .header-search-form > a {
    right: 35%;
  }
}
@media (min-width: 979px) {
  .woocommerce-primary-navigation #header-search .header-search-form {
    width: auto;
  }
}
.woocommerce-primary-navigation #header-basket {
  display: inline-block;
  position: relative;
}
.woocommerce-primary-navigation #header-basket .basket-quantity {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 20px;
  height: 20px;
  background-color: #1F2B4F;
  text-align: center;
  border-radius: 30px;
  font-size: 1.2rem;
  padding: 3px 3px;
  color: #FFFFFF;
  display: none;
}
@media (min-width: 1200px) {
  .woocommerce-primary-navigation #header-basket .basket-quantity {
    display: block;
  }
}
.woocommerce-primary-navigation #header-basket #mini-cart {
  position: absolute;
  right: 0;
  width: 300px;
  background-color: #FFF;
  height: 0px;
  overflow: hidden;
  transition: height 0.3s ease-out;
  display: none;
}
@media (min-width: 1200px) {
  .woocommerce-primary-navigation #header-basket #mini-cart {
    display: block;
  }
}
.woocommerce-primary-navigation #header-basket #mini-cart ul {
  list-style: none;
}
.woocommerce-primary-navigation #header-basket #mini-cart ul li {
  padding: 10px 10px;
}
.woocommerce-primary-navigation #header-basket #mini-cart ul li img {
  float: right;
  margin-left: 4px;
  width: 40px;
  height: auto;
  box-shadow: none;
}
.woocommerce-primary-navigation #header-basket #mini-cart ul li a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: red !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  float: left;
}
.woocommerce-primary-navigation #header-basket #mini-cart ul li a.remove:hover {
  color: #fff !important;
  background: red;
}
.woocommerce-primary-navigation #header-basket #mini-cart .woocommerce-mini-cart__total {
  text-align: right;
  margin: 15px 0;
}
.woocommerce-primary-navigation #header-basket #mini-cart .woocommerce-mini-cart__buttons a {
  text-align: center;
  width: 100%;
  margin: 5px 0;
}
.woocommerce-primary-navigation #header-basket #mini-cart .woocommerce-mini-cart__empty-message {
  margin: 10px 0;
}
.woocommerce-primary-navigation #header-basket #mini-cart h3 {
  font-size: 1.3em;
  color: #1F2B4F;
}
.woocommerce-primary-navigation #header-basket:hover #mini-cart {
  border: 1px solid #dedede;
}
.woocommerce-breadcrumb {
  padding-left: 10px !important;
}
body.search-open {
  overflow: hidden !important;
}
body.search-open .header-search-form {
  display: flex !important;
}
