/*
Theme Name: The Grace Museum
Theme URI: https://eclipse-digital.com/
Author: EclipeDigital
Template: blankslate
Author URI: https://eclipse-digital.com/
Version: 1.0
Tested up to: 5.9
Requires PHP: 7.0
Text Domain: thegracemuseum
*/

.padding-none {
	padding:0;
}

.banner-w-logo .support-info .title {
	font-family: "Museo-500";
	font-style: normal;
	font-weight: 400;
	font-size:46px;
	color:#666;
}

.wp-block-image figcaption {
	font-size:0.75rem;
}

.kb-gallery-ul .kadence-blocks-gallery-item {
	width: 100%;
}

/*
.kb-blocks-slider.splide--slide .splide__arrow--next svg {
	width: 100%;
    transform: rotate(90deg);
    transform-origin: 55% 45%;
}

.kb-blocks-slider.splide--slide .splide__arrow--prev svg {
	width: 100%;
    transform: rotate(-90deg);
    transform-origin: 55% 75%;
}
*/

@media (max-width: 1040px) {
	.image-links-gallery.splide .splide__arrow {
		width: 30px;
		height: 30px;
		opacity: 1 !important;
		top: auto;
		bottom: 0;
		transform: none;
	}
	
	.image-links-gallery.splide .splide__arrow--prev {
		left: 0;
	}
	
	.image-links-gallery.splide .splide__arrow--next {
		right: 0;
	}
}

@media (min-width: 768px) {
	.ctct-form-custom #first_name_field_0 {
		display: inline-block;
		width: calc( (100% / 2 ) - 3px );
		padding-right: 15px;
	}
	
	.ctct-form-custom #last_name_field_0 {
		display: inline-block;
		width: calc( (100% / 2 ) - 3px );
		padding-left: 15px;
	}
}

.wp-block-kadence-slide .kb-advanced-slide {
	width: 100%;
}