.entry-title {
clear: both;
color: #0f72b5;
}.home h1.entry-title { display:none !important; }
/* Full-width Home page Title */
body.home.page .entry-title, .single .entry-title, body.page:not(.archive) .entry-title, .single .entry-meta {
    width: 70%;
}

/* Full-width Home page Body */
.page-content, .entry-content, .entry-summary, .entry-footer, .post-navigation, .posts-navigation, .comments-wrapper, .respond-wrapper {
    width: 70%;
}
/*change the copyright info*/
.site-footer .site-info {
    font-size: 0;
}
p { margin: 0 0 2pt; }
/* WHAT THIS CSS DOES: Hides header on Homepage. -----(HE ID: 61640774)-----*/ .home .entry-header { display: none; }
 /* WHAT THIS CSS DOES: Hides bottom margin after top image on homepage. -----(HE ID: 61640774)-----*/ .metaslider .flexslider { margin-bottom: 0px; } 

.textwidget {
font-family: Arial; font-size: 15px !important;
}/* reduce title size on blog post archive list | #27591408-hc vg */
.blog h2.entry-title a {
    font-size: 24px;
}
div#ea_one.easy_accordion_wrapper div.single_accordion div.ea-item-body,.entry-content li, .entry-content p{
font-size: 15px;
font-family: Arial;
}
video {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
}

/* Force actual player container to portrait */

/* Slightly smaller portrait video player */

.wp-video,
.mejs-container.wp-video-shortcode {
    width: min(85vw, 340px) !important; /* slightly smaller width */
    height: 600px !important; /* slightly smaller height */
    max-width: 100% !important;
    min-width: 0 !important;

    margin: 0 auto !important;
    overflow: hidden !important;
    border-radius: 12px !important;

    background: transparent !important;
    border: none !important; /* remove black border */
    box-shadow: none !important;
}

/* Force video to fill portrait box */
video.wp-video-shortcode,
.mejs-mediaelement video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;

    background: transparent !important;
    border: none !important;
}