/*--------------------------------------------------------------
  >> : Header
--------------------------------------------------------------*/
  #app-header .row {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 60px;
  }

/*--------------------------------------------------------------
  >> : Superfish Overrides
--------------------------------------------------------------*/
  .sf-menu li {
    background: transparent;
    border-radius: 100px;
  }

  .sf-menu li.sfHover, 
  .sf-menu li:hover {
    background: #f3f3f3;
  }

  .sf-menu a {
    color: inherit;
    font-weight: 500;
    border: none;
    padding: 8px 18px;
  }

  .sf-menu a.btn {
    color: #fff;
    background: #212529;
    margin-left: 10px;
  }

  .current-menu-item > a {
    color: var(--color-blue);
    font-weight: 600;
  }

  /* Hover of top level dropdowns */
  .sf-arrows .sf-with-ul:after,
  .sf-arrows > .sfHover > .sf-with-ul:after, 
  .sf-arrows > li:hover > .sf-with-ul:after, 
  .sf-arrows > li > .sf-with-ul:focus:after {
    border-top-color: inherit;
  }

  /* Dropdowns */
  .sf-menu ul {
    box-shadow: none;
    top: 125%;
    background: #f3f3f3;
    padding: 10px;
    border-radius: 1rem;
  }

  .sf-menu ul li {
    background: transparent;
  }

  .sf-menu ul li a {
    padding: 6px 12px;
  }

  .sf-menu ul li a:hover {
    text-decoration: underline;
  }


/*--------------------------------------------------------------
  >> : Footer
--------------------------------------------------------------*/
  #app-footer {
    background: var(--color-black);
    color: var(--color-white);
  }

  #app-footer a {
    color: var(--color-white);
  }

  #app-footer ul {
    list-style: none;
    padding: 0;
  }

  #app-footer ul li:not(:last-child) {
    margin-bottom: 5px;
  }

  #app-footer ul a:not(:hover) {
    text-decoration: none;
  }

  #app-footer p {
    color: var(--color-white);
  }

  #app-copyright {
    background: var(--color-black);
    color: var(--color-white);   
  }

  #app-copyright hr {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }




/*--------------------------------------------------------------
  >> : Section Badge
--------------------------------------------------------------*/
  /* append .admin-bar to each before launch */
  #app-main {
    counter-reset: section;
    overflow-x: hidden;
  }

  #app-main section[data-section] {
    position: relative;
    margin-top: -1px;
  }

  #app-main section[data-section]:after {
    counter-increment: section;
    content: 'Section: 'counter(section) ' ' attr(data-name);
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px 16px;
    background: #000000;
    color: #ffffff;
    z-index: 98;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 14px;
    font-family: system-ui;
    opacity: 0.3;
  }

  #app-main section[data-section]:hover:after {
/*    opacity: 1;*/
  }


/*--------------------------------------------------------------
  >> : Row Content & BG
--------------------------------------------------------------*/
  
  section[data-section] {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  section[data-section] .section-background {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
  }
  
  section[data-section] .section-background picture {
    position:absolute;
    height:100%;
    width:100%;
  }

  section[data-section] .section-background picture img {
    height:100%;
    width:100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit:cover;
       object-fit:cover;
  }

  section[data-section] .section-content {
    z-index: 2;
    position: relative;
  }
  

/*--------------------------------------------------------------
  >> : Hero (Style 1)
--------------------------------------------------------------*/
  [data-section="hero-1"] {
    min-height: 60vh;
    display: inline-flex;
    align-items: center;
    font-size: 1.3rem;
  }


  [data-section="hero-1"] .h1, 
  [data-section="hero-1"] h1 {
    font-size: 7rem;
  }

  [data-section="hero-1"] .btn {
    --bs-btn-padding-x: 26px;
    --bs-btn-padding-y: 16px;
  }

  [data-section="hero-1"] img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
    border-radius: 40px;
    overflow: hidden;
    opacity: 0.8;
    max-height: 65vh;
  }



/*--------------------------------------------------------------
  >> : Capability Boxes (Style 1)
--------------------------------------------------------------*/
  .capability-box {
    width: 100px;
    height: 100px;
    background: #f7f7f7;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .capability-box picture {
    width: 40px;
    height: 40px;
  }

/*--------------------------------------------------------------
  >> : Post Cards (might need to move)
--------------------------------------------------------------*/
  .post-card > img {
    border-radius: 20px;
    opacity: 0.8;
  }



/*--------------------------------------------------------------
  >> : Text Image (Style 1)
--------------------------------------------------------------*/

  [data-section="text-image-1"] img {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }

/*--------------------------------------------------------------
  >> : Image Text (Style 1)
--------------------------------------------------------------*/

  [data-section="image-text-1"] img {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }


