/*
 Theme Name:   Hermes Child
 Theme URI:    https://generatepress.com
 Description:  Hermes Theme
 Author:       Fine Digital
 Author URI:   https://finedigital.co.uk
 Template:     generatepress
 Version:      0.1
*/

/* Footer Floating Bar Styles END */

@media (min-width: 992px) {
  .hide-desktop {
  display: none;
}
}

@media (max-width: 991px) {
    .hide-mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  #header .col-md-3.text-end {
  display: none;
}
.d-flex.flex-wrap.align-items-center.justify-content-center.justify-content-md-between.py-3.mb-4
{
  background: white;
}
}


/* START Footer Floating Bar Styles */

.hermes_info_bar a[href*=tel] {
  pointer-events:none
}
.hermes_info_bar-triggers {
  font-size:0;
  padding:0 20px;
  text-align:center;
  white-space:nowrap
}
.hermes_info_bar {
  background:#ebebeb;
  bottom:0;
  left:0;
  position:fixed;
  transition:all .2s cubic-bezier(.23,.47,.32,1);
  width:100%;
  z-index:10000
}
.hermes_info_bar :focus {
  outline-color:#222
}
.hermes_info_bar :focus:not(:focus-visible) {
  outline-color:transparent
}
.hermes_info_bar-content {
  -webkit-backface-visibility:hidden
}
.hermes_info_bar-trigger {
  cursor:pointer;
  display:inline-block;
  padding:15px 0;
  text-align:center;
  width:25%
}
.hermes_info_bar-trigger a {
  display:block;
  text-decoration: none;
}

.hermes_info_bar-trigger-icon {
  background-repeat:no-repeat;
  background-size:contain;
  display:block;
  height:16px;
  margin:0 auto 8px;
  width:16px;
  font-size: 16px;
}
.hermes_info_bar-trigger-label {
  color:#222;
  display:block;
  font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size:10px;
  letter-spacing:.5px;
  line-height:1em;
  text-transform:uppercase
}

.hermes_info_bar-overlay {
  align-items:center;
  background:#ebebeb;
  color:#222;
  display:flex;
  height:100%;
  justify-content:center;
  left:0;
  opacity:0;
  position:fixed;
  top:0;
  transition:opacity .2s cubic-bezier(.23,.47,.32,1);
  visibility:hidden;
  width:100%
}
.hermes_info_bar-overlay-content {
  margin:auto;
  width:100%;
  z-index:1
}
.hermes_info_bar-overlay-content>div {
  display:none
}
.hermes_info_bar-overlay-content .hermes_info_bar-map-wrapper {
  display:flex;
  flex-direction:column;
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%
}
.hermes_info_bar-overlay-content .hermes_info_bar-map {
  flex:auto
}
.hermes_info_bar-overlay-content .hermes_info_bar-map :focus {
  outline-color:#000
}
.hermes_info_bar-overlay-content .hermes_info_bar-map :focus:not(:focus-visible) {
  outline-color:transparent
}
.hermes_info_bar-overlay-content .hermes_info_bar-address {
  background:#ebebeb;
  box-sizing:border-box;
  color:#aaa;
  flex:none;
  font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size:12px;
  height:auto;
  line-height:19px;
  padding:20px;
  position:relative;
  width:100%
}
.hermes_info_bar-overlay-content .hermes_info_bar-address [data-type=addressTitle] {
  color:#222;
  font-size:14px;
  line-height:14px;
  margin:2px 0 7px
}

.hermes_info_bar-overlay-close {
  background:#ebebeb;
  cursor:pointer;
  padding:13px;
  position:fixed;
  right:10px;
  top:10px;
  z-index:2
}
.hermes_info_bar-overlay-close:after {
  color:#222;
  content:"×";
  display:block;
  font-family:helvetica,arial,sans-serif;
  font-size:19px;
  font-weight:100;
  line-height:15px;
  padding:0
}
.hermes_info_bar-show-overlay {
  z-index:12000
} 
.hermes_info_bar-show-overlay .hermes_info_bar-overlay {
  opacity:1;
  visibility:visible
}
.hermes_info_bar-dark {
  background:#222
}
.hermes_info_bar-dark :focus {
  outline-color:#fff
}
.hermes_info_bar-dark :focus:not(:focus-visible) {
  outline-color:transparent
}
.hermes_info_bar-dark .hermes_info_bar-overlay {
  background:#222;
  color:#fff
}
.hermes_info_bar-dark .hermes_info_bar-address {
  background:#222
}
.hermes_info_bar-dark .hermes_info_bar-overlay-close,
.hermes_info_bar-overlay-close-dark {
  background:#222
}
.hermes_info_bar-dark .hermes_info_bar-overlay-close:focus,
.hermes_info_bar-overlay-close-dark:focus {
  outline-color:#fff
}

