/* Footer widget area - reduce space above and below widgets / 12134647-hc kp */
.site-footer,
.site-footer .widget-area {
  padding-bottom: 0;
  padding-top: 10px;
}
.site-footer .widget-area {
  margin-top: 0;
  margin-bottom: 0;
}
.site-footer .widget {
  margin-bottom: 0;
}

/* Menu text changes / 12134647-hc kp */
.site-header .main-navigation a{
  font-size: 14px;
  letter-spacing: 0;
  padding-right: 5px;
}

/* h4 heading size / 12134647-hc kp */
.wf-active h4 {
  font-size: 30px;
}

.wf-active h2 {
  font-size: 25px;
}

/* set minimum height for youtube embeds MRFX-zEN-2053038*/
iframe.youtube-player {
  min-height:400px
}

/*Removing the white space in mobile view | MJR | hc-13229245 */
@media only screen and (max-width: 551px){
body.home .site-main-holder:first-child {
    margin-top: 0px;
  }
}

/* Neson Decla */
.rt-tpg-container .layout1 .rt-holder .rt-img-holder img {
    -webkit-transition: all 1.1s ease;
    -moz-transition: all 1.1s ease;
    -o-transition: all 1.1s ease;
    -ms-transition: all 1.1s ease;
    transition: all 1.1s ease;
    max-width: 100%;
    object-fit: cover;
    width: auto !important;
    height: 100%;
    min-width: 100%;
    max-width: 100%;
}
.rt-tpg-container .layout1 .rt-holder .rt-img-holder {
    position: relative;
    overflow: hidden;
    height: 256px;
}

.no-sidebar .container.container-small, body.search .container.container-small, .page-template-portfolio-page .gallery-wrapper .container.container-small, .tax-jetpack-portfolio-type .gallery-wrapper .container.container-small, .post-type-archive-jetpack-portfolio .gallery-wrapper .container.container-small {
    max-width: 1120px;
}
.wp-block-image .aligncenter>figcaption {
    display: table;
}
img.attachment-large.size-large.wp-post-image.jetpack-lazy-image.jetpack-lazy-image--handled {
    object-fit: cover;
    width: auto !important;
    height: 100%;
    min-width: 100%;
    max-width: 100%;
    position: static !important;
}

.single .featured-image>img, body.page .featured-image>img, .blog .featured-image>a, .blog .featured-image>a>img, .archive .featured-image>a, .archive .featured-image>a>img {
    margin: 0 auto;
    display: flex;
    text-align: justify;
}

img {
    height: inherit;
    max-width: 75%;
}
/*Contact Form Font */
wf-active #respond .comment-subscription-form label, .wf-active .widget-grofile h4, .wf-active .widget_calendar tfoot, .wf-active .widget_calendar tfoot, .wf-active .widget_calendar thead, .wf-active input[type="email"], .wf-active input[type="password"], .wf-active input[type="search"], .wf-active input[type="tel"], .wf-active input[type="text"], .wf-active input[type="url"], .wf-active select, .wf-active textarea {
    font-size: large;
    font-style: normal;
    font-weight: 400;
}

.entry-content a {
color: grey;
}
/*featured image control*/
.wp-block-latest-posts__featured-image img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.featured-image {
    width: 70%;
    margin: 0 auto;
}

/* Display Posts Shortcode pages - make featured images same size / 33246353-hc */
 .rt-tpg-container .layout1 .rt-holder 
.rt-img-holder img {
  object-fit: fit;
  height: 200px;
  max-width: 100%;
}