.body-font {
  font-family: 'Open Sans', sans-serif;
}
.hero-font {
  font-family: 'Roboto', cursive;
}
/*
* Template CSS
* =============================================================
*/
body {
  height: 100%;
  background-color: white;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
}
article p {
  color: #000000;
}
footer {
  margin: 0;
  padding: 1em;
  min-height: 100px;
  background-color: #333333;
  height: 100%;
}
footer .uk-divider-icon {
  opacity: 0.25;
}
.uk-heading-hero {
  font-family: 'Roboto', cursive;
}
#hero-logo {
  max-width: 75%;
  width: 900px;
}
#logo {
  height: 75%;
}
#main-nav {
  background-color: transparent;
}
ul.uk-navbar-nav {
  height: 100%;
}
ul.uk-navbar-nav li {
  position: relative;
  border-bottom: 4px solid transparent;
}
ul.uk-navbar-nav li a {
  color: #000000;
  font-family: 'Old Standard TT', serif;
  font-size: 1rem;
  font-weight: 600;
}
ul.uk-navbar-nav li:hover {
  border-bottom: 4px solid #8c2331;
  background-color: 'white';
}
ul.uk-navbar-nav li a:hover {
  color: #8c2331;
}
ul.uk-navbar-nav li a {
  height: 100%;
}
.uk-navbar-dropdown {
  color: #000000;
  background: #edeff2;
}
.uk-navbar-dropdown li {
  padding: 0 0.5em 0 0.5em;
}
nav.uk-sticky-fixed #logo {
  padding: 10%;
}
/*
* Effects
* =============================================================
*/
.tdx-fade1 {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/* Zoom In #1 */
.tdx-zoom-11 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.tdx-zoom-11:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.tdx-border-right {
  border-left: 1px solid #bac6b8;
  position: absolute;
  top: 15%;
  bottom: 15%;
  right: 0;
  opacity: 0.5;
}
.uk-navbar-nav li:last-child .tdx-border-right {
  display: none;
}
/* Image row 'Gallery' styles*/
.tdx-gallery-item {
  display: block;
  width: 100%;
  height: 100%;
}
.tdx-gallery-title-container {
  width: 100%;
  min-height: 5%;
  text-align: center;
  padding: 0.5em 0 0 0;
  position: absolute;
  top: 0px;
  z-index: 50;
}
.tdx-gallery-title-container h1 {
  color: #443525;
  font-size: 200%;
  opacity: 1;
}
.tdx-image-row .uk-cover-container {
  min-height: 240px;
}
.tdx-image-row {
  height: 345px;
}
/* Sloped background pattern */
.tdx-slope {
  background: #edeff2;
  position: relative;
  z-index: 1;
}
.tdx-slope:before,
.tdx-slope:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.tdx-slope:before {
  top: 0;
  -webkit-transform: skewY(1.7deg);
  transform: skewY(1.7deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.tdx-slope:after {
  bottom: 0;
  -webkit-transform: skewY(-1.7deg);
  transform: skewY(-1.7deg);
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
}
/* Colored divider with animation */
.tdx-color-hdivider {
  height: 5px;
  width: 70%;
  background-color: #333333;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}
.tdx-color-hdivider-container:hover > .tdx-color-hdivider {
  width: 100%;
  background-color: #8c2331;
}
.tdx-quote-switcher {
  background-color: white;
}
.tdx-quote-switcher ul li {
  color: #333333;
}
.tdx-quote-switcher-nav {
  margin-top: 5%;
}
.tdx-mobile-canary {
  display: none;
}
.tdx-article {
  margin-top: 5%;
}
.uk-dotnav li a {
  background: #bac6b8;
}
.uk-dotnav > .uk-active > * {
  background: #333333;
}
/* Mobile Menu Styling */
ul.tdx-mobimenu {
  list-style-type: none;
}
ul.tdx-mobimenu li a {
  height: 100%;
}
ul.tdx-mobisubmenu {
  list-style-type: none;
}
#mobimenu ul.tdx-mobisubmenu li {
  list-style-type: none;
  border: none;
  padding-bottom: 0;
  margin-left: 20px;
}
#mobimenu ul.tdx-mobisubmenu a {
  color: #bac6b8;
}
/* This is the offcanvas mobile menu.*/
#mobimenu li a {
  display: block;
}
#mobimenu li {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid silver;
}
#mobimenu ul {
  padding: 0;
}
.uk-button-default {
  background-color: #333333;
  border-color: #000000;
  color: #edeff2;
}
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: #4d4d4d;
  border-color: #000000;
  color: #edeff2;
}
.tdx-quote-mobile {
  margin-top: 1em;
}
.tdx-quote-mobile ul {
  list-style-type: none;
}
.tdx-quote-mobile blockquote {
  color: white;
  font-size: 100%;
  margin-left: 0;
  width: 95%;
}
.tdx-gradient1 {
  background: rgba(255, 255, 255, 0.3);
}
.tdx-subheader {
  max-height: 300px;
}
.tdx-subheader h3 {
  font-size: 200%;
}
.tdx-gdpr-acknowledge {
  padding: 1em;
  background-color: #dddddd;
  font-size: 85%;
  font-style: italic;
}
.tdx-gdpr-acknowledge input {
  outline: 1px solid #1e5180;
}
#main-nav {
  opacity: 1;
  height: 90px;
}
.contact-wrapper {
  padding: 1em;
  color: #000000;
}
.contact-wrapper h1,
.contact-wrapper h2,
.contact-wrapper h3,
.contact-wrapper h4,
.contact-wrapper h5,
.contact-wrapper h6 {
  color: #000000;
}
legend.uk-legend {
  color: #000000;
}
blockquote {
  font-size: 24px;
  font-style: italic;
  width: 75%;
  line-height: 1.7;
  color: #383838;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1em;
}
blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
}
blockquote cite:before {
  content: "\2014 \2009";
}
@media (min-width: 960px) {
  blockquote {
    padding-top: 5%;
    height: 170px;
  }
  #main-nav {
    opacity: 1;
    height: 90px;
  }
  /* navbar during scroll */
  nav.uk-sticky-fixed {
    opacity: 0.95;
    height: 6%;
  }
  #hero-logo {
    max-width: 45%;
  }
  .tdx-mobile-canary {
    display: block;
  }
  .tdx-image-row .uk-cover-container {
    min-height: 340px;
  }
  /* navbar during scroll */
  nav.uk-sticky-fixed {
    opacity: 0.95;
    height: 6%;
  }
  .tdx-mobile-canary {
    display: block;
  }
}
/*
* Theme CSS (Lawn)
* =============================================================
*/
.covid-banner {
  margin-top: 50px;
  background-color: rgba(255, 255, 0, 0.3);
  text-align: center;
  padding: 20px 30px;
  border: 1px solid #f9ca74;
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Old Standard TT', serif;
}
h1 {
  font-size: 2.25rem;
}
h2 {
  font-size: 1.75rem;
}
.uk-article-meta {
  font-size: 1rem;
  line-height: 1.4;
  color: #676767;
}
.uk-cover-container {
  overflow: hidden;
}
.uk-height-large {
  height: 600px;
}
.uk-link,
a {
  color: #8C2331;
}
.uk-link,
a:hover {
  color: #8C2331;
}
hr {
  border-bottom: 2px solid #8C2331;
}
.clear {
  clear: both;
  float: none;
}
.dot {
  height: 5px;
  width: 5px;
  margin: 0 10px 2px 10px;
  background-color: #8C2331;
  border-radius: 50%;
  display: inline-block;
}
.whtdot {
  height: 5px;
  width: 5px;
  margin: 0 10px 2px 10px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
}
.granite-texture {
  background-image: url('/images/granite-texture.jpg');
  background-repeat: repeat;
  background-color: #fff;
}
.uk-subnav {
  font-family: 'Old Standard TT', serif;
}
.uk-tab {
  font-family: 'Old Standard TT', serif;
}
.uk-tab > .uk-active > a {
  background-color: #8c2331;
  color: #fff;
  border-color: #8c2331;
  font-family: 'Old Standard TT', serif;
}
.uk-button {
  font-family: 'Old Standard TT', serif;
  background-color: #8c2331;
  border-color: #8c2331;
}
.uk-button:hover {
  font-family: 'Old Standard TT', serif;
  background-color: transparent;
  border-color: #8c2331;
  color: #8c2331;
}
/*---Header/Nav---*/
#main-nav {
  height: 70px;
  /* top: 35px; */
  z-index: 10;
  background-color: white;
}
.uk-navbar-sticky {
  background: #fff!important;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
  height: 60px!important;
}
.uk-navbar-sticky ul.uk-navbar-nav li a {
  font-size: .875rem;
  font-weight: 500;
}
.uk-navbar-sticky .uk-logo {
  height: 40px!important;
  background-image: url('/images/granite-logo.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
}
.uk-logo {
  background-image: url('/images/granite-logo.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 115px;
  margin-top: 5px;
}
.uk-card-title {
  text-align: left;
}
.uk-card-default {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.our-process {
  background-image: url();
}
.uk-lightbox {
  background: rgba(0, 0, 0, 0.9);
}
.button-width {
  width: 33%;
}
.reviewshakeWidget__reviewFooter__time {
  color: #737373!important;
}
/*===== Footer =====*/
footer .uk-divider-icon {
  opacity: 1;
}
/*===== Socket =====*/
#socket {
  background-color: #000;
  padding: 15px 0;
  text-align: center;
}
.copyright {
  font-family: 'Old Standard TT', serif;
  color: #d0d0d0;
}
.rs-widget-container#rs-widget-231 {
  background-color: transparent!important;
}
@media (max-width: 640px) {
  .mobile-margin {
    margin-top: 50px;
  }
  .button-width {
    width: 100%;
  }
  .uk-logo {
    background-image: url('/images/granite-logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 115px;
    margin-top: 15px;
  }
}
