/*
Theme Name: Universal Composite Doors
Author: Ian Loats - The Creative Plot
Author URI: https://thecreativeplot.com/
Description: Custom WordPress themes, Grown by The Creative Plot.
Version: 1.0
*/
@import url("https://use.typekit.net/zcq6aoc.css");
@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap");
:root {
  --boxhgt: x;
}

html {
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
}

.logged-in .ucd_flipbook {
	padding-top: 32px;
}

.ucd_flipbook h1, h1 {
  font-size: 2em;
  line-height: 1em;
  padding: 0.75em 1em 0;
  margin: 0;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-family: "Wix Madefor Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.ucd_flipbook h2, h2 {
  font-size: 1.5em;
  line-height: 1.2em;
  padding: 0 1em 0.5em;
  margin: 0;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-family: "Wix Madefor Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.ucd_flipbook {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  width: 100%;
}

.ucd_flipbook > div:nth-child(1) {
  flex: 0 0 27.5%;
  display: inline-flex;
  justify-content: center;
}

.ucd_flipbook > div:nth-child(1) img {
  padding: 0.5em 2em;
  height: 100%;
  max-height: 120px;
  width: auto;
  max-width: 240px;
}

.ucd_flipbook > div:nth-child(2) {
  flex: 0 0 45%;
}

.ucd_flipbook > div:nth-child(3) {
  flex: 0 0 27.5%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.ucd_flipbook > div:nth-child(3) p {
  text-align: center;
  font-size: 0.85em;
  line-height: 1.2em;
  letter-spacing: 0.04em;
  font-family: "Wix Madefor Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding: 0 2em;
  margin: 0;
}

.frtimg {
  margin: 2em auto;
  padding: 0.5em 1em;
  width: 100%;
  max-width: 226px;
  height: auto;
  display: block;
}

strong {
  font-weight: 900;
}

a {
  color: #000000;
  text-decoration-line: none;
  text-decoration-thickness: 0;
  text-underline-offset: 0;
}

a:hover {
  color: #000000;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.single-client iframe {
  width: 100% !important;
  height: calc(100vh - var(--boxhgt) - 6px) !important;
}

.addresstitle {
  text-transform: uppercase;
  font-weight: 900;
}

.ucd_flipbook > div:nth-child(3) p.clienttel {
  font-size: 200%;
  line-height: 1em;
  padding: 0.1em 2em 0;
}

/* media queries */
@media (max-width: 1180px) {
  body {
    background-position: center 300px;
  }

  .ucd_flipbook > div:nth-child(1) img {
    max-height: 100px;
    max-width: 200px;
  }

  .ucd_flipbook h1, h1 {
    font-size: 1.6em;
    line-height: 1em;
  }

  .ucd_flipbook h2, h2 {
    font-size: 1.3em;
    line-height: 1.2em;
  }

  .ucd_flipbook > div:nth-child(3) p {
    font-size: 0.8em;
    line-height: 1.2em;
  }

  .ucd_flipbook > div:nth-child(1) {
    flex: 0 0 100%;
    display: inline-flex;
    justify-content: center;
  }

  .ucd_flipbook > div:nth-child(2) {
    flex: 0 0 100%;
  }

  .ucd_flipbook > div:nth-child(3) {
    flex: 0 0 100%;
    justify-content: center;
    margin-bottom: 1em;
  }

  .ucd_flipbook > div:nth-child(3) p.clienttel {
    font-size: 120%;
  }
}

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