@charset "UTF-8";
/*
Theme Name: lumina
Theme URI: http://wearepes.co.uk
Author: Chris Pink
Author URI: http://chrispink.co.uk
Version: 0.8.9
Text Domain: lumina

*/
@import url(css/comfortaa.css);
@import url(css/roboto.css);
.perks {
  color: #1fa495; }

.gateway {
  color: #7f48df; }

.plus {
  color: #fece34; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0 0 0.67em; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* Helpers */
.no-scroll {
  overflow: hidden !important;
  height: 100%;
  width: 100%;
  position: fixed; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #fff;
  font-family: "Roboto";
  font-weight: 200;
  font-size: 18px;
  line-height: 1.4; }

p {
  margin: 0 0 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

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

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 1em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: block;
  float: left;
  margin-right: 60px; }

.alignright {
  display: block;
  float: right;
  margin-left: 60px; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

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

.hentry {
  margin: 0 0 1.5em; }

.single .byline,
.group-blog .byline {
  display: inline; }

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

button,
.button,
.button-alt,
.button-alt2,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-family: "Roboto";
  font-weight: 200;
  min-width: 170px;
  padding: 8px 40px;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  border: 2px solid;
  cursor: pointer;
  background: #22262f;
  border: 2px solid #7f48df;
  color: #fff; }
  button:hover,
  .button:hover,
  .button-alt:hover,
  .button-alt2:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background: #fece34;
    color: #32353c;
    border-color: #32353c; }
  button:active,
  .button:active,
  .button-alt:active,
  .button-alt2:active,
  input[type="button"]:active,
  input[type="reset"]:active,
  input[type="submit"]:active {
    background: #7f48df;
    color: #fece34;
    border-color: #fece34; }
  button:visited,
  .button:visited,
  .button-alt:visited,
  .button-alt2:visited,
  input[type="button"]:visited,
  input[type="reset"]:visited,
  input[type="submit"]:visited {
    background: #22262f;
    border: 2px solid #7f48df;
    color: #fff; }

.button-alt {
  background: #7f48df;
  border: 2px solid #fff !important;
  color: #fff !important; }

.button-alt2 {
  background: #22262f;
  border: 1px solid #7f48df;
  color: #7f48df !important; }
  .button-alt2:hover {
    background: #fece34;
    color: #32353c !important;
    border-color: #32353c; }
  .button-alt2:active {
    background: #7f48df;
    color: #fece34 !important;
    border-color: #fece34; }

.button-alt3 {
  color: #1fa495 !important;
  font-size: 16px;
  font-family: "Comfortaa";
  font-weight: 600;
  font-weight: 400;
  padding: 8px 40px;
  background: #fff;
  display: inline-block;
  line-height: 24px;
  vertical-align: top;
  border-radius: 12px;
  border: 1px solid #1fa495;
  cursor: pointer; }

.button-alt4 {
  font-family: "Roboto";
  font-weight: 200;
  min-width: 170px;
  padding: 8px 40px;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  border: 2px solid;
  cursor: pointer;
  background: #22262f;
  border: 2px solid #fff !important;
  color: #fff !important; }

.button-small {
  background: #1fa495;
  color: #fff;
  padding: 3px 10px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 200; }

.button[disabled] {
  background: #ccc;
  border: 1px solid #ccc !important;
  pointer-events: none; }

.play {
  display: inline-block;
  vertical-align: middle;
  width: 125px;
  height: 125px;
  background: url(images/play.svg) no-repeat 0 0/contain;
  cursor: pointer;
  margin-left: 50px; }
  .play:hover {
    opacity: 0.8; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  color: #666;
  border: 2px solid #7f48df;
  border-radius: 100px;
  padding: 5px 20px;
  font-family: "Roboto";
  font-weight: 200;
  font-size: 20px;
  max-width: 100%; }
  input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="color"]::-moz-placeholder {
    font-family: "Roboto";
    font-weight: 200; }
  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="url"]::placeholder,
  input[type="password"]::placeholder,
  input[type="search"]::placeholder,
  input[type="number"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="date"]::placeholder,
  input[type="month"]::placeholder,
  input[type="week"]::placeholder,
  input[type="time"]::placeholder,
  input[type="datetime"]::placeholder,
  input[type="datetime-local"]::placeholder,
  input[type="color"]::placeholder {
    font-family: "Roboto";
    font-weight: 200; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus {
    outline: none;
    border-color: #fece34; }

textarea {
  border: 2px solid #7f48df;
  border-radius: 12px;
  color: #ccc;
  padding: 5px 20px;
  margin: 30px 0;
  font-family: "Roboto";
  font-weight: 200;
  font-size: 20px;
  max-width: 100%; }
  textarea::-moz-placeholder {
    font-family: "Roboto";
    font-weight: 200; }
  textarea::placeholder {
    font-family: "Roboto";
    font-weight: 200; }
  textarea:focus {
    outline: none; }

select {
  border: 1px solid #ccc;
  border-radius: 100px;
  border: 2px solid #7f48df;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 8px 20px;
  font-family: "Roboto";
  font-weight: 200;
  color: #22262f;
  font-size: 16px; }
  select:focus {
    border: 2px solid #fece34; }

textarea {
  width: 100%; }

input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 15px;
  height: 15px; }
  input[type="checkbox"]:before {
    display: inline-block;
    vertical-align: -3px;
    height: 15px;
    width: 15px;
    content: "";
    background: url(images/tick-plain.svg); }
  input[type="checkbox"]:checked:before {
    content: "";
    background: url(images/tick.svg); }

[type='range'] {
  -webkit-appearance: none;
  background: transparent;
  margin: 15px 0;
  width: 100%; }
  [type='range']::-moz-focus-outer {
    border: 0; }
  [type='range']:focus {
    outline: 0; }
    [type='range']:focus::-webkit-slider-runnable-track {
      background: rgba(255, 255, 255, 0.2); }
    [type='range']:focus::-ms-fill-lower {
      background: rgba(255, 255, 255, 0.2); }
    [type='range']:focus::-ms-fill-upper {
      background: rgba(255, 255, 255, 0.2); }
  [type='range']::-webkit-slider-runnable-track {
    cursor: default;
    height: 8px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid #cfd8dc;
    border-radius: 5px; }
  [type='range']::-webkit-slider-thumb {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
    background: #7f48df;
    border: 2px solid #eceff1;
    border-radius: 18px;
    box-sizing: border-box;
    cursor: default;
    height: 30px;
    width: 30px;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
    -webkit-appearance: none;
    margin-top: -13px; }
  [type='range']::-moz-range-track {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
    cursor: default;
    height: 8px;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    height: 4px; }
  [type='range']::-moz-range-thumb {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
    background: #7f48df;
    border: 2px solid #eceff1;
    border-radius: 18px;
    box-sizing: border-box;
    cursor: default;
    height: 30px;
    width: 30px;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.6); }
  [type='range']::-ms-track {
    cursor: default;
    height: 8px;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
    background: transparent;
    border-color: transparent;
    border-width: 15px 0;
    color: transparent; }
  [type='range']::-ms-fill-lower {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
    background: rgba(242, 242, 242, 0.2);
    border: 2px solid #cfd8dc;
    border-radius: 10px; }
  [type='range']::-ms-fill-upper {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid #cfd8dc;
    border-radius: 10px; }
  [type='range']::-ms-thumb {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
    background: #7f48df;
    border: 2px solid #eceff1;
    border-radius: 18px;
    box-sizing: border-box;
    cursor: default;
    height: 30px;
    width: 30px;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
    margin-top: 2px; }
  [type='range']:disabled::-webkit-slider-thumb, [type='range']:disabled::-moz-range-thumb, [type='range']:disabled::-ms-thumb, [type='range']:disabled::-webkit-slider-runnable-track, [type='range']:disabled::-ms-fill-lower, [type='range']:disabled::-ms-fill-upper {
    cursor: not-allowed; }

.range-value {
  position: absolute;
  top: -40px;
  transition: left .5s ease; }

.range-value span {
  font-family: "Comfortaa";
  font-weight: 600;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #7f48df;
  font-size: 22px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0); }

/*--------------------------------------------------------------
# Animated Search
--------------------------------------------------------------*/
#search-form {
  display: inline-block;
  width: 200px;
  margin-top: -3px; }

.sb-search {
  position: relative;
  width: 0%;
  min-width: 32px;
  height: 32px;
  float: right;
  overflow: hidden;
  border-radius: 4px;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden; }

.sb-search-input {
  position: absolute;
  top: 0;
  right: 32px;
  background: #fff;
  width: 166px;
  margin: 0;
  z-index: 10;
  font-family: "Comfortaa";
  font-weight: 600;
  font-size: 14px;
  color: #888;
  height: 32px; }

input[type="search"].sb-search-input {
  -webkit-appearance: none;
  border-radius: 4px;
  margin-right: 2px; }

.sb-search-input::-webkit-input-placeholder,
.sb-search-input:-moz-placeholder,
.sb-search-input::-moz-placeholder,
.sb-search-input:-ms-input-placeholder {
  color: #888; }

.sb-icon-search,
.sb-search-submit {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 !important;
  margin: 0;
  cursor: pointer; }

.sb-search-submit {
  background: #fff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1; }

.sb-icon-search {
  background: #f6f3e8;
  z-index: 90;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  width: 32px;
  height: 32px;
  border-radius: 4px; }
  .sb-icon-search:hover {
    background: #4e7abd; }

.sb-icon-search.active {
  background: #1fa495 !important; }
  .sb-icon-search.active .icon.search-icon {
    stroke: #fff; }
  .sb-icon-search.active:hover {
    background: #4e7abd !important; }

.sb-search.sb-search-open,
.no-js .sb-search {
  width: 100%; }

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: #f6f3e8;
  z-index: 11; }
  .sb-search.sb-search-open .sb-icon-search:hover,
  .no-js .sb-search .sb-icon-search:hover {
    background: #4e7abd; }

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90; }

/*--------------------------------------------------------------
# Normal Search
--------------------------------------------------------------*/
.search-form {
  max-width: 400px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden; }
  .search-form input[type="search"].search-input {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 50px);
    margin: 0;
    margin-left: 5px;
    font-family: "Comfortaa";
    font-weight: 600;
    padding-left: 15px !important;
    height: 40px;
    -webkit-appearance: none;
    border-radius: 4px;
    margin-left: 2px; }
  .search-form .search-input::-webkit-input-placeholder,
  .search-form .search-input:-moz-placeholder,
  .search-form .search-input::-moz-placeholder,
  .search-form .search-input:-ms-input-placeholder {
    color: #888; }
  .search-form .search-submit {
    display: none; }
  .search-form .icon.search40 {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    fill: none;
    stroke: #7f48df;
    background: #32353c; }
    .search-form .icon.search40:hover {
      background: #7f48df;
      stroke: #fff;
      fill: rgba(255, 255, 255, 0.2); }

.icon {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px; }
  .icon.logo {
    width: 138px;
    height: 92px; }
    .icon.logo.white {
      fill: #fff; }
  .icon.search-icon {
    fill: none;
    stroke: #fff;
    height: 24px;
    width: 24px;
    margin-left: 4px;
    margin-top: 4px; }
    .icon.search-icon:hover {
      stroke: #fff;
      background: #4e7abd; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
  color: #1fa495;
  text-decoration: none; }

a:hover,
a:focus,
a:active {
  color: #7f48df; }

a:focus,
a:hover,
a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Uses $navbackground, $navbghover, $selected */
.menu-toggle {
  position: fixed;
  right: 0;
  top: 10px;
  width: 100px;
  height: 75px;
  padding: 0;
  margin: 0;
  z-index: 1001; }
  .menu-toggle:hover .icon.bars {
    stroke: #7f48df; }
  .menu-toggle .icon.bars {
    stroke: #92aaac;
    width: 100px;
    height: 75px; }

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }

@media screen and (min-width: 931px) {
  .main-navigation {
    height: 24px;
    font-family: "Roboto";
    font-weight: 200;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    padding-right: 40px; }
    .main-navigation ul li {
      display: inline-block;
      position: relative;
      margin-left: 36px;
      padding: 0 5px 0; }
      .main-navigation ul li a {
        color: #fff; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    color: #92aaac; }
  .main-navigation ul ul {
    background: #7f48df;
    left: -999em;
    position: absolute;
    top: 38px;
    padding: 10px 0;
    z-index: 99999;
    width: 250px; }
    .main-navigation ul ul li {
      margin-left: 0;
      padding: 5px;
      width: 100%; }
      .main-navigation ul ul li:hover {
        background: #92aaac; }
        .main-navigation ul ul li:hover a {
          color: #fff; }
      .main-navigation ul ul li a {
        color: #fff;
        line-height: 1.7;
        padding-left: 16px; }
  .sub-menu::after {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #7f48df;
    border-top: 0;
    margin-top: -10px; }
  .main-navigation ul ul ul {
    left: -999em;
    top: 0; }
  .main-navigation li:hover > a,
  .main-navigation li.focus > a {
    color: #fff;
    border-bottom: #7f48df; }
  .main-navigation ul ul :hover > a,
  .main-navigation ul ul .focus > a {
    color: #fff;
    border-bottom: #7f48df; }
  .main-navigation ul li.menu-item-has-children {
    padding: 0 5px 20px; }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto;
    margin-left: -20px; }
  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: 100%; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
    color: #fff;
    font-weight: 600;
    border-bottom: 6px solid #7f48df; }
  #menu-item-23558,
  #menu-item-23630 {
    font-family: "Roboto";
    font-weight: 200;
    min-width: 170px;
    padding: 8px 40px;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    border: 2px solid;
    cursor: pointer;
    padding: 8px 20px;
    background: #22262f;
    border-color: #7f48df;
    color: #fff; }
    #menu-item-23558:hover,
    #menu-item-23630:hover {
      background: #91a9ab; }
    #menu-item-23558 a,
    #menu-item-23630 a {
      padding: 0; }
  #menu-item-23559,
  #menu-item-23631 {
    font-family: "Roboto";
    font-weight: 200;
    min-width: 170px;
    padding: 8px 40px;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    border: 2px solid;
    cursor: pointer;
    padding: 8px 20px;
    background: #7f48df;
    border-color: #fff;
    color: #fff; }
    #menu-item-23559:hover,
    #menu-item-23631:hover {
      background: #91a9ab; }
    #menu-item-23559 a,
    #menu-item-23631 a {
      padding: 0; }
  /* Small menu. */
  .menu-toggle,
  .main-navigation.toggled ul {
    display: block; }
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

@media screen and (max-width: 930px) {
  .menu-main-menu-container {
    background: #32353c;
    position: fixed;
    top: 0;
    left: 100%;
    width: 50%;
    height: 100%;
    padding-top: 20px;
    transition: all .5s ease;
    z-index: 1000;
    overflow: scroll; }
  .main-navigation.toggled .menu-toggle {
    right: -20px;
    top: 0; }
  .main-navigation.toggled .menu-main-menu-container {
    left: 50%;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2); }
  .main-navigation ul li {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 20px;
    margin: 4px 0; }
    .main-navigation ul li:hover ul {
      background: #0000001a; }
    .main-navigation ul li a {
      width: 100%;
      display: block;
      padding: 5px 10px;
      color: #7f48df;
      line-height: 1.1; }
      .main-navigation ul li a:hover {
        color: #fff; }
    .main-navigation ul li ul li {
      font-size: 18px;
      padding-left: 10px; }
      .main-navigation ul li ul li a {
        color: #fff; }
        .main-navigation ul li ul li a:hover {
          color: #7f48df; }
  #menu-item-17444 > a {
    display: none; } }

@media screen and (max-width: 480px) {
  .menu-main-menu-container {
    width: 100%; }
  .main-navigation.toggled .menu-main-menu-container {
    left: 0%;
    box-shadow: none; } }

/*--------------------------------------------------------------
# Page Navigation
--------------------------------------------------------------*/
.archive-nav {
  text-align: center;
  margin-bottom: 50px; }
  .archive-nav .page-numbers {
    display: inline-block;
    height: 45px;
    margin: 0 3px;
    padding: 0 12px;
    font-size: 16px;
    color: #a6bcdd;
    line-height: 39px;
    border: 3px solid #f6f3e8;
    border-radius: 10px; }
    .archive-nav .page-numbers.current {
      background: #a6bcdd;
      color: #fff; }
    .archive-nav .page-numbers:hover {
      background: #a6bcdd;
      color: #fff; }
    .archive-nav .page-numbers:active {
      background: #7f48df; }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Footer Menu
--------------------------------------------------------------*/
#footer-menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  #footer-menu li {
    display: block;
    margin-right: 18px;
    font-weight: 400;
    font-size: 15px;
    line-height: 40px; }
    #footer-menu li.current-menu-item > a, #footer-menu li.current_page_item > a {
      color: #7f48df;
      font-weight: 600;
      border-bottom: 4px solid #fece34; }

#base-menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  #base-menu li {
    display: inline-block;
    margin-right: 10px;
    font-weight: 300;
    font-size: 15px; }
    #base-menu li:after {
      content: "|";
      margin-left: 10px; }
    #base-menu li:last-of-type:after {
      content: none; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

.wpcf7 div.grid-2col {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
  text-align: left; }
  .wpcf7 div.grid-2col + .submit {
    margin-top: 50px; }

.wpcf7 label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #7f48df;
  line-height: 2;
  padding-left: 20px; }

.wpcf7 .wpcf7-submit:focus {
  outline: none;
  border: none; }

.submit {
  display: flex;
  justify-content: flex-end; }

.name-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .name-fields input {
    width: 100%; }
  .name-fields div:first-of-type input {
    border-right: 1px solid #ccc;
    border-radius: 100px 0 0 100px; }
  .name-fields div:nth-of-type(2) input {
    border-left: none;
    border-radius: 0 100px 100px 0; }

.subscribe-form {
  padding: 50px 0;
  max-width: 850px;
  margin: 0 auto; }
  .subscribe-form .wpcf7-form-control.wpcf7-submit {
    margin-top: 20px; }

.widget .name-fields {
  grid-column: 1/-1; }
  .widget .name-fields + div {
    grid-column: 1/-1; }

.widget .wpcf7-response-output {
  grid-column: 1/-1; }

#demo-form {
  padding-top: 30px; }

/********************************************************/
/** Lumina Choice **/
/********************************************************/
.lumina-choice-container {
  margin-bottom: 30px; }

.explainer {
  margin: 20px 0 20px;
  text-align: center; }
  .explainer h4 {
    color: #fff;
    font-size: 14px; }
  .explainer p.smallprint {
    font-size: 12px; }

.lumina-choice {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  margin-bottom: 40px; }
  .lumina-choice .wpcf7-list-item {
    margin: 0;
    position: relative; }
    .lumina-choice .wpcf7-list-item .wpcf7-list-item-label {
      display: block;
      background: rgba(255, 255, 255, 0.15);
      border-radius: 100px;
      padding: 8px 20px;
      font-family: "Comfortaa";
      font-weight: 600;
      font-size: 14px;
      text-align: center; }
    .lumina-choice .wpcf7-list-item input[type="checkbox"] {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      cursor: pointer;
      z-index: 900; }
      .lumina-choice .wpcf7-list-item input[type="checkbox"][checked="checked"] {
        border: 2px solid #fff;
        border-radius: 100px; }
  .lumina-choice .wpcf7-list-item .wpcf7-list-item-label span {
    color: #7f48df; }
  .lumina-choice .wpcf7-list-item.first .wpcf7-list-item-label span {
    color: #1fa495; }
  .lumina-choice .wpcf7-list-item.last .wpcf7-list-item-label span {
    color: #fece34; }

.main-form h3, .footer-demo-form h3 {
  font-family: "Comfortaa";
  font-weight: 600;
  color: #fff;
  font-size: 24px; }

.main-form form > div.grid-2col .submit, .footer-demo-form form > div.grid-2col .submit {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start; }

.message {
  display: block; }
  .message textarea {
    height: 250px; }

/********************************************************/
/** Opt in **/
/********************************************************/
.opt-in {
  margin-left: 10px; }
  .opt-in .wpcf7-list-item-label {
    display: none; }
  .opt-in .wpcf7-list-item {
    margin: 0; }
  .opt-in label {
    display: inline-block;
    padding: 0;
    font-weight: 300;
    color: #fff; }

.privacy {
  font-size: 14px;
  margin-top: 30px; }

.lumina .opt-in label {
  color: #fff; }

.widget_subscribe_widget .wpcf7 {
  background: #32353c;
  padding: 15px;
  border-radius: 12px; }

.widget .wpcf7-form-control-wrap input {
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px; }

.widget .wpcf7-form-control.wpcf7-submit {
  margin-top: 10px; }

span.wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: normal;
  display: block;
  position: absolute;
  right: 33px;
  top: -0px; }

.wpcf7-form-control:focus + .wpcf7-not-valid-tip {
  display: none; }

div.wpcf7-response-output {
  font-weight: 400;
  border-radius: 100px;
  margin: 30px 0;
  padding: 0.5em;
  text-align: center;
  border: none;
  grid-template-columns: 1fr !important; }

div.wpcf7-validation-errors {
  background: #fece34;
  color: #fff; }

div.wpcf7-mail-sent-ng {
  background: #7f48df;
  color: #fff; }

div.wpcf7-spam-blocked {
  background: #ffa500;
  color: #222; }

div.wpcf7-mail-sent-ok {
  background: #398f14;
  color: #fff; }

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

@media screen and (max-width: 600px) {
  .subscribe-form .your-name, .subscribe-form .your-email {
    width: 100% !important;
    margin-bottom: 10px; }
    .subscribe-form .your-name input, .subscribe-form .your-email input {
      width: 100% !important; } }

html, body {
  height: 100%;
  background: #22262f;
  font-family: "Roboto";
  font-weight: 200;
  font-size: 17px;
  line-height: 1.4; }

body {
  position: relative;
  z-index: 0; }

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
.site {
  overflow: hidden;
  margin-top: 105px; }

section {
  clear: both; }

.inner,
.full-content,
.page-header,
.no-results,
.inner2 {
  position: relative;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 50px; }
  .inner.with-sidebar,
  .full-content.with-sidebar,
  .page-header.with-sidebar,
  .no-results.with-sidebar,
  .inner2.with-sidebar {
    padding: 0 30px; }
  .inner.no-thumb,
  .full-content.no-thumb,
  .page-header.no-thumb,
  .no-results.no-thumb,
  .inner2.no-thumb {
    padding-top: 80px; }

.no-results {
  padding: 0 30px; }
  .no-results .page-header {
    padding: 0; }

.single-post-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 30px 50px;
  overflow: hidden; }

.default-content {
  padding-top: 60px;
  padding-bottom: 50px; }

.single-text-panel {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 40px; }

.preamble {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding-bottom: 60px; }

.fullwidth-text-panel {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  padding: 0 50px; }
  .fullwidth-text-panel:empty {
    display: none; }

.banner + .fullwidth-text-panel {
  padding-top: 60px; }
  .banner + .fullwidth-text-panel:empty {
    padding-top: 60px; }

.no-banner {
  padding-top: 100px; }

.middle-content {
  padding-top: 60px; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

#primary {
  float: left;
  margin: 0 -33.3333% 0 0;
  width: 100%; }
  #primary .site-main {
    margin: 0 33.3333% 0 0; }

#secondary {
  float: right;
  overflow: hidden;
  width: 33.3333%;
  padding-left: 60px; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Comfortaa', serif;
  font-weight: 600; }

h1 {
  font-size: 40px;
  line-height: 1.2;
  margin: 0 0 42px;
  color: #fff; }
  h1.page-title {
    text-align: center;
    font-size: 36px; }
  h1.entry-title {
    font-size: 36px; }

.page-header h1 span {
  font-size: 19px;
  display: block;
  font-weight: 200;
  color: #7f48df; }

h2 {
  font-size: 32px;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 32px; }

h3,
article h2 {
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 20px 0; }
  h3 strong, h3 b,
  article h2 strong,
  article h2 b {
    font-weight: 200; }

article h3 {
  font-size: 20px; }

h4 {
  font-size: 19px;
  margin: 0;
  color: #92aaac; }

h5, h6 {
  font-size: 17px;
  font-family: "Roboto";
  font-weight: 200;
  font-weight: 400; }
  h5 b, h5 strong, h6 b, h6 strong {
    font-weight: 400; }

.smallprint {
  font-size: 14px;
  line-height: 1.2; }

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse; }

td {
  vertical-align: top;
  padding: 4px; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead {
  background: url(images/lumina-masthead.webp) no-repeat right top/cover;
  background: url(images/lumina-masthead.jpg) no-repeat right top/cover;
  position: fixed;
  top: 0;
  width: 100%;
  height: 105px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000; }
  #masthead .inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end; }

.site-branding {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  margin-right: auto; }
  .site-branding #logo {
    display: block;
    width: 200px; }
    .site-branding #logo img {
      display: block; }

.header-search {
  display: inline-block;
  height: 28px;
  width: 200px; }

.contacts-block {
  margin-bottom: 2px; }

.offset-anchor {
  position: relative;
  top: -80px; }

/*----------------
# Promo Bar
-----------------*/
.promo-bar {
  background: #1fa495;
  font-size: 14px;
  text-align: center;
  color: #22262f;
  padding: 9px 0; }
  .promo-bar p {
    margin: 0;
    line-height: 1; }
  .promo-bar a {
    color: #22262f;
    text-decoration: underline;
    text-underline-offset: 3px;
    margin-right: 20px; }

.new-flash {
  background: #22262f;
  padding: 3px 10px;
  border-radius: 100px;
  margin-right: 10px;
  color: #fff; }

/*---------------------
#Popup
---------------------*/
.popup-container {
  position: relative;
  background: #7f48df;
  padding: 80px 60px;
  border-radius: 50px;
  max-width: 1000px;
  margin: 80px; }
  .popup-container .popup-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px; }
    .popup-container .popup-inner h2 {
      font-size: 57px;
      line-height: 60px; }
    .popup-container .popup-inner .popup-content {
      display: flex;
      flex-direction: column;
      justify-content: flex-start; }
      .popup-container .popup-inner .popup-content .button-alt4 {
        margin-top: auto;
        align-self: flex-start; }
    .popup-container .popup-inner .popup-image img {
      display: block;
      width: 100%; }

/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
.home-text-content {
  background: #fff;
  text-align: center;
  font-family: "Comfortaa";
  font-weight: 600;
  font-weight: 600;
  font-size: 27px;
  padding: 0 20px; }
  .home-text-content p {
    margin: 0; }

/*--------------------------------------------------------------
#   Banner
--------------------------------------------------------------*/
.banner {
  background-color: #22262f;
  background-size: cover;
  padding: 70px 0; }
  .banner .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #fff; }
    .banner .inner .content {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 115px; }
      .banner .inner .content.full-width {
        grid-template-columns: 1fr; }
    .banner .inner .video-thumb img {
      width: 100%; }
  .banner h1 {
    font-size: 57px;
    line-height: 1;
    color: #fff;
    margin-bottom: 0; }
  .banner p {
    font-size: 22px;
    line-height: 1.2;
    margin: 30px 0 50px; }
  .banner .video {
    position: relative;
    float: right;
    aspect-ratio: 4/3; }
    .banner .video .video-play {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -68px;
      margin-left: -68px; }

/*--------------------------------------------------------------
#  Page headers
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Pricing Page
--------------------------------------------------------------*/
.pricing-features {
  padding: 30px 0 60px; }
  .pricing-features .inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 40px; }
    .pricing-features .inner .feature-block {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      margin-top: 60px;
      padding: 0 40px 40px;
      border: 2px solid #32353c;
      border-radius: 10px;
      font-size: 16px; }
      .pricing-features .inner .feature-block h2 {
        background: #32353c;
        border-radius: 100px;
        margin-top: -30px;
        padding: 10px;
        width: 110%;
        color: #fff;
        font-size: 24px;
        font-weight: 200;
        text-align: center; }
      .pricing-features .inner .feature-block .pricing {
        font-size: 22px;
        align-self: flex-start; }
        .pricing-features .inner .feature-block .pricing .price-outer {
          font-size: 30px; }
        .pricing-features .inner .feature-block .pricing p {
          font-size: 16px; }
      .pricing-features .inner .feature-block ul {
        list-style: none;
        padding: 0;
        align-self: flex-start;
        margin: 0; }
        .pricing-features .inner .feature-block ul li {
          padding-left: 28px;
          text-indent: -28px;
          margin-bottom: 20px; }
          .pricing-features .inner .feature-block ul li:before {
            content: "\2713\00a0\00a0";
            font-size: 22px; }
        .pricing-features .inner .feature-block ul.more-features {
          display: none;
          margin-bottom: 24px; }
      .pricing-features .inner .feature-block .see-more-features {
        font-size: 14px;
        color: #7f48df;
        margin-bottom: 24px;
        cursor: pointer; }
        .pricing-features .inner .feature-block .see-more-features:hover {
          text-decoration: underline;
          text-decoration-color: #fff;
          text-underline-offset: 6px; }
      .pricing-features .inner .feature-block.feature-perks li:before {
        color: #1fa495; }
      .pricing-features .inner .feature-block.feature-gateway li:before {
        color: #7f48df; }
      .pricing-features .inner .feature-block.feature-plus li:before {
        color: #fece34; }

.pricing-slider {
  padding: 60px 0;
  background: rgba(255, 255, 255, 0.05); }
  .pricing-slider h2 {
    padding: 0 15px;
    text-align: center; }
  .pricing-slider .inner {
    position: relative;
    max-width: 600px;
    padding: 0; }
    .pricing-slider .inner #slider {
      margin-top: 60px; }
    .pricing-slider .inner .legend {
      display: flex;
      justify-content: space-between;
      font-size: 16px; }
      .pricing-slider .inner .legend div:nth-of-type(2) {
        margin-left: 35px; }

.explainer {
  font-size: 15px;
  text-align: center; }

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.block {
  padding: 60px 0; }
  .block.blue, .block.beige {
    background-color: rgba(255, 255, 255, 0.05); }
  .block.left .content {
    order: -1; }
  .block.has-form .content {
    padding-right: 180px; }
  .block .inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 50px; }
    .block .inner > div {
      display: flex;
      flex-direction: column;
      justify-content: center; }
  .block:nth-of-type(2n+1) {
    background: rgba(255, 255, 255, 0.05); }
  .block .thumb {
    text-align: center; }
  .block h1, .block h2 {
    font-size: 36px;
    color: #7f48df; }
  .block .content h2 {
    padding: 0; }
  .block h3 {
    font-size: 24px;
    margin: 0 0 24px; }
  .block .content .cta {
    float: left;
    margin-top: 20px; }
    .block .content .cta .cta1, .block .content .cta .cta2 {
      display: inline-block;
      vertical-align: top;
      margin-left: 10px; }

.basic-block {
  overflow: hidden; }
  .basic-block .thumb {
    text-align: center; }
    .basic-block .thumb img {
      display: block;
      width: 100%; }
  .basic-block.left .thumb {
    order: 1; }
  .basic-block .form {
    border-radius: 6px;
    box-shadow: 0 0 18px #1fa495;
    padding: 20px 40px; }
    .basic-block .form h2 {
      color: #fff;
      text-align: center;
      font-size: 24px; }
    .basic-block .form label {
      color: #fff;
      font-weight: 400; }

.text-block .inner {
  display: block; }

.text-block .content {
  display: block;
  margin: 0 auto;
  text-align: center; }
  .text-block .content .cta {
    float: none; }

.text-block.widetext .content {
  max-width: 800px;
  width: 100%;
  text-align: left; }

/************************************************************/
/************************************************************/
.testimonial-block {
  padding: 30px 0;
  text-align: center; }
  .testimonial-block .inner {
    display: block;
    max-width: 1000px; }
  .testimonial-block .quote {
    font-family: "Comfortaa";
    font-weight: 600;
    font-size: 32px;
    color: #1fa495;
    margin-bottom: 10px; }
    .testimonial-block .quote:before {
      content: "“"; }
    .testimonial-block .quote:after {
      content: "”"; }
  .testimonial-block .attributed {
    font-size: 15px; }
    .testimonial-block .attributed:before {
      content: "-- "; }

/************************************************************/
/************************************************************/
.video-block {
  padding: 100px 0 50px;
  background-color: #4f5ea7;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden; }
  .video-block .content {
    display: block;
    width: 100%; }
    .video-block .content h2 {
      color: #fff; }
      .video-block .content h2:after {
        content: none; }
    .video-block .content a {
      color: #f8f8b2; }
      .video-block .content a:hover {
        border-bottom: 1px solid #fff; }
    .video-block .content.nobg {
      color: #fff; }
      .video-block .content.nobg a {
        color: #1fa495; }
        .video-block .content.nobg a:hover {
          color: #7f48df; }
  .video-block .video {
    position: relative;
    float: right;
    width: 590px;
    margin-bottom: 50px; }
    .video-block .video .video-play {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -68px;
      margin-left: -68px; }
  .video-block .content .cta {
    float: none; }
  .video-block.demo-block .content h2 {
    color: #fff;
    font-size: 28px; }

/************************************************************/
/************************************************************/
.accordion-block {
  overflow: hidden; }
  .accordion-block h2 {
    text-align: center;
    margin-bottom: 100px; }
  .accordion-block.no-thumb .thumb {
    display: none; }
  .accordion-block.no-thumb .inner {
    grid-gap: 0; }
  .accordion-block.no-thumb .acc-container {
    margin: 0 auto;
    grid-column: 1/-1; }
  .accordion-block .acc-container {
    max-width: 840px; }
    .accordion-block .acc-container .acc-item {
      margin-bottom: 10px; }
      .accordion-block .acc-container .acc-item .acc-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 400;
        font-size: 18px;
        background: #22262f;
        color: #fff;
        padding: 0 0 0 30px;
        border-radius: 10px;
        cursor: pointer; }
        .accordion-block .acc-container .acc-item .acc-title .trigger {
          flex: 0 0 60px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          background: #32353c;
          height: 60px;
          border-radius: 0 10px 10px 0;
          transform: translateX(1px); }
          .accordion-block .acc-container .acc-item .acc-title .trigger .icon {
            fill: #7f48df;
            width: 24px;
            height: 21px; }
      .accordion-block .acc-container .acc-item.active .trigger .icon {
        transform: rotate(180deg); }
      .accordion-block .acc-container .acc-item .acc-content {
        display: none;
        padding: 10px; }
        .accordion-block .acc-container .acc-item .acc-content .acc-icon {
          float: left;
          margin-right: 50px; }
          .accordion-block .acc-container .acc-item .acc-content .acc-icon + p {
            padding-left: 150px; }
        .accordion-block .acc-container .acc-item .acc-content p {
          display: block;
          margin: 0;
          padding-left: 15px; }
  .accordion-block .cta {
    margin-top: 30px;
    float: right; }

/************************************************************/
/************************************************************/
.block.heroes h2 {
  text-align: center;
  margin-bottom: 50px; }

.block.heroes .heroes-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 45px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto; }
  .block.heroes .heroes-grid .thumb {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    border-radius: 200px;
    border: 4px solid #fff;
    box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.1), -15px 15px 25px rgba(0, 0, 0, 0.1) inset; }
  .block.heroes .heroes-grid .label {
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin-top: 15px;
    font-weight: 400; }
  .block.heroes .heroes-grid h3 {
    font-family: "Comfortaa";
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    max-width: 150px;
    margin: 15px auto;
    color: #fff; }

/************************************************************/
/************************************************************/
.screenshots-block {
  padding: 50px 0 0; }
  .screenshots-block .inner {
    position: relative;
    display: block; }
  .screenshots-block h2 {
    text-align: center; }
  .screenshots-block .intro {
    color: #fff;
    text-align: center;
    font-size: 16px; }
  .screenshots-block .container {
    padding-top: 100px;
    position: relative; }

.image-block {
  padding: 60px 0 30px; }
  .image-block.reverse {
    background: #32353c;
    color: #fff; }
    .image-block.reverse h2 {
      color: #fff; }
  .image-block .inner {
    grid-template-columns: 1fr;
    grid-gap: 0; }
  .image-block h2 {
    text-align: center; }
  .image-block .content {
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    text-align: center; }
  .image-block .container img, .image-block .container object {
    width: 100%;
    height: auto; }

/************************************************************/
/************************************************************/
.logo-slider {
  padding: 30px 0 0; }
  .logo-slider h2 {
    text-align: center; }
  .logo-slider .slick {
    max-width: 1180px;
    margin: 0 auto;
    padding-bottom: 90px; }
  .logo-slider .static {
    display: grid;
    grid-gap: 0;
    padding-bottom: 30px; }
  .logo-slider img {
    display: block;
    height: 90px;
    max-width: unset;
    width: auto;
    margin: 0 auto; }

.values-block {
  padding: 50px 15px;
  text-align: center; }
  .values-block .content {
    width: 100%;
    max-width: 880px;
    margin: 0 auto; }
  .values-block .values {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 40px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px 30px 0; }
    .values-block .values .value {
      color: #22262f;
      position: relative;
      margin: 0 0 50px; }
      .values-block .values .value .thumb {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        width: 110px;
        height: 110px;
        z-index: 101; }
        .values-block .values .value .thumb img {
          display: block;
          width: 100%;
          height: auto; }
      .values-block .values .value .text {
        position: relative;
        display: flex;
        flex-direction: column;
        height: calc(100% - 80px);
        color: #fff;
        padding: 20px;
        margin-top: 0;
        font-size: 15px; }
        .values-block .values .value .text span {
          display: block;
          font-family: "Comfortaa";
          font-weight: 600;
          font-weight: bold;
          font-size: 17px;
          line-height: 22px;
          margin-bottom: 15px; }

/* The animation code */
@keyframes bounce {
  0% {
    top: -20px; }
  50% {
    top: -35px; }
  100% {
    top: -20px; } }

.block-team {
  padding: 60px 0;
  text-align: center; }
  .block-team .inner {
    display: block; }
  .block-team .content {
    width: 100%;
    max-width: 880px;
    margin: 0 auto; }
  .block-team .team-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 40px;
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    padding: 50px 0 0; }
    .block-team .team-grid .character {
      position: absolute;
      right: 40px;
      transform: rotate(5deg);
      width: 120px;
      animation-name: bounce;
      animation-duration: 2s;
      animation-iteration-count: infinite; }
    .block-team .team-grid .grid-team {
      position: relative;
      font-size: 17px;
      padding: 20px;
      border-radius: 20px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.15); }
      .block-team .team-grid .grid-team .thumb {
        background: #ccc;
        width: 100%;
        overflow: hidden;
        border-radius: 9px; }
        .block-team .team-grid .grid-team .thumb img {
          display: block; }
      .block-team .team-grid .grid-team .title {
        font-weight: 200;
        padding-top: 10px;
        line-height: 1.4;
        color: #1fa495; }
        .block-team .team-grid .grid-team .title span {
          display: block;
          color: #fff; }
      .block-team .team-grid .grid-team .overlay {
        background: #32353c;
        color: #fff;
        height: 0;
        text-align: left;
        overflow: hidden;
        border-radius: 12px; }
        .block-team .team-grid .grid-team .overlay .linkedin-icon {
          display: block;
          position: absolute;
          bottom: 30px;
          right: 30px;
          width: 50px;
          height: 50px; }
          .block-team .team-grid .grid-team .overlay .linkedin-icon .icon.linkedin {
            fill: #fff;
            filter: drop-shadow(5px 5px 0 #000); }
            .block-team .team-grid .grid-team .overlay .linkedin-icon .icon.linkedin:hover {
              fill: #7f48df; }
      .block-team .team-grid .grid-team:hover .overlay {
        height: calc(100% - 72px);
        padding: 30px;
        transition: .5s height ease; }

/************************************************************/
/************************************************************/
.news-block {
  padding: 50px 30px; }
  .news-block h2 {
    text-align: center; }
  .news-block .news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 70px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0 50px; }
    .news-block .news-grid .post {
      display: flex;
      flex-direction: column;
      line-height: 1.4;
      padding: 30px;
      background: #fff;
      border: 1px solid #ddd;
      color: #22262f;
      border-radius: 10px;
      text-align: left;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.15); }
      .news-block .news-grid .post .thumb {
        max-height: 210px;
        overflow: hidden;
        margin-bottom: 30px; }
        .news-block .news-grid .post .thumb img {
          height: auto;
          width: 100%; }
      .news-block .news-grid .post h3 {
        font-family: "Roboto";
        font-weight: 200;
        font-weight: 100;
        line-height: 1.2;
        margin-bottom: 10px; }
      .news-block .news-grid .post .entry-meta {
        border: none;
        padding: 10px 0 0;
        margin-top: auto;
        color: #7f48df; }
    .news-block .news-grid a {
      color: #1fa495; }
      .news-block .news-grid a:hover {
        color: #7f48df; }

/************************************************************/
/************************************************************/
.lumina-heroes .inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 60px; }
  .lumina-heroes .inner > div {
    text-align: center;
    border: 2px solid #32353c;
    font-size: 16px;
    padding: 0 20px 20px; }
    .lumina-heroes .inner > div h2 {
      color: #fff;
      font-size: 24px;
      font-weight: 200;
      background: #32353c;
      border-radius: 100px;
      margin-top: -20px;
      padding: 10px; }
    .lumina-heroes .inner > div p {
      padding: 0 15px; }
    .lumina-heroes .inner > div:first-of-type h2 span {
      color: #1fa495; }
    .lumina-heroes .inner > div:nth-of-type(2) h2 span {
      color: #7f48df; }
    .lumina-heroes .inner > div:nth-of-type(3) h2 span {
      color: #fece34; }
    .lumina-heroes .inner > div a.button {
      margin-top: 30px; }

.lumina-heroes.grid-2 .inner {
  grid-template-columns: 1fr 1fr; }

/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
.single-post-header {
  max-width: 620px;
  margin: 0 auto;
  padding: 50px 10px 0;
  text-align: center; }
  .single-post-header .page-title:after {
    background-position: center top;
    margin-top: 20px; }

/*--------------------------------------------------------------
# Events Page
--------------------------------------------------------------*/
section.month {
  padding: 50px 0 0; }
  section.month:nth-of-type(2n) {
    background: rgba(255, 255, 255, 0.05); }

.month-header {
  color: #fff; }

.event-listing {
  font-size: 0;
  padding-bottom: 50px;
  overflow: hidden; }
  .event-listing .thumb-container {
    display: inline-block;
    vertical-align: top;
    width: 20%; }
  .event-listing .event-detail {
    display: inline-block;
    vertical-align: top;
    width: 80%;
    font-size: 16px;
    padding-left: 50px; }
    .event-listing .event-detail h2 {
      line-height: 1.2; }
      .event-listing .event-detail h2 a {
        color: #1fa495; }
      .event-listing .event-detail h2 span {
        font-size: 27px; }
    .event-listing .event-detail .event-meta {
      margin-bottom: 32px; }

.single-event-header {
  font-size: 0;
  margin-bottom: 30px; }
  .single-event-header .single-event-meta {
    display: inline-block;
    vertical-align: top;
    width: 66.6666%;
    font-size: 16px;
    line-height: 36px; }
    .single-event-header .single-event-meta .link-container {
      padding-top: 30px; }
  .single-event-header .thumb {
    display: inline-block;
    width: 33.3333%;
    padding-left: 60px; }

.event-footer {
  padding: 30px 0; }

/*--------------------------------------------------------------
# Clients Page
--------------------------------------------------------------*/
.clients-title {
  text-align: center; }

.client-videos {
  max-width: 1180px;
  margin: 0 auto; }
  .client-videos .video-block {
    color: #fff;
    max-width: 1180px;
    width: 100%;
    padding: 50px 0;
    background: none;
    outline: none;
    text-align: left; }
    .client-videos .video-block .content h2 {
      color: #32353c; }

.clients-grid {
  max-width: 1380px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 50px 0; }
  .clients-grid .alm-reveal {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 40px; }

/*--------------------------------------------------------------
# Blog - Section
--------------------------------------------------------------*/
.blog-grid-container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 50px 50px 0; }
  .blog-grid-container .archive-nav {
    padding: 50px 0; }
  .blog-grid-container .alm-reveal, .blog-grid-container .blog-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 40px;
    margin-bottom: 40px; }
    .blog-grid-container .alm-reveal .post, .blog-grid-container .blog-grid .post {
      display: flex;
      flex-direction: column;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.15); }
      .blog-grid-container .alm-reveal .post h3, .blog-grid-container .blog-grid .post h3 {
        font-size: 20px;
        margin-bottom: 5px; }
      .blog-grid-container .alm-reveal .post a, .blog-grid-container .blog-grid .post a {
        color: #1fa495; }
        .blog-grid-container .alm-reveal .post a:hover, .blog-grid-container .blog-grid .post a:hover {
          color: #7f48df; }
      .blog-grid-container .alm-reveal .post .thumb, .blog-grid-container .blog-grid .post .thumb {
        margin-bottom: 15px; }
      .blog-grid-container .alm-reveal .post .button-alt2, .blog-grid-container .blog-grid .post .button-alt2 {
        align-self: center;
        margin-top: auto; }

.alm-btn-wrap {
  text-align: center;
  padding: 0 0 60px; }
  .alm-btn-wrap .done {
    display: none; }

.alm-results-text {
  padding-bottom: 30px;
  font-size: 15px; }

.entry-meta {
  font-weight: 200;
  text-align: left;
  overflow: hidden;
  padding-bottom: 12px;
  font-size: 14px;
  line-height: 18px;
  color: #1fa495; }
  .entry-meta a {
    color: #fff; }
    .entry-meta a:hover {
      color: #7f48df; }
  .entry-meta .author {
    margin-right: 15px; }
  .entry-meta .icon {
    width: 18px;
    height: 18px;
    fill: #7f48df; }

/*--------------------------------------------------------------
# Blog - Single
--------------------------------------------------------------*/
.single-post-content .entry-meta {
  margin: 30px 0 20px;
  font-size: 16px; }

.single-post-content .thumb {
  text-align: center; }
  .single-post-content .thumb img {
    width: 100%; }

/*--------------------------------------------------------------
# archive
--------------------------------------------------------------*/
.page-header {
  padding: 50px 50px 0; }

/*--------------------------------------------------------------
# Calendly
--------------------------------------------------------------*/
.calendly-popup {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: 3001; }
  .calendly-popup.active {
    display: flex; }
  .calendly-popup #calendly {
    min-width: 320px;
    height: 80%;
    width: 80%; }

.panel-close {
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px; }
  .panel-close .icon {
    width: 40px;
    height: 40px;
    stroke-width: 2px;
    stroke: #222; }

/*--------------------------------------------------------------
# Download area
--------------------------------------------------------------*/
#gatekeeper {
  display: none;
  position: absolute;
  max-width: 360px;
  width: 100%;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
  #gatekeeper p {
    line-height: 1.4;
    font-size: 15px; }

#gatekeeper-enter {
  border-radius: 0;
  width: 100%;
  text-align: center; }

.download-toggle {
  background: #4e7abd;
  color: #fff;
  padding: 0 20px;
  margin: 0 0 20px;
  display: none;
  cursor: pointer; }
  .download-toggle .icon.menu-arrow {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: #fff;
    float: right;
    transform: rotate(90deg); }
  .download-toggle.active .icon.menu-arrow {
    transform: rotate(-90deg); }

.filter ul {
  padding: 0;
  margin: 0; }

.filter .download-topics {
  margin-bottom: 0;
  padding: 0 0 30px; }

.filter .download-types {
  margin-bottom: 0;
  padding: 0 0 60px; }

.download-topics {
  max-width: 1280px;
  padding: 0 5px 60px;
  margin: 0 auto;
  width: 100%;
  text-align: center; }
  .download-topics li {
    list-style: none;
    display: inline-block;
    margin: 0 10px 0 0; }
    .download-topics li::after {
      content: "|";
      display: inline-block;
      margin-left: 10px; }
    .download-topics li:last-of-type::after {
      content: none; }

.download-types {
  max-width: 1280px;
  padding: 0 5px 60px;
  margin: 0 auto;
  width: 100%;
  text-align: center; }
  .download-types img {
    display: block;
    margin: 0 auto 20px; }
  .download-types a {
    display: inline-block;
    vertical-align: top;
    width: 15%;
    color: #fff;
    font-family: "Comfortaa";
    font-weight: 600;
    font-weight: 600;
    line-height: 1.2; }

.featured-downloads {
  padding: 50px 0; }
  .featured-downloads .inner {
    padding: 0; }
  .featured-downloads h2 {
    text-align: center;
    color: #fff;
    font-size: 42px; }
  .featured-downloads .description {
    text-align: left;
    padding: 10px 20px;
    font-size: 14px; }
    .featured-downloads .description h3 {
      font-family: "Comfortaa";
      font-weight: 600;
      font-weight: 800;
      line-height: 1.2;
      font-size: 17px; }

.empty-result {
  font-size: 22px;
  max-width: 800px;
  margin: 50px auto; }

/*--------------------------------------------------------------
# Download Archive
--------------------------------------------------------------*/
.download-grid-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 40px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px 50px;
  text-align: center; }
  .download-grid-container .archive-nav {
    padding: 50px 0; }
  .download-grid-container .post {
    display: flex;
    flex-direction: column;
    padding: 30px;
    border-radius: 12px;
    font-size: 17px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15); }
    .download-grid-container .post .thumb {
      overflow: hidden;
      margin-bottom: 10px; }
    .download-grid-container .post h2 {
      font-family: "Roboto";
      font-weight: 200;
      font-size: 22px;
      font-weight: 200;
      margin-bottom: 10px;
      color: #1fa495; }
    .download-grid-container .post .text {
      margin-bottom: 20px; }
    .download-grid-container .post .button {
      align-self: center;
      margin-top: auto; }

/*--------------------------------------------------------------
# Contact section inc Map
--------------------------------------------------------------*/
.map-container {
  position: relative; }
  .map-container .overlay {
    pointer-events: none; }
  .map-container .contact-form {
    background: #fff;
    width: 360px;
    padding: 20px;
    float: right;
    margin-top: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    pointer-events: all; }

#map {
  height: 600px;
  background: #eee; }

button.gm-control-active {
  min-width: 0; }

#thank-you {
  display: none;
  padding-top: 60px; }

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-block {
  padding: 60px 0; }
  .contact-block .inner {
    max-width: 1030px; }
    .contact-block .inner.page-header {
      padding-top: 0; }
  .contact-block .contacts {
    clear: both;
    padding: 0 0 60px;
    font-size: 0; }
    .contact-block .contacts h2 {
      margin-bottom: 50px; }
      .contact-block .contacts h2:after {
        content: none; }
    .contact-block .contacts .contact-icon {
      margin-bottom: 10px; }
    .contact-block .contacts > div {
      display: inline-block;
      vertical-align: top;
      width: 33%;
      line-height: 24px;
      margin-bottom: 20px;
      font-size: 16px; }
      .contact-block .contacts > div > div {
        vertical-align: top; }
    .contact-block .contacts h4 {
      color: #000;
      margin: 0; }
    .contact-block .contacts .icon {
      width: 50px;
      margin-right: 20px;
      fill: #7f48df;
      background-color: #32353c; }
  .contact-block #contact-form {
    margin-bottom: 50px; }

.contact-form {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  float: right; }
  .contact-form.demo {
    position: absolute;
    top: 100px;
    right: 100px;
    width: 400px;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
    padding: 20px;
    margin-right: 100px;
    z-index: 1; }
  .contact-form h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px; }
    .contact-form h2:after {
      content: none; }
  .contact-form h3 {
    margin: 10px 0;
    font-size: 14px; }
  .contact-form input {
    width: 100%;
    margin-bottom: 10px; }
  .contact-form input[type="checkbox"] {
    width: auto; }
  .contact-form .terms {
    clear: both;
    font-size: 16px;
    padding: 10px 0; }
  .contact-form button {
    float: right;
    margin-top: 20px; }
  .contact-form label {
    font-size: 16px;
    display: block; }
  .contact-form .check-label {
    width: 80%;
    display: inline-block;
    font-size: 14px;
    vertical-align: -15px;
    line-height: 1.2;
    margin-left: 8px;
    margin-bottom: 20px; }
  .contact-form select {
    border: 1px solid #ccc;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
    color: #666;
    font-weight: 200;
    font-family: "Roboto";
    font-weight: 200;
    padding: 0 5px; }
  .contact-form option {
    font-family: "Roboto";
    font-weight: 200;
    color: #666;
    font-size: 16px; }
  .contact-form .optout {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 20px; }

/* Zoho 1 */
.name {
  width: 50% !important; }
  .name.first {
    border-right: none;
    border-radius: 4px 0 0 4px; }
  .name.last {
    border-left: 0;
    border-radius: 0 4px 4px 0; }

.interest-area {
  font-size: 16px;
  -moz-column-count: 2;
       column-count: 2; }

#formsubmit {
  width: 40%;
  margin: 0 5%; }
  #formsubmit[disabled="true"] {
    background: #ccc;
    pointer: none; }

#formreset {
  width: 40%;
  background: #fff;
  color: #1fa495 !important;
  margin: 0 5%; }
  #formreset:hover {
    background: #4e7abd;
    color: #fff !important; }

.captcha-container {
  font-size: 16px;
  margin-bottom: 20px; }

/*--------------------------------------------------------------
# Subscribe
--------------------------------------------------------------*/
.subscribe {
  padding: 50px 0;
  background: rgba(255, 255, 255, 0.05); }
  .subscribe h2 {
    text-align: center; }
  .subscribe .subscribe-form {
    padding: 0 0; }

/*--------------------------------------------------------------
# Accreditations
--------------------------------------------------------------*/
.accreditations-strip {
  padding: 30px 0;
  background: #22262f; }
  .accreditations-strip .inner {
    display: flex;
    justify-content: center;
    align-items: center; }
  .accreditations-strip .item {
    width: 200px;
    margin: 0 15px; }
    .accreditations-strip .item img {
      display: block;
      width: 100%;
      height: auto; }

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.widget {
  line-height: 1.2;
  margin-bottom: 50px; }
  .widget h2 {
    font-size: 26px; }
  .widget h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 30px 0 10px; }
  .widget ul {
    margin: 0 0 10px;
    padding: 0; }
    .widget ul li {
      margin: 0 0 10px 15px;
      padding: 0;
      line-height: 1.2; }
      .widget ul li span {
        font-size: 14px; }
  .widget a {
    color: #fff; }
    .widget a:hover {
      color: #7f48df; }

.widget.download {
  padding: 10px 10px 20px;
  text-align: center; }
  .widget.download h2 {
    text-align: left; }
  .widget.download .thumb img {
    width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px; }
  .widget.download p {
    font-family: "Comfortaa";
    font-weight: 600;
    font-weight: 600;
    color: #4e7abd;
    margin: 10px 0 20px; }

/*--------------------------------------------------------------
# CTA Section
--------------------------------------------------------------*/
section.cta {
  max-width: 1280px;
  margin: 50px auto;
  padding: 0 50px; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #32353c;
  padding: 40px 0 50px;
  color: #fff; }
  #footer a {
    color: #fff; }
    #footer a:hover {
      color: #c7c7f3; }
  #footer .inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px; }
    #footer .inner:nth-of-type(2) {
      align-items: flex-end; }
    #footer .inner .site-info {
      flex: 0 1 360px; }
      #footer .inner .site-info .contacts {
        line-height: 40px;
        font-size: 15px !important;
        margin-bottom: 20px; }
    #footer .inner .social-links .icon {
      height: 40px;
      width: 40px;
      margin-right: 5px;
      fill: #fff; }
      #footer .inner .social-links .icon:hover {
        fill: #7f48df; }
    #footer .inner .imprint {
      font-size: 15px; }
      #footer .inner .imprint img {
        display: inline-block;
        vertical-align: -4px; }
    #footer .inner .footer-navigation {
      -moz-column-count: 2;
           column-count: 2; }
    #footer .inner .base-navigation {
      flex: 0 1 360px; }
  #footer .legal-notice {
    padding-top: 30px;
    font-size: 12px;
    line-height: 1.5; }
  #footer .subscribe {
    padding: 40px 0 10px; }
    #footer .subscribe p {
      font-family: "Comfortaa";
      font-weight: 600;
      font-weight: 600;
      font-size: 19px; }
    #footer .subscribe #form input[type="text"] {
      width: 365px;
      margin-right: 20px; }
  #footer h2 {
    font-size: 19px;
    margin: 0;
    color: #fff; }

#cookie-banner {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 50px 0;
  background: #22262f;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  z-index: 10001; }
  #cookie-banner a {
    color: #7f48df; }
    #cookie-banner a:hover {
      color: #7f48df; }
  #cookie-banner #cookie-close {
    display: inline-block;
    margin-left: 20px;
    padding: 5px;
    border-radius: 4px;
    border: none !important;
    font-size: 14px;
    min-width: unset;
    vertical-align: middle; }

/*--------------------------------------------------------------
# Overlay
--------------------------------------------------------------*/
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.7); }
  .overlay .overlay-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }

#iframecontainer {
  top: 5%;
  position: fixed;
  left: 10%;
  right: 10%;
  background: #FFF;
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.2);
  z-index: 99999;
  padding-bottom: 45%; }
  #iframecontainer iframe {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border: none; }

.iframecontainer2 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #22262f;
  z-index: 100;
  width: 100%;
  height: 100%; }
  .iframecontainer2 iframe {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border: none; }

.loader {
  display: none;
  background: url("images/loader.svg");
  background-repeat: no-repeat;
  margin: auto;
  width: 235px;
  height: 235px;
  position: absolute;
  top: calc(50% - 118px);
  left: calc(50% - 118px); }

.iframecontainer3 {
  display: none;
  position: absolute;
  top: 45px;
  left: 99px;
  background: #FFF;
  z-index: 100;
  width: 400px;
  height: 260px;
  overflow: hidden; }

/*--------------------------------------------------------------
# Closers and helpers
--------------------------------------------------------------*/
.no-scroll {
  overflow: hidden !important;
  height: 100%;
  width: 100%;
  position: fixed; }

.panel-close {
  position: absolute;
  z-index: 100;
  cursor: pointer; }

#overlay-close {
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px; }

#popup-close {
  width: 30px;
  height: 30px;
  right: 30px;
  top: 30px; }
  #popup-close .icon {
    fill: #fff;
    width: 30px;
    height: 30px; }

.icon.close {
  width: 36px;
  height: 36px; }

.back-to-top {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 5px;
  right: 5px;
  z-index: 100001;
  display: none;
  text-decoration: none;
  background: #32353c;
  width: 40px;
  height: 40px; }
  .back-to-top .icon {
    fill: #7f48df;
    transform: rotate(180deg);
    height: 21px;
    width: 24px; }

.admin-error {
  background: #b9332a;
  color: #fff;
  text-align: center;
  padding: 5px; }

.responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0px;
  height: 0;
  overflow: hidden; }

.responsive-container iframe,
.responsive-container object,
.responsive-container embed,
.responsive-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.lumina {
  height: auto;
  background: #22262f; }
  .lumina #masthead {
    background: url(images/lumina-masthead.webp) no-repeat right top/cover;
    background: url(images/lumina-masthead.jpg) no-repeat right top/cover; }
  .lumina .lumina-content {
    color: #fff; }
  .lumina .banner {
    position: relative;
    margin-top: 135px; }
    .lumina .banner img {
      display: block; }
    .lumina .banner .overlay .inner {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .lumina .banner .overlay h1 {
      font-size: 54px;
      color: #fff;
      margin: 0; }
    .lumina .banner.short-banner .overlay h1 {
      font-size: 39px;
      margin: 0 0 0 9%; }
  .lumina .border {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    background: #7f48df;
    height: 16px; }
  .lumina .block {
    background: transparent;
    color: #fff; }
    .lumina .block:nth-of-type(2n) {
      background: rgba(255, 255, 255, 0.05); }
    .lumina .block h1, .lumina .block h2 {
      color: #7f48df; }
      .lumina .block h1:after, .lumina .block h2:after {
        content: none; }
  .lumina .basic-block {
    padding: 90px 0 50px; }
  .lumina .screenshots-block h2 {
    color: #7f48df; }
  .lumina .client-slider {
    background: #22262f; }
  .lumina .subscribe {
    background: #22262f; }
    .lumina .subscribe h2 {
      color: #7f48df; }
      .lumina .subscribe h2:after {
        content: none; }
  .lumina .client-hero .text .hero-quote {
    color: #22262f; }
  .lumina .video-block .content.nobg {
    color: #fff; }

/*---------------------------------------------------------------------
                         Great screenshots
-----------------------------------------------------------------------*/
.iq-screenshots {
  overflow: hidden;
  position: relative; }

@keyframes heartbeat {
  0% {
    transform: scale(0); }
  25% {
    transform: scale(1.2); }
  50% {
    transform: scale(1); }
  75% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

.screenshots-slider {
  display: inline-block;
  width: 100%;
  min-height: 591px; }

.slider-container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 780px;
  height: 591px;
  margin: -300px 0 0 -390px; }

.slider-container .slider-content {
  position: relative;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%); }

.slider-container .slider-content .slider-single {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: z-index 0ms 250ms; }

.slider-container .slider-content .slider-single .slider-single-image {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
  box-shadow: 0px 0 30px rgba(255, 255, 255, 0.4);
  transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
  transform: scale(0);
  opacity: 0; }

.slider-container .slider-content .slider-single.preactivede .slider-single-image {
  transform: translateX(-50%) scale(0); }

.slider-container .slider-content .slider-single.preactive {
  z-index: 1; }

.slider-container .slider-content .slider-single.preactive .slider-single-image {
  opacity: .3;
  transform: translateX(-25%) scale(0.8); }

.slider-container .slider-content .slider-single.proactive {
  z-index: 1; }

.slider-container .slider-content .slider-single.proactive .slider-single-image {
  opacity: .3;
  transform: translateX(25%) scale(0.8); }

.slider-container .slider-content .slider-single.proactivede .slider-single-image {
  transform: translateX(50%) scale(0); }

.slider-container .slider-content .slider-single.active {
  z-index: 2; }

.slider-container .slider-content .slider-single.active .slider-single-image {
  opacity: 1;
  transform: translateX(0%) scale(1); }

.slider-container .slider-left {
  position: absolute;
  z-index: 3;
  display: block;
  left: -25%;
  top: 50%;
  transform: rotate(180deg);
  margin-top: -25px;
  opacity: 0.8; }
  .slider-container .slider-left:hover {
    opacity: 1; }
  .slider-container .slider-left .icon {
    stroke: #7f48df;
    fill: #32353c; }

.slider-container .slider-right {
  position: absolute;
  z-index: 3;
  display: block;
  right: -25%;
  top: 50%;
  margin-top: -25px;
  opacity: 0.8; }
  .slider-container .slider-right:hover {
    opacity: 1; }
  .slider-container .slider-right .icon {
    stroke: #7f48df;
    fill: #32353c; }

/* Screenshots Slider NO Shadow  */
.no-shadow .slider-container .slider-content .slider-single .slider-single-image {
  box-shadow: none; }

.no-shadow .slider-container .slider-content .slider-single.preactive .slider-single-image {
  opacity: 0; }

.no-shadow .slider-container .slider-content .slider-single.proactive .slider-single-image {
  opacity: 0; }

@media (max-width: 1365px) {
  .screenshots-slider {
    min-height: 502px; }
  .slider-container .slider-content {
    width: 85%;
    height: 85%; }
  .slider-container .slider-left {
    right: 100%; }
  .slider-container .slider-right {
    left: 100%; } }

@media (max-width: 992px) {
  .screenshots-slider {
    min-height: 505px; } }

@media (max-width: 979px) {
  .slider-container .slider-content {
    width: 68%;
    height: 68%; }
  .screenshots-slider {
    min-height: 405px; }
  .slider-container .slider-left {
    right: 90%; }
  .slider-container .slider-right {
    left: 90%; } }

@media (max-width: 767px) {
  .slider-container .slider-content {
    width: 40%;
    height: 40%; }
  .screenshots-slider {
    min-height: 250px; }
  .slider-container .slider-left {
    right: 74%; }
  .slider-container .slider-right {
    left: 74%; } }

@media (max-width: 767px) {
  .slider-container .slider-content {
    width: 28%;
    height: 28%; }
  .screenshots-slider {
    min-height: 180px; }
  .slider-container .slider-left {
    right: 62%; }
  .slider-container .slider-right {
    left: 62%; } }

@media screen and (max-width: 1310px) {
  .basic-block.has-form .inner {
    grid-template-columns: 3fr 7fr; }
  .block.has-form .content {
    padding-right: 0; } }

@media screen and (max-width: 1280px) {
  .inner,
  .full-content,
  .no-results,
  .legal-notice {
    padding: 0 30px; }
  .page-header {
    padding-left: 30px;
    padding-right: 30px; }
  .client-heroes .clients-grid {
    grid-gap: 30px; } }

@media screen and (max-width: 1100px) {
  .main-navigation {
    padding-right: 0; }
  .contacts-block {
    margin-bottom: 0;
    position: absolute;
    top: 20px;
    right: 10px; }
  .inner,
  .full-content,
  .no-results,
  .legal-notice {
    padding: 0 15px; }
  .page-header {
    padding-left: 15px;
    padding-right: 15px; }
  .blog-grid-container .alm-reveal .post, .blog-grid-container .blog-grid .post {
    padding: 15px; } }

@media screen and (max-width: 900px) {
  button,
  .button,
  .button-alt,
  .button-alt2,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    padding: 4px 20px;
    min-width: unset; }
  .contact-block .content {
    width: 100%; }
  .block-team .team-grid,
  .values-block .values,
  .download-grid-container {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media screen and (max-width: 834px) {
  .popup-container .popup-inner {
    grid-gap: 30px; }
  .popup-container .popup-inner h2 {
    font-size: 30px;
    line-height: 1.2; }
  .banner {
    padding: 30px 0; }
  .banner h1 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px; }
  .banner .inner .content {
    grid-template-columns: 1fr;
    grid-gap: 40px; }
  .lumina-heroes .inner {
    grid-gap: 50px 20px; }
  .lumina-heroes .inner > div {
    font-size: 14px; }
  .lumina-heroes .inner > div h2 {
    font-size: 16px; }
  .basic-block.has-form .inner {
    grid-template-columns: 1fr; }
  .pricing-features .inner {
    grid-template-columns: 1fr; } }

@media screen and (max-width: 768px) {
  /* sidebar structure */
  .inner.with-sidebar {
    padding: 0; }
  #primary {
    float: none;
    margin: 0; }
    #primary .site-main {
      margin: 0;
      padding: 0 30px; }
  #secondary {
    float: none;
    background: #f6f3e8;
    padding: 20px 30px;
    width: 100%; }
  .contacts-block {
    display: none; }
  .home-banner {
    height: 530px;
    background-position: 60% center; }
  .home-banner .overlay {
    justify-content: flex-end;
    padding-bottom: 30px; }
    .home-banner .overlay h1 {
      margin-bottom: 30px; }
  h1 {
    font-size: 36px !important; }
  /* Blocks */
  .block .inner {
    grid-template-columns: 1fr; }
  .block h2 {
    text-align: center; }
    .block h2:after {
      margin: 18px auto 0; }
  .block .content {
    width: 100%;
    font-size: 17px;
    padding: 0; }
    .block .content .cta {
      float: none;
      text-align: center; }
  .block.left .content {
    order: 0; }
  .basic-block {
    padding: 50px 0; }
  .basic-block.has-form .inner {
    grid-template-columns: 1fr; }
    .basic-block.has-form .inner .content {
      order: -1; }
  /* Hereos */
  /* Accordion */
  .accordion-block .acc-container .acc-item .acc-title {
    border-radius: 0; }
    .accordion-block .acc-container .acc-item .acc-title .trigger {
      border-radius: 0; }
  /* Testimonial */
  .testimonial-block .testimonial {
    margin: 0 auto 50px;
    padding: 0; }
  .client-heroes .clients-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .client-heroes .clients-grid .client-hero:nth-of-type(3) {
      display: none; }
  .news-block .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .news-block .news-grid .post:nth-of-type(3) {
      display: none; }
  .video-block {
    padding-top: 50px; }
  .subscribe .subscribe-form {
    padding: 0; }
  .image-block .inner {
    padding: 0; }
    .image-block .inner .content {
      padding: 0 10px; }
  .video-block .video {
    float: none;
    margin: 0 auto 50px; }
  .block.heroes .heroes-grid {
    padding: 0; }
  .block.heroes h2 {
    margin-bottom: 50px; }
  /* Clients */
  .clients-grid {
    padding: 50px 30px; }
    .clients-grid .alm-reveal {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-gap: 0 40px; }
  .lumina-heroes .inner > div h2 {
    font-size: 24px; }
  .single-post-content .blog-post {
    border: none;
    padding: 0;
    border-radius: 0; }
  /* search */
  .no-results {
    padding: 0;
    margin-bottom: 50px; }
    .no-results #search {
      display: none; }
  /* Map overlay */
  .map-container .overlay {
    display: none; }
    .map-container .overlay .gm-style {
      display: none; }
    .map-container .overlay .contact-form {
      background: #fff;
      width: 100%;
      padding: 0;
      float: none;
      margin-top: 0;
      box-shadow: none; }
  /* main video */
  #iframecontainer {
    top: 35px;
    left: 0%;
    right: 0;
    padding-bottom: 56.25%; }
  #overlay-close {
    top: -35px;
    right: 0;
    width: 100%;
    height: 40px;
    border-radius: 0;
    text-align: right; }
  .panel-close:hover {
    transform: none; }
  /* Events */
  .event-listing .thumb-container {
    float: right;
    margin-left: 50px; }
  .event-listing .event-detail {
    display: block;
    width: 100%;
    padding-left: 0; }
  .single-event-header {
    margin-bottom: 50px;
    padding: 0 50px; }
  /* blog */
  .blog-grid-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0; }
  .single-post-content {
    padding: 50px 0 0; }
    .single-post-content .blog-post {
      margin-bottom: 50px; }
  /* contact */
  .contact-block {
    padding: 50px 0; }
    .contact-block .contact-form {
      display: block;
      vertical-align: top;
      width: 100%;
      float: none; }
      .contact-block .contact-form h2 {
        margin-bottom: 20px; }
      .contact-block .contact-form button {
        float: left; }
    .contact-block .contacts {
      padding: 50px 0 0; }
      .contact-block .contacts > div {
        width: 50%;
        margin-bottom: 50px; }
  /* Popup */
  .popup-container {
    padding: 20px;
    border-radius: 0;
    margin: 30px; }
  .popup-container .popup-inner h2 {
    font-size: 30px;
    line-height: 1.2; }
  /* footer */
  .accreditations-strip {
    display: none; }
  #footer {
    padding-bottom: 123px; }
    #footer .inner {
      grid-template-columns: 1fr 1fr; }
    #footer .subscribe p {
      font-size: 17px; }
    #footer li {
      font-size: 16px; }
  #cookie-banner #cookie-close {
    margin: 5px 0;
    text-align: center; }
  .back-to-top {
    transform: scale(0.9); }
  .up {
    height: 0;
    padding: 0;
    transition: all .5s ease; } }

@media screen and (max-width: 600px) {
  /* structure */
  #primary .site-main {
    padding: 0 20px; }
  #secondary {
    padding: 20px; }
  h2 {
    line-height: 1.2; }
  .home .home-banner {
    height: 430px;
    background-position: 80% -50px; }
  .lumina .home-banner {
    height: 430px;
    background-position: center; }
  .lumina .banner {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden; }
    .lumina .banner img {
      position: absolute;
      right: -50%;
      height: 100%;
      max-width: unset;
      width: auto; }
  .home-text-content p {
    line-height: 1.67; }
  .home-banner h1 {
    margin-bottom: 58px; }
  /* Blocks*/
  .block .thumb img {
    width: 100%;
    height: auto; }
  .client-heroes {
    background: #fff; }
    .client-heroes .clients-grid .client-hero {
      width: 100%;
      margin: 0 0 40px;
      border: 0;
      padding: 0 20px 20px;
      border-radius: 0; }
  .clients-grid .client {
    width: 100%;
    margin: 0 0 80px;
    border: 0;
    padding: 0 20px 20px;
    border-radius: 0; }
  .testimonial-block .testimonial {
    width: 100%;
    background: none; }
    .testimonial-block .testimonial .inner-block .quote {
      padding: 0 50px; }
  .accordion-block .thumb {
    display: none; }
  .accordion-block h2 {
    margin-bottom: 50px; }
    .accordion-block h2::after {
      background-position: center top; }
  .client-heroes .clients-grid {
    grid-template-columns: 1fr; }
    .client-heroes .clients-grid .client-hero:nth-of-type(3) {
      display: block; }
  .news-block .news-grid {
    grid-template-columns: 1fr; }
    .news-block .news-grid .post:nth-of-type(3) {
      display: block; }
  .blog-grid-container .alm-reveal,
  .blog-grid-container .blog-grid {
    grid-template-columns: 1fr; }
  .archive-nav {
    margin-bottom: 50px; }
  .video-block .video {
    width: 360px; }
  .loader {
    width: 140px;
    height: 140px;
    top: calc(50% - 70px);
    left: calc(50% - 70px); }
  .iframecontainer2 {
    top: 9px;
    left: 54px;
    width: 250px;
    height: 176px; }
  .block-team .team-grid,
  .values-block .values,
  .download-grid-container {
    grid-template-columns: 1fr;
    padding: 0 15px; }
  .event-listing .link-container {
    float: none; }
  .single-event-header {
    padding: 0 20px; }
    .single-event-header .single-event-meta {
      width: 100%; }
    .single-event-header .thumb {
      display: none; }
  .contact-block .contacts > div {
    width: 100%;
    margin-bottom: 50px; }
  .blog-grid .post {
    display: block;
    width: 100%;
    border: none;
    padding: 0;
    margin: 40px 0;
    border-radius: 0; }
  .blog-grid-container .archive-nav {
    padding: 0; }
  .widget_search {
    display: none; }
  /* sliders */
  .client-slider {
    display: none; }
  .pricing-slider .inner {
    margin: 0 15px;
    width: calc(100% - 30px); }
  /* Footer */
  #footer .inner {
    display: block; }
  #footer .site-info > div {
    width: 100%; }
  #footer .subscribe {
    display: none; }
  #footer .site-info .footer-demo-form {
    width: 100%; }
  #footer .inner .footer-navigation {
    -moz-column-count: 1;
         column-count: 1;
    margin-bottom: 40px; } }

@media screen and (max-width: 520px) {
  #video-slider {
    display: none; }
  #footer .inner {
    display: block;
    grid-template-columns: 1fr; }
    #footer .inner .contacts, #footer .inner .social-links, #footer .inner .footer-demo-form {
      margin-bottom: 40px; }
  .basic-block .form {
    border-radius: 0;
    box-shadow: none;
    padding: 20px 10px; }
  .wpcf7 div.grid-2col {
    display: block; }
    .wpcf7 div.grid-2col > div {
      margin-bottom: 20px; }
    .wpcf7 div.grid-2col input {
      width: 100%; }
  /* Blocks */
  /* Hereos */
  .block.heroes .heroes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 45px 0; }
  /* Clients */
  .clients-grid {
    padding: 50px 15px; }
    .clients-grid .alm-reveal {
      grid-template-columns: 1fr; }
  /* popup */
  #popup-close {
    right: 5px;
    top: 5px; }
  .overlay .overlay-flex {
    height: 100%; }
  .popup-container {
    margin: 0;
    height: 100%; }
  .popup-container .popup-inner {
    grid-template-columns: 1fr; }
  .popup-container .popup-inner .popup-content {
    text-align: center; }
  .popup-container .popup-inner .popup-content .button-alt4 {
    align-self: center; } }

@media screen and (max-width: 480px) {
  .home #main {
    padding-top: 60px; }
  .inner, .full-content, .page-header, .no-results {
    padding: 0 20px; }
  .banner + .fullwidth-text-panel {
    padding-top: 20px; }
  .page-header {
    padding: 20px 20px 0; }
  #masthead {
    height: 60px; }
    #masthead .inner {
      padding: 5px 10px; }
  .site-branding {
    margin-top: 0;
    height: 55px;
    overflow: hidden; }
    .site-branding #logo {
      width: 110px; }
  .menu-toggle {
    top: -3px;
    transform: scale(0.85); }
  .page-contact .contacts-block {
    display: none; }
  .page-content .banner {
    margin-top: 60px; }
  .no-banner {
    padding-top: 100px; }
  .home .home-banner .overlay {
    background-image: linear-gradient(to top, #1fa495 0%, rgba(31, 164, 149, 0) 70%); }
  /* lumina */
  .lumina .banner {
    margin-top: 60px; }
    .lumina .banner .overlay .inner {
      justify-content: flex-end; }
    .lumina .banner .overlay h1 {
      margin-bottom: 50px; }
  .lumina .basic-block {
    padding: 40px 0 50px; }
  .block-team .team-grid,
  .values-block .values,
  .download-grid-container {
    padding: 0; }
  /* inputs, helpers */
  button, .button, .button-alt, .button-alt2, input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 8px 20px; }
  .thumb img {
    width: 100%; }
  .alignright,
  .alignleft {
    float: none;
    margin: 0;
    width: 100%; }
  .block .content {
    margin-bottom: 0px !important; }
  .block h2 {
    padding: 0 10px; }
  .basic-block {
    padding: 30px 0 0; }
    .basic-block .thumb {
      padding: 0;
      min-height: 230px; }
  .client-heroes {
    padding: 0; }
    .client-heroes .clients-grid .client-hero {
      margin: 0; }
  .clients-grid .client {
    margin: 0 0 20px; }
  .accordion-block .acc-container .acc-item .acc-content .acc-icon {
    float: none;
    margin: 0 auto -20px;
    height: 200px;
    display: block; }
  .values-block .values {
    padding: 0;
    margin: 30px 0; }
    .values-block .values .value {
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0 20px 20px;
      border-radius: 0; }
  p.jobtitle {
    margin-bottom: .5em; }
  .block-team {
    padding: 50px 0 0; }
    .block-team .team-grid .character {
      display: none; }
  .filter .download-topics,
  .filter .download-types {
    margin-bottom: 10px;
    padding: 0; }
    .filter .download-topics #topics, .filter .download-topics #types,
    .filter .download-types #topics,
    .filter .download-types #types {
      display: none; }
  .download-types a {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px; }
  .download-grid-container .post {
    margin: 0; }
  section.month {
    padding: 0; }
  #footer {
    margin-top: 0px; }
  #footer-menu li {
    margin-right: 5px; }
    #footer-menu li::after {
      margin-left: 5px; } }

@media screen and (max-width: 400px) {
  .cta {
    margin: 0 !important; }
    .cta .button-alt {
      margin: 20px 0 0; } }
/*# sourceMappingURL=style.css.map */