/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/style.scss ***!
  \*********************************************************************************************************/
/* Core scss file for the OIS Child theme.
*  Orton Interior Solutions child theme styling overrides for Kadence Theme Pro + Kadence Blocks Pro.
-------------------------------------------------- */
/* Base styles 
-------------------------------------------------- */
div#primary {
  margin-top: 2em;
}

body.home div#primary {
  margin-top: 0em;
}

.site-footer {
  font-family: Arial, sans-serif;
}

.site-bottom-footer-wrap .site-bottom-footer-inner-wrap {
  padding: 0;
}
.site-bottom-footer-wrap .site-bottom-footer-inner-wrap p {
  font-size: 14px;
}

.site-footer-row-container-inner p a {
  text-decoration: underline;
  color: rgb(43, 108, 176);
}

/* Projects archive & single page styles
-------------------------------------------------- */
body.single-projects .acf-gallery {
  display: none;
}
body.single-projects .kb-is-ratio-image img {
  cursor: pointer;
}

/* Modal styling for MicroModal 
 * -------------------------------------------------- */
.modal__overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal__container {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  max-width: 500px;
  width: 90%;
  position: relative;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}

.modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.modal__title {
  margin-top: 0;
  font-size: 1.5rem;
}

.modal.is-open .modal__overlay {
  opacity: 1;
  pointer-events: auto;
}

.modal.is-open .modal__container {
  transform: translateY(0);
}

/* Contact us page styles
-------------------------------------------------- */
.linkedin-contact-us li a {
  font-size: 100px;
}
