/*
 Theme Name: Astra Child Therapist
 Template: astra
 Version: 2.9
 Description: Child theme for Astra with therapist search and filters.
 Author: timimike
*/
:root{
    --mike-deep-green : #0d601e;    
}


@import url('https://fonts.googleapis.com/css2?family=Quantico:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.therapist-col.info-col h3{
    color: var(--mike-deep-green) !important;
      font-family: "Quantico", sans-serif !important;

}

.therapist-search{
     font-family: "Roboto", sans-serif;
}


  /*font-family: "Quantico", sans-serif;*/


body {
    background: #f7f8fa;
}

#therapist-inputs *{
    display: block;
    /*width: 100%;*/
    
    /*background: red !important;*/
}


#therapist-inputs{
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 10px;
    flex-direction: row;
}

*{
    /*color: red !important;*/
}


.therapist-card{
    display: grid;
    grid-template-columns: repeat(3, 1fr );
    gap: 50px;
    background: #c6c6c633;
    border-radius: 10px;
    margin: 50px 0;
    padding: 20px;
}


#therapist-inputs > *{
    border-radius: 10px;
    margin-bottom: 10px;
}


.tags-wrapper{
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
  flex-wrap: wrap;
}


.tags-wrapper .tag{
    display: block;
    border: 1px solid;
    border-radius: 10px;
    padding: 5px;
    font-size: 12px;
    border: 2px solid #ffffff;
}




.therapist-col.image-col img{
    width:100%;
    height: 250px;
    object-fit: cover;
    border: 2px solid #ffffff;
    border-radius: 10px;
    object-position: 0px 1px;
}


.therapist-col.contact-col
{
    align-self: center;
}

a.view-profile {
    border: 1px solid #0d601e;
    border-radius: 10px;
    padding: 10px;
    /* color: #0d601e; */
    background: #0d601e;
    color: white;
}


.therapist-search{
    padding-top: 120px ;
}



/*AFTER CSS*/