/* 

Font:
font-family: "Zen Kaku Gothic Antique", sans-serif; 300,400,500,700,900

*/
/* =============== Layout =============== */
#wrapper {
    width: 100%;
    margin: 0;
    position: relative;
    overflow-x: hidden;
  }
  main {
    max-width: 100%;
    margin: auto;
  }

.content-title, .content-Meta, .blog-content, .content-footer, .blog-Nav,
.archive article, .clinic-map {
  width: 96%;
  margin: 0 auto;
}
.home-intro, .home-services-container, .home-hair-loss-container, .home-reasons-of-choosing-us-container, .two-side-text, 
.home-why-choose-us-container, .home-leading-in-london-container > div:nth-child(1),
.home-reasons-london-premier-container, .home-faq-container,
.subpage-intro, .subpage-treat-container, .subpage-block-container, .subpage-fue-procedure-container, .subpage-fue-fut-differences-container,
.blog-index, .content {
  max-width: 1280px;
  margin: auto;
}
.subpage-intro p, .home-intro p, .home-hair-loss-container p, 
.home-service-item h3, .home-services-container p, .subpage-treat-container p, .subpage-treat-container h2,
.subpage-fue-procedure-container p, .subpage-fue-procedure-container h2, .subpage-fue-procedure-container h3,
.subpage-fue-fut-differences-container p, .subpage-fue-fut-differences-container h2, .subpage-fue-fut-differences-container h3,
.module-Article-item h2, .module-Article-item p, .module-Article-item time, .pagination, .content {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1100px) {
  .subpage-intro p, .home-intro p, .home-hair-loss-container p, 
  .home-service-item h3, .home-services-container p, .subpage-treat-container p, .subpage-treat-container h2,
  .subpage-fue-procedure-container p, .subpage-fue-procedure-container h2, .subpage-fue-procedure-container h3,
  .subpage-fue-fut-differences-container p, .subpage-fue-fut-differences-container h2, .subpage-fue-fut-differences-container h3,
  .module-Article-item h2, .module-Article-item p, .module-Article-item time, .pagination, .content {
    width: calc(100% - 4rem);
    max-width: 1280px;

    padding-left: 0;
    padding-right: 0;
}
}

.content-align-centre {
  align-self: center;
}
.flexbox > div {
  display: flex;
  flex-wrap: wrap;
}
.subpage-2boxes .wp-block-image {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.wp-block-image {
  /* height: 100%; */
}
.wp-block-image img {
  display: block;
  margin: auto;
  height: 100% !important;
  object-fit: cover;
}
.add-margin-bottom {
  margin-bottom: 4em;
}
.margin-bottom-50px {
  margin-bottom: 50px;
}
@media (min-width: 1100px) {
  
  
}
.margin-top-50px {
  margin-top: 50px;
}


/* =============== Typesetting =============== */
body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
    line-height: 1.55;
    color: #272727;
    letter-spacing: 0.75px;
}
h1, h2, h3, h4, h5, h6, .highlight-with-icon div p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
h2 {
  font-size: 1.35rem;
  margin-bottom: 1.5rem;
}
h3 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
p + p, ol + p, p + ol, ul + p, p + ul, h4 + p {
  margin-top: 1rem;
}
p + div, div + p, p + .wp-block-gallery, ul + ul, .wp-block-columns + .wp-block-columns {
  margin-top: 2rem;
}
p + div.wp-block-spacer, .wpcf7-form div + p, .wp-block-spacer + .duo-colour-line,
.cta-call p + p, .footer-desktop-links p + div {
  margin-top: 0;
}
strong {
  font-weight: 600;
}
em {
  font-style: italic;
}
ol {
  list-style-type: lower-latin;
  margin-left: 3em;
}
ol li {
  padding-left: 1em;
}

ul li::marker {
  color: var(--brand-color);
}

article.page > div {
  margin-bottom: 120px;
}
article.page > div.wp-block-spacer
{
  margin-bottom: 0;
}
.subpage-2boxes strong {
  font-weight: 700;
  color: var(--second-color);
}
.single-cta, .wp-block-buttons {
  margin-top: 2rem;
}

/* ***if want to change the font size, please also change on functions.php */
.has-x-small-font-size {
    font-size: 0.75rem;
}
.has-small-font-size {
    font-size: 1rem;
}
.has-normal-font-size {
    font-size: 1.125rem;
}
.has-large-font-size {
    font-size: 1.5rem;
}
.has-huge-font-size {
    font-size: 2.25rem;
}
.number {
  font-size: 2em;
  font-weight: 700;
  color: var(--second-color);
}
.central-align {
  text-align: center;
}

/* =============== Colour setting =============== */
:root {
    --brand-color: #2A7C6F;
    --second-color: #C85442;
    --third-color: #000;
    --link-color: #2A7C6F;
    --light-grey: #f2f2f2;
  }

.has-brandcolour-background-color {
    background-color: var(--brand-color);
}
.has-brandcolour-color {
    color: var(--brand-color);
}
.has-secondcolour-background-color {
    background-color: var(--second-color);
}
.has-secondcolour-color {
    color: var(--second-color);
}
.has-thirdcolour-background-color {
    background-color: var(--third-color);
}
.has-thirdcolour-color {
    color: var(--third-color);
}
/* =============== Design =============== */
.archive article {
  margin-top: 6em;
}
.module-Article-item, .duo-colour-line {
  position: relative;
  margin: 4em auto 6em;
  margin-bottom: 170px !important;
}
.module-Article-item {
  margin-top: 7em;
}
.module-Article-item:first-of-type {
  margin-top: 3em;
}
.post {
  position: relative;
  margin-bottom: 4em;
}
.duo-colour-line {
  /* padding: 0 10px; */
}
.hero-duo-colour-line {
  margin-top: 0;
  padding-top: 0;
}
.module-Article-item::before, .duo-colour-line::before, .post::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -6rem;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  width: 50%;
  border-bottom: solid 4px var(--brand-color);
  left: 0%;
  padding-top: 3em;
  margin-bottom: 3em;
  
}

.module-Article-item::after, .duo-colour-line::after, .post::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -6rem;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  width: 50%;
  border-bottom: solid 4px var(--second-color);
  left: 50%;
  margin-bottom: 3em;
}
.duo-colour-line::before, .duo-colour-line::after {
  margin-bottom: 0;
}
.hero-duo-colour-line.duo-colour-line {
  padding: 0;
}
.wp-block-media-text__media {
  position: relative;
}
.wp-block-media-text__media::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: -10px;
  left: -10px;
  border: 1px solid var(--brand-color);
  z-index: 1;
}
.black-border {
  border: 1px solid #000;
  padding: 1rem 1rem 2rem;
}
svg {
  fill: var(--brand-color);
}
/* =============== Links =============== */
a {
    text-decoration: none;
    /* font-weight: 600; */
    position: relative;
  }
  
  a:link, a:visited {
    color: var(--link-color);
  }
  a:hover {
    color: var(--third-color);
    transition: 0.3s;
  }
  a:active, a:focus {
    color: var(--brand-color);
  }
