/*
Theme Name: Brilliant
Author: Jedediah White
Author URI: https://jedediahwhite.com
Description: Start date: 18 of October 2024.
Version: 100.0
*/
/* TYPOGRAPHY ------------------------- */
/* COLORS ----------------------------- */
/* Resets ----------------------------- */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  box-sizing: border-box;
}

body {
  margin: 0 auto;
  padding: 0;
  background: #F6FBFB;
}

h1, h2, h3, h4, h5 {
  margin: 30px 0;
  font-family: "merel", sans-serif;
  color: #4F7882;
  line-height: 1em;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.8em;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

.clear {
  clear: both;
}

p {
  margin: 30px 0;
}

.contain {
  display: block;
  margin: 0 auto;
  max-width: 90vw;
}

/* Main Settings ---------------------- */
#wrapper {
  height: 100%;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
}
#header .contain {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}

#branding {
  display: block;
  flex-basis: 20%;
  z-index: 1;
}
#branding a {
  display: block;
  position: relative;
  line-height: 0em;
}
#branding a img {
  width: 180px;
  height: auto;
  -webkit-user-drag: none;
}

#container {
  padding: 50px 0;
  animation: fadeIn 0.5s ease-in-out;
}

#content {
  font-family: "gibbs", sans-serif;
  font-size: 18px;
  line-height: 1.7em;
  text-align: justify;
}
#content ul {
  list-style: square;
  margin: 20px 0;
  padding: 0 0 0 18px;
}
#content a {
  color: #4F7882;
  text-decoration: none;
  border-bottom: 1px dotted #4F7882;
}
#content .genBtn, #content .genBtnParent a, #content .post-edit-link {
  color: #F6FBFB;
  text-decoration: inherit;
  border: inherit;
}

#footer {
  display: block;
  clear: both;
  position: relative;
  padding: 50px 0;
  background: #1C1C1C;
  font-family: "gibbs", sans-serif;
  font-size: 18px;
  line-height: 1.7em;
  color: #F6FBFB;
  z-index: 1;
}
#footer p a {
  color: #F6FBFB;
  text-decoration: none;
  border-bottom: 1px dotted #F6FBFB;
}
#footer #credits {
  display: table;
  margin: 20px auto 0 auto;
}
#footer #credits img {
  display: table;
  width: 180px;
  height: auto;
}
#footer .wbenc figure img {
  background: #fff;
  border-radius: 15px;
}
#footer #copyright {
  font-family: "gibbs", sans-serif;
  font-size: 13px;
  text-align: center;
  color: silver;
}
#footer #copyright a {
  color: silver;
  text-decoration: none;
  font-weight: 900;
}

/* Nav Settings ----------------------- */
#mobileStart {
  display: none;
  padding: 18px 0;
}

nav#mobile {
  display: none;
}

nav#main {
  display: block;
  padding: 25px 0;
  flex-basis: auto;
}
nav#main > div {
  width: auto;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px); /* used for safari and older browsers */
  padding: 20px;
  border-radius: 8px;
}
nav#main > div > ul {
  text-align: center;
}
nav#main > div > ul > li {
  display: inline-block;
  position: relative;
  margin-left: 15px;
}
nav#main > div > ul > li.menu-item-has-children a i {
  font-size: 13px;
  margin-left: 5px;
}
nav#main > div > ul > li.menu-item-has-children .sub-menu { /* sub-menu */
  display: none;
  position: absolute;
  background: #1C1C1C;
  min-width: 210px;
  padding: 5px;
  border-radius: 8px;
  z-index: 9;
}
nav#main > div > ul > li.menu-item-has-children .sub-menu li {
  text-align: center;
  border-bottom: 1px solid #4F7882;
}
nav#main > div > ul > li.menu-item-has-children .sub-menu li:last-of-type {
  border-bottom: none !important;
}
nav#main > div > ul > li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 5px 15px;
  font-family: "gibbs", sans-serif;
  text-transform: unset !important;
  font-size: 16px !important;
  font-weight: unset !important;
  text-align: left;
}
nav#main > div > ul > li.menu-item-has-children .sub-menu li .fa-angle-right {
  right: 10px;
  font-size: 15px;
}
nav#main > div > ul > li.menu-item-has-children:hover .sub-menu {
  display: block;
}
nav#main > div > ul > li a {
  font-size: 17px;
  font-family: "merel", sans-serif;
  font-weight: 900;
  color: #F6FBFB;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease;
}
nav#main > div > ul > li a:hover {
  color: #F0E9E0;
}

