/* 
Theme Name:		 JimJam Theme
Theme URI:		 http://childtheme-generator.com/
Description:	 JimJam Theme is a child theme of Green Farm Elementor, created by ChildTheme-Generator.com
Author:			 Jason Larke
Author URI:		 http://childtheme-generator.com/
Template:		 green-farm-elementor
Version:		 1.0.0
Text Domain:	 jimjam-theme
*/
.upperheader .contact {
    text-decoration: none;
    color: inherit;
}

.upperheader .contact:hover {
    text-decoration: underline;
}

.animal-feature {
    border: none;
    align-self: flex-start;
}

.animal-feature_cover {
    width: 100%;
    aspect-ratio: 174 / 107;
    border: 1px solid black;
}

.animal-feature_cover * {
    margin: 0;
    width: 100%;
    height: 100%;
}

.animal-feature_cover img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid black;
    border-radius: 0;
}

.animal-feature_cover figcaption {
	display: none;
}

.animal-feature_header {
    margin: 0;
    padding: 0.5rem;
    background-color: #3e123c;
    color: white;
}

.animal-feature_header_title {
    display: flex;
    flex-direction: row;
}

.animal-feature_header_title h5 {
    margin: 0;
    margin-bottom: 0.325rem;
}

.animal-feature_header_title .gender {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    align-self: flex-end;
    flex: none;
}

.animal-feature_header_title .name {
    flex: 1 1 auto;
}

.animal-feature_header_title .gender--male::before {
    content: "\f222";
}

.animal-feature_header_title .gender--female::before {
    content: "\f221";
}

.animal-feature_header_subtitle {
    display: flex;
    flex-direction: row;
}

.animal-feature_header_subtitle h6 {
    margin: 0;
    font-weight: normal;
    font-size: 0.875rem;
}

.animal-feature_header_subtitle .identification {
    text-transform: uppercase;
    flex: 1 1 auto;
}

.animal-feature_header_subtitle .dob {
    align-self: flex-end;
    flex: 1 1 auto;
    text-align: right;
}

.animal-feature_details {
    padding: 0.5rem;
    font-size: 0.875rem;
    border: 1px solid black;
    border-top: none;
}

.animal-feature_details .ebv {
    margin: -0.5rem;
    margin-top: 0.325rem;
}

.animal-feature_details .ebv table {
    border-bottom: 0;
}

.animal-feature_details .ebv th {
    background-color: #3e123c;
    color: white;
}

.animal-feature_details .ebv thead {
    border-bottom-width: 1px;
}

.animal-feature_details .ebv th, .animal-feature_details .ebv td {
    border: none;
    border-right: 1px solid black;
}

.animal-feature_details .ebv th:last-child, .animal-feature_details .ebv td:last-child {
    border-right: 0px;
}