.wp-block-button__link {
  transition: 0.5s;
}

.wp-block-button__link:link, .wp-block-button__link:visited {
  color: #fff;
}
.wp-block-button__link:hover {
  background-color: var(--brand-color);
  color: #fff;
}
/* =============== button setting =============== */
.single-cta .wp-block-button {
  min-width: 250px;
}
.product-card .single-cta .wp-block-button {
  min-width: 180px;
}

.wp-block-button__link { 
    text-decoration: none; 
    border-radius: 0.2em; 
    opacity: 1; 
    transition: all 0.2s ease-in-out; 
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    /* padding: 0.5em 2em 0.4em !important;  */
    display: inline-block; 
    box-shadow: 2px 2px 4px #ccc !important;
    width: 100%;
    max-width: 330px;
    height: 38px;
    font-size: 0.9rem !important;
    line-height: 1.35;
    padding: 9px !important;
}
.wp-block-buttons + .wp-block-buttons {
  margin-left: 2rem;
}
    
.wp-block-button__link:hover, .wp-block-button__link:focus { 
    /* background-color: rgba(9, 192, 118, 0.75) !important;  */
    /* color: #FFFFFF !important;  */
  }
.button-speak-with-surgeon, .button-call-us-now {
  width: 90%;
  max-width: 330px;
  margin: auto !important;
  background-color: white;
  border-radius: 50px;
  padding: 0;
}
.button-speak-with-surgeon a, .button-speak-with-surgeon a:link, .button-speak-with-surgeon a:visited {
  color: white;
}

.button-call-us-now {
  margin-left: 1rem;
}
.button-call-us-now .wp-block-button__link {
  background-color: white !important;
  color: var(--link-color);
  border: 1px solid var(--link-color);
  padding-top: 8px;
}
.button-call-us-now a.wp-block-button__link::before {
  content: '';
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-right: 8px;
  background: url(https://sosdev.co.uk/soshairloss/wp-content/themes/soscreativitytheme/assets/img/icon-phone-green.png) no-repeat 0 0;
  background-size: 15px 15px;
  position: relative;
  top: 2px;
}
.button-call-us-now a.wp-block-button__link::before img {
  width: 100%;
  height: auto;
}
.button-call-us-now .wp-block-button__link:hover, .button-call-us-now .wp-block-button__link:focus { 
  color: var(--brand-color) !important; 
  border-color: var(--brand-color) !important;
  transition: .6s;
}
.button-call-us-now a.wp-block-button__link:hover::before {
  background: url(https://sosdev.co.uk/soshairloss/wp-content/themes/soscreativitytheme/assets/img/icon-phone-brand-color.png) no-repeat 0 0;
  background-size: 15px 15px;
  transition: 0.6s;

}

/* =============== Header =============== */
header {
    width: 100%;
    position: relative;
}
a.header-SiteName-Link {
    display: block;
    width: 180px;
    margin: 1em auto;
}
a.header-SiteName-Link img {
    width: 100%;
    height: auto;
}
.header-tel {
  display: none;
}
.cta {
  width: 100%;
  z-index: 100;

}
.whatapp-icon {
  width: 50px;
  height: auto;
  margin: 1em auto 0;
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 100;
}
.whatapp-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.cta-call {
  width: 100%;
  font-size: 0.85em;
  font-weight: 500;
  text-align: center;
  background-color: var(--brand-color);
  color: white;
  padding: 1em;
  z-index: 99;
}
@media (min-width: 1100px) {
  .cta {
    width: 115px;
    position: fixed;
    bottom: 60px;
    right: 1em;
  }
  .cta-call {
    max-width: 115px;
    background-color: #000;
  }
  .whatapp-icon {
    position: static;
    bottom: 0;
    right: 0;
  }
}

/* =============== Navigation =============== */
.header-Nav-container {

}

.hamberger-menu {
    position: absolute;
    background: transparent;
    cursor: pointer;
    width: 80px;
    height: 80px;
    top: -20px;
    left: 0;
    border-radius: 5px;
    z-index: 101;
}
  
.hamberger-menu .openbtn-area{
    transition: all .6s;
    width: 80px;
    height: 80px;
  }
  
  .hamberger-menu span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 22px;
    height: 2px;
    border-radius: 2px;
    background: var(--third-color);
    width: 45%;
    }
  
  .hamberger-menu span:nth-of-type(1) {
    top:30px; 
  }
  
  .hamberger-menu span:nth-of-type(2) {
    top:40px;
    width: 35%;
  }
  
  .hamberger-menu span:nth-of-type(3) {
    top:50px;
    width: 25%;
  }
  
  .hamberger-menu.active .openbtn-area{
    transform: rotate(90deg);
  }
  
  .hamberger-menu.active span:nth-of-type(1) {
      top: 33px;
      left: 29px;
      transform: translateY(6px) rotate(-45deg);
      width: 30%;
  }
  
  .hamberger-menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  
  .hamberger-menu.active span:nth-of-type(3){
      top: 45px;
      left: 29px;
      transform: translateY(-6px) rotate(45deg);
      width: 30%;
  }


/* Hamburger Menu ============================ 
   (Display when screen < 600px) ============= */

nav.menu {
    width: 100%;
    /* max-width: 680px; */
    height: 100vh;
    /* text-align: center; */
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-1000%);
    transition: 0.5s;
    z-index: 100;
  }
  
  nav.menu.active {
    transform: translateX(0);
    transition: 0.5s;
    background-color: rgba(255, 255, 255, 0.9);

  }

  nav.menu a {
    font-size: 1.1rem;
  }
  
  /* the outermost ul */
  nav.menu ul.header-Nav-items {
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0.5em 1em 1.5em;
    margin-top: 60px;
    height: fit-content;
    z-index: 2;
  }
  ul.header-Nav-items li {
    font-size: 0.9rem;
    text-transform: uppercase;
    margin: 0.5rem 1rem;
  }
  .sub-menu li a {
    font-size: 1em;
    color: #666;

  }
  /* .sub-menu li a::before {
    content: '\2719';
    padding-right: 5px;
    color: var(--brand-color);
  } */
