@charset "UTF-8";
/* === GLOBAL === */
.p-0 {
  padding: 0;
}

.p-5 {
  padding: 5px;
}

.pw-5 {
  padding: 0 5px;
}

.ph-5 {
  padding: 5px 0;
}

.p-10 {
  padding: 10px;
}

.pw-10 {
  padding: 0 10px;
}

.ph-10 {
  padding: 10px 0;
}

.p-15 {
  padding: 15px;
}

.pw-15 {
  padding: 0 15px;
}

.ph-15 {
  padding: 15px 0;
}

.p-20 {
  padding: 20px;
}

.pw-20 {
  padding: 0 20px;
}

.ph-20 {
  padding: 20px 0;
}

.p-25 {
  padding: 25px;
}

.pw-25 {
  padding: 0 25px;
}

.ph-25 {
  padding: 25px 0;
}

.p-50 {
  padding: 50px;
}

.pw-50 {
  padding: 0 50px;
}

.ph-50 {
  padding: 50px 0;
}

.p-0i {
  padding: 0 !important;
}

.p-5i {
  padding: 5px !important;
}

.pw-5i {
  padding: 0 5px !important;
}

.ph-5i {
  padding: 5px 0 !important;
}

.p-10i {
  padding: 10px !important;
}

.pw-10i {
  padding: 0 10px !important;
}

.ph-10i {
  padding: 10px 0 !important;
}

.p-15i {
  padding: 15px !important;
}

.pw-15i {
  padding: 0 15px !important;
}

.ph-15i {
  padding: 15px 0 !important;
}

.p-20i {
  padding: 20px !important;
}

.pw-20i {
  padding: 0 20px !important;
}

.ph-20i {
  padding: 20px 0 !important;
}

.p-25i {
  padding: 25px !important;
}

.pw-25i {
  padding: 0 25px !important;
}

.ph-25i {
  padding: 25px 0 !important;
}

.p-50i {
  padding: 50px !important;
}

.pw-50i {
  padding: 0 50px !important;
}