/*--------------------------------------------------------------
  >> : About Me (Style 1)
--------------------------------------------------------------*/

  [data-section="about-me-1"] {
    min-height: calc(100vh - 65px - 54px);
  }

  [data-admin-bar="1"] [data-section="about-me-1"] {
    min-height: calc(100vh - 65px - 54px - 32px);
  }

  [data-section="about-me-1"] .section-content {
    max-width: 85%;
  }

  [data-section="about-me-1"] .section-content picture {
    border-radius: 2rem;
  }

  [data-section="about-me-1"] [data-typed] {
    font-size: 2rem;
    font-family: var(--heading-font);
    font-weight: bold;
  }

  [data-section="about-me-1"] [data-typed] span {
    color: var(--color-blue);
  }

  [data-section="about-me-1"] h1:before {
    content: '';
    width: 60px;
    height: 100%;
    left: 0;
    display: inline-block;
    background-image: url(/app/themes/ashleysherwood/resources/images/waving-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
  }

  [data-section="about-me-1"] h1 {
    position: relative;
    padding-left: 75px;
  }


/*--------------------------------------------------------------
  >> : Featured Project (Style 1)
--------------------------------------------------------------*/
  .project-card {
    border: none;
  }

  .project-card .card-header {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
  }

  .project-card .card-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000000a6, transparent);
  }

  .project-card .card-header,
  .project-card .card-body {
    position: relative;
  }

  .project-card .card-body {
    z-index: 2;
  }

  .project-card .client-logo {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    width: 125px;
    height: auto;
  }

  .project-card .project-categories {
    display: inline-flex;
    flex-wrap: wrap;
    margin-bottom: -0.75rem !important;
  }

  .project-card .project-categories span {
    background: #f8f8f8;
    margin-right: .75rem;
    margin-bottom: .75rem;
    font-size: 80%;
    line-height: 1;
    padding: 7px 10px;
    border-radius: .5rem
  }

/*--------------------------------------------------------------
  >> : Service Cards (Archive)
--------------------------------------------------------------*/

  .service-card {
    border: 1px solid #dce0e5;
    padding: 1.6rem;
    border-radius: 1rem;
  }

  .service-card .card-header {
    display: inline-flex;
    align-items: center;
    background: none;
    border: none;
    position: relative;
    min-height: 50px;
    padding-left: 65px;
  }

  .service-card picture {
    width: 50px;
    height: 50px;
    margin-right: 1.25rem;
    position: absolute;
    top: 0;
    left: 0;
  }

  .service-card picture img {
    object-position: left;
  }

  .service-card .card-body {
    z-index: 2;
    padding-left: 65px;
  }

  .service-card .btn {
    width: 100%;
    justify-content: space-between;
    text-decoration: none;
  }

  .service-card .btn i {
    font-size: 1.5rem;
    color: var(--color-blue-darken-5);
  }

/*--------------------------------------------------------------
  >> : Tech Cards (Archive)
--------------------------------------------------------------*/

  .tech-card {
    border: 1px solid #dce0e5;
    padding: 1.6rem;
    border-radius: 1rem;
  }

  .tech-card .card-header {
    display: inline-flex;
    align-items: center;
    background: none;
    border: none;
    position: relative;
    min-height: 40px;
    padding-left: 55px;
  }

  .tech-card picture {
    width: 40px;
    height: 40px;
    margin-right: 1.25rem;
    position: absolute;
    top: 0;
    left: 0;
  }

  .tech-card picture img {
    object-position: center center;
    object-fit: contain;
  }

  .tech-card .card-body {
    z-index: 2;
  }

  .tech-card .btn {
    width: 100%;
    justify-content: space-between;
    text-decoration: none;
  }

  .tech-card .btn i {
    font-size: 1.5rem;
    color: var(--color-blue-darken-5);
  }


/*--------------------------------------------------------------
  >> : Solution Cards (Archive)
--------------------------------------------------------------*/

  .solution-card {
    border: 1px solid #dce0e5;
    padding: 1.6rem;
    border-radius: 1rem;
  }

  .solution-card .card-header {
    display: inline-flex;
    align-items: center;
    background: none;
    border: none;
    position: relative;
    /* min-height: 40px; */
    /* padding-left: 55px; */
  }

  .solution-card picture {
    width: 40px;
    height: 40px;
    margin-right: 1.25rem;
    position: absolute;
    top: 0;
    left: 0;
  }

  .solution-card picture img {
    object-position: center center;
    object-fit: contain;
  }

  .solution-card .card-body {
    z-index: 2;
  }

  .solution-card .btn {
    width: 100%;
    justify-content: space-between;
    text-decoration: none;
  }

  .solution-card .btn i {
    font-size: 1.5rem;
    color: var(--color-blue-darken-5);
  }
  