/* Main menu - li - menu items */
.header-Nav-items {

}
.image-menu .menu-item img {
  display: none;
  width: 100%;
  height: auto;
  transition: 0.5s;
}
@media (min-width:1100px) {
  .hamberger-menu {
    display: none;
  }
  nav.menu {
    display: block;
    width: 100%;
    position: absolute;
    top: 95px;
    transform: translateX(0);
    height: fit-content;
    margin: 0 auto;
    background-color: var(--third-color);
  }
  nav.menu ul.header-Nav-items {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    background-color: var(--third-color);
  }
  nav .header-Nav-items a:link, nav .header-Nav-items a:visited {
    color: white;
  }
  .sub-menu {
    /* display: none; */
  }
  .sub-menu .pointer {
    width: 180px;
    margin: auto;
    padding-left: 1em;
  }
  .menu-item-has-children {

  }
  .menu-item-has-children a, .menu-item a {
    display: block;
    /* width: 145px; */
    padding: 1.2rem;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
  }
  .menu-footer-services-container .menu-item a,
  .menu-footer-sectors-container .menu-item a,
  .menu-footer-about-container .menu-item a,
  .footer-desktop-links .menu-item a {
    padding: 0;
    text-align: left;
  }
  nav.menu a {
    font-size: 0.95rem;
  }

  nav.menu ul.header-Nav-items {
    /* display: block; */
    /* width: 100%; */
    padding: 0;
  }
  .header-Nav-items > li {
    width: 200px;
  }

  nav.menu ul.header-Nav-items li {
    list-style: none;
    margin: 0;
  }
  nav.menu ul.header-Nav-items li a {
    /* float: left; */
    /* border-right: 1px solid #fff; */
  }
  nav.menu ul.header-Nav-items li ul li a {
    border-right: 1px solid var(--brand-color);
  }
  nav.menu ul.header-Nav-items li:last-child a {
    border-right: none;
    width: 100%;
    text-align: center;
  }
  nav.menu > ul.header-Nav-items > li a:hover {
    background: var(--brand-color);
  }
  nav.menu > ul.header-Nav-items > .sub-menu li a:hover {
    background: transparent;
  }
  .menu-item-has-children {
    /* position: relative; */
  }
  .menu-item-has-children > ul {
    width: 100vw;
    position: absolute;
    padding: 1em 5% 2em;
    left: 0;
    top: 60px;
    visibility: hidden;
    opacity: 0;
    transition: 0s;
    border-top: 1px solid #fff;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .image-menu > ul > .menu-item-has-children > ul {
    width: 100%;
    max-width: 220px;
    position: relative;
    top: 0;
  }
  .image-menu > .sub-menu {
    background-color: var(--brand-color);
  }
  .image-menu .sub-menu li {
    max-width: 220px;
  }
  .image-menu .menu-item img {
    display: block;
  }
  .image-menu > .sub-menu {
    column-gap: 1rem;
    row-gap: 1.2rem;
    padding-top: 2rem;
  }
  
  /* .image-menu img {
    max-width: 200px;
    height: auto;
  } */
  .image-menu .menu-item {
    transition: .5s;
    position: relative;
  }
  .image-menu .menu-item .sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3);
    color: #000;
    font-weight: 600;
    border: 1px solid #000;
    aspect-ratio: 3 / 2;
    padding: 0.5rem 0;
    transform: 0.75s;
  }
  .image-menu .menu-item .sub-menu:hover {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .image-menu .menu-item .sub-menu li {
    width: 100%;
    max-width: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  
  .image-menu > .menu-item > a {
    max-height: calc(400px / 3);
    display: block;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 3 / 2;
  }
  .image-menu .menu-item .sub-menu a {
    line-height:calc(143px - 1rem);
    background-color: transparent;
    color: #000;
    font-weight: 600;
    aspect-ratio: none;
  
  }
  .image-menu .menu-item .sub-menu a:hover {
    background-color: transparent;
    color: #000;
  }
  
  /* .menu-item-has-children ul li {
    width: 100%;
    margin: 0 auto;
  }  */
  .menu-services .pointer {
    position: relative;
    left: 270px;
  }
  .menu-item-has-children ul a{
    float: none;
    /* min-height: 40px; */
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    text-align: left;
    padding: 0;
  }
  .menu-item-has-children ul a::before {
    /* content: '\220E '; */
    margin-right: 1em;
    color: var(--link-color);
  }
  .image-menu:hover ul {
    visibility: visible;
    opacity: 1;
  }
  nav.menu ul.header-Nav-itemsli ul a:hover {
    background: var(--brand-color);
    color: var(--second-color);
  }
  .image-menu:hover .sub-menu li a {
    background: transparent;
  }
  .header-Nav-items .menu-item-has-children:hover ul a {
    visibility: visible;
    opacity: 1;
    background: var(--brand-color);
  }
  .header-Nav-items > .menu-item:hover {
    background-color: var(--brand-color);
  }
  .header-Nav-items .menu-item-has-children:hover .sub-menu li a {
    background: transparent;
  }
  .sub-menu {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: var(--brand-color);

  }
}

/* =============== Footer =============== */
footer {

}
.footer-menu-desktop {
  display: none;
  margin-top: 100px;
}
.footer-menu-mobile {
  margin-top: 100px;
  border-top: 0.75px solid #ddd;
  border-bottom: 0.75px solid #ddd;
}
.footer-menu-mobile .link {
  border-top: 0.75px solid #ddd;
  position: relative;
}
.footer-menu-mobile .link:first-of-type {
  border-top: none;
}
.footer-menu-mobile .link {
  padding: 1rem 1rem;
}
.footer-menu-mobile .hidden {
  display: none;
}
.footer-menu-mobile dl.hidden, .footer-menu-desktop dl {
  display: grid;
  grid-template-columns: 1fr 15fr;
  gap: 0.5rem;
  padding-right: 1rem;
}
.footer-menu-mobile dt, .footer-menu-desktop dt {
  width: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-menu-mobile dl.hidden, .footer-menu-mobile .links {
  padding-left: 1rem;
  padding-bottom: 1rem;
}
.footer-menu-mobile dl.hidden, .footer-menu-mobile .links a, .footer-menu-desktop a, .footer-menu-desktop dl p {
  font-size: 0.85em;
  font-weight: 300;
}
.footer-menu-mobile .links a, .footer-menu-desktop a {
  display: block;
}
.footer-menu-desktop dd a {
  display: inline;
}
.drop-down {
  max-width: 16px;
  height: auto;
  position: absolute;
  top: 28px;
  right: 20px;
}
.footer-menu-desktop .link {
  font-weight: 700;
  margin-bottom: 1rem;
}
.footer-menu-desktop a:link, .footer-menu-desktop a:visited {
  color: #272727;
}
.footer-menu-desktop a:hover {
  color: var(--link-color);
  text-decoration: underline;
}
.footer-menu-desktop a:active, .footer-menu-desktop a:focus {
  color: var(--link-color);
}
.footer-Widgets {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3em 10px 0;
  padding-top: 0;
  max-width: 1280px;
  margin:  2em auto 0;
  gap: 1em;
}
a.footer-SiteName-Link:link, a.footer-SiteName-Link:visited {
    color: var(--brand-color);
}
.widget_block, .widget_block.widget_media_image, .footer-details {
 margin: 1em auto;
}
.footer-brand-logo {
  max-width: 220px;
}
.footer-brand-logo img {
  object-fit: contain;
}
.footer-details {
  width: 360px;
}
.footer-icon-tel::before, .footer-icon-address::before, .footer-icon-open::before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 0.75em;
  background-size: 20px 20px;
  position: relative;
  top: 5px;
}
.footer-icon-tel::before {
  background-image: url(https://sosdev.co.uk/soshairloss/wp-content/uploads/2023/09/footer-icon-tel.png);
}
.footer-icon-address::before {
  background-image: url(https://sosdev.co.uk/soshairloss/wp-content/uploads/2023/09/footer-icon-location.png);
}
.footer-icon-open::before {
  background-image: url(https://sosdev.co.uk/soshairloss/wp-content/uploads/2023/09/footer-icon-clock.png);
}
.footer-map {
  max-width: 360px;
  height: auto;
}
.menu-footer-menu-container {
  background-color: var(--second-color);
}
.footer-Nav-items {
  max-width: 1280px;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2em 10px;
}
.footer-Nav-items .menu-item {
  width: 100%;
}
.footer-Nav-items a:link, .footer-Nav-items a:visited {
  color: white;
}
.footer-Nav-items a:hover {
  color: var(--brand-color);
  transition: 0.6s;
}
.footer-Nav-items .sub-menu {
  margin-left: 1em;
  font-size: 0.95em;
}
.footer-Nav-items > li+li {
  margin-top: 8px;
}
.copyright {
  max-width: 1280px;
  margin: 2em auto;
  padding: 0 10px;
  text-align: left;
  font-size: 0.8em;
}
.copyright p {
  text-align: center;
}

/* Home - blog post */
section.home-blog-post {

}
h2.home-blog-post-title {

}
p.home-blog-post-more {

}
a.home-blog-post-more-link {

}


/* H1 for pages and post */
.content-title {

}
.product-card, .product-card-without-link {
  border: 1px solid #000;
  padding: 0.6rem 0.6rem 6rem;
  position: relative;
}
.product-card-without-link {
  padding-bottom: 2rem;
}
.product-card .wp-block-cover, .product-card-without-link .wp-block-cover {
  margin-bottom: 2rem;
}
.product-card h3, .product-card-without-link h3 {
  font-size: 1.15rem;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.product-card p, .product-card-without-link p {
  font-size: 0.95rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.product-card .single-cta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
  margin: auto;
}
.product-card-without-link ul {
  list-style-type: disc;
  font-size: 0.95rem;
  margin-left: 3rem;
  margin-right: 1rem;
}
.product-card-without-link li {
  padding-left: 1rem;
}
@media (min-width: 1300px) {
  .footer-menu-desktop {
    display: flex;
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ccc;
    margin-bottom: 6rem;
  }
  .footer-desktop-contact-details {
    border-right: 1px solid #ccc;
  }
  .footer-desktop-links {
    display: flex;
    justify-content: center;
    gap: 3.2rem;
  }
  /* .footer-desktop-links > div {
    min-width: 200px;
  } */

  .footer-menu-mobile {
    display: none;
  }
  .footer-menu-desktop {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-desktop-contact-details .wp-block-social-links {
    margin-top: 1rem;
  }
  .footer-Widgets {
    display: none;
  }
}

/* ============================================
   Page top
=============================================== */
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  transition: all 0.3s;
}

#page-top img {
  width: 22px;
  height: auto;
}

#page-top {
  position: fixed;
  right: 24px;
  bottom: 16px;
  z-index: 2;
  opacity: 0;
  transform: translateX(100px);
}


#page-top.LeftMove {
  animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/*ã€€å³ã®å‹•ãã€€*/

#page-top.RightMove {
  animation: RightAnime 0.5s forwards;
}

@keyframes RightAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 1;
    transform: translateX(100px);
  }
}
/* =============== content page =============== */
.content-Header {

}
h1.content-Title {

}
/* =============== search.php =============== */
p.search-ResultNum {

}
/* =============== 404.php =============== */
div.error-content-container {
  max-width: 1280px;
  margin: 6em auto 7em;
  padding: 0 10px;
}
div.error-content-container p {
  margin: 2em auto;
}