.ph-50i {
  padding: 50px 0 !important;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-0i {
  margin-bottom: 0 !important;
}

.mb-10i {
  margin-bottom: 10px !important;
}

.mb-20i {
  margin-bottom: 20px !important;
}

.mb-25i {
  margin-bottom: 25px !important;
}

.mb-30i {
  margin-bottom: 30px !important;
}

.mb-40i {
  margin-bottom: 40px !important;
}

.mb-50i {
  margin-bottom: 50px !important;
}

.mb-75i {
  margin-bottom: 75px !important;
}

.mb-100i {
  margin-bottom: 100px !important;
}

@media (max-width: 1000px) {
  .wp-block-columns {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wp-block-columns .wp-block-column {
    margin-bottom: 35px;
    -webkit-flex-basis: 100% !important;
    flex-basis: 100% !important;
  }
}
@media (min-width: 782px) and (max-width: 1000px) {
  .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
.entry-content .lw-600, .entry-content .lw-700, .entry-content .lw-800, .entry-content .lw-900, .entry-content .lw-1000, .entry-content .lw-1140, .entry-content .lw-1248, .entry-content .lw-1400, .entry-content .lw-1550, .entry-content .lw-1700 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .lw-1700 {
  max-width: 1700px !important;
}
.entry-content .lw-1550 {
  max-width: 1550px !important;
}
.entry-content .lw-1400 {
  max-width: 1400px !important;
}
.entry-content .lw-1248 {
  max-width: 1248px !important;
}
.entry-content .lw-1140 {
  max-width: 1140px !important;
}
.entry-content .lw-1000 {
  max-width: 1000px !important;
}
.entry-content .lw-900 {
  max-width: 900px !important;
}
.entry-content .lw-800 {
  max-width: 800px !important;
}
.entry-content .lw-700 {
  max-width: 700px !important;
}
.entry-content .lw-600 {
  max-width: 600px !important;
}
.entry-content .hide-block {
  display: none !important;
}
.entry-content .hidden-anchor {
  display: flex;
  height: 0;
  opacity: 0;
  margin: 0;
}
.entry-content .inline-block {
  display: inline-block;
}
.entry-content .pos-relative {
  position: relative;
}
.entry-content .z-index-1 {
  z-index: 1;
}
.entry-content .z-index-10 {
  z-index: 10;
}
.entry-content .z-index-100 {
  z-index: 100;
}
.entry-content .z-index-1000 {
  z-index: 1000;
}
.entry-content .z-index-10000 {
  z-index: 10000;
}
.entry-content .z-index-100000 {
  z-index: 100000;
}
.entry-content .z-index-1000000 {
  z-index: 1000000;
}
.entry-content .opacity-0 {
  opacity: 0;
}
.entry-content .opacity-10 {
  opacity: 0.1;
}
.entry-content .opacity-20 {
  opacity: 0.2;
}
.entry-content .opacity-30 {
  opacity: 0.3;
}
.entry-content .opacity-40 {
  opacity: 0.4;
}
.entry-content .opacity-50 {
  opacity: 0.5;
}
.entry-content .opacity-60 {
  opacity: 0.6;
}
.entry-content .opacity-70 {
  opacity: 0.7;
}
.entry-content .opacity-80 {
  opacity: 0.8;
}
.entry-content .opacity-90 {
  opacity: 0.9;
}
.entry-content .opacity-100 {
  opacity: 1;
}
.entry-content ul.list-doc li, .entry-content ul.list-pdf li {
  list-style-type: none;
  margin-left: 1.5em;
}
.entry-content ul.list-doc li a:before, .entry-content ul.list-pdf li a:before {
  font-family: "FontAwesome";
  font-weight: 900;
  padding-right: 10px;
}
.entry-content ul.list-pdf li a:before {
  content: "\f1c1";
}
.entry-content ul.list-doc li a:before {
  content: "\f1c2";
}
.entry-content ul li.list-pdf a:before {
  content: "\f1c1" !important;
}
.entry-content ul li.list-doc a:before {
  content: "\f1c2" !important;
}
.entry-content ul.checkmarks, .entry-content ul.list-checkmarks {
  list-style: none;
}
.entry-content ul.checkmarks li, .entry-content ul.list-checkmarks li {
  margin-left: 1em;
}
.entry-content ul.checkmarks li:before, .entry-content ul.list-checkmarks li:before {
  content: "✓";
  padding-right: 15px;
  color: #1bae1b;
  font-weight: 600;
}
.entry-content .column-center {
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 600px) {
  .entry-content .order-reverse .wp-block-column:first-child {
    order: 2;
  }
  .entry-content .order-reverse .wp-block-column:last-child {
    order: 1;
  }
}
.entry-content .fw-block {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.entry-content .uppercase {
  text-transform: uppercase;
}
.entry-content .lowercase {
  text-transform: uppercase;
}
.entry-content .bold {
  font-weight: bold;
}
.entry-content .bolder {
  font-weight: bolder;
}
.entry-content .bold-100 {
  font-weight: 100;
}
.entry-content .bold-200 {
  font-weight: 200;
}
.entry-content .bold-300 {
  font-weight: 300;
}
.entry-content .bold-400 {
  font-weight: 400;
}
.entry-content .bold-500 {
  font-weight: 500;
}
.entry-content .bold-600 {
  font-weight: 600;
}
.entry-content .bold-700 {
  font-weight: 700;
}
.entry-content .bold-800 {
  font-weight: 800;
}
.entry-content .bold-900 {
  font-weight: 900;
}

.no-bar {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
}

.entry-content {
  min-height: 70vh;
}
@media (max-width: 600px) {
  .entry-content .wp-block-image .alignright, .entry-content .wp-block-image .alignleft {
    float: none;
    margin: 0 auto;
  }
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  line-height: 1.2;
}

.anchor-padding :target:focus {
  border: none;
  outline: none;
}
.anchor-padding :target:before {
  content: "";
  display: block;
  height: 150px;
  margin-top: -150px;
}

#ie-warning {
  position: fixed;
  z-index: 999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  line-height: 1.7;
  font-size: 16px;
}
#ie-warning .iew-container {
  display: block;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 250px;
  max-width: 600px;
  background-color: rgba(0, 0, 0, 0.87);
  color: white;
  border-radius: 5px;
  padding: 35px;
}
#ie-warning .iew-container .iew-container-2 .iew-msg {
  margin-bottom: 45px;
}
#ie-warning .iew-container .iew-container-2 .iew-msg a {
  text-decoration: underline;
  color: white;
}
#ie-warning .iew-container .iew-container-2 .iew-msg a:active, #ie-warning .iew-container .iew-container-2 .iew-msg a:visited {
  color: white;
}
#ie-warning .iew-container .iew-container-2 #iew-ok {
  display: table;
  padding: 10px 20px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  color: white;
  line-height: 1;
  min-height: 0;
}

/* === BACKEND - ADMIN OVERWRITES === */
.wp-admin .block-editor .wp-block {
  max-width: 1000px;
}
.wp-admin .block-editor div.wp-block-group {
  outline: 1px solid rgba(141, 141, 170, 0.32);
}
.wp-admin .block-editor .acf-block-preview a {
  pointer-events: none;
}

#adminmenu li.menu-top-heading {
  background-color: #ccc;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  padding: 9px 5px;
  margin: 3px 0;
  cursor: initial;
}

@media (max-width: 960px) {
  #adminmenu li.menu-top-heading {
    display: none;
  }
}
body.admin-color-ectoplasm #adminmenu li.menu-top-heading {
  color: #413256;
}

body.admin-color-blue #adminmenu li.menu-top-heading {
  color: #096484;
  background-color: rgba(255, 255, 255, 0.8);
}

body.admin-color-ocean #adminmenu li.menu-top-heading {
  color: #627c83;
  background-color: rgba(255, 255, 255, 0.8);
}

