/*
Theme Name: GMS Plumbing
Description: A custom starter theme built for use with Advanced Custom Fields (ACF), designed around a Flexible Content page builder pattern.
Version: 1.0.0
Text Domain: gmsp
*/

/*
 * Re-theme Bootstrap's own CSS variables instead of writing parallel custom
 * rules -- Bootstrap's reboot/utilities already read these, so overriding
 * them here re-skins body color/bg/font and every `.border*` utility.
 */
:root {
  --site-container: 1200px;
  --bs-body-bg: #fff;
  --bs-body-color: #1a1a1a;
  --bs-body-line-height: 1.6;
  --bs-body-font-family: 'Poppins', Arial, Helvetica, sans-serif;
  --bs-border-color: #d9d9d9;
  --bs-secondary-color: #5c5c5c;
  --bs-dark: #0B101D;
  --bs-dark-rgb: 11, 16, 29;
}

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

.site-header,
.site-footer,
.site-main {
}

.site-header {
  height: 100px;
}

.site-header-inner,
.site-footer-inner {
  width: var(--site-container);
  max-width: 100%;
  margin: 0 auto;
}

.site-header-inner {
  display: grid;
  grid-template-columns: 30% 70%;
}

.global-page-header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.global-page-header-inner {
  width: var(--site-container);
  max-width: 100%;
  margin: 0 auto;
  padding: 200px 0;
}

.global-page-header-label {
    background: #0176BC;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 40px 10px 15px;
    display: inline-block;
    line-height: 1em;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    margin-bottom: 15px;
}

.global-page-header-title {
    font-size: 29px;
    color: #fff;
    font-weight: 700;
}

.global-page-header-title {
    font-size: 41px;
    padding-right: 100px;
    line-height: 1.4em;
}

.footer-info-content {
  width: var(--site-container);
  max-width: 100%;
  margin: 0 auto;
}

.the-footer-info-address {
  background-image: url('assets/images/footer-info-1.png');
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

.the-footer-info-phone {
  background-image: url('assets/images/footer-info-2.png');
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

.the-footer-info-email {
  background-image: url('assets/images/footer-info-3.png');
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

.site-logo {
  width: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.site-nav a {
  color: inherit;
  text-decoration: none;
}

.contact-link a {
    background: #0176BC;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding: 16px 6px 18px 30px;
    border-radius: 100px;
}

.contact-link a span {
    background: rgba(255, 255, 255, 0.2);
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 200px;
    vertical-align: middle;
    padding: 10px;
    margin-left: 10px;
}

.contact-link a span img {
  width: 27px;
  transition: transform 0.3s ease;
}

.contact-link a:hover span img {
  transform: rotate(20deg);
}

.site-footer,
.site-footer-inner {
  background: #0176BC;
}

.footer-copy {
  font-size: 13px;
}

.layout {
  padding: 2rem;
}

.the-footer-info-details .the-footer-info-details-item {
    padding-left: 40px;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 200;
}

.the-footer-info-logo {
    margin-bottom: 35px;
}

h4.footer-widget-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #0176BC;
    margin-bottom: 30px;
}

ul#menu-footer-menu {
    margin: 0;
    padding: 0;
}

ul#menu-footer-menu li {
    list-style: none;
    line-height: 1em;
    margin-bottom: 20px;
}

ul#menu-footer-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 200;
}

.menu-service-area-container ul {
  margin: 0;
  padding-left: 15px;
}

.menu-service-area-container ul li {
  list-style: disc;
   line-height: 1em;
    margin-bottom: 20px;
}

.menu-service-area-container ul li::marker {
  color: #0176BC;
  font-size: 10px;
}

.menu-service-area-container ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 200;
}

.the-footler-socials > div {
    display: inline-block;
    margin-right: 15px;
}

.the-footer-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #0176BC;
  margin-bottom: 30px;
}

#menu-main-menu li {
  position: relative;
}

#menu-main-menu li:hover::after,
#menu-main-menu .current_page_item::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 6px;
  background: #0176BC;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.site-nav li.menu-item a {
  text-transform: uppercase;
  font-size: 14px;
}

.contact-link {
    margin-left: 30px;
}

.page-header-section-inner,
.page-content-section-inner {
  width: var(--site-container);
  max-width: 100%;
  margin: 0 auto;
}

.page-header-section {
  background: #F8FAFC;
}

.page-header-section-inner h1 {
      font-size: 36px;
    line-height: 1.4em;
}

.page-header-section-inner {
  padding: 80px 0;
}

.page-content-section-inner {
  padding: 100px 0;
}