/*Large Gap at the top of YouTube Videos Fix*/
.wp-block-embed__wrapper:before {
	padding-top: unset !important;
}


.entry-content img {
    padding: 0;
    border: none;
} 

/* Youtube player responsive on mobile */
.embed-youtube {
position: relative;
height: 0;
padding-bottom:56.25%;
}

.embed-youtube iframe {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
/*note*/

.note{
	font-size:18px!important;
	font-style:italic;
	color:#959292;
}
/*Home Icon Bird House*/
.menu-item-home > a{
	background:url("https://liveoutloudandonpurpose.life/wp-content/uploads/2024/07/bird-house.png")no-repeat -4px 0;
	padding-left:40px;
	background-size:35px;
	background-position:left center;
}
/*Featured IMages*/

    .header-image,.has-featured-image .header-image {
        height: 500px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    }
@media (max-width:500px){
	.header-image,.has-featured-image .header-image {
		height: 100%;
	}
}
@media (min-width:550px) and (max-width:767px){
	.header-image,.has-featured-image .header-image {
		height: 300px;
	}
}
@media (min-width:768px) and (max-width:992px){
	.header-image,.has-featured-image .header-image {
		height: 370px;
	}
}
/*Menu Arrow in Mobile and tablet*/
@media (max-width:1000px){
	.collapse{
	background:url("https://liveoutloudandonpurpose.life/wp-content/uploads/2024/07/menu-collapse.png") no-repeat -1px -2px;
	width:21px;
	height:21px;
	display:inline-block;
	vertical-align:middle;
}
.menu-item-has-children > a {
	padding-right:20px!important;
}
	#site-navigation.toggled{
		height:auto!important;
	}
	.main-navigation ul.hide-menu{
		display:none;
		transition:0.2s linear;
	}
	.main-navigation ul.show-menu{
		display:block;
		transition:0.2s linear;
	}
	.collapse.minus{
		background:url("https://liveoutloudandonpurpose.life/wp-content/uploads/2024/07/menu-collapse.png") no-repeat -38px -2px;
	width: 20px;
	height: 21px;
	}
}

/* Making mobile menu consistent with Desktop menu - ZD-8473928 AB */
@media screen and (max-width: 600px) {
.site-description {
display: block;
}
}

@media screen and (max-width: 1000px) {
.main-navigation a, .main-navigation ul > .page_item_has_children > a, .main-navigation ul > .menu-item-has-children > a, .main-navigation ul > .menu-item-has-children a {
color: white;
font-style: italic;
background-color: black;
}
} 


/* Keep visited button text color white | 8575331-zen | CM*/
.wp-block-button__link:visited {
color: #ffffff;
text-decoration: none;
}
/* Bg image color*/

body .tiled-gallery__item>img{
	background-color: transparent;
}

