/* Copyright by Trinitas Media Group, LLC w/ThomasV - edited 08/04/25)  All rights are reserved. */
@charset "utf-8";
.BlogBox
{
    border: 1px solid gainsboro;
    box-shadow: 2px 2px 5px #888888;
    padding-top: 15px;
    padding-bottom: 15px;
	margin-bottom: 33px;
	border-radius: 7px;
}
    

.col-centered{
    float: none;
    margin: 0 auto;
}

.center-row
{
width: 95%;	
}
.BlogTitle
{
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    padding-bottom: 15px;
    color: #716e6e;
    /* text-transform: uppercase; */
}



.BlogContentBox
{
padding-left: 15px;
    padding-right: 15px;
}
.BlogImage
{
	height: 202px;
    background-size: cover;
    border-radius: 7px;
    border: 1px solid #b5afaf;
    border-radius: 7px;
    background-position: center;
}

.BlogTease
{
line-height: 20px;
    padding-top: 15px;
    /* margin-bottom: 19%; */
    padding-bottom: 41px;
}

.Bottom-Share
{	
	max-width: 364px;
    
    position: relative;
}

.BlogButton
{
    width: 96%;
    background-image: linear-gradient(to bottom, #7b7878, #2e2e2e);
    position: absolute;
    /* bottom: 0; */
    display: block;
    left: 0;
    padding: 10px;
    text-align: center;
    color: white;
    margin-left: 12px;
    border-radius: 7px;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 1vw;
}

.NavButton 
{

    width: 96%;
    background-image: linear-gradient(to bottom, #7b7878, #2e2e2e);
    position: absolute;
    /* bottom: 0; */
    display: block;
    left: 0;
    padding: 10px;
    text-align: center;
    color: white;
    margin-left: 12px;
    border-radius: 7px;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 1vw;

}

.gallery-item
{
float: left;	
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wp-video-shortcode
{
    width: 94vw;
    max-width: 622px;
    padding-bottom: 62px;
	
}

.MainContent  a {
    color: #337ab7 !important;
    text-decoration:underline !important
}

.mbod {
	width:100%; 
	font-family:Calibri, Verdana, Geneva, sans-serif; 
	color:#464646; 
	font-size:1.1rem; 
	padding-bottom:7%; 
	padding-top:2.25rem; 
	padding-left:4.75%; 
	padding-right:4.75%; 
	background-color:#FFF;
}