body.admin-color-sunrise #adminmenu li.menu-top-heading {
  color: #be3631;
  background-color: rgba(255, 255, 255, 0.8);
}

.settings_page_mssfunctions #wpcontent {
  padding-right: 12px;
}

.wp-admin .mss-settings .mss-box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 50px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  background: #fff;
  font-size: 16px;
}
.wp-admin .mss-settings .mss-box .mss-box-top {
  background-color: #181818;
  color: white;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 20px 15px;
  font-size: 20px;
  font-weight: bold;
}
.wp-admin .mss-settings .mss-box .mss-box-content.mss-modules .mss-module-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 16px 15px;
  padding-right: 50px;
  border-bottom: 1px solid #eee;
}
.wp-admin .mss-settings .mss-box .mss-box-content.mss-modules .mss-module-item .mss-module-toggle {
  -webkit-flex-basis: 50px;
  flex-basis: 50px;
}
.wp-admin .mss-settings .mss-box .mss-box-content.mss-modules .mss-module-item .mss-module-info {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.wp-admin .mss-settings .mss-box .mss-box-content.mss-modules .mss-module-item .mss-module-info .mss-module-name {
  font-weight: bold;
}
.wp-admin .mss-settings .mss-box .mss-box-content.mss-modules .mss-module-item .mss-module-info .mss-module-desc {
  margin-top: 10px;
  font-style: italic;
  color: #6f6f6f;
}
.wp-admin .mss-settings .form-row:first-child {
  margin-top: 20px;
}
.wp-admin .mss-settings .form-row {
  margin-bottom: 10px;
}
.wp-admin .mss-settings .form-row label {
  display: block;
  margin-bottom: 3px;
}
.wp-admin .mss-settings input[type=text], .wp-admin .mss-settings input[type=number] {
  width: 25%;
}
.wp-admin .mss-settings input.width-50 {
  width: 50%;
}
.wp-admin .mss-settings input.width-75 {
  width: 75%;
}
.wp-admin .mss-settings input.width-100 {
  width: 100%;
}
@media (max-width: 800px) {
  .wp-admin .mss-settings input[type=text], .wp-admin .mss-settings input[type=number] {
    width: 100%;
  }
  .wp-admin .mss-settings input.width-50 {
    width: 100%;
  }
  .wp-admin .mss-settings input.width-75 {
    width: 100%;
  }
}

body.admin-color-fresh .mss-settings .mss-box .mss-box-top {
  background-color: #23282d;
}

body.admin-color-light .mss-settings .mss-box .mss-box-top {
  background-color: #888;
}

body.admin-color-modern .mss-settings .mss-box .mss-box-top {
  background-color: #3858e9;
}

body.admin-color-ectoplasm .mss-settings .mss-box .mss-box-top {
  background-color: #413256;
}

body.admin-color-blue .mss-settings .mss-box .mss-box-top {
  background-color: #096484;
}

body.admin-color-coffee .mss-settings .mss-box .mss-box-top {
  background-color: #46403c;
}

body.admin-color-midnight .mss-settings .mss-box .mss-box-top {
  background-color: #26292c;
}

body.admin-color-ocean .mss-settings .mss-box .mss-box-top {
  background-color: #627c83;
}

body.admin-color-sunrise .mss-settings .mss-box .mss-box-top {
  background-color: #be3631;
}

.php-error #adminmenuback, .php-error #adminmenuwrap {
  margin-top: 0;
}

.wp-admin .acf-repeater .acf-row:nth-child(even) .acf-row-handle {
  background-color: #EFEEEE;
}

.wp-admin .block-editor .edit-post-layout__metaboxes {
  margin-bottom: 20px;
}
.wp-admin .block-editor .block-editor-block-inspector {
  margin-bottom: 40px;
}

/* === FORMS === */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}
.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-switch input:checked + .toggle-slider {
  background-color: #1abd0b;
}
.toggle-switch input:focus + .toggle-slider {
  box-shadow: 0 0 1px #1abd0b;
}
.toggle-switch input:checked + .toggle-slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}
.toggle-switch .toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.toggle-switch .toggle-slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.toggle-switch .toggle-slider.toggle-round {
  border-radius: 17px;
}
.toggle-switch .toggle-slider.toggle-round:before {
  border-radius: 50%;
}

body .grecaptcha-badge {
  visibility: hidden;
}

#importantMsg {
  display: none;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  position: relative;
  padding: 20px;
  padding-bottom: 30px;
}
#importantMsg > div {
  width: 100%;
  max-width: 1000px;
}
#importantMsg > div h3 {
  text-align: center;
  margin-bottom: 5px;
}
#importantMsg #imClose {
  position: absolute;
  top: 15px;
  right: 15px;
  width: auto;
  line-height: 1;
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
#importantMsg #imClose:hover {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  transform: scale(1.1);
}

/*# sourceMappingURL=style-mss.css.map */
