/*
 Theme Name:   Dexcare.ai
 Description:  Customization of fireweed theme for Dexcare.ai
 Author:       Maggie Wettergreen
 Author URI:   https://nwdesignlabs.com
 Template:     fireweed
 Version:      1.0.6
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  fireweed-child
*/



*{
    box-sizing: border-box;
}

 header{
    position: relative;
 }

 header::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 1px;
    background: linear-gradient(135deg, transparent 10%, #4184f0 30%, #27bdec 70%, transparent 90%);
    /* background: linear-gradient(135deg, transparent 10%, #4c69a8 50%, transparent 90%); */
    transform: translateX(-50%);
    animation: fadeInGrow 2s ease-out forwards;
 }

 @keyframes fadeInGrow {
    to {
        width: 100%;
    }
 }
 .wp-block-site-logo img{
    max-width: none
 }
/* 
 .entry-content>[class*="wp-block-"] {
    opacity: 0;
    transform: translateY(30px);
    animation: growUpToPosition.75s ease-out forwards;
 }

 @keyframes growUpToPosition {
    to {
        opacity: 1;
        transform: translateY(0);
    }
 } */

 svg{
    display: inline-block;
    vertical-align: middle;
    height: 1em;
    width: 1em;
 }



/* Gradients */
/* .has-gradient-background {
    background: linear-gradient(to bottom, var(--wp--preset--color--slate-900) 0%, var(--wp--preset--color--slate-800) 50%, var(--wp--preset--color--slate-900) 100%);
} */



/* Background colors */
.has-slate-800-background-color {
    background-color: #1e293b;
}


/* Custom utility classes */
.gradient-text {
    background: linear-gradient(135deg, #4184f0 0%, #27bdec 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

h1 .gradient-text,
h2 .gradient-text,
h3 .gradient-text,
.gradient-outline .gradient-text{
    font-weight: bolder
}

.wp-block-columns[style*="border-radius"] {
    overflow: hidden;
}

.logo-gallery figure.wp-block-image{
   flex-grow: 0!important;
   margin: auto!important;
   aspect-ratio: 1/1;
   background: linear-gradient(135deg, rgb(255 255 255 / 15%) 0%, rgb(255 255 255 / 6%) 100%);
   padding: 20px;
   border-radius: .8rem;
   box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}



/*small laptops and large tablets and below*/
@media only screen and (max-width:1200px) {
  
}

/*small tablets and mobile*/
@media only screen and (max-width:999px) {
      .wp-block-columns.mobile-two-col{
        padding: 0!important;
    }
    .wp-block-columns.mobile-two-col>.wp-block-column{
        flex-basis: 50% !important;
        padding: 1rem!important;
    }
    .is-layout-flex{
        gap: 0;
    }
    h1{
        font-size: 3.5rem!important;
    }
    .has-xx-large-font-size,
    h2, h3.has-ancizar-font-family{
        font-size: 2.5rem!important;
        line-height: 1.1;
    }
    .wp-block-spacer{
        max-height: 1rem;
        margin: 0;
    }
    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
        width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * .75);
    }
    .logo-gallery figure.wp-block-image{
        width: 20.5% !important;
        padding: 5px;
    }

}

/*large tablets and desktop*/
@media only screen and (min-width:1000px) {


}

/*small mobile*/
@media only screen and (max-width:500px) {
  
}
