/* =============Header================= */

.header .cw-header-info {
  background-color: #ffffff;

}

.header .header-info-business,
.header .header-info-business a {
  color: var(--header-text);
}

.header .header-business-phone,
.header-business-email {
  text-shadow: 0 0 5px #fff;
}

.header .header-business-phone:before {
  display: block;
  font-family: FontAwesome;
  content: "\f0e6";
  color: var(--color-theme-highlight) !important;
  text-shadow: 1px 1px 0 #02192e;
}

.cw-header-info .header-info-logo-img img {
  width: 280px;
}

.header .header-business-email {
  display: inline-block;
}

.header .header-business-email:before {
  display: block;
  font-family: FontAwesome;
  content: "\f041";
  color: var(--color-theme-highlight) !important;
  text-shadow: 1px 1px 0 #02192e;
}

@media (min-width: 992px) {

  .header .header-business-phone:before,
  .header .header-business-email:before {
    font-size: 1.5rem;
  }
}

/* ======== Hero section ============== */

.responsive {
  width: 10%;
  height: auto;
  align-items: center;
}

@media (min-width: 280px) {
  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 35%;
    margin-top: 56px;
  }
}

@media (min-width: 330px) {
  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 28%;
    margin-top: 56px;
  }
}

@media (min-width: 440px) {
  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    margin-top: 56px;
  }
}

@media (min-width: 768px) {
  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 15%;
    margin-top: 56px;
  }
}

@media (min-width: 992px) {
  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 13%;
    margin-top: 56px;
  }
}

@media (min-width: 1200px) {
  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 11%;
    margin-top: 56px;
  }
}

@media (min-width: 1480px) {
  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 9%;
    margin-top: 56px;
  }
}

.hero-section h2 {
  font-weight: 700;
}

.hero-section p {
  font-size: 32px;
  font-weight: 400;
}


.cw-hero {
  position: relative;
  padding: 4em 0;
}

