/*Reduce the area on the right| KG | 5253060-zen*/
@media screen and (min-width: 93em) {
  .site {
    width:90%;
  }
}
/* Site description font size | 5253060-zen rg */
.wf-active h2.site-description {
    font-size: 16px;
	color: #fff;
}
/* Site title font size | 5253060-zen rg */
.wf-active .site-title {
    font-size: 20px;
	color: #cebc96;
}
/*Reduce the font size on carousel on homepage| KG |5253060-zen*/
.home .wp-block-newspack-blocks-carousel .entry-title a{
	font-size: 15px;
	}
.aligncenter img.size-big,
.aligncenter .caption-big {
	margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
/*Align the image to center on My DNA Confirmations portfolio page| KG | 5253060-zen*/  
.single-jetpack-portfolio .postid-2767 .aligncenter img.size-big,
.aligncenter .caption-big {
    margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
/* Reduce the font size on carousels | KG | 5253060-zen */
.wp-block-newspack-blocks-carousel .entry-title a{
    font-size: 18px;
}
	/* Change site title color | 5253060-zen 1dr0 */
.site-title a , .page-title {
  color: #cebc96;
}
.site-title a:hover {
  color: #eee;
}
/* Remove bottom border in carousel | 5253060-zen 1dr0 */
.wp-block-newspack-blocks-carousel article .entry-title a {
  border-bottom: none;
}
/* Change max width of content | 5309318-zen (AV) */
.entry-content {
    max-width: 85%;
    padding: 20px;
}
/* End Change max width of content | 5309318-zen (AV) */
/* Center iframe AL hc-5309318 */

iframe {
    display: block;
    width: 100%;
}
/* left align titles on home an portfolio pages | 5253060-zen GH */

.single-jetpack-portfolio .entry-header , 
.home .entry-header {
  margin: 0 auto 24px;
  max-width: 88%;
  padding: 0 20px;
}
/* End  | 5253060-zen GH */
/* Left align headings on posts and page headings  5309318-zen (BM) */ 

.entry-header {
    margin: 0 auto 24px;
    max-width: 85%;
    padding: 0;
  }

/* Increase font of page headings 5309318-zen (BM) */

.wf-active .entry-title {
    font-size: 28px;
}
/* restore padding to button block | 5309318-zen SB */
.wp-block-button__link {
  padding: calc(.667em + 2px) calc(1.333em + 2px);
}
/* Increase the page width on desktop screens | 5355515-zen 1dr0 */
@media screen and (min-width: 75em) {
  .site {
    width: 85% !important;
  }
}
/* Remove the body's margin-right on desktop screens | 5355515-zen 1dr0 */
@media screen and (min-width: 48em) {
  .js body {
    margin-right: 0 !important;
  }
}
/* Remove padding and margin between posts | ( 5926490-zen ) MT */

.page .entry-content li.post .wp-block-group{
    padding-bottom: 0 !important;
}
.page .entry-content li.post {
    margin-top: 10px;
}
article#post-1743 > .entry-content > .wp-block-image > figure.aligncenter{
width: 100%;
text-align:center;
}

 

 

 

.wp-block-image.is-style-default >figure.aligncenter.size-large.is-resized > img.wp-image-1923{

width:100%;

 

}

 

article#post-1743 > .entry-content > .wp-block-image > figure.aligncenter > img.wp-image-1920 {
width: 100%;
}

 

article#post-1743 > .entry-content > .wp-block-image > figure.aligncenter > img.wp-image-1910 {
width: 100%;
}
/* Adjustments for entry-wrapper */
.entry-wrapper {
    margin: 0px;        /* Feel free to adjust the margin as needed */
    padding: 10px;       /* Feel free to adjust the padding as needed */
}