/*--------------------------------------------------------------
  >> : Archive Header
--------------------------------------------------------------*/

  [data-section="archive-header"] {
    border-bottom: 1px solid #ececec;
  }

  [data-section="simple-header"] {
    border-bottom: 1px solid #ececec;
  }


/*--------------------------------------------------------------
  >> : Service Header
--------------------------------------------------------------*/

  [data-section="service-header"] {
    border-bottom: 1px solid #ececec;
  }

  [data-section="service-header"] .section-content {
    padding-bottom: 4rem !important;
/*    border-bottom: 1px solid #dce0e5;*/
  }

  [data-section="service-header-image"] {
    margin-top: -4rem !important;
  }

  [data-section="service-header-image"] picture {
    height: 45vh;
    border-radius: 1.5rem;
  }

/*--------------------------------------------------------------
  >> : Service Approach
--------------------------------------------------------------*/

  .service-features-list {
    background: #f8f8f8;
    border: 1px solid #dce0e5;
    border-radius: 1rem;
    padding: 2.4rem;
  }

  .service-features-list ul {
    list-style: none;
    padding: 0;
  }

  .service-features-list ul li {
    position: relative;
    padding-left: 2.5rem;
  }

  .service-features-list ul li:not(:last-child) {
    margin-bottom: 1rem;
  }

  .service-features-list li .bi {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.5rem;
    line-height: 1;
    color: var(--color-blue-darken-5)
  }



/*--------------------------------------------------------------
  >> : Icon List Item
--------------------------------------------------------------*/
  .icon-list-item {
    list-style: none;
    padding: 0;
    position: relative;
  }

  .icon-list-item li {
    position: relative;
    padding-left: 2.5rem;
  }

  .icon-list-item li:not(:last-child) {
    margin-bottom: 1rem;
  }

  .icon-list-item li .bi {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.5rem;
    line-height: 1;
    color: var(--color-blue-darken-5)
  }




/*--------------------------------------------------------------
  >> : Service Process
--------------------------------------------------------------*/

  .numbered-box {
    font-size: 1.25rem;
    aspect-ratio: 1/1;
    width: 60px;
    background: var(--color-blue-lighten-45);
    border: 1px solid var(--color-blue-lighten-35);
    border-radius: .5rem;
    align-items: center;
    justify-content: center;
    line-height: 1;
    display: inline-flex;
    margin-bottom: 1rem;
    font-weight: bold;
    color: var(--color-blue);
  }




/*--------------------------------------------------------------
  >> : Block CTA
--------------------------------------------------------------*/

  [data-section="block-cta"] .row {
    background: var(--color-blue-lighten-5);
    padding: 3rem;
    border-radius: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    color: var(--color-white);
  }

  [data-section="block-cta"] h2 {
    color: var(--color-white);
  }

  [data-section="block-cta"] .col {
    z-index: 2;
  }

  [data-section="block-cta"] img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35%;
    height: 100%;
    object-position: bottom right;
    object-fit: contain;
    /* opacity: 0.5; */
    filter: brightness(0) invert(1);
    pointer-events: none;
    z-index: 1;
  }

  [data-section="block-cta"] + #app-footer {
    padding-top: 8rem !important;
    margin-top: -4rem;
  }

/*--------------------------------------------------------------
  >> : Footer CTA
--------------------------------------------------------------*/
  #app-footer-cta {
    padding-bottom: 0 !important;
    position: relative; 
  }

  #app-footer-cta .row {
    background: var(--color-blue-lighten-5);
    padding: 3rem;
    border-radius: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    color: var(--color-white);
  }

  #app-footer-cta h2 {
    color: var(--color-white);
  }

  #app-footer-cta .col {
    z-index: 2;
  }

  #app-footer-cta img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35%;
    height: 100%;
    object-position: bottom right;
    object-fit: contain;
    /* opacity: 0.5; */
    filter: brightness(0) invert(1);
    pointer-events: none;
    z-index: 1;
  }

  #app-footer-cta + #app-footer {
    padding-top: 8rem !important;
    margin-top: -4rem;
  }


/*--------------------------------------------------------------
  >> : Footer CTA (Form Style)
--------------------------------------------------------------*/

  #app-footer-cta-form {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  #app-footer-cta-form .col:first-child:before {
    content: '';
    position: absolute;
    border-radius: 2rem;
    width: 200%;
    height: 140%;
    top: -20%;
    left: 0;
    background: #f3f6ff;
    z-index: -1;
  }

  #app-footer-cta-form .col:first-child {
    padding: 2rem;
  }

  #app-footer-cta-form .col {
    position: relative;
  }

  #app-footer-cta-form .footer-form-wrapper {
    background: #ffffff;
    padding: 1.75rem;
    border: 1px solid #ececec;
    border-radius: 1rem;
    width: 85%;
    margin: 0 auto;
  }