/* =============== single.php =============== */
.single h1 {
  color: var(--brand-color);
  font-size: 1.5em;
  margin: 2em auto 1em;
}
.single h2 {
  color: var(--brand-color);
  font-size: 1.2em;
  margin: 2em 0 1em;
}
.content-Meta {

}

.content-Meta_Date {

}

.content-EyeCatch {
  width: 100%;
  max-height: 400px;
  margin: 1em auto;
  overflow: hidden;
}
.content-EyeCatch img {
  width: 100%;
  height: auto;
  display: block;
}
.single .wp-block-quote {
  border-color: var(--second-color);
  margin-top: 2em !important;
}
.blog-content ul {
  margin: 1em auto;
  padding-left: 1em;
}
.blog-content li::before {
  content: '\271A';
  color: var(--second-color);
  margin-right: 1em;
}
.blog-content li+li {
  margin-top: 0.5em;
}
.content-tags {
  padding: 1em 0;
}
.content-tags li {
  border: 0.75px solid var(--link-color);
  border-radius: 6px;
  padding: 3px 1.5em;
  display: inline-block;
  font-size: 0.8em;  
}
.content-tags li:hover {
  border-color: var(--brand-color);
  transition: 0.5s;
}
.content-tags li+li {
  margin-left: 0.75em;
}
.content-footer {
  margin-bottom: 3em;
}
.blog-Nav {
  display: flex;
  justify-content: space-between;
  gap: 2em;
  flex-wrap: wrap;
  font-size: 0.9em;
}
.blog-Nav-Prev {

}
.blog-Nav-Next {

}
/* =============== index.php (Blog) =============== */
.blog-h1-container {
  width: 100%;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--brand-color);
  background: linear-gradient(rgba(29,54,111,0.8), rgba(29,54,111,0.5)), url(https://sosdev.co.uk/wp-content/uploads/2023/09/Depositphotos_271602614_XL-scaled.jpg) no-repeat center;
  background-size: cover;

}
.blog-h1-container h1 {
  max-width: 1280px;
  font-size: 2.2em;
  text-align: center;
  margin: auto;
  color: white;
}
.blog-index {

}
.blog-contact-form-container {
  background-color: var(--brand-color);
  margin: 6em auto 1em;
  padding: 2em 10px;
}

/* =============== front-page.php =============== */
.home h1.content-title, .page h1.content-title {
  display: none;
}

