@charset "UTF-8";


/*
 Theme Name:   Jal Clarke Hair
 description:  Jal website theme
 Author:       Fine Marketing
 Template:     astra
 Version:      1.0.0
*/

.jch-home {
  --jch-black: #080808;
  --jch-ink: #171717;
  --jch-muted: #6f6a64;
  --jch-soft: #f5f2ee;
  --jch-line: #ded8d0;
  --jch-white: #ffffff;
  --jch-orange: #f26322;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  color: var(--jch-ink);
  background: var(--jch-white);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

.social {
min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 22px;
    border: 1px solid black;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
    color: black;
    margin-top: 11px;
    width: 100%;
	border-radius:3px;

}
.right-col a {
	color:#ff6900;
}
.hide {
	display:none;
}

input[type="submit"] {
	
	    border-color: #ff6900;
    background-color: #ff6900;
}
[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    width: 35px;
    height: 35px;
    fill: black;
}

.footer_butt {
	  border-color: var(--jch-orange);
    background: #ff6900;
    color: var(--jch-white);
    border-radius: 5px;
    width: 100% !important;
    display: inline-block;
    text-align: center;
    color: #fff !important;
    padding: 13px;
    text-transform: uppercase;
    font-size: 16px !important;
}
ol, ul {
    box-sizing: border-box;
    margin: 0 0px 20px 14px;
}
#ast-scroll-top {
    background-color: black;
    font-size: 15px;
}
.left-bott_foot {
	    width: 50%;
    display: inline-block;
	  font-size: 15px;
    vertical-align: top;
}
.right-bott_foot {
	     width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    font-size: 15px;
}
ol, ul li {
	margin:10px 0;
}
.ast-plain-container, .ast-page-builder-template {
    background-color: var(--ast-global-color-4);
    border-top: 3px solid #ff6900;
}

h3 {
	font-weight: 300;
    font-size: 28px;
    display: inline-block;
    /* padding-top: 18px; */
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.blue_bar {
	    background-color: #f5f5f5;
    padding: 30px 0;
    margin-top: 18px;
}
.ast-builder-menu-1 .menu-item:hover > .menu-link {
	color: #ff6900;
}

.left-col {
     width: 27%;
    display: inline-block;
    vertical-align: top;
    margin-right: 4%;
  margin: 50px 0 50px 4%;
}
h2 {
	    font-weight: 300;
    font-size: 35px;
    display: inline-block;
    /* padding-top: 18px; */
    line-height: 47px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.right-col {
	      width: 68%;
    vertical-align: top;
    display: inline-block;
    margin: 50px 0;
}
.blue_bar h1 {
    font-weight: 300;
    font-size: 37px;
    display: inline-block;
    /* padding-top: 18px; */
    line-height: 57px;
    text-transform: uppercase;
}


   





.enquiries {
    display: inline-block;
    float: right;
    vertical-align: top;
    text-align: right;
    color: #fff;
    font-size: 12px;
    line-height: 23px;
}

.jch-service-feature {
       display: grid;
    grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
    gap: 56px;
    align-items: center;
    padding: 75px 32px;
    border-bottom: 1px solid var(--jch-line);
    background: #fff;
}
.jch-service-feature__meta span {
    display: block;
    margin-bottom: 24px;
    color: var(--jch-orange);
    font-weight: 800;
}
.jch-service-feature__meta p {
    margin: 0;
    color: var(--jch-black);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
}
.jch-service-feature h3 {
      margin: 0 0 14px;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
}
.jch-service-feature__copy p {
    max-width: 860px;
    margin: 0;
    color: var(--jch-muted);
    
}
.footer .boxes .box a {
    color: black;
    font-size: 15px;
}
.footer h3 {
	    margin: 0;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 16px;
    color: black;
}
.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    display: none;
}
.footer .box ul {
    margin: 0;
}
.footer ul li {
      list-style: none;
    margin: 4px 0;
    color: black;
    font-size: 15px;
}
.footer {
         background: #f5f5f5;
    width: 100%;
    padding: 40px 0;
    margin-top: -7px;
}
.footer .boxes .box {
    color: #fff;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px 0 55px 0;
}

.footer .boxes .box {
      width: calc(27.7% - 2rem);
    text-align: left;
    padding: 0;
}
.boxes .box {
    width: calc(33% - 2rem);
    padding: 20px 40px;
    border-radius: 13px;
}

.slider {
    background-image: url(/wp-content/uploads/2026/07/jal_head.jpg);
    background-size: cover;
    height: 651px;
    width: 100%;
    background-position: 0 -105px;
}
.opacity-slider {
   
      color: #fff;
    padding: 25px 0;
    height: 100%;
    width: 50%;
}
.inner-slide {
    padding: 0 13%;
    margin-top: 0;
    display: inline-block;
}
.inner-slide h1 {
     font-size: 42px;
    font-weight: 300;
    line-height: 49px;
    color: #fff;
    max-width: 680px;
    margin: 0;
    font-size: 59px;
    line-height: 0.95;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0;
    color: black;
    line-height: 67px;
}

.test {
	    background: #f5f5f5;
	padding:50px 0;
}
.ast-primary-header-bar { 
border:none;
}
.wrapper {
	 max-width: 1180px;
    margin: 0 auto;
    width: 100%;
}
.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link {
	    color: #ff6900;
}

.jch-home *,
.jch-home *::before,
.jch-home *::after {
  box-sizing: border-box;
}
.main-header-menu > .menu-item > .menu-link {
	       font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.hero {
	background-image: url('/wp-content/uploads/2026/07/photo-1647462741351-4e7a5e7317c7.avif');
	height:500px;
	width:100%;
	background-size:cover;
}

.jch-home img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jch-home a {
    border-radius: 3px;
    text-align: center;
    margin: 36px auto 0 auto;
    color: #fff;
}

.slider a {
	margin:0 !important;
}
.jch-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}
.jch-profile__content p {
    color: black;
    font-weight: 300;
    font-size: 17px !important;
}

.jch-kicker {
    margin: 0 0 16px;
    color: var(--jch-orange) !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.jch-hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 0.92fr);
  background: var(--jch-black);
  color: var(--jch-white);
}