.cw-hero .cw-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.cw-hero:after {
  overflow: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

.cw-text {
  position: relative;
  z-index: 2;
}

.cw-business-phone {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .hero-section h2 {
    font-size: clamp(2.5rem, 6vw + 1rem, 4.65rem);
  }
}


/* ======== Hero Content Box ============== */

.cw-fancyBorder {
  position: relative;
  width: 100%;
  max-width: 25rem;
  height: 12rem;
  margin: 5rem auto;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
}

.cw-borders {
  overflow: hidden;
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
}

.cw-borders:before {
  content: "";
  height: 0.25rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.cw-borders:after {
  content: "";
  width: 0.25rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.cw-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  color: #fff;
}

.cw-title h1 {
  font-size: 1.85rem !important;
}

.cw-title:before {
  content: "";
  width: 0.25rem;
  background-color: #fff;
  position: absolute;
  bottom: calc(100% + 1rem);
  left: 0;
  height: 30%;
}

.cw-textLine {
  text-indent: 0em;
  display: table;
  position: relative;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.cw-textLine:last-child {
  margin-bottom: 0;
}

.cw-textLine:last-child:after {
  content: "";
  height: 0.25rem;
  background-color: #fff;
  position: absolute;
  left: calc(100% + 2rem);
  bottom: 0;
  width: 60rem;
}

/* large devices (large desktops, 992px and up) */
@media (min-width: 992px) {
  .cw-title h1 {
    font-size: 2.5rem !important;
  }

  .cw-hero {
    position: relative;
    padding: 6em 0 8em;
  }

  .cw-fancyBorder {
    position: relative;
    width: 100%;
    max-width: 35rem;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .cw-hero {
    position: relative;
    padding: 8em 0 12em;
  }

  .cw-fancyBorder {
    height: 14rem;
  }

  .cw-title:before {
    height: 31%;
  }

  .cw-textLine {
    font-size: 1.75rem;
    color: #ffffff;
  }
}

.cw-texttwo {
  font-size: 1.18rem;
}

/* ======== Button Title ============== */

.page-home .title {
  text-align: center;
}

.page-home hr {
  border-top-width: 2px !important;
}

@media (min-width: 992px) {
  .page-home .title .title-heading {
    margin-top: -1rem;
    font-size: 2rem;
  }

  .page-home .title+.line {
    margin-top: -5.25rem;
    margin-bottom: 1rem;
  }

  .page-home .title-heading span div {
    display: inline-block;
    padding: 0 1.5rem;
    background: white;
  }
}

/* ======== Home Page Buttons ============== */

.cw-mainButtons {
  margin-bottom: 50px;
}

.cw-mainButtonsContainer {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cw-buttons {
  width: 366px;
  height: 250px;
  margin: 25px 10px;
  cursor: pointer;
}

.cw-buttons:nth-child(1) {
  background: url("https://apihoard.webit.com/api/v1/Image/ECFE3DCF5122942F1A1F460DCA91FC06/ECFE3DCF5122942F1A1F460DCA91FC06.jpg?size=Original");
  background-size: cover;
}

.cw-buttons:nth-child(2) {
  background: url("https://apihoard.webit.com/api/v1/Image/46650F43A5A83ED0DF5932AAA1BE0FA6/46650F43A5A83ED0DF5932AAA1BE0FA6.jpg?size=Original");
  background-size: cover;
}

.cw-buttons:nth-child(3) {
  background: url("https://apihoard.webit.com/api/v1/Image/3488D8A1030B759158490812FA6AE79B/3488D8A1030B759158490812FA6AE79B.jpg?size=Original");
  background-size: cover;
}

.cw-buttonsName {
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  font-family: "Montserrat";
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cw-buttonsOverlay {
  width: 100%;
  height: 100%;
  background: rgba(1, 35, 58, 0.75);
}

.cw-buttons .fa {
  fill: #ffffff;
  margin-bottom: 10px;
}

.cw-buttons:hover .cw-buttonsOverlay {
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 0.85),
      rgba(255, 255, 255, 0.15));
  fill: var(--color-theme-secondary);
  color: var(--color-theme-primary);
  transition: all 0.5s ease;
}

/* ======== Home Page About Us ============== */

.cw-driveBySuccess {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
  z-index: 9999;
}

.cw-driveBySuccess .row {
  border-top: 20px solid var(--color-theme-primary);
  background-color: #e4e4e4;
  padding: 25px 0;
}

.cw-aboutContent {
  border-left: 2px solid var(--color-theme-highlight);
  padding-left: 40px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 600;
  font-size: 18px;
}

.cw-aboutContent h2 {
  color: var(--color-theme-primary);
}

.cw-aboutContent p {
  color: var(--color-theme-primary);
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .page-home .textwithimage-in-container {
    margin-bottom: -75px;
  }
}

/* ======== Home Page Check List Section ============== */

.cw-checklist {
  background-color: var(--color-theme-primary);
}

.cw-checklist ul {
  column-count: 1;
  -webkit-column-count: 1;
  -moz-column-count: 1;
}

@media (min-width: 768px) {
  .cw-checklist ul {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
  }
}

.cw-checklist li {
  font-size: 1.2rem;
}

.cw-checklist li:before {
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;
  color: white;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .cw-rightText {
    border-left: 2px solid var(--color-theme-highlight);
  }
}

/* ======== Internal Pages Title BG ============== */

.page-about-us .title,
.page-services .title,
.page-gallery .title,
.page-free-estimate .title,
.page-contact-us .title,
.page-reviews .title {
  position: relative;
  background-color: var(--color-theme-primary);
  background-image: url(https://apihoard.webit.com/api/v1/Image/780B728450AAF3EC9ADDCE421FEAEA65/780B728450AAF3EC9ADDCE421FEAEA65.jpg?size=1920x1440);
  background-size: cover;
  background-position: bottom;
  padding-top: 4em;
  padding-bottom: 4em;
  margin-bottom: 3em;
  z-index: 990;
  border-bottom: 8px solid var(--color-theme-secondary);
}

.page-services .title {
  margin-bottom: 0 !important;
}

.page-about-us .title:after,
.page-services .title:after,
.page-gallery .title:after,
.page-free-estimate .title:after,
.page-contact-us .title:after {
  overflow: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
}

.page-about-us h1.title-heading,
.page-services h1.title-heading,
.page-gallery h1.title-heading,
.page-free-estimate h1.title-heading,
.page-contact-us h1.title-heading {
  color: #fff;
  border-left: 3px solid var(--color-theme-highlight);
  padding-left: 0.5em;
}

.page-about-us .list-group-item,
.page-services .list-group-item {
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
}

/* ======== About Us Page ============== */

.page-about-us .textwithimage-in-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.page-about-us .textwithimage .textwithimage-container .row {

  background-color: #ffffff;
  padding: 25px 0;
  color: #000000;
}

section#module_ce0b2754-1a2a-4e66-ba59-6cdcd13168ef .textwithimage-text-container .textwithimage {
  color: #000000 !important;
}

.page-about-us .cw-aboutContent {
  border-left: 2px solid var(--color-theme-highlight);
  padding-left: 40px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 600;
  font-size: 18px;
}

.page-about-us .cw-aboutContent h2 {
  color: var(--color-theme-primary);
}

.page-about-us .cw-aboutContent p {
  color: var(--color-theme-primary);
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .page-about-us .textwithimage-in-container {
    margin-bottom: -75px;
  }
}

/* ======== About Us Page Parallax Section ============== */

.page-about-us .textwithimage {
  position: relative;
  z-index: 99;
}

.cw-aboutBG {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-color: var(--color-theme-secondary);
  background-image: url("https://apihoard.webit.com/api/v1/Image/D6A1055FECB375762033D4EE8666ADD1/D6A1055FECB375762033D4EE8666ADD1.jpg?size=1920x1440");
  z-index: -1;
  text-align: center;
  padding-bottom: 75px;
}

.cw-aboutBG:after {
  overflow: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.65);
}

.cw-aboutBG h2 {
  color: var(--color-theme-background);
  margin-top: 75px;
}

.cw-aboutBG h5 {
  color: var(--color-theme-highlight);
}

.cw-aboutBG .cw-linespacer {
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.cw-aboutBG .cw-line {
  display: block;
  width: 100%;
  max-width: 100%;
}

.cw-aboutBG img {
  max-width: 50%;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .cw-aboutBG {
    padding: 100px 0 100px 0;
    /* margin-top: -50px; */
  }
}




/* ----------OUR SERVICES SUBPAGES ---------- */

section:not(.page-home) .list,
section:not(.page-home) .galleryslideshow {
  padding-top: 1em;
  padding-bottom: 0;
}

/* box checklist */
.cw-checklist li {
  display: inline-block;
  padding: .5em .75em;
}

.cw-checklist li:before {
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;
  color: white;
}

.cw-checklist strong {
  font-size: 1.2rem;
}



/* Two Column checklist */
.pg-services-list li {
  margin-top: 0;
  margin-bottom: 13px;
  margin-left: 38px;
}

.pg-services-list li::before {
  float: left;
  overflow: hidden;
  content: "";
  margin-right: 7px;
  margin-left: -35px;
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;
  color: var(--color-theme-highlight);
}

.pg-services-columns {
  -moz-columns: 2 270px;
  columns: 2 270px;
}

.pg-contact {
  height: 100%;
  padding: 1.7em 1.7em 1.3em 1.7em;
  background: var(--color-theme-primary);
  color: var(--color-theme-text-btn);
}

.pg-contact .pg-title::after {
  background-color: var(--color-theme-text-btn);
}

.pg-contact a {
  color: var(--color-theme-text-btn);
}

.pg-contact a.line-link {
  font-weight: 700;
  font-size: 1.1rem;
  display: block;
}

.pg-contact-container {
  padding-bottom: 15px;
}

.pg-contact-container h3 {
  font-size: 1.3em;
  margin-bottom: 5px;
}

.pg-contact-container p {
  margin-bottom: 5px;
}

.pg-contact-container p i {
  margin-right: 8px;
}

@media(max-width:280px) {
  .pg-contact a {
    font-size: .75rem !important;
  }
}

@media(max-width: 767px) {
  .pg-services {
    padding-left: .5em;
    padding-right: .5em;
  }
}

@media(min-width: 992px) {
  .pg-title {
    margin-bottom: 0;
  }

  .pg-contact .pg-title::after {
    margin-bottom: 0;
  }
}



/* ================================================================================================= */
/* Hero */
/* Welcome Section */
/* .hero-section {
  padding: 3em 0;
  /* background: url("https://apihoard.webit.com/api/v1/Image/E13EDB1F3953D79866313533F6CB47E1/E13EDB1F3953D79866313533F6CB47E1.jpg?size=1920x1440"); */
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-color: rgba(22, 38, 36, 0.4);
background-blend-mode: overlay;

*/
/* .title-heading-container span{
  margin-top: 3rem;
} */

/* ================================================================================== */
section#module_1aca644b-60e7-4b05-a7c1-5d697933a875 {
  margin: 3rem 0 0 0;
}

section#module_6d1abb04-a0aa-41c5-b0f8-620e9e82883a {
  margin: 0 0 3rem 0;
}

section#module_23a9b3a9-a20e-4f4c-93af-27406fd834bd .textwithimage-text p {
  color: #fff !important;
}

.textwithimage .btn-primary {
  background-color: var(--color-theme-secondary);
}

.btn-primary:before {
  background-color: var(--color-theme-highlight);
}


/* ========================================= email===================== */
/* should make the long emails in default headers, footers, and business info modules wrap so that they don't stretch too far on super small mobile sizes (ie galaxy fold)  */
a {
  overflow-wrap: anywhere !important;
}




/* ********************************Horizontal Edits****************************************** */
.cw-freq {
  padding-bottom: 5em;
}

.pg-title {
  font-size: 1.7rem;
}

.pg-title::after {
  content: "";
  display: block;
  height: 3px;
  width: 80px;
  margin: 10px 0 15px 0;
  background-color: var(--color-theme-text);
}

.pg-title-center::after {
  margin: 10px auto 15px auto;
}

.pg-subtitle {
  font-size: 1rem;
}

.pg-text {
  line-height: 1.7;
  margin-bottom: 1.4em;
}

.collapse-header {
  position: relative;
  padding: 1.1rem 4rem 1.1rem 1em;
  background: var(--color-theme-background);
  color: #0e360b;
  border-bottom: 1px solid var(--color-theme-border);
  display: block;
  overflow: hidden;
  font-size: 1em;
  font-weight: 700;
}

.collapse-header:hover,
.collapse-header:not(.collapsed) {
  color: var(--color-theme-secondary);
}

.collapse-header::after {
  content: "+";
  position: absolute;
  z-index: 3;
  right: 1em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  font-size: 1.5em;
  line-height: 1em;
  transition: 0.2s;
  color: var(--color-theme-secondary);
}

.collapse-header.collapsed::after {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.collaspe-content {
  padding: 1.5rem 1em;
  border-bottom: 1px solid var(--color-theme-border);
}


@media(max-width:425px) {

  .cw-checklist li {
    font-size: 12px;
  }

  .cw-checklist {
    font-size: 15px;
  }

}

@media(min-width:425px) {
  .cw-poof {
    display: none;
  }
}

@media(max-width:424px) {
  .cw-puff {
    display: none;
  }
}



/*Home Links*/

.cw-checklist p a {
  color: white
}

.cw-checklist p a:hover {
  color: #6585B6
}


@media (min-width: 769px) {
  .click-here {
    position: fixed;
    z-index: 90000;
    justify-content: center;
    text-align: center;
    font-size: 10px;
    left: 45%;
  }
}

@media (max-width: 768px) {
  .click-here {
    display: none;
  }
}

@media (min-width: 769px) {
  .click-there {
    display: none;
  }
}

@media (max-width: 768px) {
  .click-there {
    position: fixed;
    z-index: 90000;
    justify-content: center;
    text-align: center;
    font-size: 10px;
    left: 7%;
    top: 20%;
  }
}

/*Home Page Checks*/

/* .pg-services-list {
  column-count: 1;
  -moz-column-count: 1;
  -webkit-column-count: 1;
}

@media (min-width: 548px) and (max-width: 811px) {
  .pg-services-list {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
  }
}

@media (min-width: 812px) {
  .pg-services-list {
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
  }
}

.pg-services-list li {
  margin-top: 0;
  margin-bottom: 13px;
  margin-left: 38px;
}

.pg-services-list li::before {
  float: left;
  overflow: hidden;
  width: 23px;
  height: 23px;
  content: "";
  margin-right: 7px;
  margin-left: -35px;
  background-image: url("https://apihoard.webit.com/api/v1/Image/875CDF31B9F75C957DAC5F8CECD1ABA5/875CDF31B9F75C957DAC5F8CECD1ABA5.png?size=320x240");
  background-size: 23px 23px;
  background-repeat: no-repeat;
  background-position: 0 0;
} */

}