/**
  Marly music theme

  [Table of contents]
  1. Base
  2. Typography
  3. Height classes
  4. Overlay
  5. Section
  6. Navigation
  7. Sliders
  8. Helper classes
  9. Google map
  10. Icons
  11. Buttons
  12. Forms & inputs
  13. Features
  14. Pricing tables
  15. Progress bars
  16. Images style
  17. Videos
  18. Masonry items
  19. Hover elements
  20. Footer
  21. Specials margins and paddings
  22. Loaders
  23. Widgets
  24. Pagination
  25. Blog
  26. Comments
  27. Box
*/
/*
* base
*/
html {
  font-size: 100%;
}
@media all and (max-width: 768px) {
  html {
    font-size: 87.5%;
  }
}
body {
  font-size: 1em;
  line-height: 1.625em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Open Sans', sans-serif;
  color: #b4b4b4;
  background-color: #010101;
  font-weight: 400;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
ul li,
ol li {
  line-height: 1.5rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #b4b4b4;
}
a [class*="icon__size"],
a [class*="icon__ref"] {
  vertical-align: middle;
}
a:hover {
  color: #fff;
}
a:focus {
  outline: none;
}
/*
* typography
*/
p {
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
pre {
  background: #111;
  color: #e4e4e4;
  font-family: monospace;
  font-size: 0.875rem;
  margin: 1.25rem 0;
  overflow: auto;
  padding: 1.25rem;
  white-space: pre-wrap;
  word-wrap: break-word;
}
table,
address {
  margin-bottom: 1.5rem;
}
hr {
  border: 0;
  border-bottom: 1px solid #ececec;
}
blockquote {
  margin: 0;
}
blockquote {
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0 0 24px;
  line-height: 1.7;
  word-spacing: 2px;
}
blockquote p {
  font-style: italic;
  padding-left: 1.25rem;
  font-size: 1.2rem;
  line-height: 2rem;
  border-left: 0.3125rem solid #ccc;
}
span.author-name {
  font-size: 1.1rem;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.5rem;
  color: #e4e4e4;
  font-weight: 300;
}
h1,
.h1 {
  font-size: 2.8rem;
  line-height: 3.75rem;
}
h2,
.h2 {
  font-size: 2.1rem;
  line-height: 3rem;
}
h3,
.h3 {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
h4,
.h4 {
  font-size: 0.933333333333333rem;
}
h5,
.h5 {
  font-size: 0.777777777777778rem;
  text-transform: uppercase;
}
h6,
.h6 {
  font-size: 0.7rem;
  text-transform: uppercase;
}
@media all and (max-width: 768px) {
  h1 {
    font-size: 2em;
  }
}
table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.875rem;
  line-height: 2;
  margin: 0 0 1.5rem;
  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
caption {
  font-size: 1rem;
  margin: 1.25rem 0;
}
th {
  font-weight: bold;
  text-transform: uppercase;
}
td {
  border-top: 1px solid #ededed;
  padding: 0.375rem 0.625rem 0.375rem 0;
}
code {
  vertical-align: bottom;
}
.lead {
  font-size: 1.166666666666667rem;
  line-height: 1.8rem;
  font-weight: 400;
}
h2 + p.lead {
  margin-top: -0.625rem;
}
dl {
  margin: 0 1.25rem;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 0 1.25rem;
}
dt,
p strong {
  color: #b4b4b4;
}
.section-title {
  font-weight: 600;
  font-size: 2rem;
  display: inline-block;
}
.title-description {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
  letter-spacing: 2px;
}
.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}
/*
* section
*/
section {
  position: relative;
  overflow: hidden;
  padding: 4.375em 0;
}
.image-holder,
.parallax {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/*
* navbar
*/
.main-header {
  position: relative;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.75rem;
  background-color: #fff;
/* Force Hardware Acceleration */
  transform: translateZ(0);
  will-change: transform;
  transition: transform 0.5s;
}
.main-header::after {
  clear: both;
  content: "";
  display: block;
}
.main-header:not(.position--absolute) + .main-container {
  margin-top: 3.75rem;
}
.main-header.is-hidden {
  transform: translateY(-100%);
}
.main-header.bg--dark {
  background-color: #010101;
}
.header--absolute {
  position: absolute;
}
.header--transparent {
  background-color: transparent;
  position: absolute;
}
.header--scrolled,
.header--scrolled.header--white {
  position: fixed;
}
.header--transparent.header--scrolled,
.header--scrolled.header--dark {
  background-color: #010101;
}
.main-header .logo,
.main-header .nav-trigger {
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.main-header .logo {
  left: 5%;
}
.main-header .logo a,
.main-header .logo img {
  max-height: 22px;
  display: block;
}
.main-header .logo img.logo--dark {
  display: block;
}
.main-header .logo img.logo--light {
  display: none;
}
.header--white .logo img.logo--light {
  display: block;
}
.header--white .logo img.logo--dark {
  display: none;
}
.nav-info ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav-info li span {
  vertical-align: middle;
  margin-right: 5px;
}
.header--white .nav-info li {
  color: #fff;
}
.main-header .nav-trigger {
/* vertically align its content */
  display: table;
  height: 100%;
  padding: 0 1em;
  font-size: 1rem;
  text-transform: uppercase;
  color: #25283d;
  font-weight: bold;
  right: 0;
}
.main-header .nav-trigger span {
/* vertically align inside parent element */
  display: table-cell;
  vertical-align: middle;
}
.main-header .nav-trigger em,
.main-header .nav-trigger em::after,
.main-header .nav-trigger em::before {
/* this is the menu icon */
  display: block;
  position: relative;
  height: 2px;
  width: 22px;
  background-color: #25283d;
  backface-visibility: hidden;
}
.main-header.header--white .nav-trigger em,
.main-header.header--white .nav-trigger em::after,
.main-header.header--white .nav-trigger em::before {
  background-color: #fff;
}
.main-header .nav-trigger em {
/* this is the menu central line */
  margin: 6px auto 14px;
  transition: background-color 0.2s;
}
.main-header .nav-trigger em::before,
.main-header .nav-trigger em::after {
  position: absolute;
  content: '';
  left: 0;
  transition: transform 0.2s;
}
.main-header .nav-trigger em::before {
/* this is the menu icon top line */
  transform: translateY(-6px);
}
.main-header .nav-trigger em::after {
/* this is the menu icon bottom line */
  transform: translateY(6px);
}
@media only screen and (min-width: 1024px) {
  .main-header .nav-trigger {
    display: none;
  }
}
.main-header.nav-open .nav-trigger em {
/* transform menu icon into a 'X' icon */
  background-color: rgba(255,255,255,0);
}
.main-header.nav-open .nav-trigger em::before {
/* rotate top line */
  transform: rotate(-45deg);
}
.main-header.nav-open .nav-trigger em::after {
/* rotate bottom line */
  transform: rotate(45deg);
}
.primary-nav {
  display: inline-block;
  float: right;
  height: 100%;
  padding-right: 5%;
}
.primary-nav > ul {
  list-style: none;
  padding-left: 0;
  position: absolute;
  z-index: 2;
  top: 3.75rem;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: none;
  box-shadow: 0 14px 20px rgba(0,0,0,0.2);
}
.primary-nav > ul a {
/* target primary-nav links */
  display: block;
  height: 3.125rem;
  line-height: 3.125rem;
  padding-left: 5%;
  color: #25283d;
  font-size: 1rem;
  border-top: 1px solid #f2f2f2;
  text-transform: capitalize;
}
.nav-info {
  display: none;
}
.primary-nav .nav-widgets li {
  padding: 0 10px;
}
.primary-nav .nav-widgets li:first-of-type {
  margin-left: 10px;
}
.primary-nav .nav-widgets span {
  vertical-align: bottom;
  font-size: 20px;
}
@media only screen and (max-width: 1024px) {
  .primary-nav > ul ul.sub-menu {
    display: none;
  }
  .primary-nav li.sub-open ul.sub-menu {
    display: block;
  }
  .primary-nav .nav-widgets {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .main-header.header-2 {
    height: 90px;
  }
  .nav-info {
    display: block;
    position: relative;
    float: right;
    padding-right: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
  .main-header.header-2 .logo {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .primary-nav {
/* vertically align its content */
    display: table;
  }
  .header-2 .primary-nav {
    float: left;
    padding-left: 5%;
  }
  .primary-nav > ul {
/* vertically align inside parent element */
    display: table-cell;
    vertical-align: middle;
/* reset mobile style */
    position: relative;
    width: auto;
    top: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }
  .primary-nav > ul::after {
    clear: both;
    content: "";
    display: block;
  }
  .primary-nav > ul li {
    display: inline-block;
    float: left;
    margin-right: 1em;
    padding: 5px 0.5em;
  }
  .primary-nav > ul > li.current-menu-item:after,
  .primary-nav > ul > li.current-menu-parent:after {
    content: '';
    height: 2px;
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 7px;
    background: #6038e6;
  }
  .primary-nav li.current-menu-parent li.current-menu-item a:before {
    content: '•';
    font-size: 1.25rem;
    display: inline-block;
    margin-right: 5px;
  }
  .primary-nav > ul li:last-of-type {
    margin-right: 0;
  }
  .primary-nav > ul a {
/* reset mobile style */
    height: auto;
    line-height: normal;
    padding: 10px 0;
    border: none;
  }
  .primary-nav > ul > li {
    position: relative;
  }
  .primary-nav > ul > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateX(-25%) translateY(0%);
  }
  .primary-nav > ul ul.sub-menu {
    visibility: hidden;
    opacity: 0.3;
    position: absolute;
    min-width: 160px;
    background-color: rgba(0,0,0,0.98);
    text-align: left;
    padding: 10px 10px;
    left: 0;
    transform: translateX(-25%) translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  .primary-nav > ul ul.sub-menu li {
    padding: 4px 4px;
    display: block;
    float: none;
  }
  .primary-nav > ul ul.sub-menu a {
    color: #f4f4f4;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 1024px) {
  .nav-open .primary-nav ul {
    top: 2em;
  }
}
.nav-open .primary-nav ul,
.primary-nav ul:target {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .nav-open .primary-nav ul,
  .primary-nav ul:target {
    display: table-cell;
  }
  .header--white .primary-nav ul li a {
    color: #f1f1f1;
  }
  .header--white .primary-nav ul li a:hover {
    color: #fff;
  }
}
/*
* navbar-fullscreen
*/
.navbar-fullscreen {
  position: relative;
  height: 100px;
  width: 100%;
  z-index: 999;
}
.navbar-fullscreen .container-fluid {
  width: 90%;
}
.navbar-fullscreen .navbar__logo img {
  height: 28.571428571428573px;
}
.navbar__icons ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.navbar__icons ul li {
  display: inline-block;
  margin-right: 0.625rem;
}
.navbar__icons ul li span {
  font-size: 1.375rem;
  vertical-align: middle;
}
.navbar__icons a.search-widget span {
  font-size: 1.75rem;
}
@media (max-width: 776px) {
  .navbar-fullscreen {
    position: absolute;
  }
}
@media (max-width: 576px) {
  .navbar-fullscreen .container {
    width: 90%;
  }
}
.hamburger {
  width: 36px;
  height: 36px;
  display: inline-block;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 100;
}
.hamburger .hamburger__line {
  width: 26px;
  height: 2px;
  overflow: hidden;
  background: #fff;
  position: absolute;
  transition: 120ms;
}
.hamburger .hamburger__line.hamburger__line--01 {
  top: 8px;
  right: 2px;
}
.hamburger .hamburger__line.hamburger__line--02 {
  top: 16px;
  left: 2px;
}
.hamburger .hamburger__line.hamburger__line--03 {
  top: 24px;
  right: 2px;
}
.hamburger .hamburger__line.hamburger__line--cross01,
.hamburger .hamburger__line.hamburger__line--cross02 {
  opacity: 0;
  top: 49%;
  left: 5px;
}
.hamburger:hover .hamburger__line--01,
.hamburger:hover .hamburger__line--03 {
  right: 5px;
}
.hamburger:hover .hamburger__line--02 {
  left: 5px;
}
.navbar-fullscreen.is-open .hamburger__line--01,
.navbar-fullscreen.is-open .hamburger__line--02,
.navbar-fullscreen.is-open .hamburger__line--03 {
  opacity: 0;
}
.navbar-fullscreen.is-open .hamburger__line--cross01,
.navbar-fullscreen.is-open .hamburger__line--cross02 {
  opacity: 1;
}
.navbar-fullscreen.is-open .hamburger__line--cross01 {
  transform: rotate(45deg);
}
.navbar-fullscreen.is-open .hamburger__line--cross02 {
  transform: rotate(-45deg);
}
.search-overlay {
  background: #010101;
  opacity: 0.9;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
}
.search-is-open .search-overlay {
  display: flex;
}
.navbar__overlay {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  top: 0;
  margin: 0 auto;
  padding: 3em 2em;
  background: rgba(0,0,0,0.9);
}
.navbar-fullscreen.is-open .navbar__overlay {
  display: flex;
}
.navbar-fullscreen .menu {
  position: relative;
  z-index: 999;
}
.navbar-fullscreen .menu-item {
  line-height: 1;
  position: relative;
  display: block;
  margin: 1em 0;
  outline: none;
}
.menu__item-name,
.menu__item-label {
  position: relative;
  display: inline-block;
}
.menu__item-name {
  font-size: 1.25em;
}
.menu__item-label {
  margin: 0 0 0 0.5em;
}
.menu--mohe .menu-item {
  font-weight: 700;
  display: grid;
  justify-content: center;
  margin: 4em 0;
  text-transform: lowercase;
  grid-template-columns: auto;
}
.menu--mohe .menu__item-name {
  font-size: 1.8em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  white-space: pre;
  pointer-events: none;
  color: #fff;
  grid-area: 1/1/2/2;
}
.menu--mohe .menu__item-name span {
  display: inline-block;
}
.menu--mohe .menu__item-label {
  font-size: 1.25em;
  line-height: 1.4;
  overflow: hidden;
  margin: 0;
  text-align: center;
  color: transparent;
  transition: color 0s 0.3s;
  grid-area: 1/1/2/2;
}
.menu--mohe .menu-item:hover .menu__item-label,
.menu--mohe .menu-item:focus .menu__item-label {
  color: #fff;
}
.menu--mohe .menu__item-label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translate3d(-100%, 0, 0) translate3d(-1px, 0, 0);
  transition: transform 0.6s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.menu--mohe .menu-item:hover .menu__item-label::before,
.menu--mohe .menu-item:focus .menu__item-label::before {
  transform: translate3d(100%, 0, 0) translate3d(1px, 0, 0);
}
@media screen and (max-width: 50em) {
  .menu--mohe .menu__item-label {
    font-size: 0.85em;
  }
}
.navbar-fullscreen--transparent {
  position: absolute;
}
header.navbar-fullscreen.header-fixed {
  position: fixed;
}
/*
* Sliders
*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
.slider {
  list-style: none;
  padding-left: 0;
  min-width: 0;
  min-height: 0;
}
.slick-slide,
.slick-slide * {
  outline: none !important;
}
/*
* Google maps
*/
.google-map {
  height: 100%;
  width: 100%;
}
.height-10 .google-map {
  height: 10vh;
}
.height-20 .google-map {
  height: 20vh;
}
.height-30 .google-map {
  height: 30vh;
}
.height-40 .google-map {
  height: 40vh;
}
.height-50 .google-map {
  height: 50vh;
}
.height-60 .google-map {
  height: 60vh;
}
.height-70 .google-map {
  height: 70vh;
}
.height-80 .google-map {
  height: 80vh;
}
.height-90 .google-map {
  height: 90vh;
}
.height-100 .google-map {
  height: 100vh;
}
/*
* buttons
*/
input[type="submit"],
.button {
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  min-width: 6.25rem;
  display: inline-block;
  margin: 1em;
  margin-left: 0;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  border-radius: 2.5rem;
  border: 2px solid #6038e6;
  padding: 0.75rem 2rem;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 26px;
  transition: 150ms;
  font-weight: 500;
}
input[type="submit"],
.button:focus {
  outline: none;
}
.button > span {
  vertical-align: middle;
}
.button--filled {
  background-color: #fff;
  color: #111 !important;
  border-color: #fff;
}
.button--filled:hover {
  opacity: 0.9;
}
.button:not(.button--border):not(.button--filled):hover {
  border-color: #fff;
}
.button--arrow {
  overflow: hidden;
}
.button--arrow span {
  position: relative;
  left: 0;
}
.button--arrow:after {
  content: '➡';
  right: -20px;
  font-size: 1.125rem;
  position: absolute;
  vertical-align: middle;
  transition: 100ms;
}
.button--arrow:hover span {
  left: -8px;
}
.button--arrow:hover:after {
  right: 10px;
}
.button--border-none {
  border: none;
}
.button--lg {
  padding: 1rem 2.5rem;
  font-size: 0.75rem;
}
.button--sm {
  padding: 0.5rem 1.5rem;
  font-size: 0.625rem;
}
.button--sm.button--arrow:after {
  top: 8px;
}
.hero-scroll-button {
  position: absolute;
  bottom: 20px;
  margin: auto;
}
.button__play {
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  width: 4.375rem;
  height: 4.375rem;
  line-height: 4.375rem;
  text-align: center;
  transition: 100ms linear;
}
.button__play span {
  color: #6038e6;
  margin-left: 10px;
  display: inline-block;
}
.button__play:hover {
  transform: scale(1.1);
}
/*
* forms
*/
select,
textarea,
input[type="number"],
input[type="url"],
input[type="password"],
input[type="email"],
input[type="text"],
input[type="tel"],
input[type="date"] {
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  margin-bottom: 1.5rem;
  height: 3.3em;
  padding: 0 1.5em;
  border: 0;
  background-color: #111;
  color: #b4b4b4;
}
select:focus,
textarea:focus,
input[type="number"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus {
  color: #b4b4b4;
  outline: 0;
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.05);
}
textarea {
  min-height: 9.375rem;
  padding: 1em;
}
input[type="number"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}
form {
  text-align: left;
}
form label {
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 1px;
  margin: 0 0 0.625rem 0.625rem;
  display: block;
  color: #e4e4e4;
}
textarea:-webkit-autofill,
input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #f8f8f8;
  -webkit-text-fill-color: #999;
  color: #999;
}
.input-icon {
  position: relative;
}
.input-icon input {
  padding-left: 64px;
}
.input-icon i,
.input-icon span {
  position: absolute;
  color: #7c7c7c;
  left: 1.25rem;
  font-size: 1.5rem;
  top: 0.9375rem;
}
.post-password-form label {
  display: inline-block;
}
.post-password-form label input {
  margin-left: -10px;
}
p.comment-form-comment {
  margin-bottom: 0;
}
.input-w-button {
  position: relative;
}
.input-w-button button {
  position: absolute;
  right: 0.625rem;
  bottom: 50%;
  transform: translateY(10%);
}
.input-w-button button span {
  font-size: 1.75rem;
}
.search-overlay__form button {
  cursor: pointer;
  display: inline-block;
  margin-left: 0;
  background: none;
  color: inherit;
  vertical-align: middle;
  z-index: 1;
  outline: none;
  border: none;
}
.search-overlay__form input {
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid;
}
.search-overlay__form input:hover,
.search-overlay__form input:focus {
  color: #fff;
}
.group-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.group-form .group-form__input {
  flex-grow: 10;
}
.group-form .group-form__button {
  margin-left: -20px;
}
.group-form input {
  margin: 0;
}
.group-form input[type="submit"] {
  background-color: #fff;
  color: #111;
  border-color: #fff;
}
.group-form input[type="submit"]:hover {
  opacity: 0.95;
}
/*
* features
*/
.feature {
  margin-top: 1.5rem;
}
.feature.color i {
  color: #6038e6;
}
.feature-1 {
  padding: 0 0.75rem;
}
.feature-1 .feature__icon {
  margin-bottom: 1rem;
}
.feature-1 h3,
.feature-1 h4,
.feature-1 h5 {
  margin-bottom: 0.9375rem;
}
.feature-2 .feature__icon {
  float: left;
  margin-top: 5px;
}
.feature-2 .feature__body {
  margin-left: 3.875rem;
}
.feature-2 .feature__body h3,
.feature-2 .feature__body h4 {
  margin-bottom: 0.625rem;
}
.feature-3 {
  text-align: center;
  padding: 0.625rem 3.125rem;
  transition: 0.1s;
}
.feature-3 .feature__icon {
  margin-bottom: 1rem;
}
.feature-3 .feature__body h4+p {
  margin-bottom: 0;
}
/*
* images
*/
.halfscreen-image {
  padding: 0;
  display: flex;
  align-items: stretch;
}
.halfscreen-image .container {
  padding: 13em 0;
}
.halfscreen-image .image-holder {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media only screen and (max-width: 768px) {
  .halfscreen-image {
    flex-direction: column;
  }
  .halfscreen-image .container {
    order: 2;
    padding: 3em 1.875rem;
  }
  .halfscreen-image .image-holder {
    order: 1;
    height: 20em;
  }
}
@media only screen and (max-width: 992px) {
  .row.flex-align > [class*="col-"] > img {
    margin-bottom: 2rem;
  }
}
.cover-image {
  position: relative;
  background-color: #010101;
}
.cover-image img {
  opacity: 0.4;
}
.cover-image .cover-image__container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/*
* Instagram feed
 */
#instafeed {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  min-height: 30vh;
  align-content: center;
  justify-content: center;
}
#instafeed a {
  position: relative;
  width: 50%;
  overflow: hidden;
}
@media (min-width: 992px) {
  #instafeed a {
    width: 25%;
  }
}
@media (max-width: 576px) {
  #instafeed a {
    width: 100%;
  }
}
#instafeed a img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 350ms linear;
}
#instafeed a:hover img {
  opacity: 0.9;
  transform: scale(1.05);
}
#instafeed .instafeed-loader {
  align-self: center;
}
#instafeed.instafeed-loaded .instafeed-loader {
  display: none;
}
#instafeed .instafeed-loader .line-scale-pulse-out>div {
  background-color: #6038e6;
}
#instafeed .instafeed-label {
  background: #fff;
  color: #0b0b0b;
  position: absolute;
  z-index: 999;
  padding: 10px 20px;
  align-self: center;
}
/*
* images
*/
iframe {
  width: 100%;
  min-height: 350px;
  border: none;
}
@media all and (max-width: 767px) {
  iframe {
    min-height: 220px;
  }
}
.video-cover {
  position: relative;
}
.video-cover video {
  max-width: 100%;
}
.video-cover iframe {
  background: #252525;
}
.video-cover .background-image-holder {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.video-cover .video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.video-cover .video-play-icon,
.video-cover .background-image-holder {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.video-cover.reveal-video .video-play-icon,
.video-cover.reveal-video .background-image-holder {
  opacity: 0 !important;
  pointer-events: none;
}
.video-cover[data-scrim-bottom]:before,
.video-cover[data-overlay]:before,
.video-cover[data-scrim-top]:before {
  transition: 0.3s linear;
  z-index: 4;
}
.video-cover.reveal-video[data-scrim-bottom]:before,
.video-cover.reveal-video[data-overlay]:before,
.video-cover.reveal-video[data-scrim-top]:before {
  opacity: 0;
  pointer-events: none;
}
.video-play-icon {
  width: 4.42857143em;
  height: 4.42857143em;
  border-radius: 50%;
  position: relative;
  z-index: 4;
  display: inline-block;
  border: 2px solid #fff;
  cursor: pointer;
  background: #fff;
}
.video-play-icon.video-play-icon--sm {
  width: 3.71428571em;
  height: 3.71428571em;
}
.video-play-icon.video-play-icon--sm:before {
  border-width: 4px 0 4px 9px;
}
.video-play-icon.video-play-icon--xs {
  width: 1.85714286em;
  height: 1.85714286em;
}
.video-play-icon.video-play-icon--xs:before {
  border-width: 3px 0 3px 6px;
  margin-left: -3px;
}
.video-play-icon.bg--primary:before {
  border-color: transparent transparent transparent #fff;
}
.video-play-icon:before {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 50%;
  margin-left: -4px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #010101;
}
.video-play-icon.video-play-icon--dark {
  border-color: #252525;
  background: #252525;
}
.video-play-icon.video-play-icon--dark:before {
  border-color: transparent transparent transparent #252525;
}
.video-play-icon.video-play-icon--dark:before {
  border-color: transparent transparent transparent #fff;
}
@media all and (max-width: 767px) {
  .video-play-icon {
    width: 4.95238095em;
    height: 4.95238095em;
  }
}
div[class*='col-'][class*='-12']:not([class*='xs-12']) .video-cover iframe {
  min-height: 550px;
}
@media all and (max-width: 990px) {
  div[class*='col-'][class*='-12']:not([class*='xs-12']) .video-cover iframe {
    min-height: 350px;
  }
}
div[class*='col-'][class*='-10'] .video-cover iframe {
  min-height: 450px;
}
div[class*='col-'][class*='-8'] .video-cover iframe {
  min-height: 400px;
}
div[class*='col-'][class*='-6'] .video-cover iframe {
  min-height: 350px;
}
@media all and (max-width: 1200px) {
  div[class*='col-'][class*='-6'] .video-cover iframe {
    min-height: 300px;
  }
}
@media all and (max-width: 990px) {
  div[class*='col-'][class*='-6'] .video-cover iframe {
    min-height: 220px;
  }
}
@media all and (max-width: 767px) {
  div[class*='col-'] .video-cover iframe {
    min-height: 220px !important;
  }
}
/*
* events
*/
.events .events__item--title h3 {
  margin: 0;
}
.events .events__item {
  padding: 1.5rem 0;
  border-bottom: 1px solid #111;
}
.events .events__item:last-child {
  border-bottom: none;
}
.events .events__item span,
.events .events__item a {
  transition: 100ms linear;
}
.events .events__item:hover span,
.events .events__item:hover a {
  color: #fff;
}
@media (max-width: 576px) {
  .events__item div[class*="col-"] {
    margin-bottom: 20px;
  }
}
.event-single-details {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.event-single-details li {
  margin-bottom: 15px;
}
.event-single-details li span {
  color: #fff;
  font-size: 18px;
  margin-right: 5px;
}
/*
* player
*/
.audio-playlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.audio-playlist>li {
  display: table;
  padding: 13px;
  cursor: pointer;
}
.audio-playlist>li:hover,
.audio-playlist>li.audio-playlist-item-active {
  background-color: #f2f2f2;
}
.audio-playlist>li>div {
  display: table-cell;
  vertical-align: middle;
}
.audio-playlist>li .audio-playlist-title {
  width: 99%;
}
.audio-playlist>li .audio-playlist-buttons {
  white-space: nowrap;
}
.audio-playlist>li .audio-playlist-buttons>a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  text-align: center;
  width: 30px;
}
.audio-playlist-buttons span.ion-bag {
  color: #6038e6;
}
.audio-playlist>li .audio-playlist-buttons span {
  font-size: 1.125rem;
}
.audio-playlist>li .audio-playlist-play-pause {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 11px;
  text-align: center;
  background-color: #3b3b3b;
  color: #fff;
  margin-left: 7px;
  margin-right: 15px;
  font-size: 8px;
}
.audio-playlist>li .audio-playlist-play-pause .audio-playlist-pause {
  display: none;
}
.audio-playlist>li.audio-playlist-item-playing .audio-playlist-play-pause .audio-playlist-play {
  display: none;
}
.audio-playlist>li.audio-playlist-item-playing .audio-playlist-play-pause .audio-playlist-pause {
  display: block;
}
.audio-playlist>li .audio-playlist-duration {
  display: inline-block;
  text-align: right;
  font-size: 0.9rem;
  margin-right: 7px;
  width: 58px;
}
.audio-playlist.audio-playlist-dark>li:hover,
.audio-playlist.audio-playlist-dark>li.audio-playlist-item-active {
  background-color: #0e0e0e;
}
.audio-playlist.audio-playlist-dark>li .audio-playlist-play-pause {
  background-color: #fff;
  color: #1c1c1c;
}
/*
* footers
*/
footer.page-footer {
  position: relative;
  border-top: 1px solid #111;
  padding: 1.25rem 0;
}
footer.page-footer .footer__copyright {
  font-size: 0.8125rem;
}
footer.page-footer .footer__copyright a {
  color: #fff;
}
footer.footer-2 {
  border: 0;
  padding: 2.5rem 0;
}
footer.footer-2 .footer__logo {
  margin: 0 auto;
}
footer.footer-2 .footer__logo img {
  width: auto;
  height: 2.6875rem;
}
footer.footer-2 .footer__icons ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer.footer-2 .footer__icons ul li {
  display: inline-block;
  margin-right: 60px;
}
footer.footer-2 .footer__icons ul li:last-of-type {
  margin-right: 0;
}
footer.footer-2 .footer__icons ul li span {
  font-size: 1.5rem;
}
/*
* loaders
*/
body:not(.loader-enable) .page-loader {
  display: none;
}
.loader-enable .page-loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background: inherit;
  visibility: visible;
  opacity: 1;
  transition: 0.5s ease-out;
}
.loader-enable.page-loaded .page-loader {
  opacity: 0;
  visibility: hidden;
}
.page-loader>.loader {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.line-scale-pulse-out>div {
  width: 4px;
  height: 35px;
  display: inline-block;
}
.line-scale-pulse-out>div {
  border-radius: 2px;
  margin: 2px;
  background-color: #fff;
}
.line-scale-pulse-out>div {
  animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}
.line-scale-pulse-out>div:nth-child(2),
.line-scale-pulse-out>div:nth-child(4) {
  animation-delay: -0.4s !important;
}
.line-scale-pulse-out>div:nth-child(1),
.line-scale-pulse-out>div:nth-child(5) {
  animation-delay: -0.2s !important;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes line-scale-pulse-out {
  0%, 100% {
    transform: scaley(1);
  }
  50% {
    transform: scaley(0.4);
  }
}
/*
* blog
*/
.widget a,
.widget p,
.widget .textwidget {
  color: #777;
}
.widget ul {
  list-style-type: none;
  padding-left: 0;
}
.widget ul li {
  margin-left: 0px;
  padding-left: 0;
}
.widget ul li:before {
  content: '-';
  color: #333;
  margin-right: 15px;
  font-size: 10px;
}
.widget .tagcloud a {
  font-size: 14px !important;
  padding: 5px 12px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 1px;
  transition: 150ms;
  border: 1px solid;
}
.widget .tagcloud a:last-child {
  margin-right: 0;
}
.widget tr,
.widget table {
  border-bottom: none;
}
.widget td {
  padding: 0;
  text-align: center;
  border: 0;
}
.widget td#today {
  border: 1px solid;
}
#wp-calendar caption {
  margin: 0 0 10px;
  font-size: 0.9rem;
}
.pagination-container {
  text-align: center;
}
ul.pagination {
  list-style-type: none;
  padding: 0;
}
ul.pagination li {
  display: inline-block;
  margin-right: 10px;
}
ul.pagination li a {
  text-align: center;
  display: inline-block;
  line-height: 2.3125rem;
  width: 2.5rem;
  height: 2.5rem;
  transition: 0.34s ease;
}
ul.pagination li a:hover,
ul.pagination li.active a {
  border-bottom: 1px solid #333;
}
.list-post {
  padding: 3rem 0;
  border-bottom: 1px dashed #272727;
}
.list-post:first-of-type {
  padding-top: 0;
}
.list-post .list-post__media {
  margin-bottom: 2.5rem;
}
.list-post .list-post__button a {
  margin: 1rem 0 0;
  padding-left: 2px;
  padding-bottom: 0;
  color: #fff;
}
.list-post .entry-meta {
  font-size: 0.8125rem;
}
.entry-header h3 {
  font-size: 24px;
  margin-bottom: 0.625rem;
}
.sticky {
  background: #111;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 2rem !important;
  border-bottom: none;
}
.sticky .entry-header h3 {
  text-decoration: underline;
}
.blog-post.image {
  padding: 0;
}
.blog-post .blog-post__title {
  margin-bottom: 2.5rem;
}
.blog-post .blog-post__media {
  margin-bottom: 3.75rem;
}
.blog-post .blog-post__meta {
  clear: both;
  color: #fff;
  font-size: 0.9rem;
  padding: 1.25rem 0;
  border-top: 1px dashed #272727;
  border-bottom: 1px dashed #272727;
  margin-top: 2.5rem;
}
.blog-post .tag-links {
  font-size: 0.875rem;
  text-transform: capitalize;
}
.blog-post .blog-post__meta--right {
  float: right;
  display: inline-block;
}
.blog-post .post-content {
  padding-right: 25px;
}
.blog-post .post-content p,
.blog-post .post-content li {
  font-size: 1rem;
  line-height: 1.95rem;
  color: #dedede;
}
.blog-post-list .entry-content {
  line-height: 1.9rem;
  color: #dedede;
}
#comments {
  clear: both;
  padding: 1.25rem 0 0.5em;
}
.comments-title {
  font-size: 1.2rem;
  margin-bottom: 1.5em;
}
.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
.comment-list li:before {
  display: none;
}
.comment-body {
  margin-left: 65px;
}
.pingback .comment-body {
  padding-left: 0;
  margin-left: -20px;
  margin-bottom: 25px;
}
.comment-author {
  font-size: 0.875rem;
  position: relative;
  z-index: 2;
}
.comment-author .avatar {
  height: 70px;
  left: -85px;
  position: absolute;
  width: 70px;
}
.comment-author .says {
  display: none;
}
.comment-meta {
  margin-bottom: 1.5em;
}
.comment-metadata {
  font-size: 0.82rem;
  font-weight: 400;
}
.comment-metadata a.comment-edit-link {
  margin-left: 1em;
}
.comment-body {
  font-size: 0.875rem;
  margin-bottom: 4em;
}
.comment-body .reply {
  margin-top: -0.9375rem;
}
.comment-body .reply a {
  border-bottom: 1px dashed;
  padding: 5px 0;
}
.children .comment-author .avatar {
  height: 40px;
  left: -55px;
  width: 40px;
}
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  padding: 2px;
}
.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}
.comments-pagination {
  margin: 2em 0 3em;
}
.blog-special .entry-meta {
  float: left;
  width: 20%;
}
.blog-special .entry-meta .posted-on {
  display: block;
  font-weight: bold;
  font-size: 42px;
  color: #6038e6;
  margin-bottom: 10px;
}
.blog-special .entry-meta .posted-on__description {
  font-size: 14px;
}
.blog-special .byline {
  font-style: italic;
  font-size: 12px;
  font-weight: 400;
}
.blog-special .article-content {
  float: right;
  width: 80%;
}
.comment-respond .comment-reply-title {
  font-size: 1.2rem;
}
.comment-respond p.logged-in-as {
  font-size: 0.9rem;
}
/*
* Hover Elements
*/
.hvoer-element .hover-element__media img {
  transition: opacity 300ms linear;
}
.hover-element .hover-element__media:hover img {
  opacity: 0.8;
}
/*
* Team members
*/
.team__member {
  margin-bottom: 24px;
}
.team__member--photo img {
  border-radius: 50%;
}
.team__member--description {
  margin-top: 24px;
  text-align: center;
}
.team__member--description h4 {
  margin-bottom: 0;
}
.team__member--description .label-position {
  margin-bottom: 16px;
  display: inline-block;
}
.social-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.social-links li {
  margin-right: 10px;
  display: inline-block;
}
.social-links li:last-of-type {
  margin-right: 0;
}
.social-links li a:hover span {
  color: #fff;
}
.blockquote-image--circle {
  margin: 0 auto 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.testimonial-2 .blockquote-image--circle {
  width: 150px;
  height: 150px;
  margin: 0px auto 30px;
}
/*
* ScrollUp element
*/
.scrollup {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 20px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #010101;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 100ms;
}
.scrollup--show {
  bottom: 20px;
  opacity: 1;
}
.scrollup .scrollup__icon {
  font-size: 24px;
}
@media (max-width: 776px) {
  .scrollup {
    display: none;
  }
}
/*
* utilities/height
*/
.height-100,
.height-90,
.height-80,
.height-70,
.height-60,
.height-50,
.height-40,
.height-30,
.height-20,
.height-10 {
  height: auto;
  padding: 9em 0 7em;
}
@media all and (max-width: 767px) {
  .height-100,
  .height-90,
  .height-80,
  .height-70,
  .height-60,
  .height-50,
  .height-40,
  .height-30,
  .height-20,
  .height-10 {
    height: auto;
    padding: 8em 0 6em;
    text-align: center;
  }
}
@media all and (min-height: 600px) and (min-width: 767px) {
  .height-10 {
    height: 10vh;
  }
  .height-20 {
    height: 20vh;
  }
  .height-30 {
    height: 30vh;
  }
  .height-40 {
    height: 40vh;
  }
  .height-50 {
    height: 50vh;
  }
  .height-60 {
    height: 60vh;
  }
  .height-70 {
    height: 70vh;
  }
  .height-80 {
    height: 80vh;
  }
  .height-90 {
    height: 90vh;
  }
  .height-100 {
    height: 100vh;
  }
}
/*
* utilities/overlay
*/
[data-bg-overlay]:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
}
[data-bg-overlay="1"]:after {
  opacity: 0.1;
}
[data-bg-overlay="2"]:after {
  opacity: 0.2;
}
[data-bg-overlay="3"]:after {
  opacity: 0.3;
}
[data-bg-overlay="4"]:after {
  opacity: 0.4;
}
[data-bg-overlay="5"]:after {
  opacity: 0.5;
}
[data-bg-overlay="6"]:after {
  opacity: 0.6;
}
[data-bg-overlay="7"]:after {
  opacity: 0.7;
}
[data-bg-overlay="8"]:after {
  opacity: 0.8;
}
[data-bg-overlay="9"]:after {
  opacity: 0.9;
}
.bg-overlay--white:after {
  background-color: #fff;
}
.bg-overlay--color:after {
  background-color: #6038e6;
}
/*
* utilities/colors
*/
.color--white {
  color: #fff;
}
.color--white h1,
.color--white h2,
.color--white h3,
.color--white h4,
.color--white h5,
.color--white h6,
.color--white p,
.color--white span,
.color--white a,
.color--white blockquote {
  color: #fff;
}
.bg--grey {
  background-color: #f4f4f4;
}
.bg--grey-2 {
  background-color: #f7f7f7;
}
.bg--dark {
  background-color: #111;
}
.bg--color {
  background-color: #6038e6;
}
/*
* utilities/other
*/
.font--alternative {
  font-family: 'Open Sans', sans-serif;
}
.uppercase {
  text-transform: uppercase;
}
.bold {
  font-weight: 600;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.position--relative {
  position: relative;
}
.position--absolute {
  position: absolute;
}
.flex-align,
.vertical-align {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .d-xs-none {
    display: none;
  }
  .text-xs-left {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .d-sm-none {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .d-md-none {
    display: none;
  }
}
@media (min-width: 1200px) {
  .d-lg-none {
    display: none;
  }
}
blockquote.wp-block-quote cite,
blockquote.wp-block-quote p {
  color: #fff;
}
blockquote.wp-block-quote p {
  border-left: 0;
  padding-left: 0;
}
.wp-block-pullquote blockquote p {
  border-left: 0;
  padding-left: 0;
}
.wp-block-pullquote cite,
.wp-block-pullquote p {
  color: #fff;
}
.wp-block-image figcaption {
  color: #fff;
}
/*
* utilities/icons
*/
.icon__size--lg {
  font-size: 4rem !important;
}
.icon__size--md {
  font-size: 3rem !important;
}
.icon__size--sm {
  font-size: 2rem !important;
}
.svgi {
  position: absolute;
  overflow: hidden;
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.svgi.svgi-menu {
  font-size: 24px;
}
/*
* utilities/margin-padding
*/
.padding--lg {
  padding: 8.75rem 0;
}
.padding--md {
  padding: 4.375rem 0;
}
.padding--sm {
  padding: 2.5rem 0;
}
.padding--none {
  padding: 0;
}
.padding-top--none {
  padding-top: 0 !important;
}
.padding-left--none {
  padding-left: 0 !important;
}
.padding-bottom--none {
  padding-bottom: 0 !important;
}
.padding-right-25 {
  padding-right: 1.5625rem;
}
.padding-left-25 {
  padding-left: 1.5625rem;
}
.m-0 {
  margin: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-8 {
  margin-bottom: 0.5rem;
}
.mb-16 {
  margin-bottom: 1rem;
}
.mb-24 {
  margin-bottom: 1.5rem;
}
.mb-30 {
  margin-bottom: 1.875rem;
}
.mb-32 {
  margin-bottom: 2rem;
}
.mb-40 {
  margin-bottom: 2.5rem;
}
.mb-48 {
  margin-bottom: 3rem;
}
.mb-56 {
  margin-bottom: 3.5rem;
}
.mb-64 {
  margin-bottom: 4rem;
}
.mb-128 {
  margin-bottom: 8rem;
}
@media (max-width: 776px) {
  .mb-md-8 {
    margin-bottom: 0.5rem;
  }
  .mb-md-16 {
    margin-bottom: 1rem;
  }
  .mb-md-24 {
    margin-bottom: 1.5rem;
  }
  .mb-md-32 {
    margin-bottom: 2rem;
  }
}
.vp-pagination__no-more {
  display: none !important;
}
.vp-filter .vp-filter__item {
  position: relative;
}
.vp-filter .vp-filter__item.vp-filter__item-active:after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #6038e6;
  left: 0;
}
.vp-filter .vp-filter__item:hover {
  color: #fff;
}
.mc4wp-response {
  margin-top: 20px;
}
