@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
/* imports */
/* includes */
/* grid	 */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1640px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 960px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* psuedo columns */
/* fast flex */
/* to the right! */
/* responsive embedded video */
.video-responsive-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.video-responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* 'thumb' lists */
/* video wrapper */
.video-wrapper {
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrapper iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
/* clearfix */
/* font-awesome */
/* before and after */
/* wp core */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* super gen */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  object-fit: cover;
  vertical-align: middle;
}
html {
  scroll-behavior: smooth;
}
/* slick 1.8.1 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.layout-header {
  z-index: 99;
  width: 100%;
  top: 0;
}
.layout-header .header > .container {
  position: relative;
}
.layout-header .header > .container > * {
  position: absolute;
}
.layout-header .full-menu-toggle,
.layout-header .full-search-toggle {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 30px;
  top: 40px;
  text-align: center;
  z-index: 3;
}
.scrolled .layout-header .full-menu-toggle,
.scrolled .layout-header .full-search-toggle {
  top: 35px;
}
.layout-header .full-menu-toggle *:first-child,
.layout-header .full-search-toggle *:first-child,
.layout-header .full-menu-toggle *:last-child,
.layout-header .full-search-toggle *:last-child {
  position: absolute;
  right: 0;
  opacity: 0;
  transition: opacity 0.25s ease;
  width: 100%;
  height: auto;
  color: #ffffff;
  font-size: 2rem;
}
.layout-header .full-menu-toggle *:first-child img,
.layout-header .full-search-toggle *:first-child img,
.layout-header .full-menu-toggle *:last-child img,
.layout-header .full-search-toggle *:last-child img {
  width: 40px;
  height: 40px;
}
.layout-header .full-menu-toggle *:first-child,
.layout-header .full-search-toggle *:first-child {
  opacity: 1;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu-toggle {
    display: none;
  }
}
.layout-header .full-search-toggle {
  display: none;
}
@media (min-width: 960px) {
  .layout-header .full-search-toggle {
    display: block;
  }
}
.full-menu-open .layout-header .full-menu-toggle *:first-child {
  opacity: 0;
}
.full-menu-open .layout-header .full-menu-toggle *:last-child {
  opacity: 1;
}
.full-search-open .layout-header .full-search-toggle *:first-child {
  opacity: 0;
}
.full-search-open .layout-header .full-search-toggle *:last-child {
  opacity: 1;
}
.layout-header {
  height: 0;
}
.layout-header .header .menu {
  opacity: 1;
  transition: opacity 0.25s ease;
  display: none;
}
@media (min-width: 1280px) {
  .layout-header .header .menu {
    display: block;
  }
}
.layout-header .full-menu,
.layout-header .full-search {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -100vh;
  z-index: -1;
  transition: all 0.25s ease;
}
.layout-header .full-search {
  height: 300px;
  top: -300px;
}
.full-menu-open .layout-header .header .menu {
  opacity: 0;
}
.full-menu-open .layout-header .full-menu {
  top: 0vh;
}
.full-search-open .layout-header .header .menu {
  opacity: 0;
}
.full-search-open .layout-header .full-search {
  top: 0px;
}
.layout-contents .left-and-right {
  margin-left: -15px;
  margin-right: -15px;
}
.layout-contents .left-and-right:before,
.layout-contents .left-and-right:after {
  content: " ";
  display: table;
}
.layout-contents .left-and-right:after {
  clear: both;
}
@media (min-width: 960px) {
  .layout-contents .left-and-right {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.layout-contents .left-and-right > * {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
@media (min-width: 640px) {
  .layout-contents .left-and-right > * {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .layout-contents .left-and-right > * {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .layout-contents .left-and-right > * {
    width: 50%;
  }
}
.layout-contents.two_columns .text {
  columns: 2;
}
.layout-contents.two_columns .text > *:first-child {
  margin-top: 0;
}
.layout-dashmoneybirdrecurring .container > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.layout-dashmoneybirdrecurring .container > ul > li {
  margin-bottom: 60px;
}
.layout-dashmoneybirdrecurring .container > ul > li .subtotal {
  color: gray;
  font-weight: normal;
  font-size: 1.5em;
  margin-top: 30px;
}
.layout-dashmoneybirdrecurring .container > ul > li > div {
  font-weight: bold;
}
.layout-dashmoneybirdrecurring .container > ul > li > ul > li .domain {
  display: inline-block;
  margin-right: 5px;
}
.layout-dashmoneybirdrecurring .container > ul > li > ul > li .price {
  color: gray;
  text-decoration: none;
}
.layout-dashmoneybirdrecurring .total {
  font-weight: normal;
  font-size: 1.5em;
  margin-top: 30px;
  text-align: right;
}
.layout-dashpleskservers .servers > li {
  max-width: 400px;
  display: grid;
  grid-template-columns: 300px 600px 400px;
  margin-bottom: 30px;
}
.layout-dashpleskservers .servers > li > * {
  padding: 15px;
}
.layout-dashpleskservers .servers > li .side {
  background-color: rgba(255, 255, 255, 0.4);
  min-height: 400px;
  box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.3);
}
.layout-dashpleskservers .servers > li .side .name {
  font-weight: bold;
}
.layout-dashpleskservers .servers > li .side .isp {
  font-weight: bold;
  margin: 15px 0;
}
.layout-dashpleskservers .servers > li .side .login {
  margin: 15px 0;
}
.layout-dashpleskservers .servers > li .side .login a {
  text-decoration: none;
  color: #000000;
}
.layout-dashpleskservers .servers > li .side .active {
  font-weight: bold;
}
.layout-dashpleskservers .servers > li .side .inactive {
  margin-bottom: 15px;
}
.layout-dashpleskservers .servers > li > ul.dev {
  opacity: .5;
}
.layout-dashpleskservers .servers > li > ul > li:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: '\e122';
  margin-inline-end: 1rem;
}
.layout-dashpleskservers .servers > li > ul > li.development {
  display: none;
}
.show-development .layout-dashpleskservers .servers > li > ul > li.development {
  display: block;
}
.layout-dashpleskservers .servers > li > ul > li.status-disabled {
  display: none;
}
.show-inactive .layout-dashpleskservers .servers > li > ul > li.status-disabled {
  display: block;
}
.layout-dashpleskservers .servers > li > ul > li:before {
  color: black;
  margin-right: 10px;
}
.layout-dashpleskservers .servers > li > ul > li.status-disabled:before {
  color: #777;
}
.layout-dashpleskservers .servers > li > ul > li a {
  opacity: 0;
  transition: all .1s ease;
  color: black;
  font-size: .9em;
}
.layout-dashpleskservers .servers > li > ul > li .open {
  font-size: .8em;
}
.layout-dashpleskservers .servers > li > ul > li:hover a {
  opacity: 1;
}
.layout-dashpleskservers .servers > li > ul > li .subdomains {
  opacity: .8;
}
.layout-dashpleskservers .servers > li > ul > li .aliases {
  opacity: .8;
}
.layout-dashpleskservers .servers > li > ul > li .aliases,
.layout-dashpleskservers .servers > li > ul > li .subdomains {
  display: none;
  margin-left: 20px;
}
.show-aliases-and-subdomains .layout-dashpleskservers .servers > li > ul > li .aliases,
.show-aliases-and-subdomains .layout-dashpleskservers .servers > li > ul > li .subdomains {
  display: block;
}
.layout-dashpleskservers .servers > li > ul > li .aliases li,
.layout-dashpleskservers .servers > li > ul > li .subdomains li {
  margin-left: 5px;
}
.layout-dashpleskservers i.tag {
  background-color: #ccc;
  color: black;
  font-size: .7em;
  padding: .25em .75em;
  font-style: normal;
  border-radius: 3px;
}
.layout-dashdns .container form {
  position: relative;
  width: 100%;
}
.layout-dashdns .container form textarea {
  width: 100%;
  border: none;
  background-color: #ffffff;
}
.layout-dashdns .container form button {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.layout-dashdns .container .host {
  position: relative;
  padding: 15px 15px;
  font-weight: bold;
}
.layout-dashdns .container .host i {
  margin-right: 10px;
}
.layout-dashdns .container .host .raw {
  white-space: pre;
  background-color: #ffffff;
  font-family: monospace;
  font-size: .8em;
  line-height: 1.2em;
  position: absolute;
  height: 0;
  overflow: hidden;
  z-index: 1;
}
.layout-dashdns .container .all-records {
  margin-bottom: 30px;
}
.layout-dashdns .container .all-records .type-and-records {
  display: grid;
  grid-template-columns: 85px 1fr;
}
.layout-dashdns .container .all-records .type-and-records .type {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px 15px;
}
.layout-dashdns .container .all-records .type-and-records .records {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px 15px;
}
.layout-dashdns .container .all-records .type-and-records .records .record .extra {
  display: inline-block;
  margin-left: 15px;
  color: rgba(0, 0, 0, 0.5);
}
.layout-dashdns .container .all-records .type-and-records.TXT .record {
  position: relative;
  padding-left: 20px;
}
.layout-dashdns .container .all-records .type-and-records.TXT .record i {
  position: absolute;
  left: 0;
  top: 5px;
}
.layout-dashdns .container .all-records .no-records {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px 15px;
}
.layout-daship #ip {
  font-size: 2em;
}
.layout-dashsmtp2goactivity .mails > li {
  padding-left: 100px;
  position: relative;
  margin-bottom: 15px;
}
.layout-dashsmtp2goactivity .mails > li i {
  font-size: .8em;
}
.layout-dashsmtp2goactivity .mails > li .time-and-statusdot {
  position: absolute;
  left: 0;
}
.layout-dashsmtp2goactivity .mails > li .time-and-statusdot .fa-circle {
  color: green;
}
.layout-dashsmtp2goactivity .mails > li.status-fail .time-and-statusdot .fa-circle {
  color: red;
}
.layout-dashsmtp2goactivity .mails > li.date-seperator {
  margin-top: 45px;
}
.layout-dashsmtp2goactivity .mails > li.date-seperator .day {
  font-weight: bold;
  font-size: 1.25em;
  color: #444;
  text-transform: lowercase;
}
.layout-dashsmtp2goactivity .mails > li.date-seperator .date {
  font-weight: bold;
  font-size: 1.5em;
}
.layout-dashsmtp2goactivity .mails > li > * > * {
  display: inline-block;
}
.layout-dashsmtp2goactivity .mails > li .subject {
  font-weight: bold;
}
.layout-dashsmtp2goactivity .mails > li .date-events-and-id {
  color: #777;
}
.layout-dashsmtp2goactivity .mails > li .date-events-and-id .events > * {
  display: inline-block;
  margin: 0 15px;
}
.layout-dashsmtp2goactivity .mails > li .date-events-and-id .events .success {
  color: #004800;
}
.layout-dashsmtp2goactivity .mails > li .date-events-and-id .events .fail {
  color: #8c0000;
}
.layout-dashsmtp2goactivity .mails > li .date-events-and-id .events .neutral {
  color: #00008d;
}
.layout-dashsmtp2gocounts .totals {
  margin-bottom: 60px;
  display: flex;
}
.layout-dashsmtp2gocounts .totals .left {
  flex: 0 0 150px;
  font-weight: bold;
}
.layout-dashsmtp2gocounts .totals .left .total {
  font-size: 3em;
  margin-top: 10px;
}
.layout-dashsmtp2gocounts .totals li > div.not-zero-fail {
  color: red;
}
.layout-dashsmtp2gocounts .totals li > div.not-zero-fail .fail {
  display: inline-block;
}
.layout-dashsmtp2gocounts .totals li > div > * {
  display: inline-block;
}
.layout-dashsmtp2gocounts .totals li > div .total {
  width: 30px;
  text-align: right;
  margin-right: 10px;
  font-weight: bold;
}
.layout-dashsmtp2gocounts .totals li > div .fail {
  display: none;
}
.layout-dashtransipdomains .domains li table {
  display: none;
  position: absolute;
}
.layout-dashtransipdomains .domains li.show-contacts table {
  display: block;
}
.layout-dashmoneybirdrecurring .container > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.layout-dashmoneybirdrecurring .container > ul > li {
  margin-bottom: 60px;
}
.layout-dashmoneybirdrecurring .container > ul > li .subtotal {
  color: gray;
  font-weight: normal;
  font-size: 1.5em;
  margin-top: 30px;
}
.layout-dashmoneybirdrecurring .container > ul > li > div {
  font-weight: bold;
}
.layout-dashmoneybirdrecurring .container > ul > li > ul > li .domain {
  display: inline-block;
  margin-right: 5px;
}
.layout-dashmoneybirdrecurring .container > ul > li > ul > li .price {
  color: gray;
  text-decoration: none;
}
.layout-dashmoneybirdrecurring .total {
  font-weight: normal;
  font-size: 1.5em;
  margin-top: 30px;
  text-align: right;
}
.layout-dashakismet h2 {
  margin-bottom: 5px;
}
.layout-dashakismet td {
  padding: 0 30px 0 0;
}
.layout-dashakismet th {
  text-align: left;
  padding-right: 50px;
}
/* fonts, links and headers */
/* vars */
/* styling */
body {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 28px;
  background-attachment: fixed;
  min-height: 100vh;
  background-image: linear-gradient(135deg, #90d5ec 0%, #fc575e 74%);
}
.login h1 a {
  display: none;
}
.login h1:after {
  content: 'dash.internetmensen.nl';
  color: #ffffff;
  font-size: 22px;
}
.login form {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  box-shadow: none;
}
.login form .forgetmenot,
.login form label {
  display: none;
}
.login form .button {
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px solid #ffffff;
  color: #000000;
}
.login form .button:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.login #backtoblog,
.login #language-switcher {
  display: none;
}
.login #nav {
  text-align: center;
}
.login #nav a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0;
}
.login #nav a:after {
  font-size: 14px;
  content: "reset password";
}
.login #nav a:hover:after {
  color: #ffffff;
}
.login.login-action-lostpassword .message {
  display: none;
}
.login.login-action-lostpassword #nav a:after {
  content: "login";
}
.meta {
  position: sticky;
  top: 50px;
  background-color: black;
  color: #ffffff;
  font-family: 'Courier New', Courier, monospace;
  display: inline-block;
  margin-bottom: 15px;
  padding: 5px 15px;
  float: right;
}
.toggle-body-class + label {
  cursor: pointer;
}
.layout-header {
  font-family: 'Nunito', sans-serif;
  background-color: rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 60px;
  position: static;
}
.layout-header,
.layout-header .container {
  height: 100px;
}
@media (min-width: 960px) {
  .layout-header,
  .layout-header .container {
    height: 260px;
  }
}
.layout-header .home svg {
  height: 70px;
  margin-top: 15px;
  width: auto;
}
@media (min-width: 960px) {
  .layout-header .home svg {
    height: 170px;
    margin-top: 45px;
  }
}
.layout-header .home svg g {
  fill: white !important;
}
.layout-header .title {
  font-size: 1.25em;
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 960px) {
  .layout-header .title {
    font-weight: bold;
    position: absolute;
    left: 150px;
    top: 60px;
    font-size: 3em;
  }
}
.layout-header .excerpt {
  display: none;
  position: absolute;
  left: 150px;
  top: 110px;
}
@media (min-width: 960px) {
  .layout-header .excerpt {
    display: block;
  }
}
.layout-header .menu {
  left: 150px;
  bottom: 45px;
}
.layout-header .menu li {
  margin-bottom: 10px;
  display: inline-block;
}
.layout-header .menu li a {
  color: #000000;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  border-radius: 3px;
  background-color: white;
}
.layout-header .menu li a:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f0da";
  margin-inline-end: 1rem;
}
.layout-header .menu li a:hover {
  background-color: #eee;
}
.layout-header .menu li.active a {
  background-color: #eee;
}
.layout-header .full-menu {
  z-index: 1;
  background-color: #ffffff;
  padding-top: 100px;
}
.layout-header .full-menu li {
  display: block;
}
.layout-header .container .full-menu-toggle {
  top: 35px;
}
.layout-header .container .full-menu-toggle i {
  color: #000000;
}
.layout-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}
.gform_wrapper {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 15px 30px;
  border: 1px solid #ffffff;
  border-radius: 3px;
}
