/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

.subscribe-form input{
	height: 50px!important;
	line-height: 50px!important;
	border-radius: 0!important;
	padding: 0 30px!important;
	border: none!important;
}
.subscribe-form .button{
	background: #0DA393!important;
	border: 1px solid #fff!important;
}
.subscribe-form .button:hover{
	background: #293D77!important;
}

.gallery-member-dev .ctdag-item, .gallery-member-dev .ctdag-item figure{
	height: 320px;
}

.gallery-member-dev .ctdag-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.button-two {
    display: flex
;
	grid-gap: 20px;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
}



@media (max-width: 575px){
	.gallery-member-dev .ctdag-item, .gallery-member-dev .ctdag-item figure{
	height: 160px;
}
}


li.glide__slide{
list-style: none;
}

.slide-content{
	font-family: var(--century-gothic);
}



h2.exhibit-year-heading{
font-family:inherit;
}



li.glide__slide>.slide-content h3.slide-title {
	text-align: center;
    margin-top: 1em;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: inherit;
}


 /* .glide__slides{
	display:flex;
	flex-wrap: nowrap;

}

.glide__slide{
	flex: 1 0 auto;
	display:flex;
	flex-direction: column;
	justify-content:stretch;

}

.slide-content{
	flex:1;
	display:flex;
	flex-direction:column;
	justify-content: space-between;

} 

.slide-content a{
	flex:1;
}

.slide-content img{
object-fit:cover;
width:100%;
height:100%;
} */



.glide__arrow.glide__arrow--left,
.glide__arrow.glide__arrow--right{
    font-weight: 800;
    font-size: 2rem;
    font-family: 'century-gothic';
    border-radius: 100%;
    border: none;
    background-color: rgba(0, 0, 0, 0.3);
	color:rgba(255, 255, 255, 0.3);;
}

.glide__arrow.glide__arrow--left:hover,
.glide__arrow.glide__arrow--right:hover{
	background-color: rgba(0, 0, 0, 0.7);
	color:rgba(255, 255, 255, 1);
}


.glide__arrow{
	color:rgba(255, 255, 255, 0.6);
}

.glide__arrow:hover{
	color:rgba(255, 255, 255, 1);
}