/* Custom Styles */

.faq-lists {
   color:#606060;
}img.img-pro {
    padding: 25px;
    width: 74%;
}

h2.resources {
   color: #efdac4;

}
img.apr {
   text-align: center;
   margin: 0 auto;
   display: inherit;

}
.list-indent-nobullet{
   margin-left: 30px;
}
.list-indent-heading{
   list-style: disc;
   margin-left: 30px;
   color: #ffffff;
   list-style-position: inside;
}

.list-indent li ul{
   list-style: circle;
}
.list-indent{
   list-style: disc;
   margin-left: 30px;
}
.badges {
  max-width: 150px;
  padding-bottom: 15px;
  width: 120px;
} .sidebar-photos {
   max-width: 300px;
}
/* Default Styles */
#wpadminbar {
  display: none !important;
}
body {
  font-family: Source Serif Pro, serif;
}h1, h1 a {
  color: #41638c;
  font-family: Source Serif Pro, serif;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.27em;
  margin: 25px 0;
}h2 {
  color: #41638c;
  font-family: Source Serif Pro, serif;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 3rem;
  margin: 25px 0;
}h3 {
  color: #41638c;
  font-family: Source Serif Pro, serif;
  font-size: 1.6em;
  line-height: 1.5rem;
  margin: 25px 0;
}h4 {
  color: #41638c;
  font-family: Source Serif Pro, serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5rem;
  margin: 25px 0;
}p {
  color: #606060;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  margin: 20px 0;
  line-height: 2;
}ul {
  color: #606060;
  font-family: Source Serif Pro, serif;
  font-size: 16px;
  line-height: 1.5rem;
  list-style-type: none;
}ul li {
  margin:15px 0;
}a[href^=tel]{
  color:#ffffff;
  outline:none;
  text-decoration:none;
}.button:focus {
  background: #1b2939;
}.row {
  margin: 0 auto;
  max-width: 97em;
  width: 100%;
}.contain-to-grid {
  background: none !important;
}.contain-to-grid .top-bar {
  max-width: 75em;
}.page-wrapper {
  clear: both;
  max-width: 75rem;
}.overflow-hidden {
  overflow: hidden !important;
}.strip-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}.vertical-margin-top {
    margin-top: 3%;
}.vertical-margin-bottom {
    margin-bottom: 3%;
}.vertical-padding-large {
  padding-bottom: 74px;
  padding-top: 85px;
}.vertical-padding-medium {
  padding-bottom: 30px;
  padding-top: 40px;
}.vertical-padding-small {
  padding-bottom: 0px;
  padding-top: 30px;
}.absolute {
  position:absolute;
}.relative {
  position:relative;
}.offset-top {
  margin-top:-44px;
}.box-shadow {
  box-shadow: -5px 10px 50px 5px #c0c0c0;
}.box-shadow-img img {
  box-shadow: 1px 8px 30px 1px rgba(0, 0, 0, 0.28);
}.clearfix {
  clear:both;
}[class*="fadein-"] {
  opacity: 0;
}.scrollfade {
  opacity: 0;
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition: all 1200ms ease;
  -moz-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}.scrollfade.complete {
  opacity: 1;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}.from-left.scrollfade {
  -moz-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}.from-right.scrollfade {
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  -o-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}.from-bottom.scrollfade {
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}.from-left.scrollfade.complete {
  opacity: 1;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}.from-right.scrollfade.complete {
  opacity: 1;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}.from-bottom.scrollfade.complete {
  opacity: 1;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  } 40% {
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
  } 60% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  } 40% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  } 60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  } 40% {
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  } 60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
/* Header */
.company-title-section{
  padding-top: 10px;
}
.header-wrapper {
  float: left;
  position:relative;
  padding-top: 0px;
  width: 100%;
  z-index: 99;
}.header-wrapper .logo {
  display: inline-block;
  position: relative;
}.header-company-title a {
  color: #efdac4;
  display: inline-block;
  font-family: Source Serif Pro, serif;
  float: left;
  font-size: 27px;
  font-weight:bold;
  letter-spacing:2px;
  line-height: 1.2rem;
  margin: 5px 0 5px 0;
  text-align: left;
  text-decoration: none;
  width: 100%;
}.header-company-serviceorder {
  color: #ffffff;
  display:block;
  font-family: Source Sans Pro, sans-serif;
  font-size: 17px;
  letter-spacing: 1px;
}.header-company-info, 
.header-company-info a {
  color: #ffffff;
  font-family: Source Serif Pro, serif;
  font-size:20px;
}.header-company-info span {
  display: block;
  letter-spacing: 1px;
  line-height: 38px;
}.header-company-info .phone::before {
  color:#efdac4; 
  content:"\f095";
  font-family:"FontAwesome";
  font-size:24px;
  padding-right:13px;
}.header-company-info .email::before {
  color:#efdac4; 
  content:"\f003";
  font-family:"FontAwesome";
  font-size:24px;
  padding-right:13px;
}.header-company-info .button {
  background:transparent;
  border:1px solid #efdac4;
  color:#efdac4;
  font-size: 21px;
  font-weight:500;
  padding: 13px 27px;
}.header-company-info .button:hover {
  background:#efdac4;
  color:#1b2939;
}
/* Navigation */
.navigation-wrapper {
  display: block;
  float: left;
  padding: 0 42px 0 7%;
  width: 100%;
}.top-bar {
  background: none;
  float: left;
  height: auto;
  line-height: 45px;
}.top-bar .top-bar-section ul li {
  background: transparent;
  margin: 0;
}.top-bar-section li:not(.has-form) a:not(.button) {
  background: transparent !important;
  color: #41638c;
  font-family: Source Serif Pro, serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 23px;
  padding: 8px 28px;
}.top-bar-section li.active:not(.has-form) a:not(.button) {
  background: #333333;
  color: #3c597c;
  line-height: 23px;
  padding: 8px 32px;
}.top-bar-section li.active:not(.has-form):not(.button)::after {
  background-color: #3c597c;
  bottom: 5px;
  content: "";
  display: block;
  height: 2px;
  margin: 0 auto;
  opacity:1;
  position: relative;
  width: 25px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}.top-bar-section li:not(.has-form):not(.button)::after {
  background-color: #3c597c;
  content: "";
  display: block;
  height: 2px;
  opacity: 0;
  position: relative;
  width:25px;
}.top-bar-section li:hover:not(.has-form):not(.button)::after {
  background-color: #3c597c;
  bottom: 5px;
  content: "";
  display: block;
  height: 2px;
  margin: 0 auto;
  opacity:1;
  position: relative;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}.top-bar-section ul.dropdown li:not(.has-form):not(.button)::after,