.hermes_info_bar-dark .hermes_info_bar-overlay-close:focus:not(:focus-visible),
.hermes_info_bar-overlay-close-dark:focus:not(:focus-visible) {
  outline-color:transparent
}
.hermes_info_bar-dark .hermes_info_bar-overlay-close:after,
.hermes_info_bar-overlay-close-dark:after {
  color:#fff
}
.hermes_info_bar-hide,
.sqs-style-mode .hermes_info_bar {
  transform:translate3d(0,100px,0)
}

/* Footer Floating Bar Styles END */

/* Start Floating Sidebar */


.site-sidebar {
    top: 40%;
    /* -webkit-transform: translateX(-15%);
    transform: translateX(-15%) */
}

.site-sidebar .sidebar-book-btn-container {
    position: fixed;
    /* position: sticky; */
    z-index: 99999;
    -webkit-transform: translate(-65%, 550%) rotate(270deg);
    transform: translate(-65%, 550%) rotate(270deg);
}

.site-sidebar .sidebar-book-btn-container a {
    border: 0px !important;
    min-width: 250px;
}

.site-sidebar .sidebar-book-btn-container a:hover {
    text-decoration: none
}


.site-sidebar .mix-blend {
    position: fixed;
    z-index: 99999;
    mix-blend-mode: difference;
    -webkit-transform: translate(130%, 275%);
    transform: translate(-145%, 275%)
}
.site-sidebar ul.wp-block-social-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 0px;
    grid-row-gap: 0px
}

.site-sidebar ul.wp-block-social-links li {
    background: rgba(0, 0, 0, 0) !important
}

.site-sidebar ul.wp-block-social-links li a {
    color: #fff
}

.sidebar-btn {
    background-color: #be5f2b !important
}

::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    background: rgba(0, 0, 0, 0)
}

/* Floating Sidebar END */


/* ######################################## */
/* ######### Custom Styling ############### */
/* ######################################## */

/* ### General ### */
html {
  scroll-behavior: smooth;
}


.uagb-block-9e5de1f5.wp-block-uagb-image {
  align-self: auto;
}

p {
  margin: 0;
  padding: 0;
}



/* ## Navigation */
/* Secondary navigation */
#mega-menu-33-1 .mega-menu-item a {
  display: flex !important;
  align-items: center;
  height: 82px !important;
}

#mega-menu-33-1 > ul > li:last-child .mega-menu-item a,
#mega-menu-item-776 a {
  margin-right: 0px !important;
  padding-bottom: 10px !important;
}

#mega-menu-item-776 > a:nth-child(1) {
  padding-top: 20px !important;
}
.site-logo {
  margin-top: -30px;
}
/* # Home Page # */

/* Hero video */
#hero {
  position: relative;
  color: #f1f1f1;
}

#hero video {
  display: block;
  width: 100%;
  height: auto;
}

.video-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.video-overlay > .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50px;
  right: 50px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: var(--accent);
  text-align: center;
}

.video-overlay > .btn > a {
  text-decoration: none;
  line-height: 1.3;
  color: var(--base-3);
}