.jch-hero__media {
  min-height: 760px;
  overflow: hidden;
}

.jch-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 84px 72px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
	background:#f5f5f5;
}

.jch-hero h1 {
       max-width: 680px;
    margin: 0;
    font-size: 59px;
    line-height: 0.95;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0;
    color: black;
    line-height: 80px;
}

.jch-hero__lead {
      max-width: 560px;
    margin: 15px 0 0;
    color: black;
    font-size: 19px;
    line-height: 1.45;
    font-weight: 300;
}

.jch-hero__actions,
.jch-visit__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
      margin-top: 25px;
}

.jch-button {
     min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 22px;
    border: 1px solid currentColor;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.jch-button--dark {
  border-color: var(--jch-orange);
  background: var(--jch-orange);
  color: var(--jch-white);
}

.jch-button--dark:hover,
.jch-button--dark:focus-visible {
  border-color: var(--jch-white);
  background: var(--jch-white);
  color: var(--jch-black);
}

.jch-button--light {
  border-color: currentColor;
  background: transparent;
  color: currentColor;
}

.jch-button--light:hover,
.jch-button--light:focus-visible {
  border-color: var(--jch-orange);
  background: var(--jch-orange);
  color: var(--jch-white);
}

.jch-hero__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
     margin-top: 22px;
    border-top: 1px solid grey;
}

.jch-hero__meta span {
       min-height: 92px;
    display: flex;
    align-items: center;
    padding: 20px 18px 20px 0;
    color: black;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.jch-statement {
padding: 70px 0;
  background: #f5f5f5;
}

.jch-statement__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: 90px;
  align-items: start;
}

.jch-home h2 {
      margin: 0;
    font-size: 52px;
    line-height: 1.2;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 16px;
}


.jch-editorial p,
.jch-profile p,
.jch-note,
.jch-hours p {
  margin: 0 0 18px;
  color: var(--jch-muted);
  font-size: 18px;
}

.jch-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.78fr) minmax(260px, 0.55fr);
  min-height: 640px;
  background: var(--jch-soft);
}

.jch-editorial__image {
  min-height: 640px;
}

.jch-editorial__image--large {
  min-height: 720px;
}

.jch-editorial__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 58px;
  border-left: 1px solid var(--jch-line);
  border-right: 1px solid var(--jch-line);
}

.jch-text-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 12px;
  padding-bottom: 7px;
  border-bottom: 2px solid var(--jch-orange);
  color: var(--jch-black);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
}

.jch-services,
.jch-prices {
    padding: 70px 0;
  background: var(--jch-white);
}

.jch-section-head {
  max-width: 780px;
  margin-bottom: 58px;
}

.jch-section-head--split {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

.jch-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--jch-line);
  border-bottom: 1px solid var(--jch-line);
}

.jch-service {
  min-height: 300px;
  padding: 32px 28px;
  border-right: 1px solid var(--jch-line);
}

.jch-service:last-child {
  border-right: 0;
}

.jch-service span {
  display: block;
  margin-bottom: 58px;
  color: var(--jch-orange);
  font-weight: 800;
}

.jch-service h3 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.jch-service p {
  margin: 0;
  color: var(--jch-muted);
}

.jch-profile {
  display: grid;
  grid-template-columns: minmax(360px, 0.72fr) minmax(0, 1fr);
    background: #fff;
  color: var(--jch-white);
}

.jch-profile__image {
  min-height: 620px;
}

.jch-profile__content {
  max-width: 720px;
  align-self: center;
  padding: 88px 72px;
}

.jch-profile__content p {
    color: black;
}

.jch-price-list {
  border-top: 1px solid var(--jch-black);
}

.jch-price-row {
  min-height: 76px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid var(--jch-line);
  font-size: 20px;
}

.jch-price-row span {
  font-weight: 700;
}

.jch-price-row strong {
  color: var(--jch-black);
  font-size: 18px;
}

.jch-note {
  margin-top: 22px;
  font-size: 14px;
}