/* Page Specific Settings ------------- */
.entry-title {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 4px solid #4F7882;
}

#reviewWrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  flex-grow: 1;
  flex-shrink: 0;
  gap: 1em;
}
#reviewWrap article {
  flex-basis: 30%;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#reviewWrap article .stars {
  color: goldenrod;
}
#reviewWrap article p {
  font-style: oblique;
}
#reviewWrap article p:before, #reviewWrap article p:after {
  content: '"';
}

.services1 .genBtnParent a, .services2 .genBtnParent a {
  margin: 0 auto !important;
}

.services1 > div {
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.services1 > div h2, .services1 > div p {
  position: relative;
  z-index: 1;
}
.services1 > div:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
}
.services1 > div:nth-child(1) {
  background: url("https://kleensweepm.com/wp-content/uploads/AdobeStock_237210481.jpeg") no-repeat;
  background-size: cover !important;
  background-position: center center;
}
.services1 > div:nth-child(2) {
  background: url("https://kleensweepm.com/wp-content/uploads/AdobeStock_370958947.jpeg") no-repeat;
  background-size: cover !important;
  background-position: center center;
}

.services2 > div {
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.services2 > div h2, .services2 > div p {
  position: relative;
  z-index: 1;
}
.services2 > div:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
}
.services2 > div:nth-child(1) {
  background: url("https://kleensweepm.com/wp-content/uploads/AdobeStock_143066729.jpeg") no-repeat;
  background-size: cover !important;
  background-position: center center;
}
.services2 > div:nth-child(2) {
  background: url("https://kleensweepm.com/wp-content/uploads/AdobeStock_412247032.jpeg") no-repeat;
  background-size: cover !important;
  background-position: center center;
}

/* Blog Settings ---------------------- */
.blog #content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 1em;
}
.blog #content article {
  position: relative;
  overflow: hidden;
  flex-basis: 25%;
  flex-grow: 1;
  flex-shrink: 0;
  background-position: center center !important;
  background-size: cover !important;
  border-radius: 8px;
}
.blog #content article:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 0;
}
.blog #content article .articleInner {
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  z-index: 1;
}

.nav-links {
  display: flex;
  width: 100%;
  margin-top: 40px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: space-between;
}
.nav-links > div {
  flex-basis: 42%;
  flex: 1;
  display: block;
  padding: 4px 12px;
  background: #000;
  border-radius: 4px;
  text-align: center;
  color: #1C1C1C;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.nav-links > div:nth-child(1) {
  margin-right: 4px;
}
.nav-links > div:nth-child(2) {
  margin-left: 4px;
}
.nav-links > div:hover {
  opacity: 0.6;
}
.nav-links > div:only-of-type {
  margin: 0 auto;
}
.nav-links > div a {
  display: block;
  color: #F6FBFB !important;
  border: none !important;
  text-decoration: none !important;
}

/* Form settings ---------------------- */
form {
  width: auto;
}

.forminator-label {
  font-size: 18px !important;
}

label {
  font-family: "merel", sans-serif;
  margin: 7px 0 2px 0;
}

input[type=text], input[type=email], input[type=password], input[type=tel], input[type=search], input[type=number], textarea {
  padding: 4px 8px;
  background-color: #F6FBFB;
  border: 1px solid #d0cecf;
  font-family: "gibbs", sans-serif;
  font-size: 15px;
  line-height: 1em;
  color: #1C1C1C;
  outline: none;
  border-radius: 8px;
  box-shadow: none;
  position: relative;
  max-width: 85vw;
  top: -1.5px;
}

