/* 
 Theme Name:     Bare bones for Divi
 Theme URI:    http://ourwordpress.guru
 Description:  for the GURUS
 Author:       Greg McEwan-Marriott
 Author URI:   http://ourwordpress.guru
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

body.custom-background {
    background-color: rgb(37, 38, 38);
    background: none!important;
	background-image: none 
}

.ops-dates-container {
    font-size: smaller;
}

.ops-dates-container span {
    text-transform: uppercase;
    font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
}

.ops-dates-container .ops-date {
    color: rgb(243, 186, 67) !important;
}

/* Container for the inline thumbnail row */
.related-thumbnails-inline {
    display: flex;
    flex-wrap: wrap; /* Allows thumbnails to wrap to a new line if needed */
    gap: 10px; /* Space between the thumbnails */
    align-items: center;
}

/* Style for each thumbnail link */
.related-thumbnails-inline .thumbnail-item {
    display: inline-block;
    line-height: 0; /* Prevents extra space below the image */
}

/* Ensure the image is a perfect square and correctly sized */
.related-thumbnails-inline img {
    width: 50px;
    height: 50px;
    object-fit: cover; /* Crops the image to fit the container without distortion */
    border-radius: 4px; /* Optional: adds rounded corners */
}

.service-unit {
    color: rgb(243, 186, 67) !important;
	font-weight:bold;
}

.service-position {
    color: rgb(243, 186, 67) !important;
	font-weight:bold;
}

.service-rank{
    color: rgb(243, 186, 67) !important;
	font-weight:bold;
}
.service-history{
	padding-top:20px;
	padding-bottom:20px;
}


.acf-map {
    width: 100%; /* Makes it full-width */
    height: 400px; /* Sets the height */
    border: #ccc solid 1px;
    margin: 0;
}

/* Fixes potential theme CSS conflicts with images inside the map */
.acf-map img {
    max-width: inherit !important;
}
