/* ======================================================================================================
HERO
======================================================================================================*/
#hero{
    background: #F2EBE3;
    padding: 24px 0;
}
#hero .text{
    padding-bottom: 40px;
}
#hero .text p{
    font-weight: 300;
    color: #473026;
    line-height: 29px;
}
#hero .subheading{
    margin-bottom: 0;
    color: #B56D33;
    font-weight: 300;
    font-size: 16px;
}
#hero h1{
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 33px;
    color: #000000;
}

#breadcrumbs a{
    color: #473026;
    text-decoration: none;
}
#breadcrumbs{
    font-size: 15px;
    color: #473026;
    font-weight: 300;
}
.woocommerce-breadcrumb{
    display: none;
}
/* ======================================================================================================
APPOINTMENT TYPES
======================================================================================================*/
#appointment_types{
    padding: 50px 0;
}
#appointment_types .type{
    padding-bottom: 20px;
}
#appointment_types .type a{
    margin: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    border: 1px solid #F2EBE3;
    border-radius: 8px;
    margin-bottom: 10px;
    position: relative;
    text-decoration: none;
    color: #000;
    height: 100%;
    transition: all ease .3s;
}
#appointment_types .type a:hover{
    background: #F2EBE3;
    transition: all ease .3s;
}
#appointment_types .type .name{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
#appointment_types .type .desc{
    display: none;
}
#appointment_types .type .price{
    font-size: 18px;
    color: #B56D33;
}