.home-hero-container {
  width: 100%;
  /* background-color: var(--brand-color);
  background: url('https://kital.uk/soscreativity/wp-content/themes/soscreativitytheme/assets/img/best-hair-hero.png') no-repeat center center;
  background-size: cover; */
  padding: 1em 0.5em;
  margin: 0 auto;
}
.home-hero-container > div {
  max-width: 1280px;
}
.home-hero-container h1 {
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1.2;
  color: #000;
  text-shadow: 2px 2px 10px #fff;
}
.home-hero-container .wp-block-cover__inner-container, .alignfull .wp-block-cover__inner-container {
  max-width: 700px;
  position: relative;
  padding: 3rem 2rem;
}
.home-hero-container .wp-block-cover__inner-container::before,
.home-hero-container .wp-block-cover__inner-container::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #000;
}
.home-hero-container .wp-block-cover__inner-container::after,
.projects-hero .wp-block-cover__inner-container::after  {
  background-color: rgba(255,255,255,0.8);
  border-color: transparent;
  z-index: -1;
}
.projects-hero .wp-block-cover__inner-container::before {
  z-index: 1;
}
.projects-hero .wp-block-cover__inner-container::after {
  z-index: 0;
}
.wp-block-cover__inner-container .content {
  position: inherit;
  z-index: 2;
}
.home-hero-container .wp-block-cover__inner-container h1, 
.home-hero-container .wp-block-cover__inner-container p {
  text-align: center;
  margin-bottom: 2rem;
}
.home-hero-container .wp-block-cover__inner-container .single-cta {
  margin: auto;
}
.home-hero-container .wp-block-cover__inner-container .wp-block-buttons-is-layout-flex {
  justify-content: center;
}
/* .home-hero-container .wp-block-cover__inner-container .wp-block-button {
  width: 100%;
} */
.home-hero-container .wp-block-cover__inner-container .wp-block-buttons-is-layout-flex {
  gap: 1rem;
}
/* .home-hero-container .single-cta {
  max-width: 100%;
} */
.alignfull .wp-block-cover__inner-container {
  background-color: rgba(255,255,255,0.8);
}

.social-proof {
  width: 85%;
  max-width: 220px;
}
.social-proof a {
  display: block;
  width: 200px;
  margin: 0.75em auto;
}
.social-proof p {
  text-align: center;
}
.social-proof img {
  display: block;
  width: 100px;
  height: auto;
  margin: auto;
}
.home-intro {
  padding-top: 4em;
  flex-direction: row-reverse;
}
.home-intro p {
  font-size: 0.9em;
  margin-bottom: 1rem;
}
.home-intro .wp-block-buttons {
  justify-content: center;
  margin-top: 2rem;
}
.home-intro figure {
  /* margin-bottom: 0 !important; */
}
.highlight-with-icon div figure {
  width: 50px;
  height: 50px;
  margin: 0 auto 2.5em;
}
.highlight-with-icon div figure img {
  width: 100%;
  height: auto;
  position: relative;
  top: 6px;
}
.highlight-with-icon div p {
  width: 100%;
  font-size: 1.1em;
  font-weight: 600;
  color: var(--brand-color);
}
.heading-with-description {
  width: 100%;
  color: var(--brand-color);
  text-align: center;
  margin: 10em auto 3em;
}
.clinic-content .heading-with-description {
  margin-top: 5em;
}
.home-intro-image.wp-block-image {
  width: 100%;
  max-width: 400px;
  margin: auto;
}
.heading-with-description h2 {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 2em;
}
.heading-with-description p {
  position: relative;
  text-align: left;
  max-width: 800px;
  margin: auto;
  
}
.heading-with-description p::before {
  content: '';
  position: absolute;
  width: 90px;
  height: 1px;
  background-color: var(--brand-color);
  top: -3em;
  left: 0;
  right: 0;
  margin: 2em auto;
}
.home-service-items-wrapper div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
}
.home-service-item {
  border: 2px solid var(--brand-color);
  width: 100%;
  max-width: 330px;
}
.home-service-item figure {
  height: 200px;
  overflow: hidden;
}
.home-service-item h3 {
  font-size: 1.1em;
  color: var(--brand-color);
  text-align: center;
  position: relative;
  margin: 0 auto 1em;
}
.home-service-item h3::after {
  content: '';
  width: 70px;
  height: 5px;
  background-color: var(--second-color);
  bottom: -1.5em;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
}
.home-service-item p {
  font-size: 0.9em;
  padding: 0 1em;
}
.home-service-item > div {
  position: relative;
}
.home-service-item p:first-of-type {
  margin-bottom: 3em;
}
.home-service-item p:last-of-type {
  position: absolute;
  bottom: 20px;
  right: 10px;
}
.home-explanation {
  font-size: 0.9em;
  margin: 2em 0;
}
.home-reasons-of-choosing-us-container {
  padding: 0 10px;
}

.home-reasons-of-choosing-us-wrapper > div {
  max-width: 830px !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2em;
}
.home-reasons-of-choosing-us {
  width: 100%;
  max-width: 360px;
  min-height: 288px;
  background-color: rgba(29, 54, 111, 0.15);
  color: var(--brand-color);
  border-radius: 30px;
  padding: 1.5em 3em 3em;
  margin: auto;
}
.home-reasons-of-choosing-us figure {
  width: 50px;
  height: 50px;
  margin: auto;
}
.home-reasons-of-choosing-us h3 {
  font-weight: 700;
  font-size: 1.3em;
  text-align: center;
  margin: 1em auto;
}
.home-reasons-of-choosing-us p {
  font-size: 0.85em;
}
.home-2boxes {
  gap: 0;
}
.home-2boxes > div {
  display: flex;
  align-items: center;
}
.home-2boxes figure {
  margin-bottom: 0 !important;
  overflow: hidden;
  height: 100%;
}
.home-2boxes figure img {
  width: 100%;
  min-height: 100%;
  max-height: 500px;
  object-fit: cover;
}
.home-2boxes-blue {
  background-color: var(--brand-color);
  color: white;

}
.home-2boxes-green {
  background-color: var(--second-color);
  color: white;
  flex-direction: row-reverse;
}
.home-2boxes-content {
  display: flex;
  margin: auto;
}
.home-2boxes-content > div {
  margin: 3em auto;
  padding: 0 10px;
}
.home-2boxes-content h2 {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 1.5em;
}
.home-2boxes-content h3 {
  font-size: 1.1em;
  margin: 1.2em 0 2px;
}
.home-2boxes-content p {
  font-size: 0.95em;
  font-weight: 400;
}
.home-2boxes-content p:last-of-type {
  margin-bottom: 2em;
}
.home-2boxes-content .wp-block-buttons {
  margin-bottom: 0;
}
.three-2side-boxes-container {
  margin: 5em 0 3em;
}


