@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700&display=swap");
/*:root {
  --primary: $primary;
  --secondary: $secondary;
}*/
* {
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.5px;
  font-feature-settings: "lnum";
}

html {
  overflow-x: hidden;
}
html body {
  height: 100%;
  overflow-x: hidden;
}
html body .p-sticky {
  position: sticky;
  top: 0;
}
html body .phone-number-container {
  padding-left: 30px;
}
html body .homepage-boxes .homepage-box a {
  flex-wrap: wrap;
  height: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  html body .homepage-boxes .homepage-box a {
    display: flex;
  }
}
html body .homepage-boxes .homepage-box a h3 {
  font-size: 20px !important;
  width: 100%;
}
html body .homepage-boxes .homepage-box a figure {
  margin-bottom: 0;
  align-self: flex-end;
}
html body .homepage-boxes .homepage-box a figure img {
  height: auto;
}
html body .homepage-content-boxes .homepage-content-box h5 {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
}
html body .homepage-content-boxes .homepage-content-box p {
  font-size: 14px;
  line-height: 1;
}
html body .gform_wrapper li.gfield.field_description_below + li.gsection {
  margin-top: 60px !important;
}
@media (min-width: 768px) and (max-width: 992px) {
  html body .container, html body .container-md, html body .container-sm {
    max-width: 910px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  html body .container, html body .container-md, html body .container-sm {
    max-width: 690px;
  }
}
html body p {
  font-size: 16px;
}
html body li {
  font-size: 14px;
}
html body h1, html body .h1 {
  font-size: 30px;
  line-height: 1.3846153846;
}
html body h1.entry-title, html body .h1.entry-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.0909090909;
  margin: 0 0 40px 0;
}
html body h2, html body .h2 {
  font-size: 28px;
}
html body h3, html body .h3 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 2rem;
}
html body h4, html body .h4 {
  font-size: 22px;
}
html body .bigtext {
  font-size: 22px;
}
html body .bg-grey, html body .bg-primary {
  background-color: #3d3b3b;
  color: white;
}
html body .bg-lightgray, html body .bg-light-grey {
  background-color: #f4f4f4;
}
html body .btn-orange {
  background-color: #ED6A12;
}
html body .btn-orange.download {
  width: 300px;
  text-align: center;
  -webkit-border-radius: 80px 80px 80px 80px;
  border-radius: 80px 80px 80px 80px;
  margin: auto;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  max-width: 100%;
}
html body a.raised-plus {
  background: #3d3d3d;
  text-align: center;
  -webkit-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 43px;
  font-size: 15px;
  border: solid 4px #fff;
  display: block;
  position: absolute;
  bottom: -5px;
  left: calc(50% - 25px);
}
html body a.raised-plus svg {
  height: 15px;
  top: calc(50% - 7.5px);
  position: relative;
}
html body img {
  max-width: 100%;
}
html body a {
  color: #3d3b3b;
  font-weight: bold;
}
html body a:hover {
  color: #949292;
}
html body .navbar-toggler {
  background-color: grey;
}
html body header {
  padding: 15px 0;
}
html body header .phone-number {
  font-size: 25px !important;
}
html body header .logo-holder svg {
  max-height: 160px;
}
html body header .socialicons li.social-icon {
  display: inline-block;
  
          font-size: 0;

}
html body header .socialicons li.social-icon a {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #949292;
}
html body header .socialicons li.social-icon a:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  background-size: 13px;
  width: 18px;
  height: 18px;
}
html body header .socialicons li.social-icon a span {
  visibility: hidden;
}
html body header .socialicons li.social-icon.facebook a:after {
  background: url("../imgs/header/socials/facebook.svg") no-repeat center;
}
html body header .socialicons li.social-icon.twitter a:after {
  background: url("../imgs/header/socials/twitter.svg") no-repeat center;
}
html body header .socialicons li.social-icon.instagram a:after {
  background: url("../imgs/header/socials/instagram.svg") no-repeat center;
}
@media (min-width: 768px) {
  html body header .header-right > div {
    position: relative;
    top: 25%;
  }
}
html body header ul.menu_primary {
  font-size: 0;
  list-style: none;
}
html body header ul.menu_primary li {
  font-size: 1rem;
}
@media (min-width: 768px) {
  html body header ul.menu_primary li.menu-item {
    display: inline-block;
    padding: 0 10px;
  }
  html body header ul.menu_primary li.menu-item:last-of-type {
    padding-right: 0;
  }
  html body header ul.menu_primary li.menu-item:not(:nth-child(1)) {
    border-left: solid 1px #8e8e8e;
  }
  html body header ul.menu_primary li.menu-item a {
    text-decoration: none;
    font-size: 16px;
    color: #3d3b3b;
    font-weight: normal;
  }
  html body header ul.menu_primary li.menu-item a:hover {
    color: #949292;
  }
  html body header ul.menu_primary li.menu-item.current-menu-item a {
    font-weight: bold;
  }
}
@media (max-width: 991px) {
  html body header ul.menu_primary {
    padding-top: 20px;
  }
}
html body div#slider-4-ow {
  max-height: 700px;
  overflow: hidden;
}
html body div#slider-4-ow img {
  max-height: 100%;
  height: auto;
}
html body footer.footer {
  background-color: #3d3b3b;
  color: #949292;
  padding: 35px 0;
}
html body footer.footer .footer-copyright-widget-area, html body footer.footer .footerlink li a {
  color: white;
}
html body footer.footer .footer-copyright-widget-area p, html body footer.footer .footer-copyright-widget-area span, html body footer.footer .footerlink p, html body footer.footer .footerlink span {
  font-size: 13px !important;
}
html body footer.footer h2 {
  color: white;
  font-size: 26px;
  line-height: 1.3846153846;
  font-weight: 700;
}
html body footer.footer h4 {
  color: white;
  font-size: 16px;
}
html body footer.footer a {
  color: white;
}
html body footer.footer li a {
  color: #949292;
  font-size: 13px;
}
html body footer.footer .menu_footer-links {
  list-style: none;
  padding: 0;
  font-size: 0;
}
html body footer.footer .menu_footer-links li {
  display: inline-block;
  padding: 0 10px;
}
html body footer.footer .menu_footer-links li:last-of-type {
  padding-right: 0;
}
html body footer.footer .menu_footer-links li:not(:nth-child(1)) {
  border-left: solid 1px #8e8e8e;
}
html body #site-content {
  padding-top: 2%;
  padding-bottom: 2%;
}
html body .inner-page-content {
  background-color: #3d3b3b;
  margin-bottom: -1rem;
  padding-top: 2%;
}
html body .inner-page-content .container {
  background-color: white;
  padding: 40px 40px 90px 40px;
}
html body .tabsContainer {
  border: solid 1px #e6e6e6;
  min-height: 444px;
}
html body .tabsContainer .verticalTabs .nav li {
  display: block;
  width: 100%;
}
html body .tabsContainer .verticalTabs .nav li:last-of-type a {
  border-bottom: 0;
}
html body .tabsContainer .verticalTabs .nav li a {
  display: block;
  width: 100%;
  position: relative;
  top: 1px;
  padding: 24.2px 12px;
  list-style: none;
  font-size: 16px;
  font-weight: bold;
  border-bottom: solid 1px #ffffff;
  -moz-user-select: none;
  -khtml-user-select: none;
  cursor: pointer;
}
html body .tabsContainer .verticalTabs .nav li a.active {
  background: #b8b8b8;
  border: none;
  border-bottom: 1px solid #b8b8b8;
  color: #FFFFFF;
}
html body #wl-wrapper.woocommerce .button, html body .btn, html body button, html body .button, html body input[type=submit] {
  background-color: #ED6A12;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  border: 2px solid #ED6A12;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  color: #fff;
  text-transform: uppercase;
  padding: 14px 33px;
  letter-spacing: 0.025em;
  -webkit-transition: all 300ms cubic-bezier(0.54, 0.3, 0.2, 1) 0ms;
  -moz-transition: all 300ms cubic-bezier(0.54, 0.3, 0.2, 1) 0ms;
  -ms-transition: all 300ms cubic-bezier(0.54, 0.3, 0.2, 1) 0ms;
  transition: all 300ms cubic-bezier(0.54, 0.3, 0.2, 1) 0ms;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
html body html body .footer-widget-area-3 .footer-title {
  font-weight: bold;
}

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