/*
Theme Name:     Divi Child
Description:    Divi child theme
Author:         Alta Vista
Template:       Divi
Author URL:     
Version		2.0.0


(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/*Helpers*/
.text-capitalize{
    text-transform: capitalize;
}

/* Procedures */
.procedure-loop{
    margin-top: 20px;
}
.procedure-field-wrapper{
    margin-top: 25px;
}

/*Offices*/
.office-wrapper p,
.office-wrapper p:last-of-type{
    padding-bottom: 0.5em;
}
.office-map iframe{
    width: 100%;
}
p.office-email:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #13684b;
    margin-right: 5px;
}


p.office-phone:before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #13684b;
    margin-right: 5px;
}

p.office-hours:before {
    content: "\f017";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #13684b;
    margin-right: 5px;
}

p.office-address:before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #13684b;
    margin-right: 5px;
}

p.office-parish:before {
    content: "\f276";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #13684b;
    margin-right: 5px;
}
.office-map p:before {
    content:"\f5a0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #13684b;
    margin-right: 5px;
}