@charset "UTF-8";
/*Flex*/
:root {
  --content-width: calc(100% - 2 * 1rem); }
  @media (min-width: 576px) {
    :root {
      --content-width: calc(100% - 2 * 2rem); } }
  @media (min-width: 768px) {
    :root {
      --content-width: calc(100% - 2 * 2rem); } }
  @media (min-width: 992px) {
    :root {
      --content-width: calc(100% - 2 * 5vw); } }
  @media (min-width: 1200px) {
    :root {
      --content-width: calc(100% - 2 * 10vw); } }
  @media (min-width: 1500px) {
    :root {
      --content-width: calc(100% - 2 * 15vw); } }

/* Common Elements*/
body {
  background-color: #fff; }

img {
  max-width: 100%;
  height: auto; }

a, a:link {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

a:hover, a:focus {
  text-decoration: none; }

a:active {
  text-decoration: none; }

/* Theme Colors */
.has-red-background-color.has-red-background-color {
  background-color: #ee283f; }

.has-red-color.has-red-color {
  color: #ee283f; }

.has-dark-blue-background-color.has-dark-blue-background-color {
  background-color: #11515a; }

.has-dark-blue-color.has-dark-blue-color {
  color: #11515a; }

/*.has-dark-gold-background-color.has-dark-gold-background-color {
  background-color: #b6822c;
}
.has-dark-gold-color.has-dark-gold-color {
  color: #b6822c;
}
.has-gold-background-color.has-gold-background-color {
  background-color: #d29c43;
}
.has-gold-color.has-gold-color {
  color: #d29c43;
}*/
.has-black-background-color.has-black-background-color {
  background-color: #000000; }

.has-black-color.has-black-color {
  color: #000000; }

.has-grey-background-color.has-grey-background-color {
  background-color: #dddddd; }

.has-grey-color.has-grey-color {
  color: #dddddd; }

.has-light-grey-background-color.has-light-grey-background-color {
  background-color: #eeeeee; }

.has-light-grey-color.has-light-grey-color {
  color: #eeeeee; }

.has-white-background-color.has-white-background-color {
  background-color: #ffffff; }

.has-white-color.has-white-color {
  color: #ffffff; }

.sixteen-by-nine {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden; }

.sixteen-by-nine > div,
.sixteen-by-nine > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.letter-space {
  letter-spacing: 0.1em; }

.bg-img--cover {
  background-size: contain;
  max-height: 222px; }

@media (min-width: 576px) {
  .site {
    position: relative;
    z-index: 1; }

  /*Designer Profiles Page*/
  .page-id-52 .site:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/wp-content/uploads/2021/04/D223C75C-D73D-4541-BA10-E5533B88CE76.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0.1;
    z-index: -1; }

  /*History Page*/
  .page-id-29 .site:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/wp-content/uploads/2021/05/McCreadyBuilding_History.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0.1;
    z-index: -1; } }
.drmbutton {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700; }

.drmbutton:after {
  content: ' →';
  position: absolute;
  display: block;
  visibility: visible;
  top: 50%;
  right: 0.8em;
  color: inherit;
  transform: translateY(-50%);
  transition: transform 0.2s ease-out;
  color: #d21127; }

.drmbutton__content {
  padding-right: 2em; }

.drmbutton:hover:after {
  transform: translate(0.5em, -50%);
  color: #ee283f; }

.button-border-blue .drmbutton__content {
  border-color: #11515a !important; }
  .button-border-blue .drmbutton__content:hover, .button-border-blue .drmbutton__content:focus, .button-border-blue .drmbutton__content:active {
    border-color: #11515a !important; }

.overflow-border .drm-image__image {
  position: relative;
  width: 65%;
  height: 0;
  padding-bottom: 65%;
  margin: 17.5% 17.5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .overflow-border .drm-image__image:before, .overflow-border .drm-image__image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .overflow-border .drm-image__image:before {
    background-image: inherit;
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: cover;
    -webkit-clip-path: polygon(0% 0%, 50% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 50%);
    clip-path: polygon(0% 0%, 50% 0%, 100% 50%, 100% 100%, 50% 100%, 0% 50%);
    z-index: 1; }
  .overflow-border .drm-image__image:after {
    border: 5px solid #222;
    transform: rotate(45deg); }

@media (min-width: 576px) {
  .overflow-border .drm-image__image:after {
    border-width: 8px; } }
@media (min-width: 992px) {
  .overlay-text {
    position: absolute;
    top: 0.75em;
    left: 0;
    z-index: 10;
    padding: 10px 20px;
    width: 100%; } }
.overlay-text h1, .overlay-text h2, .overlay-text h3, .overlay-text h4, .overlay-text h5, .overlay-text h6 {
  font-weight: 700;
  margin-bottom: 0; }
.overlay-text p {
  margin-bottom: 0.5rem; }
.overlay-text a {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 0.9rem;
  padding-right: 2em;
  white-space: nowrap; }
  .overlay-text a:after {
    content: ' →';
    position: absolute;
    display: block;
    visibility: visible;
    top: 50%;
    right: 0.8em;
    color: inherit;
    transform: translateY(-50%);
    transition: transform 0.2s ease-out;
    color: #d21127; }
  .overlay-text a:hover:after {
    transform: translate(0.5em, -50%);
    color: #ee283f; }

.drm-nav-container {
  box-shadow: 0 1px 5px #000; }

.dropdown-menu {
  font-size: 18px; }

.overlay-container {
  background-color: #fff; }

@media (max-width: 767.98px) {
  .drm-header .overlay {
    opacity: 0.8 !important; } }

.graphic-header .entry-header-content {
  padding-top: 20vw; }

.navbar-toggler {
  color: #ee283f;
  border: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.lined-head {
  font-weight: 400;
  text-align: center; }
  @media (min-width: 576px) {
    .lined-head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .lined-head:before, .lined-head:after {
        content: '';
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        border-bottom: 2px solid #11515a; }
      .lined-head:before {
        margin-right: 15px; }
      .lined-head:after {
        margin-left: 15px; } }

.main-footer .widget-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .main-footer .widget-title:after {
    content: '';
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    border-bottom: 2px solid #ee283f;
    margin-left: 15px; }

.sidebar-header2 {
  text-align: right;
  padding-top: 10px; }
  .sidebar-header2 .menu-item {
    display: inline-block;
    margin: 0 0 0 10px; }

#menu-social-menu-1 {
  padding-top: 10px; }

#menu-social-menu-1 .menu-item {
  display: inline-block;
  margin: 0 15px 0 0; }

.main-footer {
  padding-top: 3rem;
  padding-bottom: 1.5rem; }

.main-footer .widget-title {
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

footer .main-footer p,
.sub-footer {
  font-family: mr-eaves-xl-modern, sans-serif;
  font-size: 20px; }

/*Stackable*/
.ugb-blockquote.ugb-blockquote--v3 {
  font-style: normal; }
  .ugb-blockquote.ugb-blockquote--v3 p {
    margin-bottom: 0; }

/*Cool Timeline*/
.cool-timeline-wrapper {
  margin: 1em auto !important; }

/*Blog*/
/*Hide post date*/
.posted-on {
  display: none; }

.blog article, .archive article {
  padding-bottom: 1rem;
  margin-bottom: 2.5rem;
  margin-top: 1.5rem; }

.blog .graphic-header, .archive .graphic-header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }

.post:not(:last-of-type) {
  border-bottom: 1px solid #bbb; }

.single-post article {
  margin-bottom: 2rem; }

.sidebar-blogsidebar .widget-title {
  font-size: 28px; }

.sidebar-blogsidebar li {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em; }

.widget_search [type=search] {
  border: 1px solid #bbb;
  padding: 5px 10px 5px 15px;
  font-size: 20px; }

.widget_search [type=submit], button {
  background-color: #ee283f;
  border: none;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 15px; }

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem; }

.search-form label {
  margin-bottom: 0; }

/*End Blog*/