.two-side-text {
  gap: 0;
}
.two-side-text .heading-with-description {
  padding: 1em 2em;
  margin-top: 3em;
}
.two-side-text .heading-with-description h2 {
  min-height: 64px;
}
.two-side-text .heading-with-description p {
  text-align: left;
}
div.duo-colour-line:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) {
  position: relative;
  top: 1.2em;
}
.duo-colour-line.two-side-text {
  margin-top: 0;
}
.sub-two-side-text .heading-with-description {
  margin: 6em auto 0;
}
.home-why-choose-us-container {
  padding: 0 10px;
}

.home-why-choose-us-container .flexbox div {
  gap: 2em;
}
.home-why-choose-us-item {
  min-width: 330px;
  width: 30%;
  min-height: 445px;
  background-color: rgba(29, 54, 111, 0.15);
  color: var(--brand-color);
  border-radius: 30px;
  padding: 1.5em 3em 3em;
  margin: auto;
}
.home-why-choose-us-item .number, .home-why-choose-us-item h3 {
  text-align: center;
}
.home-why-choose-us-item h3 {
  min-height: 55px;
  font-size: 1.2em;
  margin: 1em auto;
}
.home-why-choose-us-item .item-content, .home-why-choose-us-container .flexbox ~ p {
  font-size: 0.9em;
  color: var(--brand-color);
}
.home-why-choose-us-container .flexbox, .home-why-choose-us-container .flexbox ~ p {
  margin-bottom: 3em;
}
.home-why-choose-us-container .wp-block-buttons {
  max-width: 800px;
  margin: 0 auto 5em;
}
.home-why-choose-us-container .highlight-with-icon, .home-reasons-london-premier-container .highlight-with-icon {
  max-width: 860px;
  margin: auto;
  margin-bottom: 4em;
}
.home-why-choose-us-container .highlight-with-icon p {
  font-size: 1.1em;
  text-align: left;
}
@media (min-width: 710px) {
  .subpage-beard-journey .home-why-choose-us-item {
    min-height: 530px;
  }
}
.home-leading-in-london-container {
  background-color: var(--brand-color);
  color: white;
  padding: 5em 10px;
}
.home-leading-in-london-container > div:nth-child(1) > p:nth-child(3) {
  max-width: 860px;
  text-align: left;
  margin: auto;
  font-size: 0.95em;
  padding: 0 10px;
}
.home-leading-in-london-container > div:nth-child(1) > p:nth-child(3) .number {
  font-size: 1em;
}
.home-reasons-london-premier-container {
  margin-bottom: 8em;
  padding: 0 10px;
}
.home-reasons-london-premier-container .highlight-with-icon {
  margin-bottom: 2em;
}
.home-reasons-london-premier-container.duo-colour-line .heading-with-description {
  margin-top: 6em;
}
.home-reason-london-premier {
  margin-bottom: 1em;
}
.home-reason-london-premier p {
  font-size: 0.9em;
}
.wp-container-74 > div:nth-child(1) {
  align-self: center;
}
.duo-colour-line.clinic-content {
  margin-top: 10em;
}
.single-button {
  min-width: 330px;
}
.wp-block-buttons-is-layout-flex {
  justify-content: center;
}
div.button-call-us-now:nth-child(1) > a:nth-child(1) {
  margin-left: 0;
}
.home-dr-and-team-container figure {
  width: 100%;
  max-height: 800px;
}
.home-dr-and-team-container figure img {
  /* min-height: 800px; */
}
.female-page-right-choice {
  margin-top: 4em;
}

/* ---------- FAQ ---------- */
.home-faq-container h2 {
  font-size: 2em;
  text-align: center;
  color: var(--brand-color);
  margin: 3em auto 1em;
}
h3.link {
  background-color: rgba(29, 54, 111, 0.1);
  margin: 1em auto;
  height: 80px;
  display: flex;
  position: relative;
}
h3.link a {
  display: inline-block;
  padding: 1em;
  width: calc(100% + 80px);
  font-weight: 300;
  font-size: 0.9em;
  line-height: 2;
  color: var(--brand-color);
  align-self: center;
  padding: 1em 80px;
  z-index: 2;
}
h3.link::before {
  content: 'Q';
  width: 80px;
  font-size: 2.5em;
  font-weight: 300;
  text-align: center;
  color: var(--link-color);
  line-height: 80px;
  position: absolute;
  left: 0;
}
h3.link::after {
  content: '';
  width: 30px;
  height: 30px;
  background: url(https://sosdev.co.uk/soshairloss/wp-content/uploads/2023/09/icon-arrow.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 25px;
  right: 25px;

}
.faq-hidden {
  display: none;
  font-size: 0.9em;
  padding: 2em;
}
.home-faq-container {
  margin-bottom: 5em;
}
.home-faq-container h2{
  font-size: 2em;
}
/* ================= page.php ================= */

.subpage-hero-container > div {
  max-width: 1280px;
}
.subpage-hero-container h1 {
  font-size: 1.5em;
  font-weight: 400;
  text-align: center;
  color: var(--brand-color);
  text-shadow: 2px 2px 10px #999;
  padding: 1em 0.5em 0.5em;
}

.subpage-hero-container .social-proof {
  width: 85%;
}
.subpage-hero-content {
  color: white;
}
.subpage-hero-content p {
  margin: 2em auto;
}
.subpage-treat p, .subpage-treat h3, .subpage-treat .heading-with-description {
  padding: 0 10px;
}
.subpage-treat ul {
  padding: 0 10px 0 20px;
  list-style: inside;
}
.subpage-treat li:nth-last-of-type(even) {
  margin-top: 1em;
  margin-bottom: 1em;
}
.subpage-treat .wp-block-columns, .subpage-fue-procedure .wp-block-columns {
  margin-bottom: 4em;
}
.subpage-treat h3, .subpage-fue-procedure h3 {
  color: var(--second-color);
  font-size: 1.3em;
  margin-bottom: 1em;
}
.subpage-2boxes {
  gap: 0;
}
.subpage-2boxes figure img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;

}
.subpage-2boxes-blue {
  background-color: var(--brand-color);
  color: white;
}
.subpage-content-without-line {
  margin-bottom: 8em;
  margin-top: 15em;
}
.subpage-light-blue-box {
  width: 100%;
  max-width: 360px;
  min-height: 288px;
  background-color: rgba(29, 54, 111, 0.15);
  color: var(--brand-color);
  border-radius: 30px;
  padding: 1.5em 3em 3em;
  margin: auto;
}
.subpage-fue-fut-differences-container h3{
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 1em;
}
.subpage-fue-fut-differences-container .flexbox div {
  gap: 2em;
}
.subpage-post-care-results {
  margin-bottom: 8em;
  margin-top: 15em;
}
.subpage-post-care-results p:last-of-type {
  margin-bottom: 2em;
}
.subpage-treat > div:nth-child(1) > .wp-block-buttons {
  margin-bottom: 8em;
}
.subpage-intro .number {
  font-size: 1em;
}