.top-bar-section ul.dropdown li:hover:not(.has-form):not(.button)::after,
.top-bar-section ul.dropdown li.active:not(.has-form):not(.button)::after{
  display:none;
}.top-bar-section ul li:hover:not(.has-form)>a {
  color: #41638c !important;
}.top-bar-section .dropdown {
  background: #1b2939;
  box-shadow: 1px 5px 10px 2px rgba(0, 0, 0, 0.4);
  left: 50%;
  min-width: 318px;
  padding: 4px 0px;
  text-align: center;
  top: 50px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}.top-bar-section .dropdown::before {
  background: #1b2939;
  content: "";
  height: 24px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -12px;
}.top-bar-section .has-dropdown.active .dropdown li a:not(.button) {
  color: #ffffff;
}.top-bar-section .has-dropdown ul.dropdown .active a {
  color: #41638c !important;
}.top-bar-section .has-dropdown .dropdown {
  opacity:0;
  top:20px;
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
}.top-bar-section .has-dropdown:hover .dropdown {
  opacity:1;
  top:52px;
}
/* Slider */
.slick-background-wrapper {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100% !important;
  z-index: -1;
}.fade-slide .slick-background-wrapper {
  visibility: hidden;
}.title-section {
    padding: 255px 0px 147px 0;
}.title-section .main-heading {
  color: #41638c;
  font-family: Source Serif Pro, serif;
  font-size: 91px;
  font-weight: normal;
  line-height: 73px;
}.title-section h2.main-heading {
  margin-bottom: 60px;
}.title-section .main-heading span {
  color:#000000; 
  display:block;
  font-family: Source Sans Pro, sans-serif;
  font-size:57px;
  font-weight: bold;
}.title-section .button {
  background: #efdac4;
  color: #41638c;
  font-family: Source Sans Pro, sans-serif;
  font-size: 25px;
  margin-top: 4px;
  max-width: 325px;
  overflow:hidden;
  padding: 22px;
  width: 100%;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}.title-section .button:hover  {
  background: #1b2939;
  color: #ffffff;
}.scroll-icon {
  background: #41638c;
  bottom: 0;
  color: white;
  cursor: pointer;
  font-size: 23px;
  padding: 8px 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 50px;
  z-index: 99;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}.scroll-icon:hover {
  box-shadow: -1px 4px 10px 0px rgba(0, 0, 0, 0.52);
  opacity: 0.9;
  padding: 8px 0;
  right: 0;
  width: 60px;
}.scroll-icon.toTop {
  bottom: 0px !important;
  float: right;
  left: 0px;
  position: relative;
}
/* Content */
.bg-blue{
  background: #41638c;
}.bg-blue h1{
  color: #efdac4;
  font-size: 2.5em;
}.bg-blue p{
  color: #ffffff;
}.bg-medium-blue{
  background: #3c597c;
}.bg-medium-blue h1{
  color: #efdac4;
  font-size: 2.5em;
}.bg-medium-blue p{
  color: #ffffff;
}.bg-white{
  background: #ffffff;
}.bg-white p{
  color: #41638c;
}.bg-beige{
  background: #efdac4;
}.bg-beige p{
  color: #41638c;
}p.text-grey{
  color: #606060;
}.content-wrapper h2.special {
  margin-top:0px !important;
}.content-wrapper h2.special span {
  color: #efdac4;
  display: block;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}.btn-1 {
  background: #41638c;
  border-radius: 4px;
  box-shadow: 0px 9px 20px 5px rgba(18, 30, 47, 0.25);
  color:white;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  padding: 18px;
  width: 245px;
}.btn-2 {
  background: #41638c;
  border-radius: 4px;
  box-shadow: 0px 9px 20px 5px rgba(0, 0, 0, 0.21);
  color: #ffffff;
  display: inline-block;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  margin-top: 20px;
  padding: 10px 31px;
}.btn-1:hover,
.btn-2:hover {
  background:#1b2939;
  color:#ffffff;
}.content-wrapper {
  background: #ffffff;
}.tagline {
  background:#efdac4;
}.tagline p {
  color: #41638c;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  margin: 3px 0;
}.intro-box {
  padding: 3% 4% 3% 10%;
}.hours-box {
  padding: 85px 0;
}.hours-box p {
  color: #556270 !important;
  font-family: Source Sans Pro, sans-serif;
  font-size:15px;
  margin: 35px 0;
  text-transform:uppercase;
}.hours-box p span {
  display:block;
  font-family: Source Serif Pro, serif;
  font-size:40px;
  letter-spacing: 0px;
  line-height:25px;
  margin-top:5px;
}.mid-section h2 {
  color: #ffffff;
  font-size:40px;
}.mid-section p {
  color: #ffffff;
  line-height: 29px;
}.inner-mid-section {
  background:url("https://katherinehurst.com/wp-content/themes/lwy4/images/mid-section-bg.jpg");
  background-size: cover;
  padding: 81px 157px;
}.inner-mid-section p {
  color: #ffffff;
  line-height: 30px;
}.boxed-list {
  background:#41638c;
  margin: 34px 30px 30px 0;
  max-width: 23%;
  opacity: 0.8 !important;
  padding: 38px 0;
}.boxed-list ul {
  margin:0;
}.boxed-list li {
  color:#ffffff;
  font-size:20px;
  line-height: 40px;
  margin:0;
}.bottom-section {
  padding:75px 0;
}.bottom-section h2 {
  font-size:40px;
  font-weight:bold;
  margin-bottom:0;
  margin-top: 65px;
}.bottom-section p {
  line-height: 2.2;
  margin-bottom: 27px;
}.lwy-bg {
  background: url("https://katherinehurst.com/wp-content/themes/lwy4/images/lwyf-bg.jpg");
  background-position: center;
  background-size: cover;
}.lwy-bg h2{
  color: #ffffff;
}.lwy-bg p{
  color: #ffffff;
  font-family: Source Sans Pro, sans-serif;
  font-size: 17px;
  opacity: 0.7;
}.cta-wrapper {
  background: #41638c;
  float: left;
  padding: 90px 0;
  width: 100%;
}.cta-wrapper h2 {
  color: white;
  font-size: 38px;
}.cta-button {
  background: #1b2939;
  border-radius:9px;
  font-family: Source Sans Pro, sans-serif;
  font-size:21px; 
  margin-top: 24px;
  max-width: 415px;
  padding:21px 0;
  width: 100%;
}.cta-button:hover {
  background:#efdac4;
  color: #1b2939;
}
/* Interior Pages */
.box-content h1 {
  color: #efdac4;
  font-size: 4.8em;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
}.box-content h1 span{
  bottom: -30px;
  display: block;
  color: #ffffff;
  font-family: Source Sans Pro, sans-serif;
  font-size: 43px;
  font-weight: normal;
  position: relative;
}.inner-content-box{
  margin: 8% 0;
}.inner-page {
  padding-top: 0;
}h2.main-title{
  color: #efdac4;
  font-size: 6em;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10%;
}h2.main-title span{
  color: #ffffff;
  display: block;
  font-family: Source Sans Pro, sans-serif;
  font-size: 47px;
  font-weight: normal;
  margin-bottom: 15px;
}.inner-page .about-img {
  right: 0;
  top: 30px;
}.inner-page .question::before {
  color:#1b2939;
  content:"Q. ";
}.inner-page .question::after {
  background: #41638c;
  content: "";
  height: 1px;
  left: 0;
  opacity:0.2;
  position: absolute;
  top:0px;
  width: 100%;
}
/* Contact Page */
p.contact-address, 
p.contact-phone, 
p.contact-email {
  font-family: Source Sans Pro, sans-serif;
  font-size: 21px;
  margin-top: 0px !important;
  padding-left: 35px;
}p.contact-phone strong {
  font-size: 28px;
}p.contact-address.address::before {
  content:"\f018";
  font-family:"FontAwesome";
  font-size: 26px;
  margin-left: -35px;
  padding-right: 8px;
}p.contact-phone.phone::before {
  content:"\f095";
  font-family:"FontAwesome";
  font-size: 26px;
  margin-left: -35px;
  padding-right: 8px;
}p.contact-email.email::before {
  content:"\f003";
  font-family:"FontAwesome";
  font-size: 26px;
  margin-left: -35px;
  padding-right: 8px;
}.form-container {
  padding:40px 10px;
}.form-container h2 {
  color:white;
  font-size:2.52em;
}.contact-details {
  padding: 50px 75px;
}.contact-details h2,
.contact-details h3 {
  color:#ffffff;
  font-size:2.24em;
  font-weight:700;
}.contactForm  {
  margin-top: 20px;
}.contactForm label{
  display: block;
  font-weight: bold;
}.contactForm input {
  background:none;
  border:1px solid #ffffff;
  color: #ffffff;
  font-family: Source Sans Pro, sans-serif;
  font-size:17px;
  margin-bottom: 5px;
  padding:10px 20px;
  width: 100%;
}.contactForm textarea {
  background:none;
  border:1px solid white;
  color:#ffffff;
  font-size:17px;
  font-family: Source Sans Pro, sans-serif;
  height:100px;
  padding-left:20px;
  width: 100%;
}.contactForm input:focus {
  color: #000000;
}.contactForm textarea:focus {
  background:white;
  color:#000000;
}input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder {
  color:#ffffff;
}input:focus::-webkit-input-placeholder, 
textarea:focus::-webkit-input-placeholder {
  color:#41638c;
}input:focus:-moz-placeholder, 
textarea:focus:-moz-placeholder {
  color:#41638c;
  opacity:1;
}input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color:#41638c;
  opacity:1;
}input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color:#41638c;
}input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color:#41638c;
}.contactForm .groupWrapper {
  padding-top: 13px;
}.contactForm .captchaWrapper {
  margin-top: 10px;
}.contactForm .captchaRefresh {
  vertical-align: top;
}.contactForm .submitWrapper {
  text-align: center;
  margin-top: 30px;
}.contactForm .submitWrapper span.submit {
  background-color: #1b2939;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-family: Source Sans Pro, sans-serif;
  margin-top: 15px;
  padding: 17px 23px;
  text-transform: uppercase;
  width: 100%;
}.contactForm .submitWrapper span.submit:hover {
  background-color: #efdac4;
  color: #1b2939;
}.emailConfirmation {
  margin: 0 auto;
  text-align:center;
}.emailConfirmation h1 {
  color: #00CC00;
}
/* Footer */
.footer-wrapper {
  background:#1b2939;
  padding: 55px 0;
  width: 100%;
}.footer-wrapper span {
  color:#ffffff;
  font-size: 22px;
}.footer-wrapper span.phone::before {
  color:#efdac4; 
  content:"\f095";
  font-family:"FontAwesome";
  font-size:24px;
  padding-right:10px;
  position:relative;
}.footer-wrapper span.email::before {
  color:#efdac4; 
  content:"\f003";
  font-family:"FontAwesome";
  font-size:24px;
  padding-right:10px;
  position:relative;
}.social-icons {
  padding-top: 50px;
}.social-icons .fa {
  color:white;
  font-size:30px;
  padding:0 10px;
}.footer-inner-wrapper {
  margin: 0 auto;
  padding: 25px 0 0 0;
}.footer-inner-wrapper h1 {
  padding: 0 0 25px 0;
}
@media screen and (max-width:1440px) and (min-width:1024px) {
  .top-bar-section li:not(.has-form) a:not(.button) {
    font-size: 17px;
    font-weight: bold;
  }.company-title-section {
    width: 43%;
  }.header-company-title {
    margin: 13px 0;
  }.header-company-title a {
    font-size:23px;
  }.logo-wrapper img {
    max-width: 80%;
  }.header-company-serviceorder {
    font-size: 14px;
    line-height: 15px;
  }.header-company-info {
    width: 57%;
  }.header-company-info .phone::before,
  .header-company-info .email::before {
    font-size:20px;
    padding-right: 8px;
  }.header-company-info span {
    font-size: 14px;
    font-weight: bold;
  }.header-company-info .button {
    font-size:18px;
    padding: 11px;
  }.title-section {
    padding: 110px 0px;
  }.title-section .main-heading {
    font-size: 67px;
    line-height: 57px;
  }.title-section .main-heading span {
    font-size:40px;
  }.title-section .button{
    font-size: 20px;
    max-width:200px;
    padding: 10px;
  }.tagline p {
    font-size: 20px;
  }.intro-box {
    padding: 3% 1% 0% 5%;
  }.hours-box p span {
    font-size:25px;
  }.contact-details{
    padding: 50px 15px;
  }.vertical-padding-medium {
    padding-top: 30px;
    padding-bottom: 30px;
  }.vertical-padding-large {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width:1024px) {
 
  .header-wrapper {
    padding:0;
  }.navigation-wrapper {
    padding:0;
  }h1.header-company-title {
    margin: 0;
  }.logo-wrapper img {
    padding-right: 9px;
  }.top-bar .toggle-topbar.menu-icon {
    left:0;
  }.top-bar .toggle-topbar.menu-icon a{
    color: #41638c;
  }.top-bar .toggle-topbar.menu-icon a span::after{
    box-shadow: 0 0 0 1px #41638c, 0 7px 0 1px #41638c, 0 14px 0 1px #41638c;
    left: 65px;
  }.top-bar .toggle-topbar.menu-icon a span:hover:after {
    box-shadow: 0 0 0 1px #41638c, 0 7px 0 1px #41638c, 0 14px 0 1px #41638c;
  }.top-bar-section li.active:not(.has-form) a:not(.button),
  .top-bar-section li:not(.has-form) a:not(.button) {
    line-height:20px;
    text-align:center;
  }.top-bar-section li:not(.has-form):not(.button)::after,
  .top-bar-section li:hover:not(.has-form):not(.button)::after{
    display:none !important;
  }.top-bar-section {
    background: #efdac4;
  }.top-bar .top-bar-section ul li:not(.dropdown){
    height:45px;
  }.top-bar-section .has-dropdown.moved>.dropdown {
    left: unset;
  }.top-bar-section .has-dropdown.moved>.dropdown a{
    color:white;
  }.top-bar-section .dropdown::before{
    display:none;
  }.top-bar-section .has-dropdown .dropdown {
    left: 100%;
    top:0px;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
  }.top-bar-section .has-dropdown:hover .dropdown {
    top:0px;
  }.top-bar-section .has-dropdown>a:after {
    top: 43% !important;
  }.top-bar.expanded .title-area{
    background: #ffffff;
  }.fullwidth-navigation {
    background: #1b2939;
    position: absolute;
    top:0;
    z-index: 997;
  }.fullwidth-navigation .top-bar {
    padding-top: 8%;
  }.fullwidth-navigation .title-area {
    display: none !important;
  }.mobile-navigation  {
    background:#41638c;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    left: 22px;
    line-height: 58px;
    position: fixed;
    text-transform: uppercase;
    top: 111px;
    vertical-align: top;
    width: auto;
    z-index: 999;
  }.mobile-navigation .fa {
    color: #ffffff;
    font-size: 32px;
    line-height: 58px;
    margin: 0px;
    text-align: center;
    vertical-align: middle;
    width: 58px;
  }.fullwidth-navigation .top-bar-section ul {
    position: fixed;
    right:0;
    width:100%;
    z-index: 997;
    min-height: 600px
  }.fullwidth-navigation.active .top-bar-section .has-dropdown.moved>.dropdown {
    box-shadow:none;
    left: 0;
  }.title-section {
    background: transparent;
    padding: 120px 0;
  }.title-section .main-heading {
    font-size: 3.7em;
    line-height: 54px;
    margin-bottom: 22px;
  }.title-section .main-heading span {
    font-size:0.6em;
  }.click-to-call {
    padding-top: 55px;
  }.form-container h2{
    margin-top: 65px;
  }.intro-box {
    width:100%;
  }.hours-box {
    padding: 25px;
    width:100%;
  }.offset-top {
    margin:0;
  }.mid-section {
    margin-top: 0 !important;
  }.inner-mid-section {
    padding:50px 50px;
  }.boxed-list {
    margin: 0;
    max-width: inherit;
    padding:10px;
  }.boxed-list:not(.end)::after {
    display:none;
  }.scroll-icon {
    display:none;
  }.about-img {
    position: relative !important;
    right: 0;
    top: 0;
  }.inner-page {
    padding-top: 0px;
  }.inner-page .box-content {
    padding:0;
  }
   .btn-1 {
    background: #E8D5C1;
    border-radius: 4px;
    box-shadow: 0px 9px 20px 5px rgba(18, 30, 47, 0.25);
    color: #fff!important;
    font-family: Source Sans Pro, sans-serif;
    font-size: 20px;
    padding: 18px;
    width: 245px;
}
.title-section {
    background: transparent;
    padding: 63px 0;
}.badges {
   position: relative;
    left: 5vh;
    width: 100%;
    top: 50px;
}
}
@media screen and (max-width: 767px) {
.list-indent-nobullet {
    margin-left: 0;
}
img.img-pro {
    padding: 0px;

}
 
  p{
    font-size: 16px;
  }
  h2.main-title{
    font-size: 4em;
  }h2.main-title span {
    font-size: 30px;
  }.mobile-navigation {
    background: #41638c;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 19px;
    left: 13px;
    line-height: 40px;
    position: fixed;
    text-transform: uppercase;
    top: 92px;
    vertical-align: top;
    width: auto;
    z-index: 999;
  }.mobile-navigation .fa {
    color: #ffffff;
    font-size: 22px;
    line-height: 40px;
    margin: 0px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
  }.header-wrapper {
    padding-top: 10px;
    position:relative;
  }.company-title-section {
    padding:0;
  }h1.header-company-title{
    margin: 10px 0 0 0;
  }.header-company-title a {
    font-size: 0.5em;
    margin: 5px 0;
  }.header-company-serviceorder {
    line-height: 14px;
    font-size: 13px;
  }.slider-wrapper {
    background: rgba(255, 255, 255, 0.1);
    height: 67vh !important;
    position: absolute;
  }.slick-background-wrapper{
      position: relative;
  }.title-section {
    background:none;
    padding-top: 55px !important;
    position: relative;
    width:100%;
  }.title-section .main-heading{
    font-size: 39px;
    line-height: 33px;
  }.title-section .main-heading span {
    font-size:20px;
  }.title-section .button {
    margin:5px 0;
    padding:5px;
  }.click-to-call {
    padding-top:0 ;
    text-align:center;
  }.click-to-call .btn-1 {
    display: inline-block;
    font-size: 15px;
    padding: 13px;
    width:100% !important;
  }.tagline p {
    font-size:15px;
  }.form-container h2{
    margin-top: 0px;
  }.hours-box {
    padding:10px;
  }.hours-box p {
    margin: 15px 0;
  }.hours-box p span {
   font-size: 23px;
  }.inner-mid-section {
    padding:15px;
  }.mid-section h2{
    font-size: 30px;
  }.boxed-list {
    margin-bottom: 5px;
  }.boxed-list li {
    color: white;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
  }.bottom-section {
    padding: 15px 0;
  }.bottom-section h2{
    font-size: 30px;
  }.bottom-section p {
    font-size:15px;
    line-height:25px
  }.box-content h1 {
    font-size: 2.5em;
  }.box-content h1 span {
    bottom: -5px;
    font-size: 25px;
  }.inner-page {
    padding-top: 0px;
  }.cta-wrapper{
    padding:20px 0;
  }.cta-wrapper h2 {
    font-size:26px;
  }.cta-button{
    font-size: 19px;
  }.contact-details h2, .contact-details h3{
    line-height: 35px;
  }.footer-wrapper span.phone::before, 
  .footer-wrapper span.email::before {
    display:block;
    margin-bottom:20px;
  }.footer-wrapper span {
    font-size:20px;
  }.vertical-padding-medium {
    padding-bottom: 13px;
    padding-top: 13px;
  }.vertical-padding-small {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .btn-1 {
    background: #E8D5C1;
    border-radius: 4px;
    box-shadow: 0px 9px 20px 5px rgba(18, 30, 47, 0.25);
    color: #fff!important;
    font-family: Source Sans Pro, sans-serif;
    font-size: 20px;
    padding: 18px;
    width: 245px;
}.badges {
    width: 85px;
    position: relative;
    right: 0;
    top: 50px;
    left: 5vh;
}
.title-section {
    background: transparent;
    padding: 63px 0;
}
}
