/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/* hide author box GP-8837158-hc */
.single .author-box {
	display: none;
}

/* make menu toggle larger GP-8837158-hc */
.sidebar-toggle-button::after {
	font-size: 30px;
	line-height: .9;
}

/* show submenu on mobile  / 1647453-zd bk */
.mobile-navigation .sub-menu {
	display: block;
}

/* hide submenu arrow on mobile  / 1647453-zd bk */
.mobile-navigation .sub-menu-toggle {
	display: none;
}
.aiovg-social
{
  display:none;
}
.aiovg-meta
{
  display:none;
}
.aiovg-header,.aiovg-views
{
  display:none;
}
.aiovg-user
{
  display:none;
}
.home .entry-media.entry-image {
    max-height: 800px !important;
}
@media screen and (min-width: 1400px) {
    .home.page .content-area-inside .entry-media img {
        object-position: center 0 !important;
    }
}

/* Move title above media on page-id-1376 | #1747265-zen EH */
.page-id-1376 .block-grid-3 > .block-grid-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.page-id-1376 .block-grid-3 > .block-grid-item .block-grid-item-media{order: 2;}
.page-id-1376 .block-grid-3 > .block-grid-item .block-grid-item-title{order: 1; font-size: 1.5em;}

/* Make iframes responsive | 10669770-hc (jw) */
.responsive-iframe {
width: 640px;
height: 361px;
margin: 0 auto;
display: block;
}

@media screen and (max-width: 550px) {
.responsive-iframe {
height: 260px;
}
}
/* Hide Posted By and Views from AIOVG Videos | kb-10966847-hc */
.aiovg-views, .aiovg-user {
  display: none !important;
}
/* Hide Comments and You May Also Like text | kb-10966847-hc */
.comment-respond, .aiovg-videos h3 {
  display: none;
}
/* --- Justify Text Option --- */
.justify-text {
	text-align: justify;
}
/* Make the popular pages buttons as full width #11238980-hc */
.wp-block-button__link {
    width: 100%;
}
/*--- centers the excerpt on english version blog page / #11536954-HC-PK ---*/
.blog .entry-content {
    text-align: center;
}
.page iframe {
    margin: auto !important;
    display: block;
}
/* Remove footer credit on infinite footer | 12445214-hc EH */
#infinite-footer .blog-credits {
    display: none;
}
/* change the link color to blue */
.entry-content a, .page-content a {
    color: #0d69d2;
}
/* hide tags from single posts */
.single .entry-terms {
	display: none;
}

/* Center captions | 16567820-hc-kf */
figcaption {
    text-align: center;
}
/* Add vertical padding to buttons | 16567820-hc-kf */
.wp-block-button {
    padding: 1em 0;
}

.widget .textwidget {
	font-size: 2.5rem !important;
}

/* To change the font size of all wp-block buttons HC-19618820-SK */
.wp-block-button .wp-block-button__link
{
  font-size: 14px;
}

/* Set default font size in posts and page content */
.entry-content {
   font-size: 1.1em;
}

/* Reduce spacing between embed Youtube video and caption -- 3629066-zen -- RNP */

.jetpack-video-wrapper {
    margin-bottom: 0;
}

/* hide page featured image KG-28840972-hc*/ .page-id-7503 .entry-thumb { display: none; }