.video-overlay .heading-container {
  padding-top: 50px;
  position: absolute;
  bottom: 0;
  inset: auto 0% 0%;
  background-image: linear-gradient(to top, #00000080, #0000);
}

.video-overlay .heading-container h1 {
  color: var(--base-3) !important;
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

/* Reviews on home page */

.reviews-background img{
  width: 100vw !important;
}

.gb-container-23ca7c90.absolute {
  inset: 40% 0% 0%;
}
.review-slides {
  width: calc(100% - 200px) !important;
  max-width: 1600px !important;
}

.slickwprev-next, 
.slickwprev-prev {
  height: 50px !important;
  width: 50px !important;
  border-radius: 7px;
  background-color: white !important;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.13);
}

.slickwprev-prev {
  left: -40px !important;
}

.slickwprev-next {
  right: -40px !important;
}

/* Page: Home */
/* contact us */
.text-no-wrap h3 {
  white-space: nowrap
}

/* # Page: Home */
/* Blog posts */
.home .article-container  img {
  /* max-height: 290px !important; */
  width: 100vw;
}

.home .article-container .read-more-btn .wp-block-button__link {
  display: flex;
  gap: 10px;
}
post-type-archive-treatments
.home .article-container .read-more-btn .wp-block-button__link::after,
body.blog .read-more::after  {
  content: url(https://www.skinexcellenceclinics.co.uk/wp-content/uploads/2024/09/SEC_cubes_ora-cross.svg);
  display: block;
  width: 30px;
  margin-bottom: -5px;
}

/* # Page: men's health # */
#post-42 p {
 line-height: 26px;
}

.single-treatments a,
#post-42 a {
  text-decoration-color: var(--contrast-3);
}
#post-42 .relevant-treatments a {
  text-decoration: none;
}

#post-42 img {
  /* width: 100%; */
  /* max-width: 481px; */
  height: 100%;
  max-height: 270.567px;
  
}

/* # Page: Archive Treatments */

body.archive .site-main {
  width: 100%;
  max-width: 992px;
  padding-top: 70px;
  margin-right: auto !important;
  margin-left: auto !important;
}
body.archive .site-main .page-header {
  padding: 0px !important;
}

body.archive .site-main .paging-navigation {
  padding-top: 30px;
  text-align: center !important;
}


.archive-treatments-posts-container {
  padding-top: 30px !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 323px !important;
  column-gap: 30px !important;
  row-gap: 50px !important;
}

.archive-treatments-posts-container .entry-header {
  padding-top: 0px !important;
}

.archive-treatments-posts-container > div {
    padding: 0px !important;
    margin-left: 0 !important;
}
.post-type-archive-treatments h2.entry-title,
.archive-treatments-posts-container h2.entry-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0px !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}
.post-type-archive-treatments h2.entry-title::after,
 .archive-treatments-posts-container h2.entry-title::after {
  content: url(https://www.skinexcellenceclinics.co.uk/wp-content/uploads/2024/09/SEC_cubes_ora-cross.svg);
  display: block !important;
  flex-shrink: 0;
  width: 30px;
  margin-bottom: -5px
}
.archive-treatments-posts-container .inside-article{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}
.archive-treatments-posts-container .inside-article .post-image {
  max-height: 270px;
  height: 100%;
  padding-top: 10px;
  border-top: 1px solid lightgrey;
  margin-top: 10px;
}

.archive-treatments-posts-container .inside-article .post-image img {
  height: 100%;
  object-fit: cover;
}
.archive-treatments-posts-container .entry-summary {
  display: none;
}

/* # contact us # */

/* #post-45 h1 {
  font-size: 32px;
  color: var(--contrast-2);
} */

#post-45 .accept-privacy-policy {
  padding-top: 10px;
  margin-left: -14px;
}

/* #post-45 .wp-block-button__link {
  color: white !important;
  margin-top: 20px !important;
  position: relative;
  background-image: url("https://skinexcellenceclinics.co.uk/wp-content/uploads/2024/09/SEC_cubes_ora.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 533px;
  transform-style: preserve-3d;
} */



/* # acne # */
#post-1347 ul {
  width: calc(100% - 3em);
}

/* # Rosace # */
#post-1295 ul {
  width: calc(100% - 3em);
}


/* ### Posts ### */
/* # Post: Treatments */
.single-treatments .entry-header {
  color: var(--contrast-2);
  max-width: 992px;
  padding-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

#post-3410 .entry-header,
#post-41 .entry-header,
#post-42 .entry-header,
#post-43 .entry-header {
  padding-top: 50px;
  max-width: none;
}
body.blog .entry-header,
#post-28 .entry-header,
#post-44 .entry-header {
  padding-top: 50px;
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
}