.jch-review {
  padding: 96px 0;
  background: var(--jch-soft);
  border-top: 1px solid var(--jch-line);
  border-bottom: 1px solid var(--jch-line);
}

.jch-review blockquote {
  max-width: 920px;
  margin: 0;
}

.jch-review p {
  margin: 0 0 24px;
  color: var(--jch-black);
  font-size: 38px;
  line-height: 1.18;
  font-weight: 800;
}

.jch-review cite {
  color: var(--jch-muted);
  font-style: normal;
  font-weight: 800;
}

.jch-visit {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.55fr);
  background: var(--jch-white);
}

.jch-visit__content {
  padding: 104px max(40px, calc((100vw - 1180px) / 2)) 104px;
	    background: #f5f5f5;
}

.jch-visit address {
     margin: 34px 0 0;
    color: var(--jch-muted);
    font-size: 22px;
    line-height: 1.45;
    font-style: normal;
    font-weight: 300;
}

.jch-hours {
        padding: 40px 48px;
    background:#efefef;

  color: var(--jch-white);
}

.jch-hours h3 {
  margin: 0 0 28px;
  font-size: 28px;
  line-height: 1;
    font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0;
}

.jch-hours dl {
  margin: 0;
}

.jch-hours div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid black;
}

.jch-hours dt,
.jch-hours dd {
    margin: 0;
    text-transform: uppercase;
    font-weight: 300;
    color: black;
}

.jch-hours dd {
  color: black;
}

.jch-hours p {
    margin-top: 28px;
    color: black;
    font-weight: 400;
}

.jch-social {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 30px max(40px, calc((100vw - 1180px) / 2));
  background: var(--jch-orange);
  color: var(--jch-white);
}

.jch-social p {
     margin: 0;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0;
}

.jch-social a {
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0;
}

@media (max-width: 1100px) {
  .jch-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .jch-hero__media {
    min-height: 520px;
  }

  .jch-hero__content {
    padding: 64px 40px;
    border-left: 0;
  }

  .jch-hero h1 {
    font-size: 58px;
  }

  .jch-statement__grid,
  .jch-editorial,
  .jch-profile,
  .jch-visit {
    grid-template-columns: 1fr;
  }

  .jch-editorial__image,
  .jch-editorial__image--large,
  .jch-profile__image {
    min-height: 520px;
  }

  .jch-editorial__panel {
    border: 0;
  }

  .jch-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jch-service:nth-child(2) {
    border-right: 0;
  }

  .jch-service:nth-child(-n + 2) {
    border-bottom: 1px solid var(--jch-line);
  }

  .jch-section-head--split {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 700px) {
  .jch-container {
    width: min(100% - 28px, 1180px);
  }

  .jch-hero__media {
    min-height: 420px;
  }

  .jch-hero__content,
  .jch-editorial__panel,
  .jch-profile__content,
  .jch-visit__content,
  .jch-hours {
    padding: 54px 24px;
  }

  .jch-hero h1 {
    font-size: 42px;
  }

  .jch-hero__lead {
    font-size: 19px;
  }

  .jch-hero__meta {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .jch-hero__meta span {
    min-height: 58px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .jch-statement,
  .jch-services,
  .jch-prices,
  .jch-review {
    padding: 70px 0;
  }

  .jch-home h2 {
    font-size: 34px;
  }

  .jch-statement__grid {
    gap: 34px;
  }

  .jch-editorial__image,
  .jch-editorial__image--large,
  .jch-profile__image {
    min-height: 380px;
  }

  .jch-service-grid {
    grid-template-columns: 1fr;
  }

  .jch-service,
  .jch-service:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--jch-line);
  }

  .jch-service:last-child {
    border-bottom: 0;
  }

  .jch-service span {
    margin-bottom: 32px;
  }

  .jch-price-row {
    min-height: 68px;
    font-size: 17px;
  }

  .jch-review p {
    font-size: 28px;
  }

  .jch-social {
    align-items: flex-start;
    flex-direction: column;
    padding: 30px 24px;
  }

  .jch-social p {
    font-size: 21px;
  }
	.footer .boxes .box {
    width: 100%;
    text-align: left;
    padding: 1% 5%;
}
	    .ast-header-break-point .site-below-footer-wrap[data-section="section-below-footer-builder"] {
        display: none;
    }
	.left-bott_foot {
		display:none;
	}
	.right-bott_foot {
display:none;
	}
	.jch-service-feature {
    display: block;
	}
	.slider {
		height:auto;
	}
	.left-col {
		
	        width: 96%;
        margin: 0 2%;
	}
	.right-col {
    width: 100%;
    vertical-align: top;
    display: inline-block;
    margin: 50px 0;
    padding: 0 5%;
}
	.enquiries {
		display:none;
	}
	.blue_bar {
    background-color: #f5f5f5;

    margin-top: 18px;
    padding: 30px 5%;
}
	.ast-header-break-point .ast-primary-header-bar {
		border:none;
	}
	.hide {
	display:block;
}
	.jch-hero__meta {
		display:none;
	}
	.opacity-slider {
		width:100%;
	}
	.inner-slide {
    padding: 0 5%;
	}
	.inner-slide h1 {
		font-size:47px;
	}
}