textarea {
  height: 90px;
  resize: none;
}

input[type=submit] {
  padding: 4px 8px;
  background: #4F7882;
  font-family: "gibbs", sans-serif;
  color: #F6FBFB;
  outline: none;
  border-radius: 8px;
  box-shadow: none;
}

#ancla-review-form {
  display: none;
  text-align: center;
}
#ancla-review-form label {
  display: block;
  font-weight: 900;
  text-align: center;
  margin: 10px 0;
}
#ancla-review-form input[type=submit] {
  display: table;
  margin: 10px auto;
  clear: both;
}

/* Image Settings --------------------- */
#hero {
  display: block;
  position: relative;
  font-family: "gibbs", sans-serif;
  background: #F6FBFB;
  font-size: 110%;
  border-bottom: 1px solid #4F7882;
  z-index: 0;
}
#hero div h1, #hero div h2, #hero div h3, #hero div p {
  color: #1C1C1C;
}
#hero p {
  margin: 30px 0;
}

.heroCreep {
  position: relative;
  background: #F6FBFB;
  padding: 25px;
  margin-top: -100px;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 -10px 14px -5px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.heroCreep p {
  margin: 0;
}

.homeIcon {
  display: block !important;
  font-size: 50px;
  text-align: center;
  color: #4F7882;
}

#topSpace { /* When on a page other than the home page */
  display: block;
  height: 100px;
}

/* Miscellaneous Settings ------------- */
.post-edit-link {
  display: block;
  position: fixed;
  left: 20px;
  bottom: 20px;
  padding: 4px 10px;
  line-height: 1em;
  background: #4F7882;
  color: #F6FBFB;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  z-index: 9;
}

.genBtnParent a, .genBtn {
  display: table;
  padding: 8px 12px;
  margin: 10px 0;
  background: #4F7882;
  color: #F6FBFB;
  font-weight: 900;
  text-decoration: none;
}

.invert a {
  background: #1C1C1C;
  color: #F6FBFB;
}

#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #4F7882;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 30px;
}
#scrollToTopBtn i {
  font-size: 35px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideOutLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* Smartphones (portrait) ----------- */
@media only screen and (min-device-width: 320px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 414px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  /* Mobile-specific styles for #main */
  #container {
    padding: 60px 0 !important;
  }
  .superblockslider__slide_inner {
    font-size: 80%;
  }
  #content {
    font-size: 90%;
    text-align: unset !important;
  }
  #header .contain {
    padding: 10px 0;
  }
  #branding a img {
    width: 150px !important;
  }
  nav#main {
    display: none !important;
  }
  nav#mobile {
    opacity: 0;
  }
  nav#mobile.active {
    display: block !important;
    width: 90vw;
    margin: 0 auto;
    position: relative;
    padding: 10px;
    opacity: 1;
  }
  nav#mobile.active div > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    padding: 30px 0 0 0; /* Spacing between the logo and the nav links */
    gap: 0.5em;
  }
  nav#mobile.active div > ul li {
    flex-basis: fit-content;
    flex-grow: 1;
  }
  nav#mobile.active div > ul li a {
    display: block;
    padding: 5px;
    background: #4F7882;
    color: #F6FBFB;
    font-size: 17px;
    font-family: "gibbs", sans-serif;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
  }
  #mobileStart {
    display: block;
    cursor: pointer;
  }
  #mobileStart i {
    font-size: 40px;
    color: #4F7882;
    transition: transform 0.3s ease;
  }
  #mobileStart i.fa-xmark {
    transform: rotate(180deg);
  }
  #reviewWrap {
    flex-wrap: wrap;
  }
  #reviewWrap article {
    flex-basis: 100% !important;
  }
  .blog #content article, #galleryArchive article {
    flex-basis: 100% !important;
  }
  #footer {
    font-size: 90%;
  }
  #footer .wp-block-column div {
    margin: 0 auto !important;
    text-align: center;
    align-items: center;
    align-content: center;
  }
  #footer .wp-block-column .wp-block-social-links {
    justify-content: center !important;
  }
} /* End of file */

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