/* # Post: default */
.single-post .entry-header {
  display: flex;
  flex-direction: column;
  color: var(--contrast-2);
  max-width: 1280px;
  padding-top: 50px;

  margin-left: auto;
  margin-right: auto;
}

.single-post .entry-header  h1 {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    width: 100%;
    max-width: 992px;
    margin-left: auto;
    margin-right: auto;
}
.single-post .entry-header .button { 
  align-self: flex-end;
}

.single-post .entry-header .entry-meta {
  display: none;
}

.single-post .featured-image img{
  width: 100%;
  max-width: 1280px;
}
.single-post footer.entry-meta {
  display: none;
}

/* # Blog: posts */
#post-2096 .ellanse figcaption {
  max-width: 435px;
}

/* Tabs */

.treatment-ul {
  padding-left: 40px !important;
  padding-right: 10px !important;
  margin: 0px !important;  
}
.uagb-tabs__wrap .uagb-tabs__body-container {
  padding: 0 !important;
}
.treatment-tabs > ul {
  width: 100%;
  justify-content: space-between !important;
  flex-direction: row !important;
  gap: 10px;
}

.treatment-tabs > ul > li:last-child {
  margin-right: 0 !important;
}


.treatment-tabs > ul a,
a.button {
  color: white !important;
  position: relative;
  background-image: url("https://www.skinexcellenceclinics.co.uk/wp-content/uploads/2024/09/SEC_cubes_ora.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 533px;
  transform-style: preserve-3d;
  padding: 10px 20px !important;  
  transition: all .3s;
  text-decoration: none;
}

.treatment-tabs > ul a:hover,
a:hover.button,
.price-tab-button:hover {
  transform: scale(1.1) !important;
}

.treatment-tabs > ul li.uagb-tabs__active a::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.25) !important;
}

.treatments-template-default .entry-header,
.single-conditions .entry-header,
#post-1295 .entry-header,
#post-1347 .entry-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

/* Post: Treatmenst */
/* Tap: price */
.container-of-price-tab-button {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.price-tab-button {
  background-color: #e45f1b;
  font-weight: 700;
  transition: all .3s;
}
.price-tab-button:hover {
    background-color: #e45e1b;
}

/* Summary treatment inside the treatement */
.single-treatments .treatment-summary > .uagb-container-inner-blocks-wrap > div:last-child > div > div:last-child {
  max-width: 282px !important;
}

.single-treatments .treatment-summary > .uagb-container-inner-blocks-wrap > div:last-child > div > div:last-child h3 {
    width: 256px !important;    
}

.galery-tab figure {
  max-width: 865px !important;
}

/* first ul from ./aptos-thread-lifts */
.wp-elements-249e6b2015d239e078988f788c774f39 {
  margin-bottom: 10px !important;
}



/* Footer section exxcluded from home page  */
  .what-makes-sec-special-section {
    background-image: url("https://www.skinexcellenceclinics.co.uk/wp-content/uploads/2024/09/SEC_cubes_ora_translucent.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 115vw;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .what-makes-sec-special-section .inner-content {
    width: 100%;
    max-width: 992px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-right: auto;
    margin-left: auto;
  }

  .what-makes-sec-special-section .inner-content h3 {
    font-size: 24px;
    margin-bottom: 0px;
    color: var(--contrast-2)
  }

    .why-choose-us-link-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }

  .why-choose-us-link-container a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: var(--contrast-3);
  }


.uagb-block-e9f3d52d {
  padding-left: 20px;
  padding-right: 20px;
}




.uagb-block-e9f3d52d h2 {
  font-size: 28px ;
  line-height: 32px;
  color: var(--contrast-2);
  padding-top: 30px;
  padding-bottom: 10px;

}

.uagb-block-9afca493 > div {
  align-items: flex-start !important;
}





