/* === GLOBAL === */
.entry-content .lw-600, .entry-content .lw-700, .entry-content .lw-800, .entry-content .lw-900, .entry-content .lw-1000, .entry-content .lw-1140 {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
.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 ul.list-pdf li {
  list-style-type: none;
  margin-left: 1.5em; }
  .entry-content ul.list-pdf li a:before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f1c1";
    padding-right: 10px; }
.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 .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; }

.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; }

/* === 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; }

/* === 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; }

/*# sourceMappingURL=style-mss.css.map */