.subpage-fut-popularity {
  margin-top: 8em;
}
.subpage-fut-popularity p:last-of-type {
  margin-bottom: 2em;
}
/* =============== archive.php =============== */
.archive article {

}
.archive h1 {
  color: var(--brand-color);
  font-size: 1.5em;
  text-align: center;
  margin: 2em auto 0;
}
.module-Article-item-img {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  margin-bottom: 2em;
}
.module-Article-item-img img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.module-Article-item h2{
  text-align: center;
  margin: 1em auto 2em;
}

.module-Article-item p {
  font-size: 0.95em;
  margin-bottom: 1em;
}
.module-Article-item time {
  font-size: 0.8em;
  font-weight: 300;
  color: #777;
}
.archive time {
  font-size: 0.75em;
  margin-top: 1em;
  display: block;
  text-align: center;
}

.wp-block-media-text > .wp-block-media-text__content {
  padding: 2rem 0 !important;
}

.grey-bg {
  background-color: var(--light-grey);
  padding-top: 120px;
  padding-bottom: 120px;
}
.flexbox-4 > div, .flexbox-5 > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.icon-heading {
  border: 1px solid #000;
  padding: 1.5rem 1.2rem 2rem;
}
.icon-heading h3 {
  font-size: 1.2rem;
}
.icon-heading figure {
  width: 50px;
}
.client-testimonials .slick-slide {
  background-color: rgba(255,255,255,0.8);
  border: 1px solid #000;
  padding: 2rem 1rem;
}
.client-name {
  font-size: 0.85rem;
  font-style: italic;
}
.contact-form figure img {
  max-width: 200px;
  margin-bottom: 2rem;
}
.featured-project h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

@media (min-width: 648px) {
  .flexbox-4 > div > div, .flexbox-5 > div > div {
    width: calc(100% / 2 - 1rem);
  }
  .blog-index {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .module-Article-item:first-of-type {
    margin-top: 4em;
  }
  .module-Article-item {
    width: 45%;
    box-shadow: 3px 3px 16px #ddd;
    margin: 4em auto;
    padding-bottom: 3em;
  }
  .module-Article-item::before, .module-Article-item::after {
    display: none;
  }
  .pagination {
    width: 100%;
  }
  .module-Article-item h2, .module-Article-item p, .module-Article-item time {
    padding-left: 30px;
    padding-right: 30px;
  }
  .module-Article-item-img {
    height: 300px;
  }
  .module-Article-item-img img {
    object-position: 50% 50%;
    object-fit: cover;
    min-height: 300px;
  }
  .client-testimonials .slick-slide {
    padding: 3rem;
  }
  
}
@media (min-width: 782px) {
  .ending-contact-form, .contact-form {
    column-gap: 3rem;
  }
  .contact-form figure {
    max-width: 200px;
  }
  .contact-form figure img {
    margin-left: 0;
  }
  .home-hero-container .wp-block-cover__inner-container, .alignfull .wp-block-cover__inner-container {
    padding: 3rem;
  }
}
@media (min-width: 1100px) {
  .ending-contact-form, .contact-form {
    column-gap: 6rem;
  }
  .flexbox-5 > div > div {
    width: calc(100% / 3 - 1.35rem);
  }
  .home-hero-container, .subpage-hero-container {
    position: relative;
  }
  .subpage-hero-container {
    padding: 4em 0 2em !important;
  }
  .home-hero-container h1, .subpage-hero-container h1 {
    max-width: 600px;
    font-size: 2.2rem;
    letter-spacing: 1px;
    text-align: left;
    /* margin-left: 6rem; */
    padding-left: 0;
  }
  .subpage-hero-container h1 {
    font-size: 2.2em;
    max-width: 800px;
    padding-top: 0;
    margin-bottom: 1em;
  }
  h1.clinic-hero {
    font-size: 2.2em;
  }
  
  .social-proof {
    position: absolute;
    top: 2em;
    right: 2em;
    margin: 2em;
  }
  .subpage-hero-container .wp-block-cover__inner-container {
    position: relative;
  }
  .subpage-hero-container .social-proof {
    left: 0;
    bottom: 0;
    top: auto;
    right: auto;
  }
  

  .highlight-with-icon div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1rem;  
  }
  .highlight-with-icon div p {
    width: calc(100% - 70px);
    font-size: 1.2em;
    font-weight: 400;
    text-align: left;
  }
  .wp-block-buttons>.wp-block-button {
    width: 250px;
  }
  .button-call-us-now .wp-block-button__link {
    margin-left: 1rem;
  }
  .button-speak-with-surgeon, .button-call-us-now {
  margin: 0 !important;
  }
  .home-hair-loss-container .wp-block-columns {
    margin: 5em auto

  }
  .home-hair-loss-image {
    height: 100%;
    overflow: hidden;
    object-fit: contain;
  }
  .home-hair-loss-image img {
    width: auto;
    height: 100% !important;
    object-fit: cover;
  }
  .subpage-contact-form, .subpage-contact-form-green {
    max-height: 600px;
    margin: 9em 0 1em;
    overflow: hidden;
  }
  .subpage-contact-form-green {
    margin-top: 0;
  }
  .subpage-2boxes > .wp-block-column {
    display: flex;
    align-items: center;
  }
  .subpage-doctor figure {
    width: 100%;
  }
  .heading-with-description p {
    text-align: center;
    
  }
  .home-reasons-london-premier-container .wp-block-image {
    height: 100%;
  }
  .home-reasons-london-premier-container .wp-block-image img {
    height: 100%;
    object-fit: cover;
  }
  .subpage-fue-fut-differences-container .subpage-light-blue-box {
    max-width: 460px;
  }
  .home-hero-container .wp-block-cover__inner-container {
    padding: 5rem;
  }
  .home-hero-container .wp-block-cover__inner-container::before {
    top: -2px;
    left: -2px;
  }
  .home-hero-container .wp-block-cover__inner-container::after {
    top: 8px;
    left: 8px;
  }
  .client-testimonials .slick-slide {
    padding: 4rem 10rem 4rem 12rem;
  }
  .product-card h3, .product-card-without-link h3,
  .product-card p, .product-card-without-link p {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .product-card-without-link ul {
    margin-left: 3rem;
    margin-right: 2rem;
  }
}
@media (min-width: 1480px) {
  .home-2boxes-content-text {
    width: 60%;
    margin: auto;
  }
  .client-testimonials .slick-slide {
    padding: 5rem 13rem 5rem 15rem;
  }
}

/* --------------- contact page ---------------- */
div.wpcf7 { 
  border: 1px solid #000;
  padding: 3rem 2rem 2rem;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  min-height: 38px;
  color:#000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  margin-top: 3px;
  padding-left: 5px;
}
.wpcf7 textarea {
  width: 100%;
  height: 120px;
  padding-left: 5px;
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] { 
  background-color:var(--brand-color);
  color: #fff;
  border: 1px solid transparent;
  width:100%;
  min-height: 38px;
  text-align:center;
  text-transform:uppercase;
}

.contact-page {
  width: 92%;
  max-width: 780px;
  margin: 3em auto;
  border: 3px solid var(--brand-color);
}

.contact-page p {
  /* height: 120px; */
  /* border-bottom: 1px solid var(--brand-color); */
}
.contact-page p+p {
  margin-top: 0;
}
.contact-page p:nth-last-of-type(2) {
  height: 200px;
}
.contact-page p label {
  display: block;
  padding: 1em 0 0;
}

.contact-page-info {
  margin-top: 6em;
}
.contact-page-info figure {
  width: 300px;
  margin: 2em auto 4em !important;
}
.phone-and-opening-hours {
  background-color: rgba(29, 54, 111, 0.15);
  border-radius: 16px;
  padding: 3em;
  margin-top: 2em;
  font-size: 1.3em;
  text-align: center;
}
.phone-and-opening-hours p:last-of-type {
  font-size: 1rem;
}
.clinic-map .map {
  display: flex;
  justify-content: center;
}
.map iframe {
  width: 92%;
  margin: auto;
}
#post-31 h2 {
  font-size: 2em;
  text-align: center;
  margin: 6em 1em 2em;
}
.clinic-map {
  background-color: rgba(29, 54, 111, 0.15);
  border-radius: 16px;
  padding: 2em 0;
  margin-bottom: 5em;
}
.clinic-map .info h3 {
  font-size: 1.5em;
  color: var(--brand-color);
  margin: 2em 1em;
}
.clinic-map .info {
  padding-left: 2em;
  text-align: center;
}
/* --------------- privacy prlicy page ---------------- */
.privacy-policy .privacy-content {
  max-width: 960px;
  padding: 0 10px;
  margin: 2em auto;
}
.privacy-policy h2 {
  font-size: 1.5em;
  color: var(--brand-color);
  margin: 2em auto 1em;
}