/* ########### Utility Classes ########## */
.w-full {
  margin-left: calc(-100vw / 2 + 100% / 2) !important;
  margin-right: calc(-100vw / 2 + 100% / 2) !important;
  max-width: 100vw !important;
}
.w-auto {
  width: auto !important;
}
.w-992px {
  max-width: 992px;
  width: 100%;
}

.max-w-60-procentage {
  max-width: 60%;
}


.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Layout */
.absolute {
  position: absolute !important;
}
.relative {
  position: relative !important;
}

.bg-size-115wv {
  background-size: 115vw !important;
}

.gradient {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--base), white) !important;
}
/*  Typography */
.text-center {
  text-align: center;
}
.no-underline-a > a {
  text-decoration: none;
}
.text-decoration-orange  a {
  text-decoration-color: var(--contrast-3);
}




/* Components */
.hr {
  height: 1px !important;
  position: relative;
  background-color: var(--base);
}
.hr.about-us {
   top: 100px;
}

.border {
  padding: 8px 12px;
  border: 1px solid var(--contrast-2);
}

a.button:hover {
  background-color: transparent;
}
a.button {
  min-width: 104.75px;
  line-height: 19px;
  background-color: transparent;
}



/* # Page: Blog */
article:not(:last-of-type) .inside-article{
  border-bottom: 1px solid #aaa;
}


body.blog .site-main .inside-article {
  padding: 30px 0px;
  margin: 0px 20px;
  display: grid;
  grid-template-columns:  minmax(0, 448px) 1fr;

}

body.blog .site-main .inside-article .post-image {
  max-width: 448px;
  width: 100%;

}
body.blog .site-main .inside-article .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.blog .site-main .inside-article .post-content {
  display: flex;
  flex-direction: column;
  padding: 20px
}
body.blog .site-main .inside-article .post-content header  {
  margin: 0px;
  padding: 0px;
}

body.blog .site-main .inside-article .entry-summary {
  position: relative;
  flex-grow: 1;
}
body.blog .read-more {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  position: absolute;
  right: 0px;
  bottom: -30px;
  color: var(--contrast-3);
  text-decoration: none;
  font-weight: 600;
}

/* ######## Responsivnes ######## */
@media (min-width: 769px) and (max-width: 1024px) { 
  /*  Archive: Treatmens */
  body.archive .site-main { 
    padding-left: 20px;
    padding-right: 20px;
  }



}

@media (max-width: 968px){
    /* Page: Blog */
  body.blog .site-main .inside-article {
    padding: 30px 0px;
    margin: 0px 20px;
    display: grid;
    grid-template-columns: 1fr;

  }

  body.blog .site-main .inside-article .post-image {
    max-width: none;
  }
}

@media (max-width: 768px){
  /*  Navigation */

  .site-logo {
    display: none;
  }
  .main-navigation .sticky-navigation-logo,
  .main-navigation.navigation-stick .site-logo:not(.mobile-header-logo) {
    display: block !important;
  }
  #mega-menu-wrap-primary {
    display: block !important;
  }
  .inside-navigation.grid-container > .navigation-branding {element.style {
    max-width: 282px;
    /* overflow: hidden; */
}
    display: block !important;
  }

  .main-navigation .inside-navigation {
    flex-wrap: nowrap;
  }


  #mega-menu-item-54 {
      padding-bottom: 50px !important;
  }
  
  @media (max-width: 768px) {
    #mega-menu-item-54 {
        padding-bottom: 0px !important;
    }
}


    
    /* text-align: center !important; */
  .top-navigation {
    justify-content: center !important;
  }
  .top-navigation .contact-us,
  .top-navigation .phone-number {
    display: none;
  }
/* /end */



  .treatment-tabs > ul {
    flex-direction: row !important;
  }

  .treatment-tabs > ul > li {
    width: auto !important;
  }
  /*  Archive: Treatmens */
  .archive-treatments-posts-container { 
    grid-template-columns: 1fr;

  }
  body.archive .site-main { 
    padding-left: 10px;
    padding-right: 10px;
  }




}
  .what-makes-sec-special-section .inner-content { 
    padding-left: 20px;
    padding-right: 20px;
  }

.site-footer .disclaimer {
    font-size: 14px;
    line-height: 22px;
    padding: 40px 20px;

}