/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- 
            .acf-fields {
                background-color: #f9f9f9;
                border: 1px solid #ddd;
                padding: 5px;
                margin-bottom: 2px;
            }
            .acf-fields ul {
                list-style: none;
                padding-left: 0;
                margin: 0;
            	line-height: 5px;
		}
            .acf-fields li {
		margin: 0;
		padding: 0.2em;
                margin-bottom: 2px;
		line-height: 1px;
            }
            .acf-fields strong {
                color: #333;
                font-size: 16px;
            }
            .acf-value {
                font-size: 13px;
                color: #666;
            }
.acf-fields a.acf-value {
    color: #0073aa;
    text-decoration: none;
}

.acf-fields a.acf-value:hover {
    color: #005177;
    text-decoration: underline;
}

*/

.crann-taxonomy-box {
    background-color: #f5f5f5;
    border-left: 3px solid #007cba;
    padding: 8px 12px;
    margin: 12px 0;
    font-size: 14px;
    border-radius: 3px;
    font-family: 'PT Sans', sans-serif; /* Add this line */
}

.crann-taxonomy-box strong {
    color: #333;
    margin-right: 3px;
}

.crann-term {
    color: #007cba;
    text-decoration: none;
    font-weight: 500;
    margin-right: 4px;
    padding: 0;
    margin:  0;
    display: inline;
    letter-spacing: normal;
    font-family: 'PT Sans', sans-serif !important; /* Add this line */

}

.crann-term:hover {
    text-decoration: underline;
}