/* ===========================================
  Media Query
============================================== */
@media (min-width: 600px) {
.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 46% !important;
}
.wp-block-media-text .wp-block-media-text__content {
  padding-left: 8% !important;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-right: 8% !important;
}
.home-hero-container .single-cta {
  max-width: 220px;
}

}

@media (min-width: 1100px) {
  header {
    height: 140px;
  }
  
  
  a.page-numbers:link, a.page-numbers:visited {
    color: var(--link-color);
  }
  .blog-Nav-Prev a:link, .blog-Nav-Prev a:visited, .blog-Nav-Next a:link, .blog-Nav-Next a:visited {
    color: var(--link-color);
  }
  
  .footer-Nav-items {
    flex-wrap: nowrap;
    padding: 1em 0;
  }
  .footer-Nav-items .menu-item {
    width: fit-content;
  }
  .footer-Nav-items .menu-item a {
    padding: 1em 2em;
    display: inline;
  }
  .footer-Nav-items > li+li {
    border-left: 1px solid white;
    margin-top: 0;
  }

  /* --------------- Logo --------------- */
  .header-logo-tel {
    width: 100%;
    max-width: 1280px;
    padding: 1em 2em 1em 2em;
    margin: 1rem auto 0;
    display: flex;
    justify-content: space-between;
  }
  .header-logo {
    padding-top: 5px;
  }
  a.header-SiteName-Link {
    margin: 0;
  }
/* --------------- Tel --------------- */
  .header-tel {
    display: block;
    position: relative;
    align-self: center;
  }
  .header-tel-img {
    width: 20px;
    display: inline-block;
    position: absolute;
    top: 7px;
    left: -2em;
  }
  .header-tel-img img {
    width: 100%;
    height: auto;
  }
  .header-tel p {
    display: inline-block;
    font-size: 1.2em;
    font-weight: 500;
    color: var(--brand-color);
  }
  /* --------------- single.php --------------- */
  .content-title, .content-Meta, .blog-content, .content-footer, .blog-Nav {
    width: 100%;
    max-width: 960px;
  }
  .content-EyeCatch img {
    max-width: 960px;
    margin: 1em auto;
  }
  h3.link a {
    display: inline-block;
    padding: 1em;
    width: calc(100% + 80px);
    height: 80px;
    font-weight: 300;
    font-size: 1.25em;
    line-height: 2;
    color: var(--brand-color);
    align-self: center;
    padding: 1em 80px;
    z-index: 2;
  }
  .faq-hidden {
    padding-left: 80px;
    padding-right: 80px;
    font-size: 1em;
  }

  .home-2boxes figure img {
    width: 100%;
    min-height: 700px;
    max-height: 100%;
    object-fit: cover;
  }
  .home-dr-and-team-container figure {
    max-height: 700px;
  }
  .home-dr-and-team-container figure img {
    min-height: 700px;
  }
  .women-and-crown-hair-loss figure {
    max-height: 800px;
  }
  .women-and-crown-hair-loss figure img {
    min-height: 800px;
  }
  .footer-Widgets {
    padding: 3em 0;
    gap: 2em;
    margin-top: 0;
  }
  .widget_block, .widget_block.widget_media_image, .footer-details {
    margin: 0;
    align-self: center;
  }
  .footer-brand-logo {
    margin-bottom: 0 !important;
  }
  
  div.duo-colour-line:nth-child(1) > div:nth-child(2) > div:nth-child(1) {
    border-left: 1px solid #ccc;
  }
  /* --------------- page.php --------------- */
  .subpage-hero-container .social-proof {
    width: 218px;
  }
  .subpage-hero-container > div {
    display: flex;
    justify-content: space-between;
    gap: 2em;
  }
  .subpage-hero-content {
    width: 60%;
  }
  .subpage-treat .wp-block-columns, .subpage-fue-procedure .wp-block-columns {
    margin-bottom: 8em;
  }
  .subpage-treat .wp-block-columns:nth-of-type(even), .subpage-fue-procedure .wp-block-columns:nth-of-type(even)  {
    flex-direction: row-reverse;
  }
  .subpage-2boxes, .footer-contact-form {
    max-height: 600px;
    overflow: hidden;
  }
  .clinic-footer-contact-form {
    max-height: 500px;
  }
  .women-and-crown-hair-loss {
    max-height: 800px;
  }

  .phone-and-opening-hours {
    margin-top: 4em;
  }
  #page-top {
    right: 16px;
  }
  .home-hero-container .wp-block-cover__inner-container .wp-block-buttons {
    flex-wrap: nowrap !important;
  }
  .wp-block-media-text__content {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    padding-left: 6% !important;
    padding-right: 6% !important;
    
  }
  .has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0 !important;
  }
}
@media (min-width:1280px) {
  .header-logo-tel {
    padding-left: 0;
    padding-right: 0;
  }
}