/*--------------------------------------------------------------
  >> : Header Forms
--------------------------------------------------------------*/

  .header-form-wrapper {
    background: #ffffff;
    padding: 1.5rem;
    border: 1px solid #ececec;
    border-radius: 1rem;
    margin: 0 auto;
  }

/*--------------------------------------------------------------
  >> : ACF Forms
--------------------------------------------------------------*/

  .acfe-form {
    font-size: 14px;
  }

  .acf-field {
    padding-top: 0 !important;
  }

  .acfe-form .acf-fields {
    margin-left: -12px;
    margin-right: -12px;
  }

  .acf-fields > .acf-field {
    border: none !important;
  }

  .acfe-form .acf-field input[type=text], 
  .acfe-form .acf-field input[type=password], 
  .acfe-form .acf-field input[type=date], 
  .acfe-form .acf-field input[type=datetime], 
  .acfe-form .acf-field input[type=datetime-local], 
  .acfe-form .acf-field input[type=email], 
  .acfe-form .acf-field input[type=month], 
  .acfe-form .acf-field input[type=number], 
  .acfe-form .acf-field input[type=search], 
  .acfe-form .acf-field input[type=tel], 
  .acfe-form .acf-field input[type=time], 
  .acfe-form .acf-field input[type=url], 
  .acfe-form .acf-field input[type=week], 
  .acfe-form .acf-field textarea, 
  .acfe-form .acf-field select {
    border: 1px solid #d8d8d8 !important;
    padding: 10px 12px !important;
    font-size: inherit !important;
    line-height: inherit !important;
    border-radius: 5px;
  }

  .acfe-form ul.acf-radio-list, 
  .acfe-form ul.acf-checkbox-list {
    padding: 0;
  }


/*--------------------------------------------------------------
  >> : Step Number (Box)
--------------------------------------------------------------*/

  .step-number {
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgb(243, 246, 255);
    border-radius: 50%;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
  }

  .step-number:after {
    content: '';
    position: absolute;
    width: 56px;
    height: 56px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: #4d4d4d17 0px 5px 10px -1px;
    z-index: -1;
  }


  .step-number-box {
    position: relative;    
  }

  .step-number-box:before {
    content: '';
    position: absolute;
    width: 115%;
    height: 2px;
    top: 39px;
    left: 0;
    background: #d5dcef;
  }

  .col:nth-child(4n) .step-number-box:before {
    display: none;
  }


/*--------------------------------------------------------------
  >> : Featured Solution Row
--------------------------------------------------------------*/
  .row-solution:nth-child(even) {
    flex-direction: row-reverse    
  }

  .row-solution:not(:last-child) {
    margin-bottom: 4rem;
  }


  .row-solution:nth-child(even) .col-solution-picture {
    padding-right: 6rem;
  }

  .row-solution:nth-child(odd) .col-solution-picture {
    padding-left: 6rem;
  }


/*--------------------------------------------------------------
  >> : Solution Picture Grid
--------------------------------------------------------------*/
  .col-solution-picture {
    display: inline-flex;
    flex-wrap: wrap;
  }

  .col-solution-picture picture {
    border: 6px solid #ffffff;
    border-radius: 1rem;
  }

  .col-solution-picture picture:nth-child(2) {
    width: 50%;
  }

  .col-solution-picture picture:nth-child(3) {
    width: 50%;
  }




/*--------------------------------------------------------------
  >> : Solution Header
--------------------------------------------------------------*/
  [data-section="solution-header"] picture {
    width: 90vw;
    margin-top: 3rem;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    aspect-ratio: 4 / 1.5;
    position: relative;
  }

  [data-section="solution-header"] {
    position: relative;
  }

  [data-section="solution-header"]:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    background: #fff;
    border-top: 1px solid #ededed;
  }

/*--------------------------------------------------------------
  >> : Icon Textbox
--------------------------------------------------------------*/
  .icon-textbox picture {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
  }

  .icon-textbox .h5 {
    margin-bottom: 5px;
  }


/*--------------------------------------------------------------
  >> : Service Statbox
--------------------------------------------------------------*/
  .service-stat-box picture {
    width: 50px;
    height: 50px;
    margin-bottom: 1rem;
  }

  .service-stat-box picture img { 
    object-position: left;
  }


/*--------------------------------------------------------------
  >> : Single Terms Page
--------------------------------------------------------------*/
  [data-section="terms-page-content"] h1 {
    display: none;
  }


