/* SITEWIDE CSS */
.gallery-slider .flickity-viewport {
	min-height:400px !important;
}

/*Landing Page Footer Compliance*/
body:not(.page-template-landing) .landing-page-compliance {
	display:none;
}
body.page-template-landing .landing-page-compliance {
	display:block;
}

/* CSS FOR #24 */
.footer__local {
	margin-top: 0px !important;
}


/* CSS FOR #49 */
.filters__filters-fields {
	margin-top: 0px !important;
	 margin-right: 28px;
	 margin-bottom: 28px;
	margin-left: 28px;
}

.main__content {
	 padding-top: 50px;
     padding-bottom: 75px;
}

/* DEIB FOOTER STYLES */
.footer__wrap--deibstatement {
	padding-top:32px;
	padding-bottom:32px;
}
.footer__col--deibstatement {
	display:flex;
	align-items: center;
}
.footer__col--deibstatement h1 {
	font-size:18px;
	text-transform: uppercase;
	margin-bottom:0 !important; 
	font-family: "Public Sans",sans-serif !important;
	line-height: 2.5em;
}
.footer__col--deibstatement h2 {
	margin-top: 0;
	font-size:26px;
}
.footer__col--deibstatement p {
	margin-bottom:32px !important;
}
.btn-primary {
	background: #F6C55C;
	color:black !important;
	border-radius:30px;
	text-decoration: none;
	padding-left:32px;
	padding-right:32px;
	padding-top:12px;
	padding-bottom: 12px;
	font-weight: bold;
	font-family: museo-slab !important;

}
.deib-button.second {
	margin-left: 1rem;
}
@media (max-width: 768px) {
		.gallery-slider .flickity-viewport {
	min-height:200px !important;
    }
  
    .footer__col--deibstatement {
			flex-direction: column;
			justify-content: center;
	}
	.deib-buttons {
		justify-content: center;
	}
	.footer__col--deibstatement img {
		width: 200px;
	}
}


/* FIX #17 */
@media (max-width: 600px) {

	.wp-block-columns {
		margin-bottom: 72px !important;
	}
	/*.main__article p
	 {
		margin-bottom:  16px !important;
		margin-top:  16px !important;
	}*/
	.filters__filters-fields {
		flex-wrap: wrap;
	}
	.filters__filters-legend {
		margin-left: 14px !important;
	}
	.filters__filter--search {
		margin-top: 2rem !important;
		margin-right: 14px !important;
	}
	.kcard__event-date p, .kcard__text p, .kcard__more {
		margin-top: 0 !important;
	}
	.kcard__title {
		margin-bottom: 28px !important;
	}
}

@media (max-width: 480px) {
.deib-button.second {
	margin-top: 32px;
}

}
/*
h1+.wp-block-separator, h2+.wp-block-separator, h3+.wp-block-separator, h4+.wp-block-separator, h5+.wp-block-separator, h6+.wp-block-separator {
    margin-top: -14px !important;
    margin-bottom: 20px !important;
}
*/

.blocks-gallery-grid:not(.has-nested-images), .wp-block-gallery:not(.has-nested-images) {
    margin: auto;
}

.image-grid {
	display: flex;
}

figure.wp-block-gallery.has-nested-images {
    align-items: inherit;
}

.footer__network {
	background-color: #15625c !important;
	
  }
  
  .footer__col--logo {
    padding: 0px !important;
	margin-top: 0;
}

.footer__col {
	margin: 0px 20px 28px 20px !important;
	padding: 0 !important;
}


  a.footer__compliance-item
{
	font-size: 18px !important;
}


.footer__social-item .svg {
    height: 28px !important;
    width: 28px !important;
}

.footer__social-item {
	margin: 10px 0 10px 0px !important;
    padding: 0 20px 0 0;
}

.footer__social {
    display: flow !important;
}

.footer__col--social {
    text-align: left !important;
	padding-bottom: 25px !important;
	padding-top: 20px !important;
}

.footer_socialtext
{
    font-family: museo-slab !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}


.footer__network--deibstatement {
	background-color: #15625c !important;
}

.footer_networkslist {
font-size: 18px !important;
font-weight: 400 !important;
line-height: 1.66667 !important;
display: flex;
column-gap: 40px !important;
}

.footer_networkslist p {
	margin: 0 !important;
	}
	

.footer_networktitle {
	font-family: museo-slab !important;
    font-size: 18px !important;
    font-weight: 600 !important;
	margin-bottom: 10px !important;
	margin-top: 0;
	}

.footer_networkcopyright
{
	font-size: 18px !important;
	text-align: center !important;
	padding-top: 10px !important;

}

.footer_quicklinkstext
{
	font-family: museo-slab !important;
    font-size: 18px !important;
    font-weight: 600 !important;
	margin-bottom: 10px !important;
	margin-top: 0;
}

.footer_networkslist a
{
	text-decoration: none !important;

}


a.footer__quicklinks-item
{
	text-decoration: none !important;
}
hover.footer__quicklinks-item
{
			text-decoration: underline !important;
}

.footer__quicklinks-item
{
&:hover,
		&:focus {
			text-decoration: underline !important;
		}
	}


	.footer_networkslist a
{
&:hover,
		&:focus {
			text-decoration: underline !important;
		}
	}


.footer__accreditations-item img {
    width: 60px !important;
    padding: 10px 0px !important;
    padding-bottom: 0px !important;
}


.footer__accreditations {
    margin: 2em 0 !important;
}

.footer__logo
{
	margin: 0 !important;
}
/*
@media (max-width: 480px) {
    .footer__col--social {
        display: flex !important;
    	flex-wrap: wrap !important;
    }
}*/

.affiliates
{
	text-decoration: none !important;
}

/* CSS FOR MOBILE */
@media (max-width: 480px )
{
.footer {
    text-align: center !important;}
}
@media (max-width: 480px )
{
.footer__col--social {
    text-align: center !important;
	padding-bottom: 25px !important;
	padding-top: 20px !important;
}
}

/* JDH CSS */

/* Make the wrapper that's holding the field and the button position relative */
.home-search.jdh-search .wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto;
    position: relative;
}

/* Make the button float over the field with absolute and stylize it */
.home-search.jdh-search button.wp-block-search__button.has-text-color.has-white-color.has-background.has-forest-background-color.wp-element-button{
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding-right: 66px;
    background-image: url('https://kao-kendal-org.kendalstg.wpengine.com/wp-content/uploads/sites/2/2024/04/jdh-search-icon.png');
    background-repeat: no-repeat;
    background-position: right 24px center;
    font-size: 21px;
    padding-left: 30px;
    font-family: museo-slab !important;
}

/* Make the input the full width and add enough padding to the right so nothing goes under the field */
.home-search.jdh-search .wp-block-search__input {
    width: 100%;
    padding-right: 184px;
    font-family: museo-slab !important;
}

body.wp-admin .wp-block-vbb-video-bg {max-height:200